using System.Windows.Forms; namespace PaintDotNet.DedicatedAnalysis.Battery { partial class BatteryPrimaryDialog { /// /// 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.groupBox8 = new System.Windows.Forms.GroupBox(); this.button14 = new System.Windows.Forms.Button(); this.button13 = new System.Windows.Forms.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.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.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.numericUpDown11 = new System.Windows.Forms.NumericUpDown(); numericMax = new System.Windows.Forms.NumericUpDown(); ckMin = new CheckBox(); ckMax = new CheckBox(); ckHW = new CheckBox(); ckArea = new CheckBox(); numericHW = new NumericUpDown(); numericArea = new NumericUpDown(); ckChanged = new CheckBox(); dataGridView2 = new System.Windows.Forms.DataGridView(); ColumnNum = new System.Windows.Forms.DataGridViewTextBoxColumn(); ColumnName = new System.Windows.Forms.DataGridViewTextBoxColumn(); ColumnVal = new System.Windows.Forms.DataGridViewTextBoxColumn(); groupBoxGrid2 = new System.Windows.Forms.GroupBox(); ColumnKey = new DataGridViewTextBoxColumn(); this.groupBox2.SuspendLayout(); this.groupBox8.SuspendLayout(); this.groupBox5.SuspendLayout(); this.groupBox10.SuspendLayout(); this.groupBox11 = new System.Windows.Forms.GroupBox(); this.groupBox11.SuspendLayout(); this.groupBox9.SuspendLayout(); this.groupBoxGrid2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).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.Location = new System.Drawing.Point(14, 664); this.groupBox8.Name = "groupBox8"; this.groupBox8.Size = new System.Drawing.Size(1181, 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); 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(680, 639); this.groupBox7.TabIndex = 11; this.groupBox7.TabStop = false; this.groupBox7.Text = "预览"; // // groupBox5 // this.groupBox5.Controls.Add(this.button13); 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, 7); 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.btnDelKong.Location = new System.Drawing.Point(20, 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); this.btnAddKong.Location = new System.Drawing.Point(120, 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); // // 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(220, 48); this.button13.Name = "button13"; this.button13.Size = new System.Drawing.Size(90, 23); this.button13.TabIndex = 12; this.button13.Text = "导出结果"; this.button13.UseVisualStyleBackColor = true; this.button13.Click += new System.EventHandler(this.button13_Click); // // groupBox10 // 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.groupBox11.Controls.Add(this.ckMin); this.groupBox11.Controls.Add(this.numericUpDown11); this.groupBox11.Controls.Add(this.ckMax); this.groupBox11.Controls.Add(this.numericMax); this.groupBox11.Controls.Add(this.ckHW); this.groupBox11.Controls.Add(this.numericHW); this.groupBox11.Controls.Add(this.ckArea); this.groupBox11.Controls.Add(this.numericArea); this.groupBox11.Controls.Add(btnReDrw); this.groupBox11.Controls.Add(btnLunkuo); this.groupBox11.Controls.Add(this.ckChanged); this.groupBox11.Location = new System.Drawing.Point(156, 86); this.groupBox11.Name = "groupBox11"; this.groupBox11.Size = new System.Drawing.Size(352, 100); this.groupBox11.TabIndex = 18; this.groupBox11.TabStop = false; this.groupBox11.Text = "数据操作"; // // ckMin // this.ckMin.Anchor = System.Windows.Forms.AnchorStyles.Right; this.ckMin.AutoSize = true; this.ckMin.Location = new System.Drawing.Point(30, 21); this.ckMin.Name = "ckMin"; this.ckMin.Size = new System.Drawing.Size(70, 21); this.ckMin.TabIndex = 8; this.ckMin.Text = "最小尺寸"; this.ckMin.UseVisualStyleBackColor = true; this.ckMin.Checked = true; // // 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(100, 18); this.numericUpDown11.Maximum = new decimal(5); this.numericUpDown11.Minimum = 0; this.numericUpDown11.DecimalPlaces = 1; this.numericUpDown11.Increment = new decimal(0.1); this.numericUpDown11.Name = "numericUpDown11"; this.numericUpDown11.Size = new System.Drawing.Size(60, 21); this.numericUpDown11.TabIndex = 7; this.numericUpDown11.Value = new decimal(0.1); // // ckMax // this.ckMax.Anchor = System.Windows.Forms.AnchorStyles.Right; this.ckMax.AutoSize = true; this.ckMax.Location = new System.Drawing.Point(180, 21); this.ckMax.Name = "ckMax"; this.ckMax.Size = new System.Drawing.Size(70, 21); this.ckMax.TabIndex = 8; this.ckMax.Text = "边界尺寸"; this.ckMax.UseVisualStyleBackColor = true; this.ckMax.Checked = true; // // numericMax // this.numericMax.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.numericMax.Location = new System.Drawing.Point(250, 18); this.numericMax.Maximum = new decimal(new int[] { 300, 0, 0, 0}); this.numericMax.Minimum = 1; this.numericMax.Name = "numericMax"; this.numericMax.Size = new System.Drawing.Size(60, 21); this.numericMax.TabIndex = 7; this.numericMax.Value = 1; // // ckHW // this.ckHW.Anchor = System.Windows.Forms.AnchorStyles.Right; this.ckHW.AutoSize = true; this.ckHW.Location = new System.Drawing.Point(30, 45); this.ckHW.Name = "ckHW"; this.ckHW.Size = new System.Drawing.Size(70, 21); this.ckHW.TabIndex = 8; this.ckHW.Text = "长宽比例"; this.ckHW.UseVisualStyleBackColor = true; this.ckHW.Checked = true; // // numericUpDown1 // this.numericHW.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.numericHW.Location = new System.Drawing.Point(100, 42); this.numericHW.Maximum = new decimal(100); this.numericHW.Minimum = new decimal(0.1); this.numericHW.Name = "numericHW"; this.numericHW.Size = new System.Drawing.Size(60, 21); this.numericHW.TabIndex = 7; this.numericHW.Value = new decimal(2.5); this.numericHW.DecimalPlaces = 1; this.numericHW.Increment = new decimal(0.1); // // ckArea // this.ckArea.Anchor = System.Windows.Forms.AnchorStyles.Left; this.ckArea.AutoSize = true; this.ckArea.Location = new System.Drawing.Point(180, 45); this.ckArea.Name = "ckArea"; this.ckArea.Size = new System.Drawing.Size(70, 21); this.ckArea.TabIndex = 8; this.ckArea.Text = "面积率"; this.ckArea.UseVisualStyleBackColor = true; this.ckArea.Checked = true; // // numericArea // this.numericArea.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.numericArea.Location = new System.Drawing.Point(250, 42); this.numericArea.Maximum = new decimal(1); this.numericArea.Minimum = 0; this.numericArea.Name = "numericArea"; this.numericArea.Size = new System.Drawing.Size(60, 21); this.numericArea.TabIndex = 7; this.numericArea.DecimalPlaces = 2; this.numericArea.Increment = new decimal(0.01); this.numericArea.Value = new decimal(0.55); // // 原图 // this.ckChanged.Anchor = System.Windows.Forms.AnchorStyles.Left; this.ckChanged.AutoSize = true; this.ckChanged.Location = new System.Drawing.Point(30, 75); this.ckChanged.Name = "ckChanged"; this.ckChanged.Size = new System.Drawing.Size(70, 21); this.ckChanged.TabIndex = 8; this.ckChanged.Text = "原图"; this.ckChanged.UseVisualStyleBackColor = true; this.btnLunkuo.Location = new System.Drawing.Point(145, 70); 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(230, 70); 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); // // groupBox9 // this.groupBox9.Controls.Add(this.dataGridView1); this.groupBox9.Location = new System.Drawing.Point(157, 400); this.groupBox9.Name = "groupBox9"; this.groupBox9.Size = new System.Drawing.Size(351, 252); 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.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2,ColumnKey,this.dataGridViewTextBoxColumn3,this.dataGridViewTextBoxColumn4,this.dataGridViewTextBoxColumn5,this.dataGridViewTextBoxColumn6}); 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, 225); 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 = 55; // // dataGridViewTextBoxColumn1 // dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle11; this.dataGridViewTextBoxColumn1.HeaderText = "位置"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; this.dataGridViewTextBoxColumn1.Width = 80; // // 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 = 60; // // 拟圆 // this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle12; this.dataGridViewTextBoxColumn3.HeaderText = "长径"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; this.dataGridViewTextBoxColumn3.Width = 55; // // 最长 // this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle12; this.dataGridViewTextBoxColumn4.HeaderText = "短径"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.ReadOnly = true; this.dataGridViewTextBoxColumn4.Width = 55; this.ColumnKey.HeaderText = "主键"; this.ColumnKey.Name = "key"; this.ColumnKey.ReadOnly = true; this.ColumnKey.Visible = false; // // 周长 // this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle12; this.dataGridViewTextBoxColumn5.HeaderText = "周长"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.ReadOnly = true; this.dataGridViewTextBoxColumn5.Width = 55; // // 面积 // this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle12; this.dataGridViewTextBoxColumn6.HeaderText = "面积"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; this.dataGridViewTextBoxColumn6.ReadOnly = true; this.dataGridViewTextBoxColumn6.Width = 55; // // groupBoxGrid2 // this.groupBoxGrid2.Controls.Add(this.dataGridView2); this.groupBoxGrid2.Location = new System.Drawing.Point(157, 190); this.groupBoxGrid2.Name = "groupBoxGrid2"; this.groupBoxGrid2.Size = new System.Drawing.Size(351, 202); this.groupBoxGrid2.TabIndex = 20; this.groupBoxGrid2.TabStop = false; this.groupBoxGrid2.Text = "统计结果"; // // dataGridView2 // this.dataGridView2.AllowUserToAddRows = false; this.dataGridView2.BackgroundColor = System.Drawing.SystemColors.ControlLightLight; this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9; this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ColumnNum, this.ColumnName, this.ColumnVal}); this.dataGridView2.Location = new System.Drawing.Point(9, 19); this.dataGridView2.MultiSelect = false; this.dataGridView2.Name = "dataGridView2"; this.dataGridView2.ReadOnly = true; this.dataGridView2.RowHeadersVisible = false; this.dataGridView2.RowTemplate.Height = 23; this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView2.Size = new System.Drawing.Size(337, 175); this.dataGridView2.TabIndex = 0; this.ColumnNum.DefaultCellStyle = dataGridViewCellStyle10; this.ColumnNum.HeaderText = "序号"; this.ColumnNum.Name = "ColumnNum"; this.ColumnNum.ReadOnly = true; this.ColumnNum.Width = 70; this.ColumnName.DefaultCellStyle = dataGridViewCellStyle11; this.ColumnName.HeaderText = "名称"; this.ColumnName.Name = "ColumnName"; this.ColumnName.ReadOnly = true; this.ColumnName.Width = 120; this.ColumnVal.DefaultCellStyle = dataGridViewCellStyle11; this.ColumnVal.HeaderText = "值/微米"; this.ColumnVal.Name = "ColumnVal"; this.ColumnVal.ReadOnly = true; this.ColumnVal.Width = 120; // // BatterySectionPorosityDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.ClientSize = new System.Drawing.Size(1220, 914); 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.groupBox8); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBoxGrid2); this.Name = "BatteryPrimaryDialog"; 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.groupBox11, 0); this.Controls.SetChildIndex(this.groupBox5, 0); this.Controls.SetChildIndex(this.groupBox9, 0); this.Controls.SetChildIndex(this.groupBoxGrid2, 0); this.groupBox2.ResumeLayout(false); this.groupBox8.ResumeLayout(false); this.groupBox8.PerformLayout(); 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); this.groupBoxGrid2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit(); this.ResumeLayout(false); } private void CkChanged_CheckedChanged(object sender, System.EventArgs e) { throw new System.NotImplementedException(); } #endregion #region 控件 private ListView listView1; private GroupBox groupBox2; private ImageList imageList1; private GroupBox groupBox8; private Button button14; private Button button13; 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 CheckBox ckMin; private CheckBox ckMax; private CheckBox ckHW; private CheckBox ckArea; private NumericUpDown numericUpDown11; private NumericUpDown numericMax; private NumericUpDown numericHW; private NumericUpDown numericArea; private GroupBox groupBox10; private GroupBox groupBox9; private DataGridView dataGridView1; private GroupBox groupBoxGrid2; private DataGridView dataGridView2; //原图 private CheckBox ckChanged; #endregion private DataGridViewTextBoxColumn Column11; private DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; private DataGridViewTextBoxColumn ColumnKey; private DataGridViewTextBoxColumn dataGridViewTextBoxColumn5; private DataGridViewTextBoxColumn dataGridViewTextBoxColumn6; private DataGridViewTextBoxColumn ColumnNum; private DataGridViewTextBoxColumn ColumnName; private DataGridViewTextBoxColumn ColumnVal; } }