SNChange.Designer.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. 
  2. namespace AGV_WPF.ExtraUI
  3. {
  4. partial class SNChange
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.button2 = new System.Windows.Forms.Button();
  32. this.textBox1 = new System.Windows.Forms.TextBox();
  33. this.textBox2 = new System.Windows.Forms.TextBox();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.textBox3 = new System.Windows.Forms.TextBox();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.textBox4 = new System.Windows.Forms.TextBox();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.SuspendLayout();
  40. //
  41. // label1
  42. //
  43. this.label1.AutoSize = true;
  44. this.label1.Location = new System.Drawing.Point(134, 84);
  45. this.label1.Name = "label1";
  46. this.label1.Size = new System.Drawing.Size(62, 18);
  47. this.label1.TabIndex = 0;
  48. this.label1.Text = "AGVID:";
  49. //
  50. // button1
  51. //
  52. this.button1.Enabled = false;
  53. this.button1.Location = new System.Drawing.Point(540, 61);
  54. this.button1.Name = "button1";
  55. this.button1.Size = new System.Drawing.Size(108, 90);
  56. this.button1.TabIndex = 1;
  57. this.button1.Text = "解除绑定";
  58. this.button1.UseVisualStyleBackColor = true;
  59. this.button1.Click += new System.EventHandler(this.button1_Click);
  60. //
  61. // button2
  62. //
  63. this.button2.Enabled = false;
  64. this.button2.Location = new System.Drawing.Point(540, 186);
  65. this.button2.Name = "button2";
  66. this.button2.Size = new System.Drawing.Size(108, 90);
  67. this.button2.TabIndex = 2;
  68. this.button2.Text = "修改绑定";
  69. this.button2.UseVisualStyleBackColor = true;
  70. this.button2.Click += new System.EventHandler(this.button2_Click);
  71. //
  72. // textBox1
  73. //
  74. this.textBox1.Location = new System.Drawing.Point(217, 81);
  75. this.textBox1.Name = "textBox1";
  76. this.textBox1.Size = new System.Drawing.Size(211, 28);
  77. this.textBox1.TabIndex = 3;
  78. this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  79. this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
  80. //
  81. // textBox2
  82. //
  83. this.textBox2.Enabled = false;
  84. this.textBox2.Location = new System.Drawing.Point(217, 149);
  85. this.textBox2.Name = "textBox2";
  86. this.textBox2.Size = new System.Drawing.Size(211, 28);
  87. this.textBox2.TabIndex = 5;
  88. //
  89. // label2
  90. //
  91. this.label2.AutoSize = true;
  92. this.label2.Location = new System.Drawing.Point(143, 159);
  93. this.label2.Name = "label2";
  94. this.label2.Size = new System.Drawing.Size(44, 18);
  95. this.label2.TabIndex = 4;
  96. this.label2.Text = "SN1:";
  97. //
  98. // textBox3
  99. //
  100. this.textBox3.Enabled = false;
  101. this.textBox3.Location = new System.Drawing.Point(217, 219);
  102. this.textBox3.Name = "textBox3";
  103. this.textBox3.Size = new System.Drawing.Size(211, 28);
  104. this.textBox3.TabIndex = 7;
  105. //
  106. // label3
  107. //
  108. this.label3.AutoSize = true;
  109. this.label3.Location = new System.Drawing.Point(143, 222);
  110. this.label3.Name = "label3";
  111. this.label3.Size = new System.Drawing.Size(44, 18);
  112. this.label3.TabIndex = 6;
  113. this.label3.Text = "SN2:";
  114. //
  115. // textBox4
  116. //
  117. this.textBox4.Enabled = false;
  118. this.textBox4.Location = new System.Drawing.Point(217, 277);
  119. this.textBox4.Name = "textBox4";
  120. this.textBox4.Size = new System.Drawing.Size(211, 28);
  121. this.textBox4.TabIndex = 9;
  122. //
  123. // label4
  124. //
  125. this.label4.AutoSize = true;
  126. this.label4.Location = new System.Drawing.Point(143, 277);
  127. this.label4.Name = "label4";
  128. this.label4.Size = new System.Drawing.Size(44, 18);
  129. this.label4.TabIndex = 8;
  130. this.label4.Text = "SN3:";
  131. //
  132. // SNChange
  133. //
  134. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  135. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  136. this.ClientSize = new System.Drawing.Size(699, 366);
  137. this.Controls.Add(this.textBox4);
  138. this.Controls.Add(this.label4);
  139. this.Controls.Add(this.textBox3);
  140. this.Controls.Add(this.label3);
  141. this.Controls.Add(this.textBox2);
  142. this.Controls.Add(this.label2);
  143. this.Controls.Add(this.textBox1);
  144. this.Controls.Add(this.button2);
  145. this.Controls.Add(this.button1);
  146. this.Controls.Add(this.label1);
  147. this.Name = "SNChange";
  148. this.Text = "SN绑定修改";
  149. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SNChange_FormClosed);
  150. this.ResumeLayout(false);
  151. this.PerformLayout();
  152. }
  153. #endregion
  154. private System.Windows.Forms.Label label1;
  155. private System.Windows.Forms.Button button1;
  156. private System.Windows.Forms.Button button2;
  157. private System.Windows.Forms.TextBox textBox1;
  158. private System.Windows.Forms.TextBox textBox2;
  159. private System.Windows.Forms.Label label2;
  160. private System.Windows.Forms.TextBox textBox3;
  161. private System.Windows.Forms.Label label3;
  162. private System.Windows.Forms.TextBox textBox4;
  163. private System.Windows.Forms.Label label4;
  164. }
  165. }