Make_ColorBoxLabelPrint.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_ColorBoxLabelPrint
  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.components = new System.ComponentModel.Container();
  29. this.PrintLabel = new System.Windows.Forms.ComboBox();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.pr_detail_label = new System.Windows.Forms.Label();
  33. this.sncode_label = new System.Windows.Forms.Label();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.mcd_remainqty_label = new System.Windows.Forms.Label();
  36. this.mcd_okqty_label = new System.Windows.Forms.Label();
  37. this.pr_code_label = new System.Windows.Forms.Label();
  38. this.ms_makecode_label = new System.Windows.Forms.Label();
  39. this.LockMakeCode = new UAS_MES.CustomControl.CustomCheckBox.LockCheckBox();
  40. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  41. this.Printer = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  42. this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
  43. this.mcd_okqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
  44. this.pr_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  45. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  46. this.PrintNum = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  47. this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  48. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  49. this.CheckTSN = new System.Windows.Forms.CheckBox();
  50. this.SuspendLayout();
  51. //
  52. // PrintLabel
  53. //
  54. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  55. this.PrintLabel.FormattingEnabled = true;
  56. this.PrintLabel.Location = new System.Drawing.Point(1069, 244);
  57. this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  58. this.PrintLabel.Name = "PrintLabel";
  59. this.PrintLabel.Size = new System.Drawing.Size(177, 23);
  60. this.PrintLabel.TabIndex = 181;
  61. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  62. //
  63. // label2
  64. //
  65. this.label2.AutoSize = true;
  66. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.label2.Location = new System.Drawing.Point(967, 180);
  68. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  69. this.label2.Name = "label2";
  70. this.label2.Size = new System.Drawing.Size(72, 27);
  71. this.label2.TabIndex = 180;
  72. this.label2.Text = "打印机";
  73. //
  74. // label1
  75. //
  76. this.label1.AutoSize = true;
  77. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.label1.Location = new System.Drawing.Point(967, 244);
  79. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  80. this.label1.Name = "label1";
  81. this.label1.Size = new System.Drawing.Size(52, 27);
  82. this.label1.TabIndex = 179;
  83. this.label1.Text = "标签";
  84. //
  85. // pr_detail_label
  86. //
  87. this.pr_detail_label.AutoSize = true;
  88. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.pr_detail_label.Location = new System.Drawing.Point(861, 40);
  90. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  91. this.pr_detail_label.Name = "pr_detail_label";
  92. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  93. this.pr_detail_label.TabIndex = 171;
  94. this.pr_detail_label.Text = "产品名称";
  95. //
  96. // sncode_label
  97. //
  98. this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  99. | System.Windows.Forms.AnchorStyles.Left)));
  100. this.sncode_label.AutoSize = true;
  101. this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.sncode_label.Location = new System.Drawing.Point(349, 558);
  103. this.sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  104. this.sncode_label.Name = "sncode_label";
  105. this.sncode_label.Size = new System.Drawing.Size(88, 27);
  106. this.sncode_label.TabIndex = 170;
  107. this.sncode_label.Text = "TSN/SN";
  108. //
  109. // label4
  110. //
  111. this.label4.AutoSize = true;
  112. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.label4.Location = new System.Drawing.Point(861, 98);
  114. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  115. this.label4.Name = "label4";
  116. this.label4.Size = new System.Drawing.Size(92, 27);
  117. this.label4.TabIndex = 167;
  118. this.label4.Text = "打印张数";
  119. //
  120. // mcd_remainqty_label
  121. //
  122. this.mcd_remainqty_label.AutoSize = true;
  123. this.mcd_remainqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.mcd_remainqty_label.Location = new System.Drawing.Point(500, 92);
  125. this.mcd_remainqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  126. this.mcd_remainqty_label.Name = "mcd_remainqty_label";
  127. this.mcd_remainqty_label.Size = new System.Drawing.Size(72, 27);
  128. this.mcd_remainqty_label.TabIndex = 166;
  129. this.mcd_remainqty_label.Text = "剩余数";
  130. //
  131. // mcd_okqty_label
  132. //
  133. this.mcd_okqty_label.AutoSize = true;
  134. this.mcd_okqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.mcd_okqty_label.Location = new System.Drawing.Point(16, 92);
  136. this.mcd_okqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  137. this.mcd_okqty_label.Name = "mcd_okqty_label";
  138. this.mcd_okqty_label.Size = new System.Drawing.Size(92, 27);
  139. this.mcd_okqty_label.TabIndex = 165;
  140. this.mcd_okqty_label.Text = "打印计数";
  141. //
  142. // pr_code_label
  143. //
  144. this.pr_code_label.AutoSize = true;
  145. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.pr_code_label.Location = new System.Drawing.Point(500, 39);
  147. this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  148. this.pr_code_label.Name = "pr_code_label";
  149. this.pr_code_label.Size = new System.Drawing.Size(92, 27);
  150. this.pr_code_label.TabIndex = 164;
  151. this.pr_code_label.Text = "产品编号";
  152. //
  153. // ms_makecode_label
  154. //
  155. this.ms_makecode_label.AutoSize = true;
  156. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.ms_makecode_label.Location = new System.Drawing.Point(13, 39);
  158. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  159. this.ms_makecode_label.Name = "ms_makecode_label";
  160. this.ms_makecode_label.Size = new System.Drawing.Size(92, 27);
  161. this.ms_makecode_label.TabIndex = 163;
  162. this.ms_makecode_label.Text = "归属工单";
  163. //
  164. // LockMakeCode
  165. //
  166. this.LockMakeCode.AutoSize = true;
  167. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.LockMakeCode.LeaveEvent = false;
  169. this.LockMakeCode.Location = new System.Drawing.Point(325, 39);
  170. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  171. this.LockMakeCode.Name = "LockMakeCode";
  172. this.LockMakeCode.Size = new System.Drawing.Size(61, 24);
  173. this.LockMakeCode.TabIndex = 185;
  174. this.LockMakeCode.Text = "锁定";
  175. this.LockMakeCode.UseVisualStyleBackColor = true;
  176. //
  177. // ma_code
  178. //
  179. this.ma_code.AllPower = null;
  180. this.ma_code.Caller = null;
  181. this.ma_code.Condition = null;
  182. this.ma_code.DBTitle = null;
  183. this.ma_code.FormName = null;
  184. this.ma_code.Location = new System.Drawing.Point(120, 39);
  185. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  186. this.ma_code.Name = "ma_code";
  187. this.ma_code.Power = null;
  188. this.ma_code.ReturnData = null;
  189. this.ma_code.SelectField = null;
  190. this.ma_code.SetValueField = null;
  191. this.ma_code.Size = new System.Drawing.Size(199, 31);
  192. this.ma_code.TabIndex = 184;
  193. this.ma_code.TableName = null;
  194. this.ma_code.TextBoxEnable = true;
  195. this.ma_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  196. //
  197. // Printer
  198. //
  199. this.Printer.Location = new System.Drawing.Point(1069, 180);
  200. this.Printer.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  201. this.Printer.Name = "Printer";
  202. this.Printer.Size = new System.Drawing.Size(179, 31);
  203. this.Printer.TabIndex = 178;
  204. //
  205. // mcd_remainqty
  206. //
  207. this.mcd_remainqty.AutoSize = true;
  208. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.mcd_remainqty.Location = new System.Drawing.Point(617, 92);
  210. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  211. this.mcd_remainqty.Name = "mcd_remainqty";
  212. this.mcd_remainqty.Size = new System.Drawing.Size(24, 27);
  213. this.mcd_remainqty.TabIndex = 177;
  214. this.mcd_remainqty.Text = "0";
  215. //
  216. // mcd_okqty
  217. //
  218. this.mcd_okqty.AutoSize = true;
  219. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.mcd_okqty.Location = new System.Drawing.Point(115, 92);
  221. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  222. this.mcd_okqty.Name = "mcd_okqty";
  223. this.mcd_okqty.Size = new System.Drawing.Size(24, 27);
  224. this.mcd_okqty.TabIndex = 176;
  225. this.mcd_okqty.Text = "0";
  226. //
  227. // pr_code
  228. //
  229. this.pr_code.AutoSize = true;
  230. this.pr_code.CutLength = null;
  231. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.pr_code.Location = new System.Drawing.Point(617, 40);
  233. this.pr_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  234. this.pr_code.MaximumSize = new System.Drawing.Size(200, 0);
  235. this.pr_code.Name = "pr_code";
  236. this.pr_code.Size = new System.Drawing.Size(0, 27);
  237. this.pr_code.TabIndex = 175;
  238. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  239. //
  240. // pr_detail
  241. //
  242. this.pr_detail.AutoSize = true;
  243. this.pr_detail.CutLength = null;
  244. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.pr_detail.Location = new System.Drawing.Point(979, 39);
  246. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  247. this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
  248. this.pr_detail.Name = "pr_detail";
  249. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  250. this.pr_detail.TabIndex = 174;
  251. //
  252. // PrintNum
  253. //
  254. this.PrintNum.AllPower = null;
  255. this.PrintNum.BackColor = System.Drawing.Color.White;
  256. this.PrintNum.Enabled = false;
  257. this.PrintNum.ID = null;
  258. this.PrintNum.Location = new System.Drawing.Point(979, 98);
  259. this.PrintNum.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  260. this.PrintNum.Name = "PrintNum";
  261. this.PrintNum.Negative = false;
  262. this.PrintNum.Power = null;
  263. this.PrintNum.Size = new System.Drawing.Size(199, 25);
  264. this.PrintNum.Str = null;
  265. this.PrintNum.Str1 = null;
  266. this.PrintNum.Str2 = null;
  267. this.PrintNum.TabIndex = 172;
  268. this.PrintNum.Text = "1";
  269. //
  270. // sncode
  271. //
  272. this.sncode.AllPower = "ifall";
  273. this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  274. | System.Windows.Forms.AnchorStyles.Left)));
  275. this.sncode.BackColor = System.Drawing.Color.White;
  276. this.sncode.ID = null;
  277. this.sncode.Location = new System.Drawing.Point(468, 559);
  278. this.sncode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  279. this.sncode.Name = "sncode";
  280. this.sncode.Power = null;
  281. this.sncode.Size = new System.Drawing.Size(260, 25);
  282. this.sncode.Str = null;
  283. this.sncode.Str1 = null;
  284. this.sncode.Str2 = null;
  285. this.sncode.TabIndex = 169;
  286. this.sncode.Tag = "ifread";
  287. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  288. //
  289. // OperateResult
  290. //
  291. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.OperateResult.Location = new System.Drawing.Point(19, 161);
  293. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  294. this.OperateResult.Name = "OperateResult";
  295. this.OperateResult.Size = new System.Drawing.Size(940, 380);
  296. this.OperateResult.TabIndex = 168;
  297. this.OperateResult.Text = "";
  298. //
  299. // CheckTSN
  300. //
  301. this.CheckTSN.AutoSize = true;
  302. this.CheckTSN.Checked = true;
  303. this.CheckTSN.CheckState = System.Windows.Forms.CheckState.Checked;
  304. this.CheckTSN.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.CheckTSN.Location = new System.Drawing.Point(43, 556);
  306. this.CheckTSN.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  307. this.CheckTSN.Name = "CheckTSN";
  308. this.CheckTSN.Size = new System.Drawing.Size(153, 31);
  309. this.CheckTSN.TabIndex = 186;
  310. this.CheckTSN.Text = "是否检查TSN";
  311. this.CheckTSN.UseVisualStyleBackColor = true;
  312. this.CheckTSN.CheckedChanged += new System.EventHandler(this.CheckTSN_CheckedChanged);
  313. //
  314. // Make_ColorBoxLabelPrint
  315. //
  316. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  317. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  318. this.ClientSize = new System.Drawing.Size(1251, 600);
  319. this.Controls.Add(this.CheckTSN);
  320. this.Controls.Add(this.LockMakeCode);
  321. this.Controls.Add(this.ma_code);
  322. this.Controls.Add(this.PrintLabel);
  323. this.Controls.Add(this.label2);
  324. this.Controls.Add(this.label1);
  325. this.Controls.Add(this.Printer);
  326. this.Controls.Add(this.mcd_remainqty);
  327. this.Controls.Add(this.mcd_okqty);
  328. this.Controls.Add(this.pr_code);
  329. this.Controls.Add(this.pr_detail);
  330. this.Controls.Add(this.PrintNum);
  331. this.Controls.Add(this.pr_detail_label);
  332. this.Controls.Add(this.sncode_label);
  333. this.Controls.Add(this.sncode);
  334. this.Controls.Add(this.OperateResult);
  335. this.Controls.Add(this.label4);
  336. this.Controls.Add(this.mcd_remainqty_label);
  337. this.Controls.Add(this.mcd_okqty_label);
  338. this.Controls.Add(this.pr_code_label);
  339. this.Controls.Add(this.ms_makecode_label);
  340. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  341. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  342. this.Name = "Make_ColorBoxLabelPrint";
  343. this.Tag = "Make!ColorBoxLabelPrint";
  344. this.Text = "标签打印";
  345. this.Activated += new System.EventHandler(this.Make_ColorBoxLabelPrint_Activated);
  346. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_ColorBoxLabelPrint_FormClosing);
  347. this.Load += new System.EventHandler(this.Make_ColorBoxLabelPrint_Load);
  348. this.SizeChanged += new System.EventHandler(this.Make_ColorBoxLabelPrint_SizeChanged);
  349. this.ResumeLayout(true);
  350. this.PerformLayout();
  351. }
  352. #endregion
  353. private System.Windows.Forms.ComboBox PrintLabel;
  354. private System.Windows.Forms.Label label2;
  355. private System.Windows.Forms.Label label1;
  356. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  357. private CustomControl.ValueLabel.ValueNumLabel mcd_remainqty;
  358. private CustomControl.ValueLabel.ValueNumLabel mcd_okqty;
  359. private CustomControl.ValueLabel.ValueLabel pr_code;
  360. private CustomControl.ValueLabel.ValueLabel pr_detail;
  361. private CustomControl.TextBoxWithIcon.NumOnlyTextBox PrintNum;
  362. private System.Windows.Forms.Label pr_detail_label;
  363. private System.Windows.Forms.Label sncode_label;
  364. private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
  365. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  366. private System.Windows.Forms.Label label4;
  367. private System.Windows.Forms.Label mcd_remainqty_label;
  368. private System.Windows.Forms.Label mcd_okqty_label;
  369. private System.Windows.Forms.Label pr_code_label;
  370. private System.Windows.Forms.Label ms_makecode_label;
  371. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  372. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  373. private System.Windows.Forms.CheckBox CheckTSN;
  374. }
  375. }