终端一体化运控平台
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.
 
 
 

177 lines
7.2 KiB

  1. namespace TestDemo
  2. {
  3. partial class Form1
  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.label1 = new System.Windows.Forms.Label();
  31. this.button3 = new System.Windows.Forms.Button();
  32. this.button4 = new System.Windows.Forms.Button();
  33. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  34. this.button5 = new System.Windows.Forms.Button();
  35. this.button6 = new System.Windows.Forms.Button();
  36. this.textBox1 = new System.Windows.Forms.TextBox();
  37. this.button7 = new System.Windows.Forms.Button();
  38. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  39. this.splitContainer1.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // button1
  43. //
  44. this.button1.Location = new System.Drawing.Point(12, 12);
  45. this.button1.Name = "button1";
  46. this.button1.Size = new System.Drawing.Size(97, 43);
  47. this.button1.TabIndex = 0;
  48. this.button1.Text = "AGV消息测试1";
  49. this.button1.UseVisualStyleBackColor = true;
  50. this.button1.Click += new System.EventHandler(this.button1_Click);
  51. //
  52. // button2
  53. //
  54. this.button2.Location = new System.Drawing.Point(137, 12);
  55. this.button2.Name = "button2";
  56. this.button2.Size = new System.Drawing.Size(107, 43);
  57. this.button2.TabIndex = 1;
  58. this.button2.Text = "AGV消息测试2";
  59. this.button2.UseVisualStyleBackColor = true;
  60. this.button2.Click += new System.EventHandler(this.button2_Click);
  61. //
  62. // label1
  63. //
  64. this.label1.AutoSize = true;
  65. this.label1.Location = new System.Drawing.Point(27, 218);
  66. this.label1.Name = "label1";
  67. this.label1.Size = new System.Drawing.Size(43, 17);
  68. this.label1.TabIndex = 2;
  69. this.label1.Text = "label1";
  70. //
  71. // button3
  72. //
  73. this.button3.Location = new System.Drawing.Point(12, 155);
  74. this.button3.Name = "button3";
  75. this.button3.Size = new System.Drawing.Size(82, 40);
  76. this.button3.TabIndex = 3;
  77. this.button3.Text = "加计数";
  78. this.button3.UseVisualStyleBackColor = true;
  79. this.button3.Click += new System.EventHandler(this.button3_Click);
  80. //
  81. // button4
  82. //
  83. this.button4.Location = new System.Drawing.Point(137, 155);
  84. this.button4.Name = "button4";
  85. this.button4.Size = new System.Drawing.Size(82, 40);
  86. this.button4.TabIndex = 4;
  87. this.button4.Text = "延时程序";
  88. this.button4.UseVisualStyleBackColor = true;
  89. this.button4.Click += new System.EventHandler(this.button4_Click);
  90. //
  91. // splitContainer1
  92. //
  93. this.splitContainer1.Location = new System.Drawing.Point(408, 158);
  94. this.splitContainer1.Name = "splitContainer1";
  95. this.splitContainer1.Size = new System.Drawing.Size(150, 100);
  96. this.splitContainer1.SplitterDistance = 45;
  97. this.splitContainer1.TabIndex = 5;
  98. //
  99. // button5
  100. //
  101. this.button5.Location = new System.Drawing.Point(301, 13);
  102. this.button5.Name = "button5";
  103. this.button5.Size = new System.Drawing.Size(82, 40);
  104. this.button5.TabIndex = 6;
  105. this.button5.Text = "写文件";
  106. this.button5.UseVisualStyleBackColor = true;
  107. this.button5.Click += new System.EventHandler(this.button5_Click);
  108. //
  109. // button6
  110. //
  111. this.button6.Location = new System.Drawing.Point(408, 13);
  112. this.button6.Name = "button6";
  113. this.button6.Size = new System.Drawing.Size(104, 40);
  114. this.button6.TabIndex = 7;
  115. this.button6.Text = "卡乐普写测试";
  116. this.button6.UseVisualStyleBackColor = true;
  117. this.button6.Click += new System.EventHandler(this.button6_Click);
  118. //
  119. // textBox1
  120. //
  121. this.textBox1.Location = new System.Drawing.Point(410, 71);
  122. this.textBox1.Multiline = true;
  123. this.textBox1.Name = "textBox1";
  124. this.textBox1.Size = new System.Drawing.Size(219, 81);
  125. this.textBox1.TabIndex = 8;
  126. //
  127. // button7
  128. //
  129. this.button7.Location = new System.Drawing.Point(518, 12);
  130. this.button7.Name = "button7";
  131. this.button7.Size = new System.Drawing.Size(104, 40);
  132. this.button7.TabIndex = 9;
  133. this.button7.Text = "卡乐普读测试";
  134. this.button7.UseVisualStyleBackColor = true;
  135. this.button7.Click += new System.EventHandler(this.button7_Click);
  136. //
  137. // Form1
  138. //
  139. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  140. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  141. this.ClientSize = new System.Drawing.Size(641, 298);
  142. this.Controls.Add(this.button7);
  143. this.Controls.Add(this.textBox1);
  144. this.Controls.Add(this.button6);
  145. this.Controls.Add(this.button5);
  146. this.Controls.Add(this.splitContainer1);
  147. this.Controls.Add(this.button4);
  148. this.Controls.Add(this.button3);
  149. this.Controls.Add(this.label1);
  150. this.Controls.Add(this.button2);
  151. this.Controls.Add(this.button1);
  152. this.Name = "Form1";
  153. this.Text = "Form1";
  154. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  155. this.splitContainer1.ResumeLayout(false);
  156. this.ResumeLayout(false);
  157. this.PerformLayout();
  158. }
  159. #endregion
  160. private Button button1;
  161. private Button button2;
  162. private Label label1;
  163. private Button button3;
  164. private Button button4;
  165. private SplitContainer splitContainer1;
  166. private Button button5;
  167. private Button button6;
  168. private TextBox textBox1;
  169. private Button button7;
  170. }
  171. }