using System.Windows.Forms; namespace PaintDotNet.DedicatedAnalysis.Battery { partial class Membranes { /// /// 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(); btnImageOut = new 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.btnCircleDrawing = new Button(); this.txt_RightLineWeight = new System.Windows.Forms.ComboBox(); this.label16 = new System.Windows.Forms.Label(); this.rb_RightCircle = new System.Windows.Forms.CheckBox(); this.label17 = new System.Windows.Forms.Label(); this.groupBox10 = new System.Windows.Forms.GroupBox(); this.btnLunkuo = new Button(); this.btnAddKong = new Button(); this.btnDelKong = new Button(); btnDrwKou = 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, 466); 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, 489); 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.btnImageOut); this.groupBox8.Controls.Add(this.dataGridView4); this.groupBox8.Controls.Add(this.label4); this.groupBox8.Location = new System.Drawing.Point(14, 510); 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); this.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); // // 导出图片 // this.btnImageOut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnImageOut.BackColor = System.Drawing.SystemColors.Control; this.btnImageOut.Location = new System.Drawing.Point(941, 108); this.btnImageOut.Name = "btnImageOut"; this.btnImageOut.Size = new System.Drawing.Size(128, 26); this.btnImageOut.TabIndex = 12; this.btnImageOut.Text = "导出图片"; this.btnImageOut.UseVisualStyleBackColor = false; this.btnImageOut.Click += new System.EventHandler(this.btnImageOut_Click); this.btnImageOut.Visible = false; // // 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 = "长(μm)"; 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 // dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; this.Column7.DefaultCellStyle = dataGridViewCellStyle8; this.Column7.HeaderText = "标识"; this.Column7.Name = "Column7"; this.Column7.ReadOnly = true; this.Column7.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, 489); this.groupBox7.TabIndex = 11; this.groupBox7.TabStop = false; this.groupBox7.Text = "预览"; // // groupBox5 // this.groupBox5.Controls.Add(this.txt_RightLineWeight); this.groupBox5.Controls.Add(this.label16); this.groupBox5.Controls.Add(this.rb_RightCircle); this.groupBox5.Controls.Add(this.label17); this.groupBox5.Controls.Add(this.btnCircleDrawing); this.groupBox5.Location = new System.Drawing.Point(157, 356); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(351, 66); this.groupBox5.TabIndex = 19; this.groupBox5.TabStop = false; this.groupBox5.Text = "同心圆设置"; // // label17 // // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(21, 26); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(0, 12); this.label17.TabIndex = 12; this.label17.Text = "是否显示:"; // // rb_RightCircle // this.rb_RightCircle.AutoSize = true; this.rb_RightCircle.Checked = true; this.rb_RightCircle.Location = new System.Drawing.Point(79, 24); this.rb_RightCircle.Name = "rb_RightCircle"; this.rb_RightCircle.Size = new System.Drawing.Size(14, 13); this.rb_RightCircle.TabIndex = 13; this.rb_RightCircle.TabStop = true; this.rb_RightCircle.Text = ""; this.rb_RightCircle.UseVisualStyleBackColor = true; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(115, 24); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(0, 12); this.label16.TabIndex = 18; this.label16.Text = "同心圆数:"; // // txt_RightLineWeight // txt_RightLineWeight.DropDownStyle = ComboBoxStyle.DropDownList; this.txt_RightLineWeight.Location = new System.Drawing.Point(180, 22); this.txt_RightLineWeight.Name = "txt_RightLineWeight"; this.txt_RightLineWeight.Size = new System.Drawing.Size(45, 21); this.txt_RightLineWeight.TabIndex = 21; this.txt_RightLineWeight.Items.AddRange(new object[] { "2", "3", "4", "5"}); this.txt_RightLineWeight.Text = "3"; // // btnCircleDrawing // this.btnCircleDrawing.Location = new System.Drawing.Point(260, 20); this.btnCircleDrawing.Name = "btnCircleDrawing"; this.btnCircleDrawing.Size = new System.Drawing.Size(75, 23); this.btnCircleDrawing.TabIndex = 3; this.btnCircleDrawing.Text = "绘制"; this.btnCircleDrawing.UseVisualStyleBackColor = true; this.btnCircleDrawing.Click += new System.EventHandler(this.btnCircleDrawing_Click); // // groupBox10 // this.groupBox10.Controls.Add(btnLunkuo); this.groupBox10.Controls.Add(this.btnAddKong); this.groupBox10.Controls.Add(btnDelKong); this.groupBox10.Controls.Add(btnReDrw); this.groupBox10.Controls.Add(btnDrwKou); this.groupBox10.Location = new System.Drawing.Point(156, 264); this.groupBox10.Name = "groupBox10"; this.groupBox10.Size = new System.Drawing.Size(352, 90); this.groupBox10.TabIndex = 18; this.groupBox10.TabStop = false; this.groupBox10.Text = "图像处理"; this.btnLunkuo.Location = new System.Drawing.Point(20, 19); 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.btnAddKong.Location = new System.Drawing.Point(125, 19); 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.btnDelKong.Location = new System.Drawing.Point(230, 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.btnDrwKou.Location = new System.Drawing.Point(20, 59); this.btnDrwKou.Name = "btnDrwKou"; this.btnDrwKou.Size = new System.Drawing.Size(90, 23); this.btnDrwKou.TabIndex = 8; this.btnDrwKou.UseVisualStyleBackColor = true; this.btnDrwKou.Text = "绘制轮廓"; this.btnDrwKou.Click += new System.EventHandler(this.btnDrwKuo_Click); this.btnReDrw.Location = new System.Drawing.Point(230, 59); 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, 275); 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.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, 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 = "总面积μm²"; this.Column11.Name = "Column11"; this.Column11.ReadOnly = true; this.Column11.Width = 100; // // 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 = 100; // // BatterySectionPorosityDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.ClientSize = new System.Drawing.Size(1104, 734); 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 = "Membranes"; 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 Button btnImageOut; private DataGridView dataGridView4; private Label label4; private GroupBox groupBox7; private GroupBox groupBox5; private ComboBox txt_RightLineWeight; private Label label16; private CheckBox rb_RightCircle; private Button btnCircleDrawing; private Button btnLunkuo; private Button btnAddKong; private Button btnDelKong; private Button btnDrwKou; private Button btnReDrw; private Label label17; private GroupBox groupBox10; private GroupBox groupBox9; private DataGridView dataGridView1; #endregion 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; } }