@ -30,6 +30,9 @@
{
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( NewEnrollmentOrgForm ) ) ;
this . groupBox1 = new System . Windows . Forms . GroupBox ( ) ;
this . occupationFalse = new System . Windows . Forms . RadioButton ( ) ;
this . occupationTrue = new System . Windows . Forms . RadioButton ( ) ;
this . label9 = new System . Windows . Forms . Label ( ) ;
this . BtnFind = new System . Windows . Forms . Button ( ) ;
this . TxtDescription = new System . Windows . Forms . TextBox ( ) ;
this . label7 = new System . Windows . Forms . Label ( ) ;
@ -54,6 +57,9 @@
//
// groupBox1
//
this . groupBox1 . Controls . Add ( this . occupationFalse ) ;
this . groupBox1 . Controls . Add ( this . occupationTrue ) ;
this . groupBox1 . Controls . Add ( this . label9 ) ;
this . groupBox1 . Controls . Add ( this . BtnFind ) ;
this . groupBox1 . Controls . Add ( this . TxtDescription ) ;
this . groupBox1 . Controls . Add ( this . label7 ) ;
@ -73,10 +79,44 @@
this . groupBox1 . Controls . Add ( this . label1 ) ;
this . groupBox1 . Location = new System . Drawing . Point ( 2 8 , 1 2 ) ;
this . groupBox1 . Name = "groupBox1" ;
this . groupBox1 . Size = new System . Drawing . Size ( 5 4 2 , 2 7 6 ) ;
this . groupBox1 . Size = new System . Drawing . Size ( 5 4 2 , 3 0 0 ) ;
this . groupBox1 . TabIndex = 0 ;
this . groupBox1 . TabStop = false ;
//
// occupationFalse
//
this . occupationFalse . AutoSize = true ;
this . occupationFalse . Checked = true ;
this . occupationFalse . Location = new System . Drawing . Point ( 1 4 5 , 2 6 1 ) ;
this . occupationFalse . Name = "occupationFalse" ;
this . occupationFalse . Size = new System . Drawing . Size ( 3 8 , 2 1 ) ;
this . occupationFalse . TabIndex = 4 0 ;
this . occupationFalse . TabStop = true ;
this . occupationFalse . Text = "否" ;
this . occupationFalse . UseVisualStyleBackColor = true ;
this . occupationFalse . Visible = false ;
//
// occupationTrue
//
this . occupationTrue . AutoSize = true ;
this . occupationTrue . Location = new System . Drawing . Point ( 9 1 , 2 6 1 ) ;
this . occupationTrue . Name = "occupationTrue" ;
this . occupationTrue . Size = new System . Drawing . Size ( 3 8 , 2 1 ) ;
this . occupationTrue . TabIndex = 3 9 ;
this . occupationTrue . Text = "是" ;
this . occupationTrue . UseVisualStyleBackColor = true ;
this . occupationTrue . Visible = false ;
//
// label9
//
this . label9 . AutoSize = true ;
this . label9 . Location = new System . Drawing . Point ( 9 , 2 6 3 ) ;
this . label9 . Name = "label9" ;
this . label9 . Size = new System . Drawing . Size ( 6 8 , 1 7 ) ;
this . label9 . TabIndex = 3 8 ;
this . label9 . Text = "职业病团体" ;
this . label9 . Visible = false ;
//
// BtnFind
//
this . BtnFind . FlatAppearance . BorderSize = 0 ;
@ -94,7 +134,7 @@
//
this . TxtDescription . Location = new System . Drawing . Point ( 7 6 , 2 1 9 ) ;
this . TxtDescription . Name = "TxtDescription" ;
this . TxtDescription . Size = new System . Drawing . Size ( 3 5 7 , 2 7 ) ;
this . TxtDescription . Size = new System . Drawing . Size ( 3 5 7 , 2 3 ) ;
this . TxtDescription . TabIndex = 3 6 ;
//
// label7
@ -102,7 +142,7 @@
this . label7 . AutoSize = true ;
this . label7 . Location = new System . Drawing . Point ( 3 3 , 2 2 2 ) ;
this . label7 . Name = "label7" ;
this . label7 . Size = new System . Drawing . Size ( 3 9 , 2 0 ) ;
this . label7 . Size = new System . Drawing . Size ( 3 2 , 1 7 ) ;
this . label7 . TabIndex = 3 5 ;
this . label7 . Text = "备注" ;
//
@ -110,35 +150,35 @@
//
this . TxtAddress . Location = new System . Drawing . Point ( 7 6 , 1 7 8 ) ;
this . TxtAddress . Name = "TxtAddress" ;
this . TxtAddress . Size = new System . Drawing . Size ( 3 5 7 , 2 7 ) ;
this . TxtAddress . Size = new System . Drawing . Size ( 3 5 7 , 2 3 ) ;
this . TxtAddress . TabIndex = 3 4 ;
//
// TxtTel2
//
this . TxtTel2 . Location = new System . Drawing . Point ( 2 7 3 , 1 3 9 ) ;
this . TxtTel2 . Name = "TxtTel2" ;
this . TxtTel2 . Size = new System . Drawing . Size ( 1 6 0 , 2 7 ) ;
this . TxtTel2 . Size = new System . Drawing . Size ( 1 6 0 , 2 3 ) ;
this . TxtTel2 . TabIndex = 3 3 ;
//
// TxtTel1
//
this . TxtTel1 . Location = new System . Drawing . Point ( 2 7 3 , 1 0 0 ) ;
this . TxtTel1 . Name = "TxtTel1" ;
this . TxtTel1 . Size = new System . Drawing . Size ( 1 6 0 , 2 7 ) ;
this . TxtTel1 . Size = new System . Drawing . Size ( 1 6 0 , 2 3 ) ;
this . TxtTel1 . TabIndex = 3 2 ;
//
// TxtContactor2
//
this . TxtContactor2 . Location = new System . Drawing . Point ( 7 6 , 1 3 9 ) ;
this . TxtContactor2 . Name = "TxtContactor2" ;
this . TxtContactor2 . Size = new System . Drawing . Size ( 1 1 7 , 2 7 ) ;
this . TxtContactor2 . Size = new System . Drawing . Size ( 1 1 7 , 2 3 ) ;
this . TxtContactor2 . TabIndex = 3 1 ;
//
// TxtContactor1
//
this . TxtContactor1 . Location = new System . Drawing . Point ( 7 6 , 1 0 0 ) ;
this . TxtContactor1 . Name = "TxtContactor1" ;
this . TxtContactor1 . Size = new System . Drawing . Size ( 1 1 7 , 2 7 ) ;
this . TxtContactor1 . Size = new System . Drawing . Size ( 1 1 7 , 2 3 ) ;
this . TxtContactor1 . TabIndex = 3 0 ;
//
// DtpExamDate
@ -148,7 +188,7 @@
this . DtpExamDate . Format = System . Windows . Forms . DateTimePickerFormat . Custom ;
this . DtpExamDate . Location = new System . Drawing . Point ( 7 6 , 6 1 ) ;
this . DtpExamDate . Name = "DtpExamDate" ;
this . DtpExamDate . Size = new System . Drawing . Size ( 1 7 0 , 2 7 ) ;
this . DtpExamDate . Size = new System . Drawing . Size ( 1 7 0 , 2 3 ) ;
this . DtpExamDate . TabIndex = 2 9 ;
//
// label8
@ -156,7 +196,7 @@
this . label8 . AutoSize = true ;
this . label8 . Location = new System . Drawing . Point ( 9 , 1 8 1 ) ;
this . label8 . Name = "label8" ;
this . label8 . Size = new System . Drawing . Size ( 6 9 , 2 0 ) ;
this . label8 . Size = new System . Drawing . Size ( 5 6 , 1 7 ) ;
this . label8 . TabIndex = 1 7 ;
this . label8 . Text = "联系地址" ;
//
@ -165,7 +205,7 @@
this . label5 . AutoSize = true ;
this . label5 . Location = new System . Drawing . Point ( 2 0 4 , 1 4 2 ) ;
this . label5 . Name = "label5" ;
this . label5 . Size = new System . Drawing . Size ( 7 8 , 2 0 ) ;
this . label5 . Size = new System . Drawing . Size ( 6 3 , 1 7 ) ;
this . label5 . TabIndex = 1 6 ;
this . label5 . Text = "联系电话2" ;
//
@ -174,7 +214,7 @@
this . label6 . AutoSize = true ;
this . label6 . Location = new System . Drawing . Point ( 1 4 , 1 4 2 ) ;
this . label6 . Name = "label6" ;
this . label6 . Size = new System . Drawing . Size ( 6 3 , 2 0 ) ;
this . label6 . Size = new System . Drawing . Size ( 5 1 , 1 7 ) ;
this . label6 . TabIndex = 1 5 ;
this . label6 . Text = "联系人2" ;
//
@ -183,7 +223,7 @@
this . label4 . AutoSize = true ;
this . label4 . Location = new System . Drawing . Point ( 2 0 4 , 1 0 3 ) ;
this . label4 . Name = "label4" ;
this . label4 . Size = new System . Drawing . Size ( 7 8 , 2 0 ) ;
this . label4 . Size = new System . Drawing . Size ( 6 3 , 1 7 ) ;
this . label4 . TabIndex = 1 4 ;
this . label4 . Text = "联系电话1" ;
//
@ -192,7 +232,7 @@
this . label3 . AutoSize = true ;
this . label3 . Location = new System . Drawing . Point ( 1 4 , 1 0 3 ) ;
this . label3 . Name = "label3" ;
this . label3 . Size = new System . Drawing . Size ( 6 3 , 2 0 ) ;
this . label3 . Size = new System . Drawing . Size ( 5 1 , 1 7 ) ;
this . label3 . TabIndex = 1 3 ;
this . label3 . Text = "联系人1" ;
//
@ -201,7 +241,7 @@
this . label2 . AutoSize = true ;
this . label2 . Location = new System . Drawing . Point ( 9 , 6 4 ) ;
this . label2 . Name = "label2" ;
this . label2 . Size = new System . Drawing . Size ( 6 9 , 2 0 ) ;
this . label2 . Size = new System . Drawing . Size ( 5 6 , 1 7 ) ;
this . label2 . TabIndex = 1 2 ;
this . label2 . Text = "体检日期" ;
//
@ -210,7 +250,7 @@
this . TxtName . Enabled = false ;
this . TxtName . Location = new System . Drawing . Point ( 7 6 , 2 2 ) ;
this . TxtName . Name = "TxtName" ;
this . TxtName . Size = new System . Drawing . Size ( 3 5 7 , 2 7 ) ;
this . TxtName . Size = new System . Drawing . Size ( 3 5 7 , 2 3 ) ;
this . TxtName . TabIndex = 1 1 ;
//
// label1
@ -218,7 +258,7 @@
this . label1 . AutoSize = true ;
this . label1 . Location = new System . Drawing . Point ( 9 , 2 5 ) ;
this . label1 . Name = "label1" ;
this . label1 . Size = new System . Drawing . Size ( 6 9 , 2 0 ) ;
this . label1 . Size = new System . Drawing . Size ( 5 6 , 1 7 ) ;
this . label1 . TabIndex = 1 0 ;
this . label1 . Text = "团体名称" ;
//
@ -227,7 +267,7 @@
this . BtnCancel . FlatAppearance . BorderSize = 0 ;
this . BtnCancel . FlatStyle = System . Windows . Forms . FlatStyle . Flat ;
this . BtnCancel . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "BtnCancel.Image" ) ) ) ;
this . BtnCancel . Location = new System . Drawing . Point ( 4 8 0 , 2 9 7 ) ;
this . BtnCancel . Location = new System . Drawing . Point ( 4 8 0 , 3 2 7 ) ;
this . BtnCancel . Name = "BtnCancel" ;
this . BtnCancel . Size = new System . Drawing . Size ( 8 7 , 4 0 ) ;
this . BtnCancel . TabIndex = 7 ;
@ -240,7 +280,7 @@
this . BtnOk . FlatAppearance . BorderSize = 0 ;
this . BtnOk . FlatStyle = System . Windows . Forms . FlatStyle . Flat ;
this . BtnOk . Image = global :: PEIS . Properties . Resources . 保 存 2 ;
this . BtnOk . Location = new System . Drawing . Point ( 3 6 9 , 2 9 7 ) ;
this . BtnOk . Location = new System . Drawing . Point ( 3 6 9 , 3 2 7 ) ;
this . BtnOk . Name = "BtnOk" ;
this . BtnOk . Size = new System . Drawing . Size ( 9 2 , 4 0 ) ;
this . BtnOk . TabIndex = 6 ;
@ -252,7 +292,7 @@
//
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . None ;
this . BackColor = System . Drawing . Color . White ;
this . ClientSize = new System . Drawing . Size ( 6 0 0 , 3 4 9 ) ;
this . ClientSize = new System . Drawing . Size ( 6 0 0 , 3 7 5 ) ;
this . Controls . Add ( this . BtnCancel ) ;
this . Controls . Add ( this . BtnOk ) ;
this . Controls . Add ( this . groupBox1 ) ;
@ -287,5 +327,8 @@
private System . Windows . Forms . Button BtnCancel ;
private System . Windows . Forms . Button BtnOk ;
private System . Windows . Forms . Button BtnFind ;
private System . Windows . Forms . RadioButton occupationFalse ;
private System . Windows . Forms . RadioButton occupationTrue ;
private System . Windows . Forms . Label label9 ;
}
}