终端一体化运控平台
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

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