AutoRelease.Designer.cs 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. namespace AGV_WPF
  2. {
  3. partial class AutoRelease
  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.textBox1 = new System.Windows.Forms.TextBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.textBox2 = new System.Windows.Forms.TextBox();
  32. this.SuspendLayout();
  33. //
  34. // button1
  35. //
  36. this.button1.Location = new System.Drawing.Point(235, 21);
  37. this.button1.Name = "button1";
  38. this.button1.Size = new System.Drawing.Size(75, 23);
  39. this.button1.TabIndex = 0;
  40. this.button1.Text = "启动";
  41. this.button1.UseVisualStyleBackColor = true;
  42. this.button1.Click += new System.EventHandler(this.button1_Click);
  43. //
  44. // textBox1
  45. //
  46. this.textBox1.Location = new System.Drawing.Point(29, 70);
  47. this.textBox1.Multiline = true;
  48. this.textBox1.Name = "textBox1";
  49. this.textBox1.Size = new System.Drawing.Size(293, 103);
  50. this.textBox1.TabIndex = 1;
  51. this.textBox1.Text = "81,9,10,11,12,13,14,15,85,16,86,17,8,5,6,7,18,1,2,3,4,72,74,21,22,23,24,25,26,27," +
  52. "83,28,29,30,31,32,33,34,35,36,37,38,51,55,52,56,53,57,62,63,59,60,61,64,44,42,43" +
  53. ",41,45,46,47,48,87,88,54,58";
  54. //
  55. // label1
  56. //
  57. this.label1.AutoSize = true;
  58. this.label1.Location = new System.Drawing.Point(27, 21);
  59. this.label1.Name = "label1";
  60. this.label1.Size = new System.Drawing.Size(29, 12);
  61. this.label1.TabIndex = 2;
  62. this.label1.Text = "路线";
  63. //
  64. // textBox2
  65. //
  66. this.textBox2.Location = new System.Drawing.Point(62, 18);
  67. this.textBox2.Name = "textBox2";
  68. this.textBox2.Size = new System.Drawing.Size(100, 21);
  69. this.textBox2.TabIndex = 3;
  70. this.textBox2.Text = "0";
  71. //
  72. // AutoRelease
  73. //
  74. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  75. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  76. this.ClientSize = new System.Drawing.Size(374, 246);
  77. this.Controls.Add(this.textBox2);
  78. this.Controls.Add(this.label1);
  79. this.Controls.Add(this.textBox1);
  80. this.Controls.Add(this.button1);
  81. this.Name = "AutoRelease";
  82. this.Text = "自动放行测试";
  83. this.Load += new System.EventHandler(this.AutoRelease_Load);
  84. this.ResumeLayout(false);
  85. this.PerformLayout();
  86. }
  87. #endregion
  88. private System.Windows.Forms.Button button1;
  89. private System.Windows.Forms.TextBox textBox1;
  90. private System.Windows.Forms.Label label1;
  91. private System.Windows.Forms.TextBox textBox2;
  92. }
  93. }