FrmVT.designer.cs 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmVT
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.btnclose = new System.Windows.Forms.Button();
  29. this.btnOK = new System.Windows.Forms.Button();
  30. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.cmbPStion = new System.Windows.Forms.ComboBox();
  33. this.txtCurrStatus = new System.Windows.Forms.TextBox();
  34. this.cmbStatus = new System.Windows.Forms.ComboBox();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.label5 = new System.Windows.Forms.Label();
  37. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  38. this.ultraGroupBox1.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // btnclose
  42. //
  43. this.btnclose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  44. this.btnclose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  45. this.btnclose.Location = new System.Drawing.Point(149, 96);
  46. this.btnclose.Name = "btnclose";
  47. this.btnclose.Size = new System.Drawing.Size(63, 24);
  48. this.btnclose.TabIndex = 2;
  49. this.btnclose.Text = "关闭";
  50. this.btnclose.UseVisualStyleBackColor = true;
  51. this.btnclose.Click += new System.EventHandler(this.btnclose_Click);
  52. //
  53. // btnOK
  54. //
  55. this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.btnOK.Location = new System.Drawing.Point(70, 96);
  57. this.btnOK.Name = "btnOK";
  58. this.btnOK.Size = new System.Drawing.Size(63, 24);
  59. this.btnOK.TabIndex = 1;
  60. this.btnOK.Text = "确定";
  61. this.btnOK.UseVisualStyleBackColor = true;
  62. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  63. //
  64. // ultraGroupBox1
  65. //
  66. this.ultraGroupBox1.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
  67. this.ultraGroupBox1.Controls.Add(this.label1);
  68. this.ultraGroupBox1.Controls.Add(this.cmbPStion);
  69. this.ultraGroupBox1.Controls.Add(this.txtCurrStatus);
  70. this.ultraGroupBox1.Controls.Add(this.btnclose);
  71. this.ultraGroupBox1.Controls.Add(this.cmbStatus);
  72. this.ultraGroupBox1.Controls.Add(this.btnOK);
  73. this.ultraGroupBox1.Controls.Add(this.label2);
  74. this.ultraGroupBox1.Controls.Add(this.label5);
  75. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  76. this.ultraGroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  78. this.ultraGroupBox1.Name = "ultraGroupBox1";
  79. this.ultraGroupBox1.Size = new System.Drawing.Size(288, 141);
  80. this.ultraGroupBox1.TabIndex = 0;
  81. this.ultraGroupBox1.Text = "[]-槽车[]";
  82. //
  83. // label1
  84. //
  85. this.label1.AutoSize = true;
  86. this.label1.BackColor = System.Drawing.Color.Transparent;
  87. this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.label1.Location = new System.Drawing.Point(183, 49);
  89. this.label1.Name = "label1";
  90. this.label1.Size = new System.Drawing.Size(29, 12);
  91. this.label1.TabIndex = 4;
  92. this.label1.Text = "=〉";
  93. //
  94. // cmbPStion
  95. //
  96. this.cmbPStion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  97. this.cmbPStion.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.cmbPStion.FormattingEnabled = true;
  99. this.cmbPStion.Items.AddRange(new object[] {
  100. "1#工位",
  101. "2#工位"});
  102. this.cmbPStion.Location = new System.Drawing.Point(212, 45);
  103. this.cmbPStion.Name = "cmbPStion";
  104. this.cmbPStion.Size = new System.Drawing.Size(64, 20);
  105. this.cmbPStion.TabIndex = 3;
  106. //
  107. // txtCurrStatus
  108. //
  109. this.txtCurrStatus.BackColor = System.Drawing.SystemColors.Control;
  110. this.txtCurrStatus.Enabled = false;
  111. this.txtCurrStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.txtCurrStatus.Location = new System.Drawing.Point(36, 45);
  113. this.txtCurrStatus.Name = "txtCurrStatus";
  114. this.txtCurrStatus.ReadOnly = true;
  115. this.txtCurrStatus.Size = new System.Drawing.Size(55, 21);
  116. this.txtCurrStatus.TabIndex = 0;
  117. this.txtCurrStatus.Text = " ";
  118. //
  119. // cmbStatus
  120. //
  121. this.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  122. this.cmbStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.cmbStatus.FormattingEnabled = true;
  124. this.cmbStatus.Items.AddRange(new object[] {
  125. "备用",
  126. "上线",
  127. "下线",
  128. "烘烤"});
  129. this.cmbStatus.Location = new System.Drawing.Point(118, 45);
  130. this.cmbStatus.Name = "cmbStatus";
  131. this.cmbStatus.Size = new System.Drawing.Size(64, 20);
  132. this.cmbStatus.TabIndex = 1;
  133. //
  134. // label2
  135. //
  136. this.label2.AutoSize = true;
  137. this.label2.BackColor = System.Drawing.Color.Transparent;
  138. this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.label2.Location = new System.Drawing.Point(6, 49);
  140. this.label2.Name = "label2";
  141. this.label2.Size = new System.Drawing.Size(29, 12);
  142. this.label2.TabIndex = 0;
  143. this.label2.Text = "状态";
  144. //
  145. // label5
  146. //
  147. this.label5.AutoSize = true;
  148. this.label5.BackColor = System.Drawing.Color.Transparent;
  149. this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.label5.Location = new System.Drawing.Point(92, 49);
  151. this.label5.Name = "label5";
  152. this.label5.Size = new System.Drawing.Size(29, 12);
  153. this.label5.TabIndex = 0;
  154. this.label5.Text = "=〉";
  155. //
  156. // FrmVT
  157. //
  158. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  159. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  160. this.AutoSize = true;
  161. this.CancelButton = this.btnclose;
  162. this.ClientSize = new System.Drawing.Size(288, 141);
  163. this.Controls.Add(this.ultraGroupBox1);
  164. this.MaximizeBox = false;
  165. this.MinimizeBox = false;
  166. this.Name = "FrmVT";
  167. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  168. this.Text = "槽车设置";
  169. this.Load += new System.EventHandler(this.FrmVT_Load);
  170. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  171. this.ultraGroupBox1.ResumeLayout(false);
  172. this.ultraGroupBox1.PerformLayout();
  173. this.ResumeLayout(false);
  174. }
  175. #endregion
  176. private System.Windows.Forms.Button btnclose;
  177. private System.Windows.Forms.Button btnOK;
  178. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  179. private System.Windows.Forms.ComboBox cmbStatus;
  180. private System.Windows.Forms.TextBox txtCurrStatus;
  181. private System.Windows.Forms.Label label2;
  182. private System.Windows.Forms.Label label5;
  183. private System.Windows.Forms.Label label1;
  184. private System.Windows.Forms.ComboBox cmbPStion;
  185. }
  186. }