namespace OTSMeasureApp._1_OTSMeasure.Measure.ParamData { partial class frmReclassifyCondition { /// /// 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.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.checkBox1 = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Controls.Add(this.button2); this.panelControl1.Controls.Add(this.button1); this.panelControl1.Controls.Add(this.checkBox1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(269, 167); this.panelControl1.TabIndex = 0; // // 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(this.panelControl1); 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 DevExpress.XtraEditors.PanelControl panelControl1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.CheckBox checkBox1; } }