frmReclassifyCondition.Designer.cs 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. namespace OTSMeasureApp._1_OTSMeasure.Measure.ParamData
  2. {
  3. partial class frmReclassifyCondition
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.checkBox1 = new System.Windows.Forms.CheckBox();
  32. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  33. this.panelControl1.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // panelControl1
  37. //
  38. this.panelControl1.Controls.Add(this.button2);
  39. this.panelControl1.Controls.Add(this.button1);
  40. this.panelControl1.Controls.Add(this.checkBox1);
  41. this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  42. this.panelControl1.Location = new System.Drawing.Point(0, 0);
  43. this.panelControl1.Name = "panelControl1";
  44. this.panelControl1.Size = new System.Drawing.Size(269, 167);
  45. this.panelControl1.TabIndex = 0;
  46. //
  47. // button2
  48. //
  49. this.button2.Location = new System.Drawing.Point(156, 113);
  50. this.button2.Name = "button2";
  51. this.button2.Size = new System.Drawing.Size(72, 28);
  52. this.button2.TabIndex = 3;
  53. this.button2.Text = "取消";
  54. this.button2.UseVisualStyleBackColor = true;
  55. this.button2.Click += new System.EventHandler(this.button2_Click);
  56. //
  57. // button1
  58. //
  59. this.button1.Location = new System.Drawing.Point(58, 113);
  60. this.button1.Name = "button1";
  61. this.button1.Size = new System.Drawing.Size(72, 28);
  62. this.button1.TabIndex = 3;
  63. this.button1.Text = "确定";
  64. this.button1.UseVisualStyleBackColor = true;
  65. this.button1.Click += new System.EventHandler(this.button1_Click);
  66. //
  67. // checkBox1
  68. //
  69. this.checkBox1.AutoSize = true;
  70. this.checkBox1.Checked = true;
  71. this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
  72. this.checkBox1.Location = new System.Drawing.Point(58, 53);
  73. this.checkBox1.Name = "checkBox1";
  74. this.checkBox1.Size = new System.Drawing.Size(194, 18);
  75. this.checkBox1.TabIndex = 2;
  76. this.checkBox1.Text = "忽略用户手动修改定义过的颗粒";
  77. this.checkBox1.UseVisualStyleBackColor = true;
  78. //
  79. // frmReclassifyCondition
  80. //
  81. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  82. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  83. this.ClientSize = new System.Drawing.Size(269, 167);
  84. this.Controls.Add(this.panelControl1);
  85. this.Name = "frmReclassifyCondition";
  86. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  87. this.Text = "重新分类";
  88. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  89. this.panelControl1.ResumeLayout(false);
  90. this.panelControl1.PerformLayout();
  91. this.ResumeLayout(false);
  92. }
  93. #endregion
  94. private DevExpress.XtraEditors.PanelControl panelControl1;
  95. private System.Windows.Forms.Button button2;
  96. private System.Windows.Forms.Button button1;
  97. private System.Windows.Forms.CheckBox checkBox1;
  98. }
  99. }