/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCompanyHighlyToxicChemical)); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.MainProducts = new EnforceUI.TableRichTextBox(this.components); this.label10 = new System.Windows.Forms.Label(); this.ValidEndDate = new EnforceUI.TableDateTimePicker(this.components); this.ValidStartDate = new EnforceUI.TableDateTimePicker(this.components); this.label16 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.Registration = new EnforceUI.TableRichTextBox(this.components); this.label13 = new System.Windows.Forms.Label(); this.tableLine1 = new EnforceUI.TableLine(this.components); this.headerLabel1 = new EnforceUI.HeaderLabel(this.components); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.label14 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.Mobile = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label7 = new System.Windows.Forms.Label(); this.Tel = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label8 = new System.Windows.Forms.Label(); this.JuridicalPersonJob = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label9 = new System.Windows.Forms.Label(); this.CompanyPost = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label5 = new System.Windows.Forms.Label(); this.CompanyAddress = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label4 = new System.Windows.Forms.Label(); this.JuridicalPersonAge = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label3 = new System.Windows.Forms.Label(); this.JuridicalPersonSex = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label2 = new System.Windows.Forms.Label(); this.JuridicalPerson = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label6 = new System.Windows.Forms.Label(); this.CompanyName = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label1 = new System.Windows.Forms.Label(); this.panelContent.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tableLine1)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // buttonExport // this.buttonExport.Visible = false; // // buttonOK // this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); // // panelContent // this.panelContent.Controls.Add(this.groupBox1); this.panelContent.Controls.Add(this.groupBox2); this.panelContent.Controls.Add(this.tableLine1); this.panelContent.Controls.Add(this.headerLabel1); this.panelContent.Size = new System.Drawing.Size(886, 650); // // panel1 // this.panel1.Location = new System.Drawing.Point(0, 725); this.panel1.Size = new System.Drawing.Size(886, 35); // // header1 // this.header1.Appearance.BackColor = System.Drawing.Color.White; this.header1.Appearance.Options.UseBackColor = true; this.header1.Size = new System.Drawing.Size(886, 75); // // buttonShowExample // this.buttonShowExample.Visible = false; // // groupBox2 // this.groupBox2.Anchor = System.Windows.Forms.AnchorStyles.Top; this.groupBox2.Controls.Add(this.MainProducts); this.groupBox2.Controls.Add(this.label10); this.groupBox2.Controls.Add(this.ValidEndDate); this.groupBox2.Controls.Add(this.ValidStartDate); this.groupBox2.Controls.Add(this.label16); this.groupBox2.Controls.Add(this.label15); this.groupBox2.Controls.Add(this.Registration); this.groupBox2.Controls.Add(this.label13); this.groupBox2.Location = new System.Drawing.Point(17, 369); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(750, 334); this.groupBox2.TabIndex = 123; this.groupBox2.TabStop = false; this.groupBox2.Text = "详细信息"; // // MainProducts // this.MainProducts.ControlText = ""; this.MainProducts.Location = new System.Drawing.Point(41, 50); this.MainProducts.Name = "MainProducts"; this.MainProducts.Size = new System.Drawing.Size(676, 89); this.MainProducts.TabIndex = 156; this.MainProducts.Text = ""; // // label10 // this.label10.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(38, 31); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(200, 16); this.label10.TabIndex = 155; this.label10.Text = "主要产品(生产的内容):"; // // ValidEndDate // this.ValidEndDate.Anchor = System.Windows.Forms.AnchorStyles.Top; this.ValidEndDate.CustomFormat = "yyyy年M月d日"; this.ValidEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.ValidEndDate.Location = new System.Drawing.Point(330, 290); this.ValidEndDate.Name = "ValidEndDate"; this.ValidEndDate.Size = new System.Drawing.Size(160, 26); this.ValidEndDate.TabIndex = 154; // // ValidStartDate // this.ValidStartDate.Anchor = System.Windows.Forms.AnchorStyles.Top; this.ValidStartDate.CustomFormat = "yyyy年M月d日"; this.ValidStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.ValidStartDate.Location = new System.Drawing.Point(116, 290); this.ValidStartDate.Name = "ValidStartDate"; this.ValidStartDate.Size = new System.Drawing.Size(160, 26); this.ValidStartDate.TabIndex = 153; // // label16 // this.label16.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(293, 295); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(24, 16); this.label16.TabIndex = 152; this.label16.Text = "到"; // // label15 // this.label15.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(38, 295); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(72, 16); this.label15.TabIndex = 152; this.label15.Text = "有效期:"; // // Registration // this.Registration.ControlText = ""; this.Registration.Location = new System.Drawing.Point(41, 181); this.Registration.Name = "Registration"; this.Registration.Size = new System.Drawing.Size(676, 89); this.Registration.TabIndex = 147; this.Registration.Text = ""; // // label13 // this.label13.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(38, 162); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(168, 16); this.label13.TabIndex = 146; this.label13.Text = "登记备案品种、用量:"; // // tableLine1 // this.tableLine1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.tableLine1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tableLine1.BackgroundImage"))); this.tableLine1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.tableLine1.Location = new System.Drawing.Point(17, 102); this.tableLine1.MaximumSize = new System.Drawing.Size(900, 4); this.tableLine1.MinimumSize = new System.Drawing.Size(100, 4); this.tableLine1.Name = "tableLine1"; this.tableLine1.Size = new System.Drawing.Size(750, 4); this.tableLine1.TabIndex = 121; this.tableLine1.TabStop = false; // // headerLabel1 // this.headerLabel1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.headerLabel1.AutoSize = true; this.headerLabel1.Font = new System.Drawing.Font("黑体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.headerLabel1.Location = new System.Drawing.Point(288, 79); this.headerLabel1.Name = "headerLabel1"; this.headerLabel1.Size = new System.Drawing.Size(209, 20); this.headerLabel1.TabIndex = 120; this.headerLabel1.Text = "剧毒化学品使用详情表"; // // groupBox1 // this.groupBox1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.groupBox1.Controls.Add(this.comboBox1); this.groupBox1.Controls.Add(this.radioButton2); this.groupBox1.Controls.Add(this.radioButton1); this.groupBox1.Controls.Add(this.label14); this.groupBox1.Controls.Add(this.label12); this.groupBox1.Controls.Add(this.Mobile); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.Tel); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.JuridicalPersonJob); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.CompanyPost); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.CompanyAddress); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.JuridicalPersonAge); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.JuridicalPersonSex); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.JuridicalPerson); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.CompanyName); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(16, 126); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(750, 224); this.groupBox1.TabIndex = 156; this.groupBox1.TabStop = false; this.groupBox1.Text = "基本信息"; // // comboBox1 // this.comboBox1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(419, 186); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(191, 24); this.comboBox1.TabIndex = 155; // // radioButton2 // this.radioButton2.Anchor = System.Windows.Forms.AnchorStyles.Top; this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(197, 188); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(35, 16); this.radioButton2.TabIndex = 154; this.radioButton2.Text = "否"; this.radioButton2.UseVisualStyleBackColor = true; // // radioButton1 // this.radioButton1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.radioButton1.AutoSize = true; this.radioButton1.Checked = true; this.radioButton1.Location = new System.Drawing.Point(134, 188); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(35, 16); this.radioButton1.TabIndex = 153; this.radioButton1.TabStop = true; this.radioButton1.Text = "是"; this.radioButton1.UseVisualStyleBackColor = true; // // label14 // this.label14.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(359, 190); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(56, 16); this.label14.TabIndex = 151; this.label14.Text = "地区:"; // // label12 // this.label12.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(41, 190); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(88, 16); this.label12.TabIndex = 152; this.label12.Text = "是否市区:"; // // Mobile // this.Mobile.Anchor = System.Windows.Forms.AnchorStyles.Top; this.Mobile.BackColor = System.Drawing.Color.White; this.Mobile.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Mobile.ControlText = ""; this.Mobile.Location = new System.Drawing.Point(584, 102); this.Mobile.Name = "Mobile"; this.Mobile.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.Mobile.PopupOffset = new System.Drawing.Point(12, 0); this.Mobile.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.Mobile.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.Mobile.PopupWidth = 300; this.Mobile.Size = new System.Drawing.Size(133, 19); this.Mobile.TabIndex = 147; // // label7 // this.label7.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(531, 105); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(56, 16); this.label7.TabIndex = 146; this.label7.Text = "手机:"; // // Tel // this.Tel.Anchor = System.Windows.Forms.AnchorStyles.Top; this.Tel.BackColor = System.Drawing.Color.White; this.Tel.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Tel.ControlText = ""; this.Tel.Location = new System.Drawing.Point(360, 102); this.Tel.Name = "Tel"; this.Tel.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.Tel.PopupOffset = new System.Drawing.Point(12, 0); this.Tel.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.Tel.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.Tel.PopupWidth = 300; this.Tel.Size = new System.Drawing.Size(146, 19); this.Tel.TabIndex = 145; // // label8 // this.label8.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(309, 105); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(56, 16); this.label8.TabIndex = 144; this.label8.Text = "电话:"; // // JuridicalPersonJob // this.JuridicalPersonJob.Anchor = System.Windows.Forms.AnchorStyles.Top; this.JuridicalPersonJob.BackColor = System.Drawing.Color.White; this.JuridicalPersonJob.BorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPersonJob.ControlText = ""; this.JuridicalPersonJob.Location = new System.Drawing.Point(132, 102); this.JuridicalPersonJob.Name = "JuridicalPersonJob"; this.JuridicalPersonJob.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPersonJob.PopupOffset = new System.Drawing.Point(12, 0); this.JuridicalPersonJob.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.JuridicalPersonJob.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.JuridicalPersonJob.PopupWidth = 300; this.JuridicalPersonJob.Size = new System.Drawing.Size(162, 19); this.JuridicalPersonJob.TabIndex = 143; // // label9 // this.label9.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(38, 105); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(88, 16); this.label9.TabIndex = 142; this.label9.Text = "法人职务:"; // // CompanyPost // this.CompanyPost.Anchor = System.Windows.Forms.AnchorStyles.Top; this.CompanyPost.BackColor = System.Drawing.Color.White; this.CompanyPost.BorderStyle = System.Windows.Forms.BorderStyle.None; this.CompanyPost.ControlText = ""; this.CompanyPost.Location = new System.Drawing.Point(584, 145); this.CompanyPost.Name = "CompanyPost"; this.CompanyPost.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.CompanyPost.PopupOffset = new System.Drawing.Point(12, 0); this.CompanyPost.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.CompanyPost.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.CompanyPost.PopupWidth = 300; this.CompanyPost.Size = new System.Drawing.Size(133, 19); this.CompanyPost.TabIndex = 141; // // label5 // this.label5.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(531, 148); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(56, 16); this.label5.TabIndex = 140; this.label5.Text = "邮编:"; // // CompanyAddress // this.CompanyAddress.Anchor = System.Windows.Forms.AnchorStyles.Top; this.CompanyAddress.BackColor = System.Drawing.Color.White; this.CompanyAddress.BorderStyle = System.Windows.Forms.BorderStyle.None; this.CompanyAddress.ControlText = ""; this.CompanyAddress.Location = new System.Drawing.Point(132, 145); this.CompanyAddress.Name = "CompanyAddress"; this.CompanyAddress.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.CompanyAddress.PopupOffset = new System.Drawing.Point(12, 0); this.CompanyAddress.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.CompanyAddress.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.CompanyAddress.PopupWidth = 300; this.CompanyAddress.Size = new System.Drawing.Size(374, 19); this.CompanyAddress.TabIndex = 139; // // label4 // this.label4.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(70, 145); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(56, 16); this.label4.TabIndex = 138; this.label4.Text = "地址:"; // // JuridicalPersonAge // this.JuridicalPersonAge.Anchor = System.Windows.Forms.AnchorStyles.Top; this.JuridicalPersonAge.BackColor = System.Drawing.Color.White; this.JuridicalPersonAge.BorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPersonAge.ControlText = ""; this.JuridicalPersonAge.Location = new System.Drawing.Point(584, 62); this.JuridicalPersonAge.Name = "JuridicalPersonAge"; this.JuridicalPersonAge.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPersonAge.PopupOffset = new System.Drawing.Point(12, 0); this.JuridicalPersonAge.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.JuridicalPersonAge.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.JuridicalPersonAge.PopupWidth = 300; this.JuridicalPersonAge.Size = new System.Drawing.Size(133, 19); this.JuridicalPersonAge.TabIndex = 137; // // label3 // this.label3.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(531, 65); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(56, 16); this.label3.TabIndex = 136; this.label3.Text = "年龄:"; // // JuridicalPersonSex // this.JuridicalPersonSex.Anchor = System.Windows.Forms.AnchorStyles.Top; this.JuridicalPersonSex.BackColor = System.Drawing.Color.White; this.JuridicalPersonSex.BorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPersonSex.ControlText = ""; this.JuridicalPersonSex.Location = new System.Drawing.Point(360, 62); this.JuridicalPersonSex.Name = "JuridicalPersonSex"; this.JuridicalPersonSex.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPersonSex.PopupOffset = new System.Drawing.Point(12, 0); this.JuridicalPersonSex.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.JuridicalPersonSex.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.JuridicalPersonSex.PopupWidth = 300; this.JuridicalPersonSex.Size = new System.Drawing.Size(146, 19); this.JuridicalPersonSex.TabIndex = 135; // // label2 // this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(309, 65); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(56, 16); this.label2.TabIndex = 134; this.label2.Text = "性别:"; // // JuridicalPerson // this.JuridicalPerson.Anchor = System.Windows.Forms.AnchorStyles.Top; this.JuridicalPerson.BackColor = System.Drawing.Color.White; this.JuridicalPerson.BorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPerson.ControlText = ""; this.JuridicalPerson.Location = new System.Drawing.Point(132, 62); this.JuridicalPerson.Name = "JuridicalPerson"; this.JuridicalPerson.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPerson.PopupOffset = new System.Drawing.Point(12, 0); this.JuridicalPerson.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.JuridicalPerson.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.JuridicalPerson.PopupWidth = 300; this.JuridicalPerson.Size = new System.Drawing.Size(162, 19); this.JuridicalPerson.TabIndex = 133; // // label6 // this.label6.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 65); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(120, 16); this.label6.TabIndex = 132; this.label6.Text = "法人(负责人):"; // // CompanyName // this.CompanyName.Anchor = System.Windows.Forms.AnchorStyles.Top; this.CompanyName.BackColor = System.Drawing.Color.White; this.CompanyName.BorderStyle = System.Windows.Forms.BorderStyle.None; this.CompanyName.ControlText = ""; this.CompanyName.Location = new System.Drawing.Point(132, 27); this.CompanyName.Name = "CompanyName"; this.CompanyName.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.CompanyName.PopupOffset = new System.Drawing.Point(12, 0); this.CompanyName.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.CompanyName.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.CompanyName.PopupWidth = 300; this.CompanyName.Size = new System.Drawing.Size(585, 19); this.CompanyName.TabIndex = 120; // // label1 // this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(38, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(88, 16); this.label1.TabIndex = 119; this.label1.Text = "企业名称:"; // // frmCompanyHighlyToxicChemical // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Name = "frmCompanyHighlyToxicChemical"; this.Size = new System.Drawing.Size(886, 760); this.Load += new System.EventHandler(this.CompanyHighlyToxicChemicals_Load); this.panelContent.ResumeLayout(false); this.panelContent.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.tableLine1)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCompanyNoCoalSecurity)); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.ValidEndDate = new EnforceUI.TableDateTimePicker(this.components); this.ValidStartDate = new EnforceUI.TableDateTimePicker(this.components); this.label16 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.MiningMethods = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label14 = new System.Windows.Forms.Label(); this.EconomicType = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label12 = new System.Windows.Forms.Label(); this.PermitRange = new EnforceUI.TableRichTextBox(this.components); this.label13 = new System.Windows.Forms.Label(); this.StandardizationRegister = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label10 = new System.Windows.Forms.Label(); this.CertificateNumber = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label11 = new System.Windows.Forms.Label(); this.tableLine1 = new EnforceUI.TableLine(this.components); this.headerLabel1 = new EnforceUI.HeaderLabel(this.components); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.label17 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.Mobile = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label7 = new System.Windows.Forms.Label(); this.Tel = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label8 = new System.Windows.Forms.Label(); this.JuridicalPersonJob = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label9 = new System.Windows.Forms.Label(); this.CompanyPost = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label5 = new System.Windows.Forms.Label(); this.CompanyAddress = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label4 = new System.Windows.Forms.Label(); this.JuridicalPersonAge = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label3 = new System.Windows.Forms.Label(); this.JuridicalPersonSex = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label2 = new System.Windows.Forms.Label(); this.JuridicalPerson = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label6 = new System.Windows.Forms.Label(); this.CompanyName = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label1 = new System.Windows.Forms.Label(); this.panelContent.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tableLine1)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // buttonExport // this.buttonExport.Visible = false; // // buttonOK // this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); // // panelContent // this.panelContent.Controls.Add(this.groupBox1); this.panelContent.Controls.Add(this.groupBox2); this.panelContent.Controls.Add(this.tableLine1); this.panelContent.Controls.Add(this.headerLabel1); this.panelContent.Size = new System.Drawing.Size(886, 590); // // panel1 // this.panel1.Location = new System.Drawing.Point(0, 665); this.panel1.Size = new System.Drawing.Size(886, 35); // // header1 // this.header1.Appearance.BackColor = System.Drawing.Color.White; this.header1.Appearance.Options.UseBackColor = true; this.header1.Size = new System.Drawing.Size(886, 75); // // buttonShowExample // this.buttonShowExample.Visible = false; // // groupBox2 // this.groupBox2.Anchor = System.Windows.Forms.AnchorStyles.Top; this.groupBox2.Controls.Add(this.ValidEndDate); this.groupBox2.Controls.Add(this.ValidStartDate); this.groupBox2.Controls.Add(this.label16); this.groupBox2.Controls.Add(this.label15); this.groupBox2.Controls.Add(this.MiningMethods); this.groupBox2.Controls.Add(this.label14); this.groupBox2.Controls.Add(this.EconomicType); this.groupBox2.Controls.Add(this.label12); this.groupBox2.Controls.Add(this.PermitRange); this.groupBox2.Controls.Add(this.label13); this.groupBox2.Controls.Add(this.StandardizationRegister); this.groupBox2.Controls.Add(this.label10); this.groupBox2.Controls.Add(this.CertificateNumber); this.groupBox2.Controls.Add(this.label11); this.groupBox2.Location = new System.Drawing.Point(40, 376); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(750, 267); this.groupBox2.TabIndex = 123; this.groupBox2.TabStop = false; this.groupBox2.Text = "详细信息"; // // ValidEndDate // this.ValidEndDate.Anchor = System.Windows.Forms.AnchorStyles.Top; this.ValidEndDate.CustomFormat = "yyyy年M月d日"; this.ValidEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.ValidEndDate.Location = new System.Drawing.Point(346, 226); this.ValidEndDate.Name = "ValidEndDate"; this.ValidEndDate.Size = new System.Drawing.Size(160, 26); this.ValidEndDate.TabIndex = 154; // // ValidStartDate // this.ValidStartDate.Anchor = System.Windows.Forms.AnchorStyles.Top; this.ValidStartDate.CustomFormat = "yyyy年M月d日"; this.ValidStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.ValidStartDate.Location = new System.Drawing.Point(132, 226); this.ValidStartDate.Name = "ValidStartDate"; this.ValidStartDate.Size = new System.Drawing.Size(160, 26); this.ValidStartDate.TabIndex = 153; // // label16 // this.label16.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(309, 231); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(24, 16); this.label16.TabIndex = 152; this.label16.Text = "到"; // // label15 // this.label15.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(22, 231); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(104, 16); this.label15.TabIndex = 152; this.label15.Text = "证书有效期:"; // // MiningMethods // this.MiningMethods.Anchor = System.Windows.Forms.AnchorStyles.Top; this.MiningMethods.BackColor = System.Drawing.Color.White; this.MiningMethods.BorderStyle = System.Windows.Forms.BorderStyle.None; this.MiningMethods.ControlText = ""; this.MiningMethods.Location = new System.Drawing.Point(502, 74); this.MiningMethods.Name = "MiningMethods"; this.MiningMethods.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.MiningMethods.PopupOffset = new System.Drawing.Point(12, 0); this.MiningMethods.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.MiningMethods.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.MiningMethods.PopupWidth = 300; this.MiningMethods.Size = new System.Drawing.Size(215, 19); this.MiningMethods.TabIndex = 151; // // label14 // this.label14.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(418, 74); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(88, 16); this.label14.TabIndex = 150; this.label14.Text = "开采方式:"; // // EconomicType // this.EconomicType.Anchor = System.Windows.Forms.AnchorStyles.Top; this.EconomicType.BackColor = System.Drawing.Color.White; this.EconomicType.BorderStyle = System.Windows.Forms.BorderStyle.None; this.EconomicType.ControlText = ""; this.EconomicType.Location = new System.Drawing.Point(502, 37); this.EconomicType.Name = "EconomicType"; this.EconomicType.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.EconomicType.PopupOffset = new System.Drawing.Point(12, 0); this.EconomicType.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.EconomicType.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.EconomicType.PopupWidth = 300; this.EconomicType.Size = new System.Drawing.Size(215, 19); this.EconomicType.TabIndex = 149; // // label12 // this.label12.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(414, 37); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(88, 16); this.label12.TabIndex = 148; this.label12.Text = "经济类型:"; // // PermitRange // this.PermitRange.ControlText = ""; this.PermitRange.Location = new System.Drawing.Point(132, 120); this.PermitRange.Name = "PermitRange"; this.PermitRange.Size = new System.Drawing.Size(585, 89); this.PermitRange.TabIndex = 147; this.PermitRange.Text = ""; // // label13 // this.label13.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(38, 120); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(88, 16); this.label13.TabIndex = 146; this.label13.Text = "许可范围:"; // // StandardizationRegister // this.StandardizationRegister.Anchor = System.Windows.Forms.AnchorStyles.Top; this.StandardizationRegister.BackColor = System.Drawing.Color.White; this.StandardizationRegister.BorderStyle = System.Windows.Forms.BorderStyle.None; this.StandardizationRegister.ControlText = ""; this.StandardizationRegister.Location = new System.Drawing.Point(132, 71); this.StandardizationRegister.Name = "StandardizationRegister"; this.StandardizationRegister.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.StandardizationRegister.PopupOffset = new System.Drawing.Point(12, 0); this.StandardizationRegister.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.StandardizationRegister.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.StandardizationRegister.PopupWidth = 300; this.StandardizationRegister.Size = new System.Drawing.Size(260, 19); this.StandardizationRegister.TabIndex = 145; // // label10 // this.label10.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(38, 74); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(104, 16); this.label10.TabIndex = 144; this.label10.Text = "标准化登记:"; // // CertificateNumber // this.CertificateNumber.Anchor = System.Windows.Forms.AnchorStyles.Top; this.CertificateNumber.BackColor = System.Drawing.Color.White; this.CertificateNumber.BorderStyle = System.Windows.Forms.BorderStyle.None; this.CertificateNumber.ControlText = ""; this.CertificateNumber.Location = new System.Drawing.Point(132, 34); this.CertificateNumber.Name = "CertificateNumber"; this.CertificateNumber.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.CertificateNumber.PopupOffset = new System.Drawing.Point(12, 0); this.CertificateNumber.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.CertificateNumber.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.CertificateNumber.PopupWidth = 300; this.CertificateNumber.Size = new System.Drawing.Size(260, 19); this.CertificateNumber.TabIndex = 143; // // label11 // this.label11.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(38, 37); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(88, 16); this.label11.TabIndex = 142; this.label11.Text = "证书编号:"; // // tableLine1 // this.tableLine1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.tableLine1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tableLine1.BackgroundImage"))); this.tableLine1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.tableLine1.Location = new System.Drawing.Point(40, 104); this.tableLine1.MaximumSize = new System.Drawing.Size(900, 4); this.tableLine1.MinimumSize = new System.Drawing.Size(100, 4); this.tableLine1.Name = "tableLine1"; this.tableLine1.Size = new System.Drawing.Size(750, 4); this.tableLine1.TabIndex = 121; this.tableLine1.TabStop = false; // // headerLabel1 // this.headerLabel1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.headerLabel1.AutoSize = true; this.headerLabel1.Font = new System.Drawing.Font("黑体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.headerLabel1.Location = new System.Drawing.Point(260, 80); this.headerLabel1.Name = "headerLabel1"; this.headerLabel1.Size = new System.Drawing.Size(309, 20); this.headerLabel1.TabIndex = 120; this.headerLabel1.Text = "非煤矿山安全生产许可企业详情表"; // // groupBox1 // this.groupBox1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.groupBox1.Controls.Add(this.comboBox1); this.groupBox1.Controls.Add(this.radioButton2); this.groupBox1.Controls.Add(this.radioButton1); this.groupBox1.Controls.Add(this.label17); this.groupBox1.Controls.Add(this.label18); this.groupBox1.Controls.Add(this.Mobile); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.Tel); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.JuridicalPersonJob); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.CompanyPost); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.CompanyAddress); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.JuridicalPersonAge); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.JuridicalPersonSex); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.JuridicalPerson); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.CompanyName); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(41, 131); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(750, 227); this.groupBox1.TabIndex = 125; this.groupBox1.TabStop = false; this.groupBox1.Text = "基本信息"; // // comboBox1 // this.comboBox1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(423, 186); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(191, 24); this.comboBox1.TabIndex = 155; // // radioButton2 // this.radioButton2.Anchor = System.Windows.Forms.AnchorStyles.Top; this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(195, 188); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(35, 16); this.radioButton2.TabIndex = 154; this.radioButton2.Text = "否"; this.radioButton2.UseVisualStyleBackColor = true; // // radioButton1 // this.radioButton1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.radioButton1.AutoSize = true; this.radioButton1.Checked = true; this.radioButton1.Location = new System.Drawing.Point(131, 188); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(35, 16); this.radioButton1.TabIndex = 153; this.radioButton1.TabStop = true; this.radioButton1.Text = "是"; this.radioButton1.UseVisualStyleBackColor = true; // // label17 // this.label17.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(361, 190); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(56, 16); this.label17.TabIndex = 151; this.label17.Text = "地区:"; // // label18 // this.label18.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(37, 190); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(88, 16); this.label18.TabIndex = 152; this.label18.Text = "是否市区:"; // // Mobile // this.Mobile.Anchor = System.Windows.Forms.AnchorStyles.Top; this.Mobile.BackColor = System.Drawing.Color.White; this.Mobile.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Mobile.ControlText = ""; this.Mobile.Location = new System.Drawing.Point(584, 102); this.Mobile.Name = "Mobile"; this.Mobile.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.Mobile.PopupOffset = new System.Drawing.Point(12, 0); this.Mobile.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.Mobile.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.Mobile.PopupWidth = 300; this.Mobile.Size = new System.Drawing.Size(133, 19); this.Mobile.TabIndex = 147; // // label7 // this.label7.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(531, 105); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(56, 16); this.label7.TabIndex = 146; this.label7.Text = "手机:"; // // Tel // this.Tel.Anchor = System.Windows.Forms.AnchorStyles.Top; this.Tel.BackColor = System.Drawing.Color.White; this.Tel.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Tel.ControlText = ""; this.Tel.Location = new System.Drawing.Point(360, 102); this.Tel.Name = "Tel"; this.Tel.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.Tel.PopupOffset = new System.Drawing.Point(12, 0); this.Tel.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.Tel.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.Tel.PopupWidth = 300; this.Tel.Size = new System.Drawing.Size(146, 19); this.Tel.TabIndex = 145; // // label8 // this.label8.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(309, 105); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(56, 16); this.label8.TabIndex = 144; this.label8.Text = "电话:"; // // JuridicalPersonJob // this.JuridicalPersonJob.Anchor = System.Windows.Forms.AnchorStyles.Top; this.JuridicalPersonJob.BackColor = System.Drawing.Color.White; this.JuridicalPersonJob.BorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPersonJob.ControlText = ""; this.JuridicalPersonJob.Location = new System.Drawing.Point(132, 102); this.JuridicalPersonJob.Name = "JuridicalPersonJob"; this.JuridicalPersonJob.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPersonJob.PopupOffset = new System.Drawing.Point(12, 0); this.JuridicalPersonJob.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.JuridicalPersonJob.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.JuridicalPersonJob.PopupWidth = 300; this.JuridicalPersonJob.Size = new System.Drawing.Size(162, 19); this.JuridicalPersonJob.TabIndex = 143; // // label9 // this.label9.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(38, 105); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(88, 16); this.label9.TabIndex = 142; this.label9.Text = "法人职务:"; // // CompanyPost // this.CompanyPost.Anchor = System.Windows.Forms.AnchorStyles.Top; this.CompanyPost.BackColor = System.Drawing.Color.White; this.CompanyPost.BorderStyle = System.Windows.Forms.BorderStyle.None; this.CompanyPost.ControlText = ""; this.CompanyPost.Location = new System.Drawing.Point(584, 145); this.CompanyPost.Name = "CompanyPost"; this.CompanyPost.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.CompanyPost.PopupOffset = new System.Drawing.Point(12, 0); this.CompanyPost.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.CompanyPost.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.CompanyPost.PopupWidth = 300; this.CompanyPost.Size = new System.Drawing.Size(133, 19); this.CompanyPost.TabIndex = 141; // // label5 // this.label5.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(531, 148); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(56, 16); this.label5.TabIndex = 140; this.label5.Text = "邮编:"; // // CompanyAddress // this.CompanyAddress.Anchor = System.Windows.Forms.AnchorStyles.Top; this.CompanyAddress.BackColor = System.Drawing.Color.White; this.CompanyAddress.BorderStyle = System.Windows.Forms.BorderStyle.None; this.CompanyAddress.ControlText = ""; this.CompanyAddress.Location = new System.Drawing.Point(132, 145); this.CompanyAddress.Name = "CompanyAddress"; this.CompanyAddress.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.CompanyAddress.PopupOffset = new System.Drawing.Point(12, 0); this.CompanyAddress.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.CompanyAddress.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.CompanyAddress.PopupWidth = 300; this.CompanyAddress.Size = new System.Drawing.Size(374, 19); this.CompanyAddress.TabIndex = 139; // // label4 // this.label4.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(70, 145); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(56, 16); this.label4.TabIndex = 138; this.label4.Text = "地址:"; // // JuridicalPersonAge // this.JuridicalPersonAge.Anchor = System.Windows.Forms.AnchorStyles.Top; this.JuridicalPersonAge.BackColor = System.Drawing.Color.White; this.JuridicalPersonAge.BorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPersonAge.ControlText = ""; this.JuridicalPersonAge.Location = new System.Drawing.Point(584, 62); this.JuridicalPersonAge.Name = "JuridicalPersonAge"; this.JuridicalPersonAge.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPersonAge.PopupOffset = new System.Drawing.Point(12, 0); this.JuridicalPersonAge.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.JuridicalPersonAge.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.JuridicalPersonAge.PopupWidth = 300; this.JuridicalPersonAge.Size = new System.Drawing.Size(133, 19); this.JuridicalPersonAge.TabIndex = 137; // // label3 // this.label3.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(531, 65); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(56, 16); this.label3.TabIndex = 136; this.label3.Text = "年龄:"; // // JuridicalPersonSex // this.JuridicalPersonSex.Anchor = System.Windows.Forms.AnchorStyles.Top; this.JuridicalPersonSex.BackColor = System.Drawing.Color.White; this.JuridicalPersonSex.BorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPersonSex.ControlText = ""; this.JuridicalPersonSex.Location = new System.Drawing.Point(360, 62); this.JuridicalPersonSex.Name = "JuridicalPersonSex"; this.JuridicalPersonSex.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPersonSex.PopupOffset = new System.Drawing.Point(12, 0); this.JuridicalPersonSex.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.JuridicalPersonSex.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.JuridicalPersonSex.PopupWidth = 300; this.JuridicalPersonSex.Size = new System.Drawing.Size(146, 19); this.JuridicalPersonSex.TabIndex = 135; // // label2 // this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(309, 65); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(56, 16); this.label2.TabIndex = 134; this.label2.Text = "性别:"; // // JuridicalPerson // this.JuridicalPerson.Anchor = System.Windows.Forms.AnchorStyles.Top; this.JuridicalPerson.BackColor = System.Drawing.Color.White; this.JuridicalPerson.BorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPerson.ControlText = ""; this.JuridicalPerson.Location = new System.Drawing.Point(132, 62); this.JuridicalPerson.Name = "JuridicalPerson"; this.JuridicalPerson.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPerson.PopupOffset = new System.Drawing.Point(12, 0); this.JuridicalPerson.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.JuridicalPerson.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.JuridicalPerson.PopupWidth = 300; this.JuridicalPerson.Size = new System.Drawing.Size(162, 19); this.JuridicalPerson.TabIndex = 133; // // label6 // this.label6.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 65); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(120, 16); this.label6.TabIndex = 132; this.label6.Text = "法人(负责人):"; // // CompanyName // this.CompanyName.Anchor = System.Windows.Forms.AnchorStyles.Top; this.CompanyName.BackColor = System.Drawing.Color.White; this.CompanyName.BorderStyle = System.Windows.Forms.BorderStyle.None; this.CompanyName.ControlText = ""; this.CompanyName.Location = new System.Drawing.Point(132, 27); this.CompanyName.Name = "CompanyName"; this.CompanyName.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.CompanyName.PopupOffset = new System.Drawing.Point(12, 0); this.CompanyName.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.CompanyName.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.CompanyName.PopupWidth = 300; this.CompanyName.Size = new System.Drawing.Size(585, 19); this.CompanyName.TabIndex = 120; // // label1 // this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(38, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(88, 16); this.label1.TabIndex = 119; this.label1.Text = "企业名称:"; // // frmCompanyNoCoalSecurity // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Name = "frmCompanyNoCoalSecurity"; this.Size = new System.Drawing.Size(886, 700); this.Load += new System.EventHandler(this.frmCompanyNoCoalSecurity_Load); this.panelContent.ResumeLayout(false); this.panelContent.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.tableLine1)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCompanyDangerChemicalsProduce)); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.ValidEndDate = new EnforceUI.TableDateTimePicker(this.components); this.ValidStartDate = new EnforceUI.TableDateTimePicker(this.components); this.label16 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.PermitRange = new EnforceUI.TableRichTextBox(this.components); this.label13 = new System.Windows.Forms.Label(); this.tableLine1 = new EnforceUI.TableLine(this.components); this.headerLabel1 = new EnforceUI.HeaderLabel(this.components); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.Mobile = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label7 = new System.Windows.Forms.Label(); this.Tel = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label8 = new System.Windows.Forms.Label(); this.JuridicalPersonJob = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label9 = new System.Windows.Forms.Label(); this.CompanyPost = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label5 = new System.Windows.Forms.Label(); this.CompanyAddress = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label4 = new System.Windows.Forms.Label(); this.JuridicalPersonAge = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label3 = new System.Windows.Forms.Label(); this.JuridicalPersonSex = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label2 = new System.Windows.Forms.Label(); this.JuridicalPerson = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label6 = new System.Windows.Forms.Label(); this.CompanyName = new EnforceUI.TableAutoCompleteTextBox(this.components); this.label1 = new System.Windows.Forms.Label(); this.panelContent.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tableLine1)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // buttonOK // this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); // // panelContent // this.panelContent.Controls.Add(this.groupBox1); this.panelContent.Controls.Add(this.groupBox2); this.panelContent.Controls.Add(this.tableLine1); this.panelContent.Controls.Add(this.headerLabel1); this.panelContent.Size = new System.Drawing.Size(886, 545); this.panelContent.Controls.SetChildIndex(this.header1, 0); this.panelContent.Controls.SetChildIndex(this.headerLabel1, 0); this.panelContent.Controls.SetChildIndex(this.tableLine1, 0); this.panelContent.Controls.SetChildIndex(this.groupBox2, 0); this.panelContent.Controls.SetChildIndex(this.groupBox1, 0); // // panel1 // this.panel1.Location = new System.Drawing.Point(0, 545); this.panel1.Size = new System.Drawing.Size(886, 35); // // header1 // this.header1.Appearance.BackColor = System.Drawing.Color.White; this.header1.Appearance.Options.UseBackColor = true; this.header1.Size = new System.Drawing.Size(886, 75); // // groupBox2 // this.groupBox2.Controls.Add(this.ValidEndDate); this.groupBox2.Controls.Add(this.ValidStartDate); this.groupBox2.Controls.Add(this.label16); this.groupBox2.Controls.Add(this.label15); this.groupBox2.Controls.Add(this.PermitRange); this.groupBox2.Controls.Add(this.label13); this.groupBox2.Location = new System.Drawing.Point(64, 345); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(750, 188); this.groupBox2.TabIndex = 123; this.groupBox2.TabStop = false; this.groupBox2.Text = "详细信息"; // // ValidEndDate // this.ValidEndDate.Anchor = System.Windows.Forms.AnchorStyles.Top; this.ValidEndDate.CustomFormat = "yyyy年M月d日"; this.ValidEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.ValidEndDate.Location = new System.Drawing.Point(346, 137); this.ValidEndDate.Name = "ValidEndDate"; this.ValidEndDate.Size = new System.Drawing.Size(160, 26); this.ValidEndDate.TabIndex = 154; // // ValidStartDate // this.ValidStartDate.Anchor = System.Windows.Forms.AnchorStyles.Top; this.ValidStartDate.CustomFormat = "yyyy年M月d日"; this.ValidStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.ValidStartDate.Location = new System.Drawing.Point(132, 137); this.ValidStartDate.Name = "ValidStartDate"; this.ValidStartDate.Size = new System.Drawing.Size(160, 26); this.ValidStartDate.TabIndex = 153; // // label16 // this.label16.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(309, 142); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(24, 16); this.label16.TabIndex = 152; this.label16.Text = "到"; // // label15 // this.label15.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(54, 142); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(72, 16); this.label15.TabIndex = 152; this.label15.Text = "有效期:"; // // PermitRange // this.PermitRange.ControlText = ""; this.PermitRange.Location = new System.Drawing.Point(132, 31); this.PermitRange.Name = "PermitRange"; this.PermitRange.Size = new System.Drawing.Size(585, 89); this.PermitRange.TabIndex = 147; this.PermitRange.Text = ""; // // label13 // this.label13.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(38, 31); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(88, 16); this.label13.TabIndex = 146; this.label13.Text = "许可范围:"; // // tableLine1 // this.tableLine1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.tableLine1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tableLine1.BackgroundImage"))); this.tableLine1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.tableLine1.Location = new System.Drawing.Point(64, 103); this.tableLine1.MaximumSize = new System.Drawing.Size(900, 4); this.tableLine1.MinimumSize = new System.Drawing.Size(100, 4); this.tableLine1.Name = "tableLine1"; this.tableLine1.Size = new System.Drawing.Size(750, 4); this.tableLine1.TabIndex = 121; this.tableLine1.TabStop = false; // // headerLabel1 // this.headerLabel1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.headerLabel1.AutoSize = true; this.headerLabel1.Font = new System.Drawing.Font("黑体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.headerLabel1.Location = new System.Drawing.Point(247, 80); this.headerLabel1.Name = "headerLabel1"; this.headerLabel1.Size = new System.Drawing.Size(409, 20); this.headerLabel1.TabIndex = 120; this.headerLabel1.Text = "危险化学品生产(含溶剂回收)、储存详情表"; // // groupBox1 // this.groupBox1.Controls.Add(this.Mobile); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.Tel); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.JuridicalPersonJob); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.CompanyPost); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.CompanyAddress); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.JuridicalPersonAge); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.JuridicalPersonSex); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.JuridicalPerson); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.CompanyName); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(64, 129); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(750, 195); this.groupBox1.TabIndex = 155; this.groupBox1.TabStop = false; this.groupBox1.Text = "基本信息"; // // Mobile // this.Mobile.Anchor = System.Windows.Forms.AnchorStyles.Top; this.Mobile.BackColor = System.Drawing.Color.White; this.Mobile.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Mobile.ControlText = ""; this.Mobile.Location = new System.Drawing.Point(584, 102); this.Mobile.Name = "Mobile"; this.Mobile.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.Mobile.PopupOffset = new System.Drawing.Point(12, 0); this.Mobile.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.Mobile.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.Mobile.PopupWidth = 300; this.Mobile.Size = new System.Drawing.Size(133, 19); this.Mobile.TabIndex = 147; // // label7 // this.label7.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(531, 105); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(56, 16); this.label7.TabIndex = 146; this.label7.Text = "手机:"; // // Tel // this.Tel.Anchor = System.Windows.Forms.AnchorStyles.Top; this.Tel.BackColor = System.Drawing.Color.White; this.Tel.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Tel.ControlText = ""; this.Tel.Location = new System.Drawing.Point(360, 102); this.Tel.Name = "Tel"; this.Tel.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.Tel.PopupOffset = new System.Drawing.Point(12, 0); this.Tel.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.Tel.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.Tel.PopupWidth = 300; this.Tel.Size = new System.Drawing.Size(146, 19); this.Tel.TabIndex = 145; // // label8 // this.label8.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(309, 105); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(56, 16); this.label8.TabIndex = 144; this.label8.Text = "电话:"; // // JuridicalPersonJob // this.JuridicalPersonJob.Anchor = System.Windows.Forms.AnchorStyles.Top; this.JuridicalPersonJob.BackColor = System.Drawing.Color.White; this.JuridicalPersonJob.BorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPersonJob.ControlText = ""; this.JuridicalPersonJob.Location = new System.Drawing.Point(132, 102); this.JuridicalPersonJob.Name = "JuridicalPersonJob"; this.JuridicalPersonJob.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPersonJob.PopupOffset = new System.Drawing.Point(12, 0); this.JuridicalPersonJob.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.JuridicalPersonJob.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.JuridicalPersonJob.PopupWidth = 300; this.JuridicalPersonJob.Size = new System.Drawing.Size(162, 19); this.JuridicalPersonJob.TabIndex = 143; // // label9 // this.label9.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(38, 105); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(88, 16); this.label9.TabIndex = 142; this.label9.Text = "法人职务:"; // // CompanyPost // this.CompanyPost.Anchor = System.Windows.Forms.AnchorStyles.Top; this.CompanyPost.BackColor = System.Drawing.Color.White; this.CompanyPost.BorderStyle = System.Windows.Forms.BorderStyle.None; this.CompanyPost.ControlText = ""; this.CompanyPost.Location = new System.Drawing.Point(584, 145); this.CompanyPost.Name = "CompanyPost"; this.CompanyPost.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.CompanyPost.PopupOffset = new System.Drawing.Point(12, 0); this.CompanyPost.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.CompanyPost.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.CompanyPost.PopupWidth = 300; this.CompanyPost.Size = new System.Drawing.Size(133, 19); this.CompanyPost.TabIndex = 141; // // label5 // this.label5.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(531, 148); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(56, 16); this.label5.TabIndex = 140; this.label5.Text = "邮编:"; // // CompanyAddress // this.CompanyAddress.Anchor = System.Windows.Forms.AnchorStyles.Top; this.CompanyAddress.BackColor = System.Drawing.Color.White; this.CompanyAddress.BorderStyle = System.Windows.Forms.BorderStyle.None; this.CompanyAddress.ControlText = ""; this.CompanyAddress.Location = new System.Drawing.Point(132, 145); this.CompanyAddress.Name = "CompanyAddress"; this.CompanyAddress.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.CompanyAddress.PopupOffset = new System.Drawing.Point(12, 0); this.CompanyAddress.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.CompanyAddress.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.CompanyAddress.PopupWidth = 300; this.CompanyAddress.Size = new System.Drawing.Size(374, 19); this.CompanyAddress.TabIndex = 139; // // label4 // this.label4.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(70, 145); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(56, 16); this.label4.TabIndex = 138; this.label4.Text = "地址:"; // // JuridicalPersonAge // this.JuridicalPersonAge.Anchor = System.Windows.Forms.AnchorStyles.Top; this.JuridicalPersonAge.BackColor = System.Drawing.Color.White; this.JuridicalPersonAge.BorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPersonAge.ControlText = ""; this.JuridicalPersonAge.Location = new System.Drawing.Point(584, 62); this.JuridicalPersonAge.Name = "JuridicalPersonAge"; this.JuridicalPersonAge.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPersonAge.PopupOffset = new System.Drawing.Point(12, 0); this.JuridicalPersonAge.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.JuridicalPersonAge.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.JuridicalPersonAge.PopupWidth = 300; this.JuridicalPersonAge.Size = new System.Drawing.Size(133, 19); this.JuridicalPersonAge.TabIndex = 137; // // label3 // this.label3.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(531, 65); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(56, 16); this.label3.TabIndex = 136; this.label3.Text = "年龄:"; // // JuridicalPersonSex // this.JuridicalPersonSex.Anchor = System.Windows.Forms.AnchorStyles.Top; this.JuridicalPersonSex.BackColor = System.Drawing.Color.White; this.JuridicalPersonSex.BorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPersonSex.ControlText = ""; this.JuridicalPersonSex.Location = new System.Drawing.Point(360, 62); this.JuridicalPersonSex.Name = "JuridicalPersonSex"; this.JuridicalPersonSex.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPersonSex.PopupOffset = new System.Drawing.Point(12, 0); this.JuridicalPersonSex.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.JuridicalPersonSex.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.JuridicalPersonSex.PopupWidth = 300; this.JuridicalPersonSex.Size = new System.Drawing.Size(146, 19); this.JuridicalPersonSex.TabIndex = 135; // // label2 // this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(309, 65); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(56, 16); this.label2.TabIndex = 134; this.label2.Text = "性别:"; // // JuridicalPerson // this.JuridicalPerson.Anchor = System.Windows.Forms.AnchorStyles.Top; this.JuridicalPerson.BackColor = System.Drawing.Color.White; this.JuridicalPerson.BorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPerson.ControlText = ""; this.JuridicalPerson.Location = new System.Drawing.Point(132, 62); this.JuridicalPerson.Name = "JuridicalPerson"; this.JuridicalPerson.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.JuridicalPerson.PopupOffset = new System.Drawing.Point(12, 0); this.JuridicalPerson.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.JuridicalPerson.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.JuridicalPerson.PopupWidth = 300; this.JuridicalPerson.Size = new System.Drawing.Size(162, 19); this.JuridicalPerson.TabIndex = 133; // // label6 // this.label6.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 65); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(120, 16); this.label6.TabIndex = 132; this.label6.Text = "法人(负责人):"; // // CompanyName // this.CompanyName.Anchor = System.Windows.Forms.AnchorStyles.Top; this.CompanyName.BackColor = System.Drawing.Color.White; this.CompanyName.BorderStyle = System.Windows.Forms.BorderStyle.None; this.CompanyName.ControlText = ""; this.CompanyName.Location = new System.Drawing.Point(132, 27); this.CompanyName.Name = "CompanyName"; this.CompanyName.PopupBorderStyle = System.Windows.Forms.BorderStyle.None; this.CompanyName.PopupOffset = new System.Drawing.Point(12, 0); this.CompanyName.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight; this.CompanyName.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText; this.CompanyName.PopupWidth = 300; this.CompanyName.Size = new System.Drawing.Size(585, 19); this.CompanyName.TabIndex = 120; // // label1 // this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(38, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(88, 16); this.label1.TabIndex = 119; this.label1.Text = "企业名称:"; // // frmCompanyDangerChemicalsProduce // this.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Name = "frmCompanyDangerChemicalsProduce"; this.Size = new System.Drawing.Size(886, 580); this.Load += new System.EventHandler(this.frmCompanyDangerChemicalsProduce_Load); this.panelContent.ResumeLayout(false); this.panelContent.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.tableLine1)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); }