namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage { partial class ParticlesGridDevidePageShowConfig { /// /// 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.groupBox2 = new System.Windows.Forms.GroupBox(); this.label_help = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.cb_ParticleCoordinate = new System.Windows.Forms.CheckBox(); this.btn_xsys = new System.Windows.Forms.Button(); this.cB_Electrical_conductivity = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.cB_Density = new System.Windows.Forms.CheckBox(); this.tb_xsys = new System.Windows.Forms.TextBox(); this.cB_Hardness = new System.Windows.Forms.CheckBox(); this.cb_Area = new System.Windows.Forms.CheckBox(); this.cb_ELONG = new System.Windows.Forms.CheckBox(); this.cb_MaxDiameter = new System.Windows.Forms.CheckBox(); this.cb_PERI = new System.Windows.Forms.CheckBox(); this.cb_MinDiameter = new System.Windows.Forms.CheckBox(); this.cb_EquivalentCircleDiameter = new System.Windows.Forms.CheckBox(); this.cb_DiameterRatio = new System.Windows.Forms.CheckBox(); this.cb_ASPECT_ELONG = new System.Windows.Forms.CheckBox(); this.cb_FerretDiameter = new System.Windows.Forms.CheckBox(); this.cb_Orientation = new System.Windows.Forms.CheckBox(); this.cb_PERP = new System.Windows.Forms.CheckBox(); this.cb_MEAN = new System.Windows.Forms.CheckBox(); this.cb_INSCR = new System.Windows.Forms.CheckBox(); this.btn_ybcsqx = new System.Windows.Forms.Button(); this.btn_ybcsbc = new System.Windows.Forms.Button(); this.cB_XRayDataCount = new System.Windows.Forms.CheckBox(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox2 // this.groupBox2.Controls.Add(this.cB_XRayDataCount); this.groupBox2.Controls.Add(this.label_help); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.cb_ParticleCoordinate); this.groupBox2.Controls.Add(this.btn_xsys); this.groupBox2.Controls.Add(this.cB_Electrical_conductivity); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.cB_Density); this.groupBox2.Controls.Add(this.tb_xsys); this.groupBox2.Controls.Add(this.cB_Hardness); this.groupBox2.Controls.Add(this.cb_Area); this.groupBox2.Controls.Add(this.cb_ELONG); this.groupBox2.Controls.Add(this.cb_MaxDiameter); this.groupBox2.Controls.Add(this.cb_PERI); this.groupBox2.Controls.Add(this.cb_MinDiameter); this.groupBox2.Controls.Add(this.cb_EquivalentCircleDiameter); this.groupBox2.Controls.Add(this.cb_DiameterRatio); this.groupBox2.Controls.Add(this.cb_ASPECT_ELONG); this.groupBox2.Controls.Add(this.cb_FerretDiameter); this.groupBox2.Controls.Add(this.cb_Orientation); this.groupBox2.Controls.Add(this.cb_PERP); this.groupBox2.Controls.Add(this.cb_MEAN); this.groupBox2.Controls.Add(this.cb_INSCR); this.groupBox2.Location = new System.Drawing.Point(11, 10); this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.groupBox2.Name = "groupBox2"; this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); this.groupBox2.Size = new System.Drawing.Size(514, 189); this.groupBox2.TabIndex = 130; this.groupBox2.TabStop = false; this.groupBox2.Text = "显示信息设置"; // // label_help // this.label_help.AutoSize = true; this.label_help.Location = new System.Drawing.Point(502, 1); this.label_help.Name = "label_help"; this.label_help.Size = new System.Drawing.Size(17, 12); this.label_help.TabIndex = 130; this.label_help.Text = "?"; this.label_help.MouseHover += new System.EventHandler(this.label_help_MouseHover); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(14, 22); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 109; this.label1.Text = "显示元素:"; // // cb_ParticleCoordinate // this.cb_ParticleCoordinate.AutoSize = true; this.cb_ParticleCoordinate.Location = new System.Drawing.Point(254, 146); this.cb_ParticleCoordinate.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.cb_ParticleCoordinate.Name = "cb_ParticleCoordinate"; this.cb_ParticleCoordinate.Size = new System.Drawing.Size(72, 16); this.cb_ParticleCoordinate.TabIndex = 129; this.cb_ParticleCoordinate.Text = "颗粒坐标"; this.cb_ParticleCoordinate.UseVisualStyleBackColor = true; // // btn_xsys // this.btn_xsys.Location = new System.Drawing.Point(469, 18); this.btn_xsys.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.btn_xsys.Name = "btn_xsys"; this.btn_xsys.Size = new System.Drawing.Size(33, 19); this.btn_xsys.TabIndex = 112; this.btn_xsys.Text = "..."; this.btn_xsys.UseVisualStyleBackColor = true; this.btn_xsys.Click += new System.EventHandler(this.btn_xsys_Click); // // cB_Electrical_conductivity // this.cB_Electrical_conductivity.AutoSize = true; this.cB_Electrical_conductivity.Location = new System.Drawing.Point(128, 169); this.cB_Electrical_conductivity.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.cB_Electrical_conductivity.Name = "cB_Electrical_conductivity"; this.cB_Electrical_conductivity.Size = new System.Drawing.Size(60, 16); this.cB_Electrical_conductivity.TabIndex = 128; this.cB_Electrical_conductivity.Text = "导电性"; this.cB_Electrical_conductivity.UseVisualStyleBackColor = true; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(14, 50); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 110; this.label2.Text = "显示类型:"; // // cB_Density // this.cB_Density.AutoSize = true; this.cB_Density.Location = new System.Drawing.Point(370, 169); this.cB_Density.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.cB_Density.Name = "cB_Density"; this.cB_Density.Size = new System.Drawing.Size(48, 16); this.cB_Density.TabIndex = 127; this.cB_Density.Text = "密度"; this.cB_Density.UseVisualStyleBackColor = true; // // tb_xsys // this.tb_xsys.Location = new System.Drawing.Point(128, 19); this.tb_xsys.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.tb_xsys.Name = "tb_xsys"; this.tb_xsys.Size = new System.Drawing.Size(336, 21); this.tb_xsys.TabIndex = 111; // // cB_Hardness // this.cB_Hardness.AutoSize = true; this.cB_Hardness.Location = new System.Drawing.Point(254, 169); this.cB_Hardness.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.cB_Hardness.Name = "cB_Hardness"; this.cB_Hardness.Size = new System.Drawing.Size(48, 16); this.cB_Hardness.TabIndex = 126; this.cB_Hardness.Text = "硬度"; this.cB_Hardness.UseVisualStyleBackColor = true; // // cb_Area // this.cb_Area.AutoSize = true; this.cb_Area.Location = new System.Drawing.Point(128, 50); this.cb_Area.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.cb_Area.Name = "cb_Area"; this.cb_Area.Size = new System.Drawing.Size(66, 16); this.cb_Area.TabIndex = 113; this.cb_Area.Text = "面积um²"; this.cb_Area.UseVisualStyleBackColor = true; // // cb_ELONG // this.cb_ELONG.AutoSize = true; this.cb_ELONG.Location = new System.Drawing.Point(370, 74); this.cb_ELONG.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.cb_ELONG.Name = "cb_ELONG"; this.cb_ELONG.Size = new System.Drawing.Size(84, 16); this.cb_ELONG.TabIndex = 125; this.cb_ELONG.Text = "展开长度um"; this.cb_ELONG.UseVisualStyleBackColor = true; // // cb_MaxDiameter // this.cb_MaxDiameter.AutoSize = true; this.cb_MaxDiameter.Location = new System.Drawing.Point(128, 98); this.cb_MaxDiameter.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.cb_MaxDiameter.Name = "cb_MaxDiameter"; this.cb_MaxDiameter.Size = new System.Drawing.Size(84, 16); this.cb_MaxDiameter.TabIndex = 114; this.cb_MaxDiameter.Text = "最长直径um"; this.cb_MaxDiameter.UseVisualStyleBackColor = true; // // cb_PERI // this.cb_PERI.AutoSize = true; this.cb_PERI.Location = new System.Drawing.Point(254, 98); this.cb_PERI.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.cb_PERI.Name = "cb_PERI"; this.cb_PERI.Size = new System.Drawing.Size(60, 16); this.cb_PERI.TabIndex = 123; this.cb_PERI.Text = "周长um"; this.cb_PERI.UseVisualStyleBackColor = true; // // cb_MinDiameter // this.cb_MinDiameter.AutoSize = true; this.cb_MinDiameter.Location = new System.Drawing.Point(254, 50); this.cb_MinDiameter.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.cb_MinDiameter.Name = "cb_MinDiameter"; this.cb_MinDiameter.Size = new System.Drawing.Size(84, 16); this.cb_MinDiameter.TabIndex = 115; this.cb_MinDiameter.Text = "最短直径um"; this.cb_MinDiameter.UseVisualStyleBackColor = true; // // cb_EquivalentCircleDiameter // this.cb_EquivalentCircleDiameter.AutoSize = true; this.cb_EquivalentCircleDiameter.Location = new System.Drawing.Point(128, 123); this.cb_EquivalentCircleDiameter.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.cb_EquivalentCircleDiameter.Name = "cb_EquivalentCircleDiameter"; this.cb_EquivalentCircleDiameter.Size = new System.Drawing.Size(96, 16); this.cb_EquivalentCircleDiameter.TabIndex = 122; this.cb_EquivalentCircleDiameter.Text = "等效圆直径um"; this.cb_EquivalentCircleDiameter.UseVisualStyleBackColor = true; // // cb_DiameterRatio // this.cb_DiameterRatio.AutoSize = true; this.cb_DiameterRatio.Location = new System.Drawing.Point(128, 74); this.cb_DiameterRatio.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.cb_DiameterRatio.Name = "cb_DiameterRatio"; this.cb_DiameterRatio.Size = new System.Drawing.Size(84, 16); this.cb_DiameterRatio.TabIndex = 116; this.cb_DiameterRatio.Text = "长短直径比"; this.cb_DiameterRatio.UseVisualStyleBackColor = true; // // cb_ASPECT_ELONG // this.cb_ASPECT_ELONG.AutoSize = true; this.cb_ASPECT_ELONG.Location = new System.Drawing.Point(370, 123); this.cb_ASPECT_ELONG.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.cb_ASPECT_ELONG.Name = "cb_ASPECT_ELONG"; this.cb_ASPECT_ELONG.Size = new System.Drawing.Size(84, 16); this.cb_ASPECT_ELONG.TabIndex = 121; this.cb_ASPECT_ELONG.Text = "展开长宽比"; this.cb_ASPECT_ELONG.UseVisualStyleBackColor = true; // // cb_FerretDiameter // this.cb_FerretDiameter.AutoSize = true; this.cb_FerretDiameter.Location = new System.Drawing.Point(254, 74); this.cb_FerretDiameter.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.cb_FerretDiameter.Name = "cb_FerretDiameter"; this.cb_FerretDiameter.Size = new System.Drawing.Size(96, 16); this.cb_FerretDiameter.TabIndex = 117; this.cb_FerretDiameter.Text = "费雷特直径um"; this.cb_FerretDiameter.UseVisualStyleBackColor = true; // // cb_Orientation // this.cb_Orientation.AutoSize = true; this.cb_Orientation.Location = new System.Drawing.Point(254, 122); this.cb_Orientation.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.cb_Orientation.Name = "cb_Orientation"; this.cb_Orientation.Size = new System.Drawing.Size(84, 16); this.cb_Orientation.TabIndex = 120; this.cb_Orientation.Text = "朝向角度°"; this.cb_Orientation.UseVisualStyleBackColor = true; // // cb_PERP // this.cb_PERP.AutoSize = true; this.cb_PERP.Location = new System.Drawing.Point(370, 50); this.cb_PERP.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.cb_PERP.Name = "cb_PERP"; this.cb_PERP.Size = new System.Drawing.Size(84, 16); this.cb_PERP.TabIndex = 124; this.cb_PERP.Text = "正交直径um"; this.cb_PERP.UseVisualStyleBackColor = true; // // cb_MEAN // this.cb_MEAN.AutoSize = true; this.cb_MEAN.Location = new System.Drawing.Point(128, 146); this.cb_MEAN.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.cb_MEAN.Name = "cb_MEAN"; this.cb_MEAN.Size = new System.Drawing.Size(108, 16); this.cb_MEAN.TabIndex = 119; this.cb_MEAN.Text = "内接圆平均直径"; this.cb_MEAN.UseVisualStyleBackColor = true; // // cb_INSCR // this.cb_INSCR.AutoSize = true; this.cb_INSCR.Location = new System.Drawing.Point(370, 98); this.cb_INSCR.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.cb_INSCR.Name = "cb_INSCR"; this.cb_INSCR.Size = new System.Drawing.Size(96, 16); this.cb_INSCR.TabIndex = 118; this.cb_INSCR.Text = "内接圆直径um"; this.cb_INSCR.UseVisualStyleBackColor = true; // // btn_ybcsqx // this.btn_ybcsqx.Location = new System.Drawing.Point(457, 201); this.btn_ybcsqx.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.btn_ybcsqx.Name = "btn_ybcsqx"; this.btn_ybcsqx.Size = new System.Drawing.Size(67, 23); this.btn_ybcsqx.TabIndex = 131; this.btn_ybcsqx.Text = "取 消"; this.btn_ybcsqx.UseVisualStyleBackColor = true; this.btn_ybcsqx.Click += new System.EventHandler(this.btn_ybcsqx_Click); // // btn_ybcsbc // this.btn_ybcsbc.Location = new System.Drawing.Point(386, 201); this.btn_ybcsbc.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.btn_ybcsbc.Name = "btn_ybcsbc"; this.btn_ybcsbc.Size = new System.Drawing.Size(67, 23); this.btn_ybcsbc.TabIndex = 132; this.btn_ybcsbc.Text = "确 定"; this.btn_ybcsbc.UseVisualStyleBackColor = true; this.btn_ybcsbc.Click += new System.EventHandler(this.btn_ybcsbc_Click); // // cB_XRayDataCount // this.cB_XRayDataCount.AutoSize = true; this.cB_XRayDataCount.Location = new System.Drawing.Point(370, 146); this.cB_XRayDataCount.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.cB_XRayDataCount.Name = "cB_XRayDataCount"; this.cB_XRayDataCount.Size = new System.Drawing.Size(72, 16); this.cB_XRayDataCount.TabIndex = 131; this.cB_XRayDataCount.Text = "XRay计数"; this.cB_XRayDataCount.UseVisualStyleBackColor = true; // // ParticlesGridDevidePageShowConfig // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(536, 225); this.Controls.Add(this.btn_ybcsqx); this.Controls.Add(this.btn_ybcsbc); this.Controls.Add(this.groupBox2); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(552, 264); this.MinimumSize = new System.Drawing.Size(552, 264); this.Name = "ParticlesGridDevidePageShowConfig"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Interfacedisplayconfiguration"; this.Load += new System.EventHandler(this.ParticlesGridDevidePageShowConfig_Load); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckBox cb_ParticleCoordinate; private System.Windows.Forms.Button btn_xsys; private System.Windows.Forms.CheckBox cB_Electrical_conductivity; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox cB_Density; private System.Windows.Forms.TextBox tb_xsys; private System.Windows.Forms.CheckBox cB_Hardness; private System.Windows.Forms.CheckBox cb_Area; private System.Windows.Forms.CheckBox cb_ELONG; private System.Windows.Forms.CheckBox cb_MaxDiameter; private System.Windows.Forms.CheckBox cb_PERI; private System.Windows.Forms.CheckBox cb_MinDiameter; private System.Windows.Forms.CheckBox cb_EquivalentCircleDiameter; private System.Windows.Forms.CheckBox cb_DiameterRatio; private System.Windows.Forms.CheckBox cb_ASPECT_ELONG; private System.Windows.Forms.CheckBox cb_FerretDiameter; private System.Windows.Forms.CheckBox cb_Orientation; private System.Windows.Forms.CheckBox cb_PERP; private System.Windows.Forms.CheckBox cb_MEAN; private System.Windows.Forms.CheckBox cb_INSCR; private System.Windows.Forms.Button btn_ybcsqx; private System.Windows.Forms.Button btn_ybcsbc; private System.Windows.Forms.Label label_help; private System.Windows.Forms.CheckBox cB_XRayDataCount; } }