/// <summary> 
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.tableTextBoxCompanyName = new EnforceUI.DocumentAutoCompleteTextBox(this.components);
     this.buttonQuery = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.enforceToolStrip = new EnforceUI.EnforceToolStrip(this.components);
     this.toolStripButtonAdd = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonEdit = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonDel = new System.Windows.Forms.ToolStripButton();
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces = new EnforceUI.EnforceLawGridView(this.components);
     this.CompanyName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CompanyAddress = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CompanyPost = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.JuridicalPerson = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.JuridicalPersonSex = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.JuridicalPersonAge = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.JuridicalPersonJob = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Mobile = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Tel = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnImport = new System.Windows.Forms.Button();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.panelTop.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.enforceToolStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.enforceLawGridViewfrmCompanyDangerChemicalsProduces)).BeginInit();
     this.SuspendLayout();
     //
     // pager
     //
     this.pager.Location = new System.Drawing.Point(0, 667);
     this.pager.Size = new System.Drawing.Size(945, 33);
     //
     // panelTop
     //
     this.panelTop.Size = new System.Drawing.Size(945, 34);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.enforceToolStrip);
     this.panel2.Size = new System.Drawing.Size(945, 27);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.enforceLawGridViewfrmCompanyDangerChemicalsProduces);
     this.panel3.Size = new System.Drawing.Size(945, 606);
     //
     // panel4
     //
     this.panel4.Controls.Add(this.btnImport);
     this.panel4.Controls.Add(this.tableTextBoxCompanyName);
     this.panel4.Controls.Add(this.buttonQuery);
     this.panel4.Controls.Add(this.label1);
     this.panel4.Size = new System.Drawing.Size(945, 34);
     //
     // tableTextBoxCompanyName
     //
     this.tableTextBoxCompanyName.ControlText = "";
     this.tableTextBoxCompanyName.Location = new System.Drawing.Point(100, 7);
     this.tableTextBoxCompanyName.Name = "tableTextBoxCompanyName";
     this.tableTextBoxCompanyName.PopupBorderStyle = System.Windows.Forms.BorderStyle.None;
     this.tableTextBoxCompanyName.PopupOffset = new System.Drawing.Point(12, 0);
     this.tableTextBoxCompanyName.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight;
     this.tableTextBoxCompanyName.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText;
     this.tableTextBoxCompanyName.PopupWidth = 300;
     this.tableTextBoxCompanyName.Size = new System.Drawing.Size(190, 23);
     this.tableTextBoxCompanyName.TabIndex = 10;
     //
     // buttonQuery
     //
     this.buttonQuery.Location = new System.Drawing.Point(296, 7);
     this.buttonQuery.Name = "buttonQuery";
     this.buttonQuery.Size = new System.Drawing.Size(75, 23);
     this.buttonQuery.TabIndex = 9;
     this.buttonQuery.Text = "查询";
     this.buttonQuery.UseVisualStyleBackColor = true;
     this.buttonQuery.Click += new System.EventHandler(this.buttonQuery_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(35, 10);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(59, 17);
     this.label1.TabIndex = 8;
     this.label1.Text = "企业名称:";
     //
     // enforceToolStrip
     //
     this.enforceToolStrip.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.enforceToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButtonAdd,
     this.toolStripSeparator1,
     this.toolStripButtonEdit,
     this.toolStripSeparator2,
     this.toolStripButtonDel});
     this.enforceToolStrip.Location = new System.Drawing.Point(0, 0);
     this.enforceToolStrip.Name = "enforceToolStrip";
     this.enforceToolStrip.Size = new System.Drawing.Size(945, 25);
     this.enforceToolStrip.TabIndex = 3;
     this.enforceToolStrip.Text = "enforceToolStrip1";
     //
     // toolStripButtonAdd
     //
     this.toolStripButtonAdd.Image = global::Maleos.Properties.Resources.application_add;
     this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAdd.Name = "toolStripButtonAdd";
     this.toolStripButtonAdd.Size = new System.Drawing.Size(52, 22);
     this.toolStripButtonAdd.Text = "添加";
     this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     this.toolStripSeparator1.Visible = false;
     //
     // toolStripButtonEdit
     //
     this.toolStripButtonEdit.Image = global::Maleos.Properties.Resources.application_edit;
     this.toolStripButtonEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonEdit.Name = "toolStripButtonEdit";
     this.toolStripButtonEdit.Size = new System.Drawing.Size(52, 22);
     this.toolStripButtonEdit.Text = "编辑";
     this.toolStripButtonEdit.Click += new System.EventHandler(this.toolStripButtonEdit_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     this.toolStripSeparator2.Visible = false;
     //
     // toolStripButtonDel
     //
     this.toolStripButtonDel.Image = global::Maleos.Properties.Resources.application_delete;
     this.toolStripButtonDel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDel.Name = "toolStripButtonDel";
     this.toolStripButtonDel.Size = new System.Drawing.Size(52, 22);
     this.toolStripButtonDel.Text = "删除";
     this.toolStripButtonDel.Click += new System.EventHandler(this.toolStripButtonDel_Click);
     //
     // enforceLawGridViewfrmCompanyDangerChemicalsProduces
     //
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.AutoUpdate = true;
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.BackgroundColor = System.Drawing.Color.White;
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.BorderStyle = System.Windows.Forms.BorderStyle.None;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.CompanyName,
     this.CompanyAddress,
     this.CompanyPost,
     this.JuridicalPerson,
     this.JuridicalPersonSex,
     this.JuridicalPersonAge,
     this.JuridicalPersonJob,
     this.Mobile,
     this.Tel});
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.DefaultCellStyle = dataGridViewCellStyle2;
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.Dock = System.Windows.Forms.DockStyle.Fill;
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.EntityType = null;
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.Location = new System.Drawing.Point(0, 0);
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.Name = "enforceLawGridViewfrmCompanyDangerChemicalsProduces";
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.RowTemplate.Height = 23;
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.Size = new System.Drawing.Size(945, 606);
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.TabIndex = 1;
     //
     // CompanyName
     //
     this.CompanyName.HeaderText = "企业名称";
     this.CompanyName.Name = "CompanyName";
     //
     // CompanyAddress
     //
     this.CompanyAddress.HeaderText = "企业地址";
     this.CompanyAddress.Name = "CompanyAddress";
     //
     // CompanyPost
     //
     this.CompanyPost.HeaderText = "企业邮编";
     this.CompanyPost.Name = "CompanyPost";
     //
     // JuridicalPerson
     //
     this.JuridicalPerson.HeaderText = "法人/负责人";
     this.JuridicalPerson.Name = "JuridicalPerson";
     //
     // JuridicalPersonSex
     //
     this.JuridicalPersonSex.HeaderText = "法人性别";
     this.JuridicalPersonSex.Name = "JuridicalPersonSex";
     this.JuridicalPersonSex.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.JuridicalPersonSex.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // JuridicalPersonAge
     //
     this.JuridicalPersonAge.HeaderText = "法人年龄";
     this.JuridicalPersonAge.Name = "JuridicalPersonAge";
     this.JuridicalPersonAge.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.JuridicalPersonAge.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // JuridicalPersonJob
     //
     this.JuridicalPersonJob.HeaderText = "法人职务";
     this.JuridicalPersonJob.Name = "JuridicalPersonJob";
     this.JuridicalPersonJob.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.JuridicalPersonJob.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // Mobile
     //
     this.Mobile.HeaderText = "联系方式(手机)";
     this.Mobile.Name = "Mobile";
     this.Mobile.Width = 120;
     //
     // Tel
     //
     this.Tel.HeaderText = "联系方式(电话)";
     this.Tel.Name = "Tel";
     this.Tel.Width = 120;
     //
     // btnImport
     //
     this.btnImport.Location = new System.Drawing.Point(388, 6);
     this.btnImport.Name = "btnImport";
     this.btnImport.Size = new System.Drawing.Size(75, 23);
     this.btnImport.TabIndex = 11;
     this.btnImport.Text = "导入";
     this.btnImport.UseVisualStyleBackColor = true;
     this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // frmCompanyDangerChemicalsProduces
     //
     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 = "frmCompanyDangerChemicalsProduces";
     this.Size = new System.Drawing.Size(945, 700);
     this.Load += new System.EventHandler(this.frmCompanyDangerChemicalsProduces_Load);
     this.panelTop.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.enforceToolStrip.ResumeLayout(false);
     this.enforceToolStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.enforceLawGridViewfrmCompanyDangerChemicalsProduces)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.tableTextBoxCompanyName = new EnforceUI.DocumentAutoCompleteTextBox(this.components);
     this.buttonQuery = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.enforceToolStrip = new EnforceUI.EnforceToolStrip(this.components);
     this.toolStripButtonAdd = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonEdit = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonDel = new System.Windows.Forms.ToolStripButton();
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces = new EnforceUI.EnforceLawGridView(this.components);
     this.btnImport = new System.Windows.Forms.Button();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.comboBox2 = new System.Windows.Forms.ComboBox();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CompanyName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.IsCity = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CompanyAreaName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CompanyAddress = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CompanyPost = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.JuridicalPerson = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.JuridicalPersonSex = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.JuridicalPersonAge = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.JuridicalPersonJob = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Mobile = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panelTop.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.enforceToolStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.enforceLawGridViewfrmCompanyDangerChemicalsProduces)).BeginInit();
     this.SuspendLayout();
     //
     // pager
     //
     this.pager.Location = new System.Drawing.Point(0, 667);
     this.pager.Size = new System.Drawing.Size(945, 33);
     this.pager.CurrentPageChangedEvent += new EnforceUI.Pager.CurrentPageChangedHandeler(this.pager_CurrentPageChangedEvent);
     //
     // panelTop
     //
     this.panelTop.Size = new System.Drawing.Size(945, 34);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.enforceToolStrip);
     this.panel2.Size = new System.Drawing.Size(945, 27);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.enforceLawGridViewfrmCompanyDangerChemicalsProduces);
     this.panel3.Size = new System.Drawing.Size(945, 606);
     //
     // panel4
     //
     this.panel4.Controls.Add(this.comboBox2);
     this.panel4.Controls.Add(this.comboBox1);
     this.panel4.Controls.Add(this.label3);
     this.panel4.Controls.Add(this.label2);
     this.panel4.Controls.Add(this.btnImport);
     this.panel4.Controls.Add(this.tableTextBoxCompanyName);
     this.panel4.Controls.Add(this.buttonQuery);
     this.panel4.Controls.Add(this.label1);
     this.panel4.Size = new System.Drawing.Size(945, 34);
     //
     // tableTextBoxCompanyName
     //
     this.tableTextBoxCompanyName.ControlText = "";
     this.tableTextBoxCompanyName.Location = new System.Drawing.Point(73, 6);
     this.tableTextBoxCompanyName.Name = "tableTextBoxCompanyName";
     this.tableTextBoxCompanyName.PopupBorderStyle = System.Windows.Forms.BorderStyle.None;
     this.tableTextBoxCompanyName.PopupOffset = new System.Drawing.Point(12, 0);
     this.tableTextBoxCompanyName.PopupSelectionBackColor = System.Drawing.SystemColors.Highlight;
     this.tableTextBoxCompanyName.PopupSelectionForeColor = System.Drawing.SystemColors.HighlightText;
     this.tableTextBoxCompanyName.PopupWidth = 300;
     this.tableTextBoxCompanyName.Size = new System.Drawing.Size(190, 23);
     this.tableTextBoxCompanyName.TabIndex = 10;
     //
     // buttonQuery
     //
     this.buttonQuery.Location = new System.Drawing.Point(606, 5);
     this.buttonQuery.Name = "buttonQuery";
     this.buttonQuery.Size = new System.Drawing.Size(75, 23);
     this.buttonQuery.TabIndex = 9;
     this.buttonQuery.Text = "查询";
     this.buttonQuery.UseVisualStyleBackColor = true;
     this.buttonQuery.Click += new System.EventHandler(this.buttonQuery_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(8, 9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(59, 17);
     this.label1.TabIndex = 8;
     this.label1.Text = "企业名称:";
     //
     // enforceToolStrip
     //
     this.enforceToolStrip.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.enforceToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButtonAdd,
     this.toolStripSeparator1,
     this.toolStripButtonEdit,
     this.toolStripSeparator2,
     this.toolStripButtonDel});
     this.enforceToolStrip.Location = new System.Drawing.Point(0, 0);
     this.enforceToolStrip.Name = "enforceToolStrip";
     this.enforceToolStrip.Size = new System.Drawing.Size(945, 25);
     this.enforceToolStrip.TabIndex = 3;
     this.enforceToolStrip.Text = "enforceToolStrip1";
     //
     // toolStripButtonAdd
     //
     this.toolStripButtonAdd.Image = global::Maleos.Properties.Resources.application_add;
     this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAdd.Name = "toolStripButtonAdd";
     this.toolStripButtonAdd.Size = new System.Drawing.Size(52, 22);
     this.toolStripButtonAdd.Text = "添加";
     this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     this.toolStripSeparator1.Visible = false;
     //
     // toolStripButtonEdit
     //
     this.toolStripButtonEdit.Image = global::Maleos.Properties.Resources.application_edit;
     this.toolStripButtonEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonEdit.Name = "toolStripButtonEdit";
     this.toolStripButtonEdit.Size = new System.Drawing.Size(52, 22);
     this.toolStripButtonEdit.Text = "编辑";
     this.toolStripButtonEdit.Click += new System.EventHandler(this.toolStripButtonEdit_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     this.toolStripSeparator2.Visible = false;
     //
     // toolStripButtonDel
     //
     this.toolStripButtonDel.Image = global::Maleos.Properties.Resources.application_delete;
     this.toolStripButtonDel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDel.Name = "toolStripButtonDel";
     this.toolStripButtonDel.Size = new System.Drawing.Size(52, 22);
     this.toolStripButtonDel.Text = "删除";
     this.toolStripButtonDel.Click += new System.EventHandler(this.toolStripButtonDel_Click);
     //
     // enforceLawGridViewfrmCompanyDangerChemicalsProduces
     //
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.AutoUpdate = true;
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.BackgroundColor = System.Drawing.Color.White;
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn1,
     this.dataGridViewTextBoxColumn2,
     this.dataGridViewTextBoxColumn3,
     this.dataGridViewTextBoxColumn4,
     this.dataGridViewTextBoxColumn5,
     this.dataGridViewTextBoxColumn6,
     this.dataGridViewTextBoxColumn7,
     this.dataGridViewTextBoxColumn8,
     this.dataGridViewTextBoxColumn9,
     this.dataGridViewTextBoxColumn10});
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.Custom = false;
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.Dock = System.Windows.Forms.DockStyle.Fill;
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.EntityType = null;
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.Location = new System.Drawing.Point(0, 0);
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.Name = "enforceLawGridViewfrmCompanyDangerChemicalsProduces";
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.RowTemplate.Height = 23;
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.Size = new System.Drawing.Size(945, 606);
     this.enforceLawGridViewfrmCompanyDangerChemicalsProduces.TabIndex = 1;
     //
     // btnImport
     //
     this.btnImport.Location = new System.Drawing.Point(687, 4);
     this.btnImport.Name = "btnImport";
     this.btnImport.Size = new System.Drawing.Size(75, 23);
     this.btnImport.TabIndex = 11;
     this.btnImport.Text = "导入";
     this.btnImport.UseVisualStyleBackColor = true;
     this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // comboBox2
     //
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Location = new System.Drawing.Point(477, 4);
     this.comboBox2.Name = "comboBox2";
     this.comboBox2.Size = new System.Drawing.Size(121, 25);
     this.comboBox2.TabIndex = 13;
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location = new System.Drawing.Point(306, 4);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(121, 25);
     this.comboBox1.TabIndex = 12;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(436, 7);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(35, 17);
     this.label3.TabIndex = 15;
     this.label3.Text = "县区:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(268, 8);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(35, 17);
     this.label2.TabIndex = 14;
     this.label2.Text = "市区:";
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText = "企业名称";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.HeaderText = "市区";
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.HeaderText = "县区";
     this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.HeaderText = "企业地址";
     this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.HeaderText = "企业邮编";
     this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.HeaderText = "法人/负责人";
     this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
     //
     // dataGridViewTextBoxColumn7
     //
     this.dataGridViewTextBoxColumn7.HeaderText = "法人性别";
     this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
     this.dataGridViewTextBoxColumn7.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // dataGridViewTextBoxColumn8
     //
     this.dataGridViewTextBoxColumn8.HeaderText = "法人年龄";
     this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
     this.dataGridViewTextBoxColumn8.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn8.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // dataGridViewTextBoxColumn9
     //
     this.dataGridViewTextBoxColumn9.HeaderText = "法人职务";
     this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
     this.dataGridViewTextBoxColumn9.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn9.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // dataGridViewTextBoxColumn10
     //
     this.dataGridViewTextBoxColumn10.HeaderText = "联系方式";
     this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
     this.dataGridViewTextBoxColumn10.Width = 120;
     //
     // CompanyName
     //
     this.CompanyName.HeaderText = "企业名称";
     this.CompanyName.Name = "CompanyName";
     //
     // IsCity
     //
     this.IsCity.HeaderText = "市区";
     this.IsCity.Name = "IsCity";
     //
     // CompanyAreaName
     //
     this.CompanyAreaName.HeaderText = "县区";
     this.CompanyAreaName.Name = "CompanyAreaName";
     //
     // CompanyAddress
     //
     this.CompanyAddress.HeaderText = "企业地址";
     this.CompanyAddress.Name = "CompanyAddress";
     //
     // CompanyPost
     //
     this.CompanyPost.HeaderText = "企业邮编";
     this.CompanyPost.Name = "CompanyPost";
     //
     // JuridicalPerson
     //
     this.JuridicalPerson.HeaderText = "法人/负责人";
     this.JuridicalPerson.Name = "JuridicalPerson";
     //
     // JuridicalPersonSex
     //
     this.JuridicalPersonSex.HeaderText = "法人性别";
     this.JuridicalPersonSex.Name = "JuridicalPersonSex";
     this.JuridicalPersonSex.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.JuridicalPersonSex.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // JuridicalPersonAge
     //
     this.JuridicalPersonAge.HeaderText = "法人年龄";
     this.JuridicalPersonAge.Name = "JuridicalPersonAge";
     this.JuridicalPersonAge.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.JuridicalPersonAge.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // JuridicalPersonJob
     //
     this.JuridicalPersonJob.HeaderText = "法人职务";
     this.JuridicalPersonJob.Name = "JuridicalPersonJob";
     this.JuridicalPersonJob.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.JuridicalPersonJob.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // Mobile
     //
     this.Mobile.HeaderText = "联系方式";
     this.Mobile.Name = "Mobile";
     this.Mobile.Width = 120;
     //
     // frmCompanyDangerChemicalsProduces
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Name = "frmCompanyDangerChemicalsProduces";
     this.Size = new System.Drawing.Size(945, 700);
     this.Load += new System.EventHandler(this.frmCompanyDangerChemicalsProduces_Load);
     this.panelTop.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.enforceToolStrip.ResumeLayout(false);
     this.enforceToolStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.enforceLawGridViewfrmCompanyDangerChemicalsProduces)).EndInit();
     this.ResumeLayout(false);
 }