using System.Windows.Forms;
namespace PaintDotNet.DedicatedAnalysis.Battery
{
partial class BatteryCrackBallDialog
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
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();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
this.ShowInTaskbar = false;
this.listView1 = new System.Windows.Forms.ListView();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox8 = new System.Windows.Forms.GroupBox();
this.button14 = new System.Windows.Forms.Button();
this.button13 = new System.Windows.Forms.Button();
this.dataGridView4 = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label4 = new System.Windows.Forms.Label();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.btnAddCeliang = new Button();
this.btnSelCeliang = new Button();
this.btnDelCeliang = new Button();
this.groupBox10 = new System.Windows.Forms.GroupBox();
this.btnLunkuo = new Button();
this.btnAddKong = new Button();
this.btnDelKong = new Button();
this.btnReDrw = new Button();
this.groupBox9 = new System.Windows.Forms.GroupBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox2.SuspendLayout();
this.groupBox8.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).BeginInit();
this.groupBox5.SuspendLayout();
this.groupBox10.SuspendLayout();
this.groupBox9.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// listView1
//
this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.listView1.FullRowSelect = true;
this.listView1.HideSelection = false;
this.listView1.LargeImageList = this.imageList1;
this.listView1.Location = new System.Drawing.Point(5, 17);
this.listView1.MultiSelect = false;
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(124, 616);
this.listView1.TabIndex = 0;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.listView1_ItemSelectionChanged);
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
this.listView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseDown);
this.listView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseUp);
//
// imageList1
//
this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.imageList1.ImageSize = new System.Drawing.Size(64, 64);
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.groupBox2.Controls.Add(this.listView1);
this.groupBox2.Location = new System.Drawing.Point(14, 9);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(135, 639);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "图像索引";
//
// groupBox8
//
this.groupBox8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox8.Controls.Add(this.button14);
this.groupBox8.Controls.Add(this.button13);
this.groupBox8.Controls.Add(this.dataGridView4);
this.groupBox8.Controls.Add(this.label4);
this.groupBox8.Location = new System.Drawing.Point(14, 664);
this.groupBox8.Name = "groupBox8";
this.groupBox8.Size = new System.Drawing.Size(1081, 204);
this.groupBox8.TabIndex = 10;
this.groupBox8.TabStop = false;
this.groupBox8.Text = "分析结果";
//
// button14
//
this.button14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button14.BackColor = System.Drawing.SystemColors.Control;
this.button14.Location = new System.Drawing.Point(941, 71);
this.button14.Name = "button14";
this.button14.Size = new System.Drawing.Size(128, 26);
this.button14.TabIndex = 16;
this.button14.Text = "导出详细";
this.button14.UseVisualStyleBackColor = false;
this.button14.Click += new System.EventHandler(this.button14_Click);
button14.Visible = false;
//
// button13
//
this.button13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button13.BackColor = System.Drawing.SystemColors.Control;
this.button13.Location = new System.Drawing.Point(941, 34);
this.button13.Name = "button13";
this.button13.Size = new System.Drawing.Size(128, 26);
this.button13.TabIndex = 12;
this.button13.Text = "导出结果";
this.button13.UseVisualStyleBackColor = false;
this.button13.Click += new System.EventHandler(this.button13_Click);
//
// dataGridView4
//
this.dataGridView4.AllowUserToAddRows = false;
this.dataGridView4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dataGridView4.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView4.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F);
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.dataGridView4.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView4.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3,
this.Column4,
this.Column5,
this.Column6,
this.Column7});
this.dataGridView4.Location = new System.Drawing.Point(8, 20);
this.dataGridView4.Name = "dataGridView4";
this.dataGridView4.ReadOnly = true;
this.dataGridView4.RowHeadersVisible = false;
this.dataGridView4.RowTemplate.Height = 23;
this.dataGridView4.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView4.Size = new System.Drawing.Size(693, 176);
this.dataGridView4.TabIndex = 15;
this.dataGridView4.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView4_CellClick);
//
// Column1
//
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.Column1.DefaultCellStyle = dataGridViewCellStyle2;
this.Column1.HeaderText = "序号";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
//
// Column2
//
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.Column2.DefaultCellStyle = dataGridViewCellStyle3;
this.Column2.HeaderText = "位置X";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
//
// Column3
//
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.Column3.DefaultCellStyle = dataGridViewCellStyle4;
this.Column3.HeaderText = "位置Y";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
//
// Column4
//
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.Column4.DefaultCellStyle = dataGridViewCellStyle5;
this.Column4.HeaderText = "类型";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
//
// Column5
//
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.Column5.DefaultCellStyle = dataGridViewCellStyle6;
this.Column5.HeaderText = "裂长μm";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
//
// Column6
//
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.Column6.DefaultCellStyle = dataGridViewCellStyle7;
this.Column6.HeaderText = "裂宽μm";
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
//
// Column7
//
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.Column7.DefaultCellStyle = dataGridViewCellStyle7;
this.Column7.HeaderText = "圆度";
this.Column7.Name = "Column7";
this.Column7.ReadOnly = true;
//
// label4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.SystemColors.ScrollBar;
this.label4.Location = new System.Drawing.Point(924, 9);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(11, 192);
this.label4.TabIndex = 1;
this.label4.Text = "|\r\n|\r\n|\r\n|\r\n|\r\n|\r\n|\r\n|\r\n|\r\n|\r\n|\r\n|\r\n|\r\n|\r\n|\r\n|";
//
// groupBox7
//
this.groupBox7.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox7.Location = new System.Drawing.Point(515, 9);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(580, 639);
this.groupBox7.TabIndex = 11;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "预览";
//
// groupBox5
//
this.groupBox5.Controls.Add(btnLunkuo);
this.groupBox5.Controls.Add(btnDelKong);
this.groupBox5.Controls.Add(this.btnAddKong);
this.groupBox5.Controls.Add(this.btnAddCeliang);
this.groupBox5.Controls.Add(this.btnSelCeliang);
this.groupBox5.Controls.Add(this.btnDelCeliang);
this.groupBox5.Location = new System.Drawing.Point(157, 257);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(351, 76);
this.groupBox5.TabIndex = 19;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "辅助测量";
this.btnAddCeliang.Location = new System.Drawing.Point(20, 20);
this.btnAddCeliang.Name = "btnAddCeliang";
this.btnAddCeliang.Size = new System.Drawing.Size(90, 23);
this.btnAddCeliang.TabIndex = 3;
this.btnAddCeliang.Text = "添加测量线";
this.btnAddCeliang.UseVisualStyleBackColor = true;
this.btnAddCeliang.Click += new System.EventHandler(this.btnAddCeliang_Click);
this.btnAddCeliang.LostFocus += new System.EventHandler(this.btnAddCeliang_LostFocus);
this.btnSelCeliang.Location = new System.Drawing.Point(120, 20);
this.btnSelCeliang.Name = "btnSelCeliang";
this.btnSelCeliang.Size = new System.Drawing.Size(90, 23);
this.btnSelCeliang.TabIndex = 3;
this.btnSelCeliang.Text = "选择测量线";
this.btnSelCeliang.UseVisualStyleBackColor = true;
this.btnSelCeliang.Click += new System.EventHandler(this.btnSelCeliang_Click);
this.btnDelCeliang.Location = new System.Drawing.Point(220, 20);
this.btnDelCeliang.Name = "btnDelCeliang";
this.btnDelCeliang.Size = new System.Drawing.Size(90, 23);
this.btnDelCeliang.TabIndex = 3;
this.btnDelCeliang.Text = "删除测量线";
this.btnDelCeliang.UseVisualStyleBackColor = true;
this.btnDelCeliang.Click += new System.EventHandler(this.btnDelCeliang_Click);
this.btnAddKong.Location = new System.Drawing.Point(20, 48);
this.btnAddKong.Name = "btnAddKong";
this.btnAddKong.Size = new System.Drawing.Size(90, 23);
this.btnAddKong.TabIndex = 8;
this.btnAddKong.UseVisualStyleBackColor = true;
this.btnAddKong.Text = "忽略选择球";
this.btnAddKong.Click += new System.EventHandler(this.btnAddKong_Click);
this.btnLunkuo.Location = new System.Drawing.Point(120, 48);
this.btnLunkuo.Name = "btnLunkuo";
this.btnLunkuo.Size = new System.Drawing.Size(90, 23);
this.btnLunkuo.TabIndex = 8;
this.btnLunkuo.UseVisualStyleBackColor = true;
this.btnLunkuo.Text = "设为开裂球";
this.btnLunkuo.Click += new System.EventHandler(this.btnLunkuo_Click);
this.btnDelKong.Location = new System.Drawing.Point(220, 48);
this.btnDelKong.Name = "btnDelKong";
this.btnDelKong.Size = new System.Drawing.Size(90, 23);
this.btnDelKong.TabIndex = 8;
this.btnDelKong.UseVisualStyleBackColor = true;
this.btnDelKong.Text = "设为普通球";
this.btnDelKong.Click += new System.EventHandler(this.btnDelKong_Click);
//
// groupBox10
//
this.groupBox10.Controls.Add(btnReDrw);
this.groupBox10.Location = new System.Drawing.Point(156, 284);
this.groupBox10.Name = "groupBox10";
this.groupBox10.Size = new System.Drawing.Size(352, 70);
this.groupBox10.TabIndex = 18;
this.groupBox10.TabStop = false;
this.groupBox10.Text = "图像处理";
groupBox10.Visible = false;
this.btnReDrw.Location = new System.Drawing.Point(220, 39);
this.btnReDrw.Name = "btnReDrw";
this.btnReDrw.Size = new System.Drawing.Size(90, 23);
this.btnReDrw.TabIndex = 8;
this.btnReDrw.UseVisualStyleBackColor = true;
this.btnReDrw.Text = "重新统计";
this.btnReDrw.Click += new System.EventHandler(this.btnReDrw_Click);
//
// groupBox9
//
this.groupBox9.Controls.Add(this.dataGridView1);
this.groupBox9.Location = new System.Drawing.Point(157, 339);
this.groupBox9.Name = "groupBox9";
this.groupBox9.Size = new System.Drawing.Size(351, 210);
this.groupBox9.TabIndex = 20;
this.groupBox9.TabStop = false;
this.groupBox9.Text = "分析结果";
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column11,
this.dataGridViewTextBoxColumn2});
this.dataGridView1.Location = new System.Drawing.Point(9, 19);
this.dataGridView1.MultiSelect = false;
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(337, 180);
this.dataGridView1.TabIndex = 0;
// this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellEndEdit);
// this.dataGridView1.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dataGridView1_CellValidating);
// this.dataGridView1.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged);
//
// Column11
//
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.Column11.DefaultCellStyle = dataGridViewCellStyle10;
this.Column11.HeaderText = "类型";
this.Column11.Name = "Column11";
this.Column11.ReadOnly = true;
this.Column11.Width = 150;
//
// dataGridViewTextBoxColumn1
//
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle11;
this.dataGridViewTextBoxColumn1.HeaderText = "面积μm²";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
this.dataGridViewTextBoxColumn1.Width = 100;
//
// dataGridViewTextBoxColumn2
//
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle12;
this.dataGridViewTextBoxColumn2.HeaderText = "数量";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
this.dataGridViewTextBoxColumn2.Width = 150;
//
// BatterySectionPorosityDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.ClientSize = new System.Drawing.Size(1104, 914);
this.Controls.Add(this.groupBox9);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox10);
this.Controls.Add(this.groupBox7);
this.Controls.Add(this.groupBox8);
this.Controls.Add(this.groupBox2);
this.Name = "BatteryCrackBallDialog";
this.Text = "开裂球统计";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.InclusionsStandardDialog_FormClosing);
this.Load += new System.EventHandler(this.GrainSizePointCountingMethodDialog_Load);
this.Shown += new System.EventHandler(this.ShownChoiseItemAndInitData);
this.Controls.SetChildIndex(this.groupBox2, 0);
this.Controls.SetChildIndex(this.groupBox8, 0);
this.Controls.SetChildIndex(this.groupBox7, 0);
this.Controls.SetChildIndex(this.groupBox10, 0);
this.Controls.SetChildIndex(this.groupBox5, 0);
this.Controls.SetChildIndex(this.groupBox9, 0);
this.groupBox2.ResumeLayout(false);
this.groupBox8.ResumeLayout(false);
this.groupBox8.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).EndInit();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox10.ResumeLayout(false);
this.groupBox10.PerformLayout();
this.groupBox9.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
#region 控件
private ListView listView1;
private GroupBox groupBox2;
private ImageList imageList1;
private GroupBox groupBox8;
private Button button14;
private Button button13;
private DataGridView dataGridView4;
private Label label4;
private GroupBox groupBox7;
private GroupBox groupBox5;
private Button btnAddCeliang;
private Button btnSelCeliang;
private Button btnDelCeliang;
private Button btnLunkuo;
private Button btnAddKong;
private Button btnDelKong;
private Button btnReDrw;
private GroupBox groupBox10;
private GroupBox groupBox9;
private DataGridView dataGridView1;
private DataGridViewTextBoxColumn Column11;
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private DataGridViewTextBoxColumn Column1;
private DataGridViewTextBoxColumn Column2;
private DataGridViewTextBoxColumn Column3;
private DataGridViewTextBoxColumn Column4;
private DataGridViewTextBoxColumn Column5;
private DataGridViewTextBoxColumn Column6;
private DataGridViewTextBoxColumn Column7;
#endregion
}
}