frmReclassifyCondition.Designer.cs 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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.button2 = new System.Windows.Forms.Button();
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.checkBox1 = new System.Windows.Forms.CheckBox();
  31. this.SuspendLayout();
  32. //
  33. // panelControl1
  34. //
  35. //
  36. // button2
  37. //
  38. this.button2.Location = new System.Drawing.Point(156, 113);
  39. this.button2.Name = "button2";
  40. this.button2.Size = new System.Drawing.Size(72, 28);
  41. this.button2.TabIndex = 3;
  42. this.button2.Text = "取消";
  43. this.button2.UseVisualStyleBackColor = true;
  44. this.button2.Click += new System.EventHandler(this.button2_Click);
  45. //
  46. // button1
  47. //
  48. this.button1.Location = new System.Drawing.Point(58, 113);
  49. this.button1.Name = "button1";
  50. this.button1.Size = new System.Drawing.Size(72, 28);
  51. this.button1.TabIndex = 3;
  52. this.button1.Text = "确定";
  53. this.button1.UseVisualStyleBackColor = true;
  54. this.button1.Click += new System.EventHandler(this.button1_Click);
  55. //
  56. // checkBox1
  57. //
  58. this.checkBox1.AutoSize = true;
  59. this.checkBox1.Checked = true;
  60. this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
  61. this.checkBox1.Location = new System.Drawing.Point(58, 53);
  62. this.checkBox1.Name = "checkBox1";
  63. this.checkBox1.Size = new System.Drawing.Size(194, 18);
  64. this.checkBox1.TabIndex = 2;
  65. this.checkBox1.Text = "忽略用户手动修改定义过的颗粒";
  66. this.checkBox1.UseVisualStyleBackColor = true;
  67. //
  68. // frmReclassifyCondition
  69. //
  70. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  71. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  72. this.ClientSize = new System.Drawing.Size(269, 167);
  73. this.Controls.Add(checkBox1);
  74. this.Controls.Add(button1);
  75. this.Controls.Add(button2);
  76. this.Name = "frmReclassifyCondition";
  77. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  78. this.Text = "重新分类";
  79. //((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  80. //this.panelControl1.ResumeLayout(false);
  81. //this.panelControl1.PerformLayout();
  82. this.ResumeLayout(false);
  83. }
  84. #endregion
  85. private System.Windows.Forms.Button button2;
  86. private System.Windows.Forms.Button button1;
  87. private System.Windows.Forms.CheckBox checkBox1;
  88. }
  89. }