MainFrame.Designer.cs 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. namespace EapMainFrame
  2. {
  3. partial class MainFrame
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.button9 = new System.Windows.Forms.Button();
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.button3 = new System.Windows.Forms.Button();
  32. this.button4 = new System.Windows.Forms.Button();
  33. this.button5 = new System.Windows.Forms.Button();
  34. this.button6 = new System.Windows.Forms.Button();
  35. this.button7 = new System.Windows.Forms.Button();
  36. this.button8 = new System.Windows.Forms.Button();
  37. this.button10 = new System.Windows.Forms.Button();
  38. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  39. this.SuspendLayout();
  40. //
  41. // button9
  42. //
  43. this.button9.Location = new System.Drawing.Point(39, 28);
  44. this.button9.Name = "button9";
  45. this.button9.Size = new System.Drawing.Size(86, 50);
  46. this.button9.TabIndex = 11;
  47. this.button9.Text = "机型查询";
  48. this.button9.UseVisualStyleBackColor = true;
  49. this.button9.Click += new System.EventHandler(this.button9_Click);
  50. //
  51. // button1
  52. //
  53. this.button1.Location = new System.Drawing.Point(39, 237);
  54. this.button1.Name = "button1";
  55. this.button1.Size = new System.Drawing.Size(86, 50);
  56. this.button1.TabIndex = 12;
  57. this.button1.Text = "参数事件查询";
  58. this.button1.UseVisualStyleBackColor = true;
  59. this.button1.Click += new System.EventHandler(this.button1_Click);
  60. //
  61. // button2
  62. //
  63. this.button2.Location = new System.Drawing.Point(508, 360);
  64. this.button2.Name = "button2";
  65. this.button2.Size = new System.Drawing.Size(86, 50);
  66. this.button2.TabIndex = 13;
  67. this.button2.Text = "报工合并";
  68. this.button2.UseVisualStyleBackColor = true;
  69. this.button2.Visible = false;
  70. this.button2.Click += new System.EventHandler(this.button2_Click);
  71. //
  72. // button3
  73. //
  74. this.button3.Location = new System.Drawing.Point(416, 360);
  75. this.button3.Name = "button3";
  76. this.button3.Size = new System.Drawing.Size(86, 50);
  77. this.button3.TabIndex = 14;
  78. this.button3.Text = "事件报告查询";
  79. this.button3.UseVisualStyleBackColor = true;
  80. this.button3.Visible = false;
  81. this.button3.Click += new System.EventHandler(this.button3_Click);
  82. //
  83. // button4
  84. //
  85. this.button4.Location = new System.Drawing.Point(146, 237);
  86. this.button4.Name = "button4";
  87. this.button4.Size = new System.Drawing.Size(86, 50);
  88. this.button4.TabIndex = 15;
  89. this.button4.Text = "报告查询";
  90. this.button4.UseVisualStyleBackColor = true;
  91. this.button4.Click += new System.EventHandler(this.button4_Click);
  92. //
  93. // button5
  94. //
  95. this.button5.Location = new System.Drawing.Point(39, 117);
  96. this.button5.Name = "button5";
  97. this.button5.Size = new System.Drawing.Size(86, 50);
  98. this.button5.TabIndex = 16;
  99. this.button5.Text = "机台指令查询";
  100. this.button5.UseVisualStyleBackColor = true;
  101. this.button5.Click += new System.EventHandler(this.button5_Click);
  102. //
  103. // button6
  104. //
  105. this.button6.Location = new System.Drawing.Point(156, 28);
  106. this.button6.Name = "button6";
  107. this.button6.Size = new System.Drawing.Size(86, 50);
  108. this.button6.TabIndex = 17;
  109. this.button6.Text = "机台查询";
  110. this.button6.UseVisualStyleBackColor = true;
  111. this.button6.Click += new System.EventHandler(this.button6_Click);
  112. //
  113. // button7
  114. //
  115. this.button7.Location = new System.Drawing.Point(280, 28);
  116. this.button7.Name = "button7";
  117. this.button7.Size = new System.Drawing.Size(86, 50);
  118. this.button7.TabIndex = 18;
  119. this.button7.Text = "指令版次查询";
  120. this.button7.UseVisualStyleBackColor = true;
  121. this.button7.Click += new System.EventHandler(this.button7_Click);
  122. //
  123. // button8
  124. //
  125. this.button8.Location = new System.Drawing.Point(232, 360);
  126. this.button8.Name = "button8";
  127. this.button8.Size = new System.Drawing.Size(86, 50);
  128. this.button8.TabIndex = 19;
  129. this.button8.Text = "机型事件查询";
  130. this.button8.UseVisualStyleBackColor = true;
  131. this.button8.Visible = false;
  132. this.button8.Click += new System.EventHandler(this.button8_Click);
  133. //
  134. // button10
  135. //
  136. this.button10.Location = new System.Drawing.Point(324, 360);
  137. this.button10.Name = "button10";
  138. this.button10.Size = new System.Drawing.Size(86, 50);
  139. this.button10.TabIndex = 20;
  140. this.button10.Text = "机台机型事件查询";
  141. this.button10.UseVisualStyleBackColor = true;
  142. this.button10.Visible = false;
  143. this.button10.Click += new System.EventHandler(this.button10_Click);
  144. //
  145. // dateTimePicker1
  146. //
  147. this.dateTimePicker1.Location = new System.Drawing.Point(408, 174);
  148. this.dateTimePicker1.Name = "dateTimePicker1";
  149. this.dateTimePicker1.Size = new System.Drawing.Size(200, 21);
  150. this.dateTimePicker1.TabIndex = 21;
  151. //
  152. // MainFrame
  153. //
  154. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  155. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  156. this.ClientSize = new System.Drawing.Size(800, 450);
  157. this.Controls.Add(this.dateTimePicker1);
  158. this.Controls.Add(this.button10);
  159. this.Controls.Add(this.button8);
  160. this.Controls.Add(this.button7);
  161. this.Controls.Add(this.button6);
  162. this.Controls.Add(this.button5);
  163. this.Controls.Add(this.button4);
  164. this.Controls.Add(this.button3);
  165. this.Controls.Add(this.button2);
  166. this.Controls.Add(this.button1);
  167. this.Controls.Add(this.button9);
  168. this.Name = "MainFrame";
  169. this.Text = "麟力MES系统";
  170. this.Load += new System.EventHandler(this.MainFrame_Load);
  171. this.ResumeLayout(false);
  172. }
  173. #endregion
  174. private System.Windows.Forms.Button button9;
  175. private System.Windows.Forms.Button button1;
  176. private System.Windows.Forms.Button button2;
  177. private System.Windows.Forms.Button button3;
  178. private System.Windows.Forms.Button button4;
  179. private System.Windows.Forms.Button button5;
  180. private System.Windows.Forms.Button button6;
  181. private System.Windows.Forms.Button button7;
  182. private System.Windows.Forms.Button button8;
  183. private System.Windows.Forms.Button button10;
  184. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  185. }
  186. }