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

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