版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

180 lines
7.5 KiB

  1. namespace ProductionControl
  2. {
  3. partial class Form2
  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.button1 = new System.Windows.Forms.Button();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.button3 = new System.Windows.Forms.Button();
  31. this.button4 = new System.Windows.Forms.Button();
  32. this.button5 = new System.Windows.Forms.Button();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.button6 = new System.Windows.Forms.Button();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.button7 = new System.Windows.Forms.Button();
  38. this.SuspendLayout();
  39. //
  40. // button1
  41. //
  42. this.button1.Location = new System.Drawing.Point(334, -4);
  43. this.button1.Name = "button1";
  44. this.button1.Size = new System.Drawing.Size(99, 56);
  45. this.button1.TabIndex = 1;
  46. this.button1.Text = "button1";
  47. this.button1.UseVisualStyleBackColor = true;
  48. this.button1.Click += new System.EventHandler(this.button1_Click);
  49. //
  50. // button2
  51. //
  52. this.button2.Location = new System.Drawing.Point(39, 261);
  53. this.button2.Name = "button2";
  54. this.button2.Size = new System.Drawing.Size(92, 56);
  55. this.button2.TabIndex = 2;
  56. this.button2.Text = "getHeight";
  57. this.button2.UseVisualStyleBackColor = true;
  58. this.button2.Click += new System.EventHandler(this.button2_Click);
  59. //
  60. // button3
  61. //
  62. this.button3.Location = new System.Drawing.Point(57, 87);
  63. this.button3.Name = "button3";
  64. this.button3.Size = new System.Drawing.Size(114, 42);
  65. this.button3.TabIndex = 3;
  66. this.button3.Text = "get state";
  67. this.button3.UseVisualStyleBackColor = true;
  68. this.button3.Click += new System.EventHandler(this.button3_Click);
  69. //
  70. // button4
  71. //
  72. this.button4.Location = new System.Drawing.Point(39, 153);
  73. this.button4.Name = "button4";
  74. this.button4.Size = new System.Drawing.Size(104, 56);
  75. this.button4.TabIndex = 4;
  76. this.button4.Text = "home";
  77. this.button4.UseVisualStyleBackColor = true;
  78. this.button4.Click += new System.EventHandler(this.button4_Click);
  79. //
  80. // button5
  81. //
  82. this.button5.Location = new System.Drawing.Point(177, 87);
  83. this.button5.Name = "button5";
  84. this.button5.Size = new System.Drawing.Size(114, 42);
  85. this.button5.TabIndex = 5;
  86. this.button5.Text = "get pos";
  87. this.button5.UseVisualStyleBackColor = true;
  88. this.button5.Click += new System.EventHandler(this.button5_Click);
  89. //
  90. // label1
  91. //
  92. this.label1.AutoSize = true;
  93. this.label1.Location = new System.Drawing.Point(20, 32);
  94. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  95. this.label1.Name = "label1";
  96. this.label1.Size = new System.Drawing.Size(62, 18);
  97. this.label1.TabIndex = 6;
  98. this.label1.Text = "label1";
  99. //
  100. // label2
  101. //
  102. this.label2.AutoSize = true;
  103. this.label2.Location = new System.Drawing.Point(332, 99);
  104. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  105. this.label2.Name = "label2";
  106. this.label2.Size = new System.Drawing.Size(62, 18);
  107. this.label2.TabIndex = 6;
  108. this.label2.Text = "label2";
  109. //
  110. // button6
  111. //
  112. this.button6.Location = new System.Drawing.Point(154, 261);
  113. this.button6.Name = "button6";
  114. this.button6.Size = new System.Drawing.Size(92, 56);
  115. this.button6.TabIndex = 7;
  116. this.button6.Text = "getHeight";
  117. this.button6.UseVisualStyleBackColor = true;
  118. this.button6.Click += new System.EventHandler(this.button6_Click);
  119. //
  120. // label3
  121. //
  122. this.label3.AutoSize = true;
  123. this.label3.Location = new System.Drawing.Point(154, 339);
  124. this.label3.Name = "label3";
  125. this.label3.Size = new System.Drawing.Size(62, 18);
  126. this.label3.TabIndex = 8;
  127. this.label3.Text = "label3";
  128. //
  129. // button7
  130. //
  131. this.button7.BackColor = System.Drawing.Color.Black;
  132. this.button7.ForeColor = System.Drawing.Color.DarkViolet;
  133. this.button7.Location = new System.Drawing.Point(278, 261);
  134. this.button7.Name = "button7";
  135. this.button7.Size = new System.Drawing.Size(92, 56);
  136. this.button7.TabIndex = 9;
  137. this.button7.Text = "reset";
  138. this.button7.UseVisualStyleBackColor = false;
  139. this.button7.Click += new System.EventHandler(this.button7_Click);
  140. //
  141. // Form2
  142. //
  143. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  144. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  145. this.ClientSize = new System.Drawing.Size(800, 450);
  146. this.Controls.Add(this.button7);
  147. this.Controls.Add(this.label3);
  148. this.Controls.Add(this.button6);
  149. this.Controls.Add(this.label2);
  150. this.Controls.Add(this.label1);
  151. this.Controls.Add(this.button5);
  152. this.Controls.Add(this.button4);
  153. this.Controls.Add(this.button3);
  154. this.Controls.Add(this.button2);
  155. this.Controls.Add(this.button1);
  156. this.Name = "Form2";
  157. this.Text = "Form2";
  158. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form2_FormClosing);
  159. this.Load += new System.EventHandler(this.Form2_Load);
  160. this.ResumeLayout(false);
  161. this.PerformLayout();
  162. }
  163. #endregion
  164. private System.Windows.Forms.Button button1;
  165. private System.Windows.Forms.Button button2;
  166. private System.Windows.Forms.Button button3;
  167. private System.Windows.Forms.Button button4;
  168. private System.Windows.Forms.Button button5;
  169. private System.Windows.Forms.Label label1;
  170. private System.Windows.Forms.Label label2;
  171. private System.Windows.Forms.Button button6;
  172. private System.Windows.Forms.Label label3;
  173. private System.Windows.Forms.Button button7;
  174. }
  175. }