ResultViewItemNo.Designer.cs 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. 
  2. namespace SmartCoalApplication.AutomaticMeasurement
  3. {
  4. partial class ResultViewItemNo
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.groupBox2 = new System.Windows.Forms.GroupBox();
  31. this.buttonClose = new System.Windows.Forms.Button();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.groupBox1 = new System.Windows.Forms.GroupBox();
  34. this.textBox1 = new System.Windows.Forms.TextBox();
  35. this.groupBox2.SuspendLayout();
  36. this.groupBox1.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // label1
  40. //
  41. this.label1.AutoSize = true;
  42. this.label1.Location = new System.Drawing.Point(83, 34);
  43. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  44. this.label1.Name = "label1";
  45. this.label1.Size = new System.Drawing.Size(41, 12);
  46. this.label1.TabIndex = 0;
  47. this.label1.Text = "料号:";
  48. //
  49. // groupBox2
  50. //
  51. this.groupBox2.Controls.Add(this.buttonClose);
  52. this.groupBox2.Controls.Add(this.button1);
  53. this.groupBox2.Location = new System.Drawing.Point(12, 0);
  54. this.groupBox2.Name = "groupBox2";
  55. this.groupBox2.Size = new System.Drawing.Size(431, 55);
  56. this.groupBox2.TabIndex = 2;
  57. this.groupBox2.TabStop = false;
  58. this.groupBox2.Text = "操作";
  59. //
  60. // buttonClose
  61. //
  62. this.buttonClose.Location = new System.Drawing.Point(346, 20);
  63. this.buttonClose.Name = "buttonClose";
  64. this.buttonClose.Size = new System.Drawing.Size(75, 23);
  65. this.buttonClose.TabIndex = 3;
  66. this.buttonClose.Text = "關閉";
  67. this.buttonClose.UseVisualStyleBackColor = true;
  68. this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
  69. //
  70. // button1
  71. //
  72. this.button1.Location = new System.Drawing.Point(265, 20);
  73. this.button1.Name = "button1";
  74. this.button1.Size = new System.Drawing.Size(75, 23);
  75. this.button1.TabIndex = 2;
  76. this.button1.Text = "確定";
  77. this.button1.UseVisualStyleBackColor = true;
  78. this.button1.Click += new System.EventHandler(this.button1_Click);
  79. //
  80. // groupBox1
  81. //
  82. this.groupBox1.Controls.Add(this.textBox1);
  83. this.groupBox1.Controls.Add(this.label1);
  84. this.groupBox1.Location = new System.Drawing.Point(12, 61);
  85. this.groupBox1.Name = "groupBox1";
  86. this.groupBox1.Size = new System.Drawing.Size(431, 81);
  87. this.groupBox1.TabIndex = 3;
  88. this.groupBox1.TabStop = false;
  89. //
  90. // textBox1
  91. //
  92. this.textBox1.Location = new System.Drawing.Point(129, 30);
  93. this.textBox1.Name = "textBox1";
  94. this.textBox1.Size = new System.Drawing.Size(219, 21);
  95. this.textBox1.TabIndex = 1;
  96. //
  97. // ResultViewItemNo
  98. //
  99. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  100. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  101. this.ClientSize = new System.Drawing.Size(455, 147);
  102. this.Controls.Add(this.groupBox1);
  103. this.Controls.Add(this.groupBox2);
  104. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  105. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  106. this.MaximizeBox = false;
  107. this.MinimizeBox = false;
  108. this.Name = "ResultViewItemNo";
  109. this.Text = "料號";
  110. this.groupBox2.ResumeLayout(false);
  111. this.groupBox1.ResumeLayout(false);
  112. this.groupBox1.PerformLayout();
  113. this.ResumeLayout(false);
  114. }
  115. #endregion
  116. private System.Windows.Forms.Label label1;
  117. private System.Windows.Forms.GroupBox groupBox2;
  118. private System.Windows.Forms.Button buttonClose;
  119. private System.Windows.Forms.Button button1;
  120. private System.Windows.Forms.GroupBox groupBox1;
  121. private System.Windows.Forms.TextBox textBox1;
  122. }
  123. }