SMT_MakeShift.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. namespace UAS_MES_NEW.SMT
  2. {
  3. partial class SMT_MakeShift
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SMT_MakeShift));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.ma_code_label = new System.Windows.Forms.Label();
  31. this.ma_prodcode_label = new System.Windows.Forms.Label();
  32. this.ma_id = new System.Windows.Forms.Label();
  33. this.ma_qty = new System.Windows.Forms.Label();
  34. this.ma_linecode = new System.Windows.Forms.Label();
  35. this.ma_prodcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  36. this.Cancel = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  37. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  38. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  39. this.headBar1 = new UAS_MES_NEW.CustomControl.HeadBar();
  40. this.ma_smtcode = new System.Windows.Forms.Label();
  41. this.SuspendLayout();
  42. //
  43. // label1
  44. //
  45. this.label1.AutoSize = true;
  46. this.label1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  47. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  48. this.label1.ForeColor = System.Drawing.SystemColors.ButtonFace;
  49. this.label1.Location = new System.Drawing.Point(7, 6);
  50. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  51. this.label1.Name = "label1";
  52. this.label1.Size = new System.Drawing.Size(92, 27);
  53. this.label1.TabIndex = 4;
  54. this.label1.Text = "工单切换";
  55. //
  56. // ma_code_label
  57. //
  58. this.ma_code_label.AutoSize = true;
  59. this.ma_code_label.BackColor = System.Drawing.SystemColors.Control;
  60. this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.ma_code_label.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  62. this.ma_code_label.Location = new System.Drawing.Point(36, 97);
  63. this.ma_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  64. this.ma_code_label.Name = "ma_code_label";
  65. this.ma_code_label.Size = new System.Drawing.Size(72, 27);
  66. this.ma_code_label.TabIndex = 7;
  67. this.ma_code_label.Text = "工单号";
  68. //
  69. // ma_prodcode_label
  70. //
  71. this.ma_prodcode_label.AutoSize = true;
  72. this.ma_prodcode_label.BackColor = System.Drawing.SystemColors.Control;
  73. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.ma_prodcode_label.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  75. this.ma_prodcode_label.Location = new System.Drawing.Point(36, 156);
  76. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  77. this.ma_prodcode_label.Name = "ma_prodcode_label";
  78. this.ma_prodcode_label.Size = new System.Drawing.Size(92, 27);
  79. this.ma_prodcode_label.TabIndex = 8;
  80. this.ma_prodcode_label.Text = "产品编号";
  81. //
  82. // ma_id
  83. //
  84. this.ma_id.AutoSize = true;
  85. this.ma_id.BackColor = System.Drawing.SystemColors.Control;
  86. this.ma_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.ma_id.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  88. this.ma_id.Location = new System.Drawing.Point(36, 58);
  89. this.ma_id.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  90. this.ma_id.Name = "ma_id";
  91. this.ma_id.Size = new System.Drawing.Size(69, 27);
  92. this.ma_id.TabIndex = 11;
  93. this.ma_id.Text = "ma_id";
  94. this.ma_id.Visible = false;
  95. //
  96. // ma_qty
  97. //
  98. this.ma_qty.AutoSize = true;
  99. this.ma_qty.BackColor = System.Drawing.SystemColors.Control;
  100. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.ma_qty.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  102. this.ma_qty.Location = new System.Drawing.Point(131, 55);
  103. this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  104. this.ma_qty.Name = "ma_qty";
  105. this.ma_qty.Size = new System.Drawing.Size(0, 27);
  106. this.ma_qty.TabIndex = 12;
  107. this.ma_qty.Visible = false;
  108. //
  109. // ma_linecode
  110. //
  111. this.ma_linecode.AutoSize = true;
  112. this.ma_linecode.BackColor = System.Drawing.SystemColors.Control;
  113. this.ma_linecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.ma_linecode.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  115. this.ma_linecode.Location = new System.Drawing.Point(225, 55);
  116. this.ma_linecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  117. this.ma_linecode.Name = "ma_linecode";
  118. this.ma_linecode.Size = new System.Drawing.Size(0, 27);
  119. this.ma_linecode.TabIndex = 14;
  120. this.ma_linecode.Visible = false;
  121. //
  122. // ma_prodcode
  123. //
  124. this.ma_prodcode.Enabled = false;
  125. this.ma_prodcode.ID = null;
  126. this.ma_prodcode.Location = new System.Drawing.Point(136, 158);
  127. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4);
  128. this.ma_prodcode.Name = "ma_prodcode";
  129. this.ma_prodcode.Power = null;
  130. this.ma_prodcode.Size = new System.Drawing.Size(239, 25);
  131. this.ma_prodcode.Str = null;
  132. this.ma_prodcode.Str1 = null;
  133. this.ma_prodcode.Str2 = null;
  134. this.ma_prodcode.TabIndex = 13;
  135. //
  136. // Cancel
  137. //
  138. this.Cancel.Image = ((System.Drawing.Image)(resources.GetObject("Cancel.Image")));
  139. this.Cancel.Location = new System.Drawing.Point(240, 207);
  140. this.Cancel.Margin = new System.Windows.Forms.Padding(4);
  141. this.Cancel.Name = "Cancel";
  142. this.Cancel.Power = null;
  143. this.Cancel.Size = new System.Drawing.Size(80, 30);
  144. this.Cancel.TabIndex = 10;
  145. this.Cancel.Text = "取消";
  146. this.Cancel.UseVisualStyleBackColor = true;
  147. this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
  148. //
  149. // Confirm
  150. //
  151. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  152. this.Confirm.Location = new System.Drawing.Point(116, 207);
  153. this.Confirm.Margin = new System.Windows.Forms.Padding(4);
  154. this.Confirm.Name = "Confirm";
  155. this.Confirm.Power = null;
  156. this.Confirm.Size = new System.Drawing.Size(80, 30);
  157. this.Confirm.TabIndex = 9;
  158. this.Confirm.Text = "确认";
  159. this.Confirm.UseVisualStyleBackColor = true;
  160. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  161. //
  162. // ma_code
  163. //
  164. this.ma_code.Caller = null;
  165. this.ma_code.Condition = null;
  166. this.ma_code.DBTitle = "工单查询";
  167. this.ma_code.FormName = null;
  168. this.ma_code.Location = new System.Drawing.Point(136, 94);
  169. this.ma_code.Margin = new System.Windows.Forms.Padding(4);
  170. this.ma_code.Name = "ma_code";
  171. this.ma_code.Power = "ifread";
  172. this.ma_code.SelectField = null;
  173. this.ma_code.SetValueField = null;
  174. this.ma_code.Size = new System.Drawing.Size(240, 26);
  175. this.ma_code.TabIndex = 5;
  176. this.ma_code.TableName = null;
  177. this.ma_code.TextBoxEnable = false;
  178. //
  179. // headBar1
  180. //
  181. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  182. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  183. this.headBar1.Location = new System.Drawing.Point(0, 0);
  184. this.headBar1.Margin = new System.Windows.Forms.Padding(5);
  185. this.headBar1.Name = "headBar1";
  186. this.headBar1.Size = new System.Drawing.Size(437, 40);
  187. this.headBar1.TabIndex = 0;
  188. //
  189. // ma_smtcode
  190. //
  191. this.ma_smtcode.AutoSize = true;
  192. this.ma_smtcode.BackColor = System.Drawing.SystemColors.Control;
  193. this.ma_smtcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.ma_smtcode.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  195. this.ma_smtcode.Location = new System.Drawing.Point(343, 58);
  196. this.ma_smtcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  197. this.ma_smtcode.Name = "ma_smtcode";
  198. this.ma_smtcode.Size = new System.Drawing.Size(0, 27);
  199. this.ma_smtcode.TabIndex = 15;
  200. this.ma_smtcode.Visible = false;
  201. //
  202. // 工单切换
  203. //
  204. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  205. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  206. this.ClientSize = new System.Drawing.Size(437, 265);
  207. this.Controls.Add(this.ma_smtcode);
  208. this.Controls.Add(this.ma_linecode);
  209. this.Controls.Add(this.ma_prodcode);
  210. this.Controls.Add(this.ma_qty);
  211. this.Controls.Add(this.ma_id);
  212. this.Controls.Add(this.Cancel);
  213. this.Controls.Add(this.Confirm);
  214. this.Controls.Add(this.ma_prodcode_label);
  215. this.Controls.Add(this.ma_code_label);
  216. this.Controls.Add(this.ma_code);
  217. this.Controls.Add(this.label1);
  218. this.Controls.Add(this.headBar1);
  219. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  220. this.Margin = new System.Windows.Forms.Padding(4);
  221. this.Name = "工单切换";
  222. this.Tag = "ShowDialogWindow";
  223. this.Text = "工单切换";
  224. this.Load += new System.EventHandler(this.工单切换_Load);
  225. this.ResumeLayout(false);
  226. this.PerformLayout();
  227. }
  228. #endregion
  229. private CustomControl.HeadBar headBar1;
  230. private System.Windows.Forms.Label label1;
  231. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  232. private System.Windows.Forms.Label ma_code_label;
  233. private System.Windows.Forms.Label ma_prodcode_label;
  234. private CustomControl.ButtonUtil.NormalButton Confirm;
  235. private CustomControl.ButtonUtil.NormalButton Cancel;
  236. private System.Windows.Forms.Label ma_id;
  237. private System.Windows.Forms.Label ma_qty;
  238. private CustomControl.TextBoxWithIcon.MaCodeTextBox ma_prodcode;
  239. private System.Windows.Forms.Label ma_linecode;
  240. private System.Windows.Forms.Label ma_smtcode;
  241. }
  242. }