Make_ColorBoxLoadPrint.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_ColorBoxLoadPrint
  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.ms_makecode_label = new System.Windows.Forms.Label();
  30. this.pr_code_label = new System.Windows.Forms.Label();
  31. this.mcd_okqty_label = new System.Windows.Forms.Label();
  32. this.mcd_remainqty_label = new System.Windows.Forms.Label();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.ms_sncode_label = new System.Windows.Forms.Label();
  35. this.pr_detail_label = new System.Windows.Forms.Label();
  36. this.PrintLabel_label = new System.Windows.Forms.Label();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.PrintLabel = new UAS_MES.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  39. this.ms_sncode = new System.Windows.Forms.Label();
  40. this.load = new System.Windows.Forms.RadioButton();
  41. this.unload = new System.Windows.Forms.RadioButton();
  42. this.code_label = new System.Windows.Forms.Label();
  43. this.ms_craftcode = new System.Windows.Forms.Label();
  44. this.ClearSn_code = new System.Windows.Forms.PictureBox();
  45. this.StepCount = new UAS_MES.CustomControl.TextBoxWithIcon.SourceStepCount();
  46. this.PrintNum = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  47. this.Lock = new UAS_MES.CustomControl.CustomCheckBox.LockCheckBox();
  48. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  49. this.ms_bomversion = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  50. this.Printer = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  51. this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
  52. this.mcd_okqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
  53. this.pr_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  54. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  55. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  56. this.code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  57. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
  58. this.SuspendLayout();
  59. //
  60. // ms_makecode_label
  61. //
  62. this.ms_makecode_label.AutoSize = true;
  63. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.ms_makecode_label.Location = new System.Drawing.Point(25, 20);
  65. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  66. this.ms_makecode_label.Name = "ms_makecode_label";
  67. this.ms_makecode_label.Size = new System.Drawing.Size(72, 27);
  68. this.ms_makecode_label.TabIndex = 125;
  69. this.ms_makecode_label.Text = "工单号";
  70. //
  71. // pr_code_label
  72. //
  73. this.pr_code_label.AutoSize = true;
  74. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.pr_code_label.Location = new System.Drawing.Point(345, 20);
  76. this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  77. this.pr_code_label.Name = "pr_code_label";
  78. this.pr_code_label.Size = new System.Drawing.Size(92, 27);
  79. this.pr_code_label.TabIndex = 126;
  80. this.pr_code_label.Text = "产品编号";
  81. //
  82. // mcd_okqty_label
  83. //
  84. this.mcd_okqty_label.AutoSize = true;
  85. this.mcd_okqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.mcd_okqty_label.Location = new System.Drawing.Point(345, 79);
  87. this.mcd_okqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  88. this.mcd_okqty_label.Name = "mcd_okqty_label";
  89. this.mcd_okqty_label.Size = new System.Drawing.Size(92, 27);
  90. this.mcd_okqty_label.TabIndex = 127;
  91. this.mcd_okqty_label.Text = "打印计数";
  92. //
  93. // mcd_remainqty_label
  94. //
  95. this.mcd_remainqty_label.AutoSize = true;
  96. this.mcd_remainqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.mcd_remainqty_label.Location = new System.Drawing.Point(628, 79);
  98. this.mcd_remainqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  99. this.mcd_remainqty_label.Name = "mcd_remainqty_label";
  100. this.mcd_remainqty_label.Size = new System.Drawing.Size(72, 27);
  101. this.mcd_remainqty_label.TabIndex = 128;
  102. this.mcd_remainqty_label.Text = "剩余数";
  103. //
  104. // label4
  105. //
  106. this.label4.AutoSize = true;
  107. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.label4.Location = new System.Drawing.Point(973, 140);
  109. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  110. this.label4.Name = "label4";
  111. this.label4.Size = new System.Drawing.Size(52, 27);
  112. this.label4.TabIndex = 129;
  113. this.label4.Text = "份数";
  114. //
  115. // ms_sncode_label
  116. //
  117. this.ms_sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  118. | System.Windows.Forms.AnchorStyles.Left)));
  119. this.ms_sncode_label.AutoSize = true;
  120. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.ms_sncode_label.Location = new System.Drawing.Point(25, 79);
  122. this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  123. this.ms_sncode_label.Name = "ms_sncode_label";
  124. this.ms_sncode_label.Size = new System.Drawing.Size(72, 27);
  125. this.ms_sncode_label.TabIndex = 145;
  126. this.ms_sncode_label.Text = "序列号";
  127. //
  128. // pr_detail_label
  129. //
  130. this.pr_detail_label.AutoSize = true;
  131. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.pr_detail_label.Location = new System.Drawing.Point(628, 20);
  133. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  134. this.pr_detail_label.Name = "pr_detail_label";
  135. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  136. this.pr_detail_label.TabIndex = 146;
  137. this.pr_detail_label.Text = "产品名称";
  138. //
  139. // PrintLabel_label
  140. //
  141. this.PrintLabel_label.AutoSize = true;
  142. this.PrintLabel_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.PrintLabel_label.Location = new System.Drawing.Point(973, 79);
  144. this.PrintLabel_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  145. this.PrintLabel_label.Name = "PrintLabel_label";
  146. this.PrintLabel_label.Size = new System.Drawing.Size(52, 27);
  147. this.PrintLabel_label.TabIndex = 160;
  148. this.PrintLabel_label.Text = "标签";
  149. //
  150. // label2
  151. //
  152. this.label2.AutoSize = true;
  153. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.label2.Location = new System.Drawing.Point(973, 19);
  155. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  156. this.label2.Name = "label2";
  157. this.label2.Size = new System.Drawing.Size(72, 27);
  158. this.label2.TabIndex = 161;
  159. this.label2.Text = "打印机";
  160. //
  161. // PrintLabel
  162. //
  163. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  164. this.PrintLabel.FormattingEnabled = true;
  165. this.PrintLabel.Location = new System.Drawing.Point(1077, 79);
  166. this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  167. this.PrintLabel.Name = "PrintLabel";
  168. this.PrintLabel.Size = new System.Drawing.Size(175, 23);
  169. this.PrintLabel.TabIndex = 162;
  170. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  171. //
  172. // ms_sncode
  173. //
  174. this.ms_sncode.AutoSize = true;
  175. this.ms_sncode.Font = new System.Drawing.Font("微软雅黑", 12F);
  176. this.ms_sncode.Location = new System.Drawing.Point(108, 79);
  177. this.ms_sncode.Name = "ms_sncode";
  178. this.ms_sncode.Size = new System.Drawing.Size(0, 27);
  179. this.ms_sncode.TabIndex = 163;
  180. //
  181. // load
  182. //
  183. this.load.AutoSize = true;
  184. this.load.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.load.ForeColor = System.Drawing.Color.Blue;
  186. this.load.Location = new System.Drawing.Point(29, 526);
  187. this.load.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  188. this.load.Name = "load";
  189. this.load.Size = new System.Drawing.Size(73, 31);
  190. this.load.TabIndex = 164;
  191. this.load.TabStop = true;
  192. this.load.Text = "上料";
  193. this.load.UseVisualStyleBackColor = true;
  194. //
  195. // unload
  196. //
  197. this.unload.AutoSize = true;
  198. this.unload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.unload.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  200. this.unload.Location = new System.Drawing.Point(168, 526);
  201. this.unload.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  202. this.unload.Name = "unload";
  203. this.unload.Size = new System.Drawing.Size(73, 31);
  204. this.unload.TabIndex = 165;
  205. this.unload.TabStop = true;
  206. this.unload.Text = "下料";
  207. this.unload.UseVisualStyleBackColor = true;
  208. this.unload.Visible = false;
  209. //
  210. // code_label
  211. //
  212. this.code_label.AutoSize = true;
  213. this.code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.code_label.Location = new System.Drawing.Point(307, 529);
  215. this.code_label.Name = "code_label";
  216. this.code_label.Size = new System.Drawing.Size(72, 27);
  217. this.code_label.TabIndex = 167;
  218. this.code_label.Text = "录入框";
  219. //
  220. // ms_craftcode
  221. //
  222. this.ms_craftcode.AutoSize = true;
  223. this.ms_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.ms_craftcode.Location = new System.Drawing.Point(977, 209);
  225. this.ms_craftcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  226. this.ms_craftcode.Name = "ms_craftcode";
  227. this.ms_craftcode.Size = new System.Drawing.Size(0, 27);
  228. this.ms_craftcode.TabIndex = 170;
  229. this.ms_craftcode.Visible = false;
  230. //
  231. // ClearSn_code
  232. //
  233. this.ClearSn_code.Cursor = System.Windows.Forms.Cursors.Hand;
  234. this.ClearSn_code.Image = global::UAS_MES.Properties.Resources.bindingNavigatorDeleteItem_Image;
  235. this.ClearSn_code.Location = new System.Drawing.Point(593, 536);
  236. this.ClearSn_code.Margin = new System.Windows.Forms.Padding(4);
  237. this.ClearSn_code.Name = "ClearSn_code";
  238. this.ClearSn_code.Size = new System.Drawing.Size(21, 20);
  239. this.ClearSn_code.TabIndex = 173;
  240. this.ClearSn_code.TabStop = false;
  241. this.ClearSn_code.Click += new System.EventHandler(this.ClearSn_code_Click);
  242. //
  243. // StepCount
  244. //
  245. this.StepCount.LineCode = null;
  246. this.StepCount.Location = new System.Drawing.Point(979, 209);
  247. this.StepCount.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  248. this.StepCount.Name = "StepCount";
  249. this.StepCount.Size = new System.Drawing.Size(105, 29);
  250. this.StepCount.Source = null;
  251. this.StepCount.StepCode = null;
  252. this.StepCount.TabIndex = 189;
  253. //
  254. // PrintNum
  255. //
  256. this.PrintNum.AllPower = null;
  257. this.PrintNum.BackColor = System.Drawing.Color.White;
  258. this.PrintNum.Enabled = false;
  259. this.PrintNum.ID = null;
  260. this.PrintNum.Location = new System.Drawing.Point(1077, 140);
  261. this.PrintNum.Margin = new System.Windows.Forms.Padding(4);
  262. this.PrintNum.Name = "PrintNum";
  263. this.PrintNum.Power = null;
  264. this.PrintNum.Size = new System.Drawing.Size(175, 25);
  265. this.PrintNum.Str = null;
  266. this.PrintNum.Str1 = null;
  267. this.PrintNum.Str2 = null;
  268. this.PrintNum.TabIndex = 174;
  269. //
  270. // Lock
  271. //
  272. this.Lock.AutoSize = true;
  273. this.Lock.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.Lock.LeaveEvent = false;
  275. this.Lock.Location = new System.Drawing.Point(269, 21);
  276. this.Lock.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  277. this.Lock.Name = "Lock";
  278. this.Lock.Size = new System.Drawing.Size(61, 24);
  279. this.Lock.TabIndex = 172;
  280. this.Lock.Text = "锁定";
  281. this.Lock.UseVisualStyleBackColor = true;
  282. //
  283. // ma_code
  284. //
  285. this.ma_code.AllPower = null;
  286. this.ma_code.Caller = null;
  287. this.ma_code.Condition = null;
  288. this.ma_code.DBTitle = null;
  289. this.ma_code.FormName = null;
  290. this.ma_code.Location = new System.Drawing.Point(113, 21);
  291. this.ma_code.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  292. this.ma_code.Name = "ma_code";
  293. this.ma_code.Power = null;
  294. this.ma_code.ReturnData = null;
  295. this.ma_code.SelectField = null;
  296. this.ma_code.SetValueField = null;
  297. this.ma_code.Size = new System.Drawing.Size(145, 25);
  298. this.ma_code.TabIndex = 171;
  299. this.ma_code.TableName = null;
  300. this.ma_code.TextBoxEnable = true;
  301. //
  302. // ms_bomversion
  303. //
  304. this.ms_bomversion.AutoSize = true;
  305. this.ms_bomversion.CutLength = null;
  306. this.ms_bomversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  307. this.ms_bomversion.Location = new System.Drawing.Point(1029, 234);
  308. this.ms_bomversion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  309. this.ms_bomversion.MaximumSize = new System.Drawing.Size(200, 0);
  310. this.ms_bomversion.Name = "ms_bomversion";
  311. this.ms_bomversion.Size = new System.Drawing.Size(0, 27);
  312. this.ms_bomversion.TabIndex = 169;
  313. this.ms_bomversion.Visible = false;
  314. //
  315. // Printer
  316. //
  317. this.Printer.Location = new System.Drawing.Point(1077, 19);
  318. this.Printer.Margin = new System.Windows.Forms.Padding(5);
  319. this.Printer.Name = "Printer";
  320. this.Printer.Size = new System.Drawing.Size(175, 31);
  321. this.Printer.TabIndex = 159;
  322. //
  323. // mcd_remainqty
  324. //
  325. this.mcd_remainqty.AutoSize = true;
  326. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.mcd_remainqty.Location = new System.Drawing.Point(745, 79);
  328. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  329. this.mcd_remainqty.Name = "mcd_remainqty";
  330. this.mcd_remainqty.Size = new System.Drawing.Size(24, 27);
  331. this.mcd_remainqty.TabIndex = 158;
  332. this.mcd_remainqty.Text = "0";
  333. //
  334. // mcd_okqty
  335. //
  336. this.mcd_okqty.AutoSize = true;
  337. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.mcd_okqty.Location = new System.Drawing.Point(463, 79);
  339. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  340. this.mcd_okqty.Name = "mcd_okqty";
  341. this.mcd_okqty.Size = new System.Drawing.Size(24, 27);
  342. this.mcd_okqty.TabIndex = 157;
  343. this.mcd_okqty.Text = "0";
  344. //
  345. // pr_code
  346. //
  347. this.pr_code.AutoSize = true;
  348. this.pr_code.CutLength = null;
  349. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.pr_code.Location = new System.Drawing.Point(463, 20);
  351. this.pr_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  352. this.pr_code.MaximumSize = new System.Drawing.Size(200, 0);
  353. this.pr_code.Name = "pr_code";
  354. this.pr_code.Size = new System.Drawing.Size(0, 27);
  355. this.pr_code.TabIndex = 156;
  356. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  357. //
  358. // pr_detail
  359. //
  360. this.pr_detail.AutoSize = true;
  361. this.pr_detail.CutLength = null;
  362. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  363. this.pr_detail.Location = new System.Drawing.Point(745, 20);
  364. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  365. this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
  366. this.pr_detail.Name = "pr_detail";
  367. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  368. this.pr_detail.TabIndex = 154;
  369. //
  370. // OperateResult
  371. //
  372. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. this.OperateResult.Location = new System.Drawing.Point(29, 131);
  374. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  375. this.OperateResult.Name = "OperateResult";
  376. this.OperateResult.Size = new System.Drawing.Size(920, 380);
  377. this.OperateResult.TabIndex = 143;
  378. this.OperateResult.Text = "";
  379. //
  380. // code
  381. //
  382. this.code.AllPower = null;
  383. this.code.BackColor = System.Drawing.Color.White;
  384. this.code.ID = null;
  385. this.code.Location = new System.Drawing.Point(385, 531);
  386. this.code.Name = "code";
  387. this.code.Power = null;
  388. this.code.Size = new System.Drawing.Size(196, 25);
  389. this.code.Str = null;
  390. this.code.Str1 = null;
  391. this.code.Str2 = null;
  392. this.code.TabIndex = 190;
  393. this.code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  394. //
  395. // Make_ColorBoxLoadPrint
  396. //
  397. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  398. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  399. this.ClientSize = new System.Drawing.Size(1292, 565);
  400. this.Controls.Add(this.code);
  401. this.Controls.Add(this.StepCount);
  402. this.Controls.Add(this.PrintNum);
  403. this.Controls.Add(this.ClearSn_code);
  404. this.Controls.Add(this.Lock);
  405. this.Controls.Add(this.ma_code);
  406. this.Controls.Add(this.ms_craftcode);
  407. this.Controls.Add(this.ms_bomversion);
  408. this.Controls.Add(this.code_label);
  409. this.Controls.Add(this.unload);
  410. this.Controls.Add(this.load);
  411. this.Controls.Add(this.ms_sncode);
  412. this.Controls.Add(this.PrintLabel);
  413. this.Controls.Add(this.label2);
  414. this.Controls.Add(this.PrintLabel_label);
  415. this.Controls.Add(this.Printer);
  416. this.Controls.Add(this.mcd_remainqty);
  417. this.Controls.Add(this.mcd_okqty);
  418. this.Controls.Add(this.pr_code);
  419. this.Controls.Add(this.pr_detail);
  420. this.Controls.Add(this.pr_detail_label);
  421. this.Controls.Add(this.ms_sncode_label);
  422. this.Controls.Add(this.OperateResult);
  423. this.Controls.Add(this.label4);
  424. this.Controls.Add(this.mcd_remainqty_label);
  425. this.Controls.Add(this.mcd_okqty_label);
  426. this.Controls.Add(this.pr_code_label);
  427. this.Controls.Add(this.ms_makecode_label);
  428. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  429. this.Margin = new System.Windows.Forms.Padding(4);
  430. this.Name = "Make_ColorBoxLoadPrint";
  431. this.Tag = "Make!ColorBoxLoadPrint";
  432. this.Text = " ";
  433. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_ColorBoxLoadPrint_FormClosing);
  434. this.Load += new System.EventHandler(this.Make_ColorBoxLoadPrint_Load);
  435. this.SizeChanged += new System.EventHandler(this.Make_ColorBoxLoadPrint_SizeChanged);
  436. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).EndInit();
  437. this.ResumeLayout(false);
  438. this.PerformLayout();
  439. }
  440. #endregion
  441. private System.Windows.Forms.Label ms_makecode_label;
  442. private System.Windows.Forms.Label pr_code_label;
  443. private System.Windows.Forms.Label mcd_okqty_label;
  444. private System.Windows.Forms.Label mcd_remainqty_label;
  445. private System.Windows.Forms.Label label4;
  446. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  447. private System.Windows.Forms.Label ms_sncode_label;
  448. private System.Windows.Forms.Label pr_detail_label;
  449. private CustomControl.ValueLabel.ValueLabel pr_detail;
  450. private CustomControl.ValueLabel.ValueLabel pr_code;
  451. private CustomControl.ValueLabel.ValueNumLabel mcd_okqty;
  452. private CustomControl.ValueLabel.ValueNumLabel mcd_remainqty;
  453. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  454. private System.Windows.Forms.Label PrintLabel_label;
  455. private System.Windows.Forms.Label label2;
  456. private UAS_MES.CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  457. private System.Windows.Forms.Label ms_sncode;
  458. private System.Windows.Forms.RadioButton load;
  459. private System.Windows.Forms.RadioButton unload;
  460. private System.Windows.Forms.Label code_label;
  461. private CustomControl.ValueLabel.ValueLabel ms_bomversion;
  462. private System.Windows.Forms.Label ms_craftcode;
  463. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  464. private CustomControl.CustomCheckBox.LockCheckBox Lock;
  465. private System.Windows.Forms.PictureBox ClearSn_code;
  466. private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
  467. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  468. private CustomControl.TextBoxWithIcon.EnterTextBox code;
  469. }
  470. }