123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- namespace OTSMeasureApp._1_OTSMeasure.Measure.ParamData
- {
- partial class frmReclassifyCondition
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
-
- this.button2 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
-
-
- this.SuspendLayout();
- //
- // panelControl1
- //
-
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(156, 113);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(72, 28);
- this.button2.TabIndex = 3;
- this.button2.Text = "取消";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(58, 113);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(72, 28);
- this.button1.TabIndex = 3;
- this.button1.Text = "确定";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.Checked = true;
- this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
- this.checkBox1.Location = new System.Drawing.Point(58, 53);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(194, 18);
- this.checkBox1.TabIndex = 2;
- this.checkBox1.Text = "忽略用户手动修改定义过的颗粒";
- this.checkBox1.UseVisualStyleBackColor = true;
- //
- // frmReclassifyCondition
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(269, 167);
- this.Controls.Add(checkBox1);
- this.Controls.Add(button1);
- this.Controls.Add(button2);
- this.Name = "frmReclassifyCondition";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "重新分类";
- //((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
- //this.panelControl1.ResumeLayout(false);
- //this.panelControl1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
-
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.CheckBox checkBox1;
- }
- }
|