using System.Windows.Forms; namespace PaintDotNet.DedicatedAnalysis.Battery { partial class BatteryBallAndCrystalDialog { /// /// 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 dataGridViewCellStyle8 = 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.button14 = new System.Windows.Forms.Button(); this.button13 = new System.Windows.Forms.Button(); btnRecount = new Button(); 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.groupBox11 = new System.Windows.Forms.GroupBox(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.numericUpDown11 = new System.Windows.Forms.NumericUpDown(); this.numericUpDown12 = new System.Windows.Forms.NumericUpDown(); this.numericUpDown13 = new System.Windows.Forms.NumericUpDown(); this.numericUpDown14 = new System.Windows.Forms.NumericUpDown(); label9 = new Label(); label91 = new Label(); label92 = new Label(); label93 = new Label(); label94 = new Label(); this.groupBox9 = new System.Windows.Forms.GroupBox(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); ColumnKey = new DataGridViewTextBoxColumn(); this.groupBox2.SuspendLayout(); this.groupBox5.SuspendLayout(); this.groupBox10.SuspendLayout(); this.groupBox11.SuspendLayout(); this.groupBox9.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown12)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown13)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown14)).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, 646); 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, 669); this.groupBox2.TabIndex = 3; this.groupBox2.TabStop = false; this.groupBox2.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); this.button14.Visible = false; // // 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(this.btnAddCeliang); this.groupBox5.Controls.Add(this.btnSelCeliang); this.groupBox5.Controls.Add(this.btnDelCeliang); this.groupBox5.Location = new System.Drawing.Point(157, 264); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(351, 46); 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(140, 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(250, 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); // // groupBox10 // this.groupBox10.Controls.Add(this.btnAddKong); this.groupBox10.Controls.Add(btnDelKong); this.groupBox10.Controls.Add(btnLunkuo); this.groupBox10.Location = new System.Drawing.Point(156, 324); this.groupBox10.Name = "groupBox10"; this.groupBox10.Size = new System.Drawing.Size(352, 50); this.groupBox10.TabIndex = 18; this.groupBox10.TabStop = false; this.groupBox10.Text = "图像处理"; this.btnAddKong.Location = new System.Drawing.Point(20, 19); this.btnAddKong.Name = "btnAddKong"; this.btnAddKong.Size = new System.Drawing.Size(100, 23); this.btnAddKong.TabIndex = 8; this.btnAddKong.UseVisualStyleBackColor = true; this.btnAddKong.Text = "设为大颗粒"; this.btnAddKong.Click += new System.EventHandler(this.btnAddKong_Click); this.btnDelKong.Location = new System.Drawing.Point(140, 19); 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); this.btnLunkuo.Location = new System.Drawing.Point(250, 19); this.btnLunkuo.Name = "btnLunkuo"; this.btnLunkuo.Size = new System.Drawing.Size(75, 23); this.btnLunkuo.TabIndex = 8; this.btnLunkuo.UseVisualStyleBackColor = true; this.btnLunkuo.Text = "轮廓绘制"; this.btnLunkuo.Click += new System.EventHandler(this.btnLunkuo_Click); this.btnReDrw.Location = new System.Drawing.Point(260, 19); this.btnReDrw.Name = "btnReDrw"; this.btnReDrw.Size = new System.Drawing.Size(75, 23); this.btnReDrw.TabIndex = 8; this.btnReDrw.UseVisualStyleBackColor = true; this.btnReDrw.Text = "重新统计"; this.btnReDrw.Click += new System.EventHandler(this.btnReDrw_Click); // // groupBox11 // this.groupBox11.Controls.Add(this.button13); this.groupBox11.Controls.Add(this.btnRecount); this.groupBox11.Controls.Add(this.label9); this.groupBox11.Controls.Add(this.numericUpDown1); this.groupBox11.Controls.Add(this.label91); this.groupBox11.Controls.Add(this.numericUpDown11); this.groupBox11.Controls.Add(this.label92); this.groupBox11.Controls.Add(this.numericUpDown12); this.groupBox11.Controls.Add(this.label93); this.groupBox11.Controls.Add(this.numericUpDown13); this.groupBox11.Controls.Add(this.label94); this.groupBox11.Controls.Add(this.numericUpDown14); this.groupBox11.Location = new System.Drawing.Point(156, 384); this.groupBox11.Name = "groupBox11"; this.groupBox11.Size = new System.Drawing.Size(352, 90); this.groupBox11.TabIndex = 18; this.groupBox11.TabStop = false; this.groupBox11.Text = "数据操作"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(10, 21); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(70, 21); this.label9.TabIndex = 8; this.label9.Text = "模糊系数"; // // numericUpDown1 // this.numericUpDown1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.numericUpDown1.Location = new System.Drawing.Point(70, 18); this.numericUpDown1.Maximum = new decimal(new int[] { 25, 0, 0, 0}); this.numericUpDown1.Minimum = 1; this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(40, 21); this.numericUpDown1.TabIndex = 7; this.numericUpDown1.Value = 15; this.numericUpDown1.Increment = 2; // // label9 // this.label91.AutoSize = true; this.label91.Location = new System.Drawing.Point(115, 21); this.label91.Name = "label91"; this.label91.Size = new System.Drawing.Size(70, 21); this.label91.TabIndex = 8; this.label91.Text = "阈值"; // // numericUpDown1 // this.numericUpDown11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.numericUpDown11.Location = new System.Drawing.Point(150, 18); this.numericUpDown11.Maximum = new decimal(new int[] { 100, 0, 0, 0}); this.numericUpDown11.Minimum = 1; this.numericUpDown11.Name = "numericUpDown11"; this.numericUpDown11.Size = new System.Drawing.Size(40, 21); this.numericUpDown11.TabIndex = 7; this.numericUpDown11.Value = 24; // // label9 // this.label92.AutoSize = true; this.label92.Location = new System.Drawing.Point(210, 21); this.label92.Name = "label92"; this.label92.Size = new System.Drawing.Size(70, 21); this.label92.TabIndex = 8; this.label92.Text = "最小半径"; // // numericUpDown1 // this.numericUpDown12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.numericUpDown12.Location = new System.Drawing.Point(270, 18); this.numericUpDown12.Maximum = new decimal(new int[] { 100, 0, 0, 0}); this.numericUpDown12.Minimum = 1; this.numericUpDown12.Name = "numericUpDown12"; this.numericUpDown12.Size = new System.Drawing.Size(40, 21); this.numericUpDown12.TabIndex = 7; this.numericUpDown12.Value = 33; // // label9 // this.label93.AutoSize = true; this.label93.Location = new System.Drawing.Point(10, 55); this.label93.Name = "label93"; this.label93.Size = new System.Drawing.Size(70, 21); this.label93.TabIndex = 8; this.label93.Text = "最大半径"; // // numericUpDown1 // this.numericUpDown13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.numericUpDown13.Location = new System.Drawing.Point(70, 50); this.numericUpDown13.Maximum = new decimal(new int[] { 100, 0, 0, 0}); this.numericUpDown13.Minimum = 1; this.numericUpDown13.Name = "numericUpDown13"; this.numericUpDown13.Size = new System.Drawing.Size(40, 21); this.numericUpDown13.TabIndex = 7; this.numericUpDown13.Value = 52; // // label9 // this.label94.AutoSize = true; this.label94.Location = new System.Drawing.Point(115, 55); this.label94.Name = "label94"; this.label94.Size = new System.Drawing.Size(70, 21); this.label94.TabIndex = 8; this.label94.Text = "去边"; // // numericUpDown1 // this.numericUpDown14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.numericUpDown14.Location = new System.Drawing.Point(150, 50); this.numericUpDown14.Maximum = new decimal(new int[] { 300, 0, 0, 0}); this.numericUpDown14.Minimum = 0; this.numericUpDown14.Name = "numericUpDown14"; this.numericUpDown14.Size = new System.Drawing.Size(40, 21); this.numericUpDown14.TabIndex = 7; this.numericUpDown14.Value = 0; // // button13 // this.button13.Location = new System.Drawing.Point(270, 49); this.button13.Name = "button13"; this.button13.Size = new System.Drawing.Size(75, 23); this.button13.TabIndex = 12; this.button13.Text = "导出结果"; this.btnDelCeliang.UseVisualStyleBackColor = true; this.button13.Click += new System.EventHandler(this.button13_Click); // // btnRecount // this.btnRecount.Location = new System.Drawing.Point(195, 49); this.btnRecount.Name = "button13"; this.btnRecount.Size = new System.Drawing.Size(75, 23); this.btnRecount.TabIndex = 12; this.btnRecount.Text = "重新计算"; this.btnDelCeliang.UseVisualStyleBackColor = true; this.btnRecount.Click += new System.EventHandler(this.numericUpDown1_ValueChanged); // // groupBox9 // this.groupBox9.Controls.Add(this.dataGridView1); this.groupBox9.Location = new System.Drawing.Point(157, 486); this.groupBox9.Name = "groupBox9"; this.groupBox9.Size = new System.Drawing.Size(351, 202); 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.Column12, this.dataGridViewTextBoxColumn1, 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, 175); this.dataGridView1.TabIndex = 0; this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick); // 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 = 70; // // Column11 // dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; this.Column12.DefaultCellStyle = dataGridViewCellStyle10; this.Column12.HeaderText = "小颗粒μm²"; this.Column12.Name = "Column12"; this.Column12.ReadOnly = true; this.Column12.Width = 85; // // 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 = 85; // // 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 = 85; this.ColumnKey.HeaderText = "主键"; this.ColumnKey.Name = "key"; this.ColumnKey.ReadOnly = true; this.ColumnKey.Visible = false; // // BatterySectionPorosityDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.ClientSize = new System.Drawing.Size(1104, 690); this.Controls.Add(this.groupBox9); this.Controls.Add(this.groupBox5); this.Controls.Add(this.groupBox10); this.Controls.Add(this.groupBox11); this.Controls.Add(this.groupBox7); this.Controls.Add(this.groupBox2); this.Name = "BatteryBallAndCrystalDialog"; 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.groupBox7, 0); this.Controls.SetChildIndex(this.groupBox10, 0); this.Controls.SetChildIndex(this.groupBox11, 0); this.Controls.SetChildIndex(this.groupBox5, 0); this.Controls.SetChildIndex(this.groupBox9, 0); this.groupBox2.ResumeLayout(false); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.groupBox10.ResumeLayout(false); this.groupBox10.PerformLayout(); this.groupBox11.ResumeLayout(false); this.groupBox11.PerformLayout(); this.groupBox9.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown12)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown13)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown14)).EndInit(); this.ResumeLayout(false); } #endregion #region 控件 private ListView listView1; private GroupBox groupBox2; private ImageList imageList1; private Button button14; private Button button13; private Button btnRecount; 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 groupBox11; private GroupBox groupBox10; private NumericUpDown numericUpDown1; private Label label9; private Label label91; private Label label92; private Label label93; private Label label94; private NumericUpDown numericUpDown11; private NumericUpDown numericUpDown12; private NumericUpDown numericUpDown13; private NumericUpDown numericUpDown14; private GroupBox groupBox9; private DataGridView dataGridView1; #endregion private DataGridViewTextBoxColumn Column11; private DataGridViewTextBoxColumn Column12; private DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private DataGridViewTextBoxColumn ColumnKey; } }