AGVSingleControl.Designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. namespace AGV_WPF
  2. {
  3. partial class AGVSingleControl
  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.label1 = new System.Windows.Forms.Label();
  29. this.comboBox1 = new System.Windows.Forms.ComboBox();
  30. this.comboBox2 = new System.Windows.Forms.ComboBox();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.SuspendLayout();
  35. //
  36. // label1
  37. //
  38. this.label1.AutoSize = true;
  39. this.label1.Font = new System.Drawing.Font("宋体", 12F);
  40. this.label1.Location = new System.Drawing.Point(23, 84);
  41. this.label1.Name = "label1";
  42. this.label1.Size = new System.Drawing.Size(72, 16);
  43. this.label1.TabIndex = 0;
  44. this.label1.Text = "选择操作";
  45. //
  46. // comboBox1
  47. //
  48. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  49. this.comboBox1.Font = new System.Drawing.Font("宋体", 12F);
  50. this.comboBox1.FormattingEnabled = true;
  51. this.comboBox1.Location = new System.Drawing.Point(101, 81);
  52. this.comboBox1.Name = "comboBox1";
  53. this.comboBox1.Size = new System.Drawing.Size(121, 24);
  54. this.comboBox1.TabIndex = 1;
  55. //
  56. // comboBox2
  57. //
  58. this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  59. this.comboBox2.Font = new System.Drawing.Font("宋体", 12F);
  60. this.comboBox2.FormattingEnabled = true;
  61. this.comboBox2.Location = new System.Drawing.Point(101, 24);
  62. this.comboBox2.Name = "comboBox2";
  63. this.comboBox2.Size = new System.Drawing.Size(121, 24);
  64. this.comboBox2.TabIndex = 3;
  65. //
  66. // label2
  67. //
  68. this.label2.AutoSize = true;
  69. this.label2.Font = new System.Drawing.Font("宋体", 12F);
  70. this.label2.Location = new System.Drawing.Point(23, 27);
  71. this.label2.Name = "label2";
  72. this.label2.Size = new System.Drawing.Size(64, 16);
  73. this.label2.TabIndex = 2;
  74. this.label2.Text = "选择AGV";
  75. //
  76. // button1
  77. //
  78. this.button1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.button1.Location = new System.Drawing.Point(256, 37);
  80. this.button1.Name = "button1";
  81. this.button1.Size = new System.Drawing.Size(110, 63);
  82. this.button1.TabIndex = 4;
  83. this.button1.Text = "确定";
  84. this.button1.UseVisualStyleBackColor = true;
  85. this.button1.Click += new System.EventHandler(this.button1_Click);
  86. //
  87. // label3
  88. //
  89. this.label3.AutoSize = true;
  90. this.label3.Font = new System.Drawing.Font("宋体", 12F);
  91. this.label3.Location = new System.Drawing.Point(31, 134);
  92. this.label3.Name = "label3";
  93. this.label3.Size = new System.Drawing.Size(0, 16);
  94. this.label3.TabIndex = 5;
  95. //
  96. // AGVSingleControl
  97. //
  98. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  99. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  100. this.ClientSize = new System.Drawing.Size(416, 191);
  101. this.Controls.Add(this.label3);
  102. this.Controls.Add(this.button1);
  103. this.Controls.Add(this.comboBox2);
  104. this.Controls.Add(this.label2);
  105. this.Controls.Add(this.comboBox1);
  106. this.Controls.Add(this.label1);
  107. this.Name = "AGVSingleControl";
  108. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  109. this.Text = "AGV单台控制";
  110. this.Load += new System.EventHandler(this.AGVSingleControl_Load);
  111. this.ResumeLayout(false);
  112. this.PerformLayout();
  113. }
  114. #endregion
  115. private System.Windows.Forms.Label label1;
  116. private System.Windows.Forms.ComboBox comboBox1;
  117. private System.Windows.Forms.ComboBox comboBox2;
  118. private System.Windows.Forms.Label label2;
  119. private System.Windows.Forms.Button button1;
  120. private System.Windows.Forms.Label label3;
  121. }
  122. }