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

112 lines
4.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.SuspendLayout();
  34. //
  35. // button1
  36. //
  37. this.button1.Location = new System.Drawing.Point(12, 12);
  38. this.button1.Name = "button1";
  39. this.button1.Size = new System.Drawing.Size(97, 43);
  40. this.button1.TabIndex = 0;
  41. this.button1.Text = "AGV消息测试1";
  42. this.button1.UseVisualStyleBackColor = true;
  43. this.button1.Click += new System.EventHandler(this.button1_Click);
  44. //
  45. // button2
  46. //
  47. this.button2.Location = new System.Drawing.Point(137, 12);
  48. this.button2.Name = "button2";
  49. this.button2.Size = new System.Drawing.Size(107, 43);
  50. this.button2.TabIndex = 1;
  51. this.button2.Text = "AGV消息测试2";
  52. this.button2.UseVisualStyleBackColor = true;
  53. this.button2.Click += new System.EventHandler(this.button2_Click);
  54. //
  55. // label1
  56. //
  57. this.label1.AutoSize = true;
  58. this.label1.Location = new System.Drawing.Point(27, 218);
  59. this.label1.Name = "label1";
  60. this.label1.Size = new System.Drawing.Size(43, 17);
  61. this.label1.TabIndex = 2;
  62. this.label1.Text = "label1";
  63. //
  64. // button3
  65. //
  66. this.button3.Location = new System.Drawing.Point(12, 155);
  67. this.button3.Name = "button3";
  68. this.button3.Size = new System.Drawing.Size(82, 40);
  69. this.button3.TabIndex = 3;
  70. this.button3.Text = "加计数";
  71. this.button3.UseVisualStyleBackColor = true;
  72. this.button3.Click += new System.EventHandler(this.button3_Click);
  73. //
  74. // button4
  75. //
  76. this.button4.Location = new System.Drawing.Point(137, 155);
  77. this.button4.Name = "button4";
  78. this.button4.Size = new System.Drawing.Size(82, 40);
  79. this.button4.TabIndex = 4;
  80. this.button4.Text = "延时程序";
  81. this.button4.UseVisualStyleBackColor = true;
  82. this.button4.Click += new System.EventHandler(this.button4_Click);
  83. //
  84. // Form1
  85. //
  86. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  87. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  88. this.ClientSize = new System.Drawing.Size(641, 298);
  89. this.Controls.Add(this.button4);
  90. this.Controls.Add(this.button3);
  91. this.Controls.Add(this.label1);
  92. this.Controls.Add(this.button2);
  93. this.Controls.Add(this.button1);
  94. this.Name = "Form1";
  95. this.Text = "Form1";
  96. this.ResumeLayout(false);
  97. this.PerformLayout();
  98. }
  99. #endregion
  100. private Button button1;
  101. private Button button2;
  102. private Label label1;
  103. private Button button3;
  104. private Button button4;
  105. }
  106. }