Make_LabelPrint.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_LabelPrint
  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.label2 = new System.Windows.Forms.Label();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.pr_detail_label = new System.Windows.Forms.Label();
  32. this.sncode_label = new System.Windows.Forms.Label();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.mcd_okqty_label = new System.Windows.Forms.Label();
  35. this.pr_code_label = new System.Windows.Forms.Label();
  36. this.ms_makecode_label = new System.Windows.Forms.Label();
  37. this.CheckTSN = new System.Windows.Forms.CheckBox();
  38. this.CollectRemark = new System.Windows.Forms.CheckBox();
  39. this.XmlWatcher = new System.IO.FileSystemWatcher();
  40. this.ChooseFolder = new System.Windows.Forms.Button();
  41. this.FolderPath = new System.Windows.Forms.TextBox();
  42. this.label3 = new System.Windows.Forms.Label();
  43. this.StartWatch = new System.Windows.Forms.Button();
  44. this.StopWatch = new System.Windows.Forms.Button();
  45. this.label5 = new System.Windows.Forms.Label();
  46. this.label6 = new System.Windows.Forms.Label();
  47. this.ma_softversion = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  48. this.lockCheckBox1 = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  49. this.US_SKU = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  50. this.Remark = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  51. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  52. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  53. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  54. this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  55. this.Printer = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  56. this.mcd_okqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueNumLabel(this.components);
  57. this.pr_code = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  58. this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  59. this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  60. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  61. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  62. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // label2
  66. //
  67. this.label2.AutoSize = true;
  68. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.label2.Location = new System.Drawing.Point(1034, 194);
  70. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  71. this.label2.Name = "label2";
  72. this.label2.Size = new System.Drawing.Size(86, 31);
  73. this.label2.TabIndex = 180;
  74. this.label2.Text = "打印机";
  75. //
  76. // label1
  77. //
  78. this.label1.AutoSize = true;
  79. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.label1.Location = new System.Drawing.Point(18, 148);
  81. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  82. this.label1.Name = "label1";
  83. this.label1.Size = new System.Drawing.Size(62, 31);
  84. this.label1.TabIndex = 179;
  85. this.label1.Text = "标签";
  86. //
  87. // pr_detail_label
  88. //
  89. this.pr_detail_label.AutoSize = true;
  90. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.pr_detail_label.Location = new System.Drawing.Point(969, 37);
  92. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  93. this.pr_detail_label.Name = "pr_detail_label";
  94. this.pr_detail_label.Size = new System.Drawing.Size(110, 31);
  95. this.pr_detail_label.TabIndex = 171;
  96. this.pr_detail_label.Text = "产品名称";
  97. //
  98. // sncode_label
  99. //
  100. this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  101. | System.Windows.Forms.AnchorStyles.Left)));
  102. this.sncode_label.AutoSize = true;
  103. this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.sncode_label.Location = new System.Drawing.Point(78, 675);
  105. this.sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  106. this.sncode_label.Name = "sncode_label";
  107. this.sncode_label.Size = new System.Drawing.Size(48, 31);
  108. this.sncode_label.TabIndex = 170;
  109. this.sncode_label.Text = "SN";
  110. //
  111. // label4
  112. //
  113. this.label4.AutoSize = true;
  114. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.label4.Location = new System.Drawing.Point(969, 108);
  116. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  117. this.label4.Name = "label4";
  118. this.label4.Size = new System.Drawing.Size(110, 31);
  119. this.label4.TabIndex = 167;
  120. this.label4.Text = "打印张数";
  121. //
  122. // mcd_okqty_label
  123. //
  124. this.mcd_okqty_label.AutoSize = true;
  125. this.mcd_okqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.mcd_okqty_label.Location = new System.Drawing.Point(18, 100);
  127. this.mcd_okqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  128. this.mcd_okqty_label.Name = "mcd_okqty_label";
  129. this.mcd_okqty_label.Size = new System.Drawing.Size(110, 31);
  130. this.mcd_okqty_label.TabIndex = 165;
  131. this.mcd_okqty_label.Text = "打印计数";
  132. //
  133. // pr_code_label
  134. //
  135. this.pr_code_label.AutoSize = true;
  136. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.pr_code_label.Location = new System.Drawing.Point(562, 37);
  138. this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  139. this.pr_code_label.Name = "pr_code_label";
  140. this.pr_code_label.Size = new System.Drawing.Size(110, 31);
  141. this.pr_code_label.TabIndex = 164;
  142. this.pr_code_label.Text = "产品编号";
  143. //
  144. // ms_makecode_label
  145. //
  146. this.ms_makecode_label.AutoSize = true;
  147. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.ms_makecode_label.Location = new System.Drawing.Point(15, 37);
  149. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  150. this.ms_makecode_label.Name = "ms_makecode_label";
  151. this.ms_makecode_label.Size = new System.Drawing.Size(110, 31);
  152. this.ms_makecode_label.TabIndex = 163;
  153. this.ms_makecode_label.Text = "归属工单";
  154. //
  155. // CheckTSN
  156. //
  157. this.CheckTSN.AutoSize = true;
  158. this.CheckTSN.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.CheckTSN.Location = new System.Drawing.Point(1074, 663);
  160. this.CheckTSN.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  161. this.CheckTSN.Name = "CheckTSN";
  162. this.CheckTSN.Size = new System.Drawing.Size(184, 35);
  163. this.CheckTSN.TabIndex = 186;
  164. this.CheckTSN.Text = "是否检查TSN";
  165. this.CheckTSN.UseVisualStyleBackColor = true;
  166. this.CheckTSN.Visible = false;
  167. this.CheckTSN.CheckedChanged += new System.EventHandler(this.CheckTSN_CheckedChanged);
  168. //
  169. // CollectRemark
  170. //
  171. this.CollectRemark.AutoSize = true;
  172. this.CollectRemark.Font = new System.Drawing.Font("微软雅黑", 10F);
  173. this.CollectRemark.Location = new System.Drawing.Point(1034, 488);
  174. this.CollectRemark.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  175. this.CollectRemark.Name = "CollectRemark";
  176. this.CollectRemark.Size = new System.Drawing.Size(118, 31);
  177. this.CollectRemark.TabIndex = 197;
  178. this.CollectRemark.Text = "采集备注";
  179. this.CollectRemark.UseVisualStyleBackColor = true;
  180. this.CollectRemark.Visible = false;
  181. //
  182. // XmlWatcher
  183. //
  184. this.XmlWatcher.EnableRaisingEvents = true;
  185. this.XmlWatcher.Filter = "*.txt";
  186. this.XmlWatcher.SynchronizingObject = this;
  187. this.XmlWatcher.Created += new System.IO.FileSystemEventHandler(this.XmlWatcher_Created);
  188. //
  189. // ChooseFolder
  190. //
  191. this.ChooseFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.ChooseFolder.Location = new System.Drawing.Point(1274, 380);
  193. this.ChooseFolder.Name = "ChooseFolder";
  194. this.ChooseFolder.Size = new System.Drawing.Size(117, 36);
  195. this.ChooseFolder.TabIndex = 200;
  196. this.ChooseFolder.Text = "选择文件夹";
  197. this.ChooseFolder.UseVisualStyleBackColor = true;
  198. this.ChooseFolder.Click += new System.EventHandler(this.ChooseFolder_Click);
  199. //
  200. // FolderPath
  201. //
  202. this.FolderPath.Enabled = false;
  203. this.FolderPath.Location = new System.Drawing.Point(1022, 386);
  204. this.FolderPath.Name = "FolderPath";
  205. this.FolderPath.Size = new System.Drawing.Size(236, 28);
  206. this.FolderPath.TabIndex = 199;
  207. //
  208. // label3
  209. //
  210. this.label3.AutoSize = true;
  211. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.label3.Location = new System.Drawing.Point(1120, 333);
  213. this.label3.Name = "label3";
  214. this.label3.Size = new System.Drawing.Size(123, 30);
  215. this.label3.TabIndex = 198;
  216. this.label3.Text = "监控文件夹";
  217. //
  218. // StartWatch
  219. //
  220. this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.StartWatch.Location = new System.Drawing.Point(1064, 438);
  222. this.StartWatch.Name = "StartWatch";
  223. this.StartWatch.Size = new System.Drawing.Size(96, 42);
  224. this.StartWatch.TabIndex = 201;
  225. this.StartWatch.Text = "开始监控";
  226. this.StartWatch.UseVisualStyleBackColor = true;
  227. this.StartWatch.Click += new System.EventHandler(this.StartWatch_Click);
  228. //
  229. // StopWatch
  230. //
  231. this.StopWatch.Enabled = false;
  232. this.StopWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.StopWatch.Location = new System.Drawing.Point(1232, 438);
  234. this.StopWatch.Name = "StopWatch";
  235. this.StopWatch.Size = new System.Drawing.Size(96, 42);
  236. this.StopWatch.TabIndex = 202;
  237. this.StopWatch.Text = "停止监控";
  238. this.StopWatch.UseVisualStyleBackColor = true;
  239. this.StopWatch.Click += new System.EventHandler(this.StopWatch_Click);
  240. //
  241. // label5
  242. //
  243. this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  244. | System.Windows.Forms.AnchorStyles.Left)));
  245. this.label5.AutoSize = true;
  246. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.label5.Location = new System.Drawing.Point(518, 675);
  248. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  249. this.label5.Name = "label5";
  250. this.label5.Size = new System.Drawing.Size(61, 31);
  251. this.label5.TabIndex = 203;
  252. this.label5.Text = "SKU";
  253. //
  254. // label6
  255. //
  256. this.label6.AutoSize = true;
  257. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.label6.Location = new System.Drawing.Point(562, 100);
  259. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  260. this.label6.Name = "label6";
  261. this.label6.Size = new System.Drawing.Size(110, 31);
  262. this.label6.TabIndex = 206;
  263. this.label6.Text = "软件版本";
  264. //
  265. // ma_softversion
  266. //
  267. this.ma_softversion.AutoSize = true;
  268. this.ma_softversion.CutLength = null;
  269. this.ma_softversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.ma_softversion.Location = new System.Drawing.Point(694, 102);
  271. this.ma_softversion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  272. this.ma_softversion.MaximumSize = new System.Drawing.Size(225, 0);
  273. this.ma_softversion.Name = "ma_softversion";
  274. this.ma_softversion.Size = new System.Drawing.Size(0, 31);
  275. this.ma_softversion.TabIndex = 207;
  276. //
  277. // lockCheckBox1
  278. //
  279. this.lockCheckBox1.AutoSize = true;
  280. this.lockCheckBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.lockCheckBox1.LeaveEvent = false;
  282. this.lockCheckBox1.Location = new System.Drawing.Point(908, 675);
  283. this.lockCheckBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  284. this.lockCheckBox1.Name = "lockCheckBox1";
  285. this.lockCheckBox1.Size = new System.Drawing.Size(72, 28);
  286. this.lockCheckBox1.TabIndex = 205;
  287. this.lockCheckBox1.Text = "锁定";
  288. this.lockCheckBox1.UseVisualStyleBackColor = true;
  289. //
  290. // US_SKU
  291. //
  292. this.US_SKU.AllPower = null;
  293. this.US_SKU.Caller = null;
  294. this.US_SKU.Condition = null;
  295. this.US_SKU.DBTitle = null;
  296. this.US_SKU.FormName = null;
  297. this.US_SKU.Location = new System.Drawing.Point(588, 675);
  298. this.US_SKU.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  299. this.US_SKU.Name = "US_SKU";
  300. this.US_SKU.Power = null;
  301. this.US_SKU.ReturnData = null;
  302. this.US_SKU.SelectField = null;
  303. this.US_SKU.SetValueField = null;
  304. this.US_SKU.Size = new System.Drawing.Size(310, 32);
  305. this.US_SKU.TabIndex = 204;
  306. this.US_SKU.TableName = null;
  307. this.US_SKU.TextBoxEnable = true;
  308. //
  309. // Remark
  310. //
  311. this.Remark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.Remark.Location = new System.Drawing.Point(1040, 531);
  313. this.Remark.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  314. this.Remark.Name = "Remark";
  315. this.Remark.Size = new System.Drawing.Size(304, 118);
  316. this.Remark.TabIndex = 196;
  317. this.Remark.Text = "";
  318. this.Remark.Visible = false;
  319. //
  320. // StepCount
  321. //
  322. this.StepCount.LineCode = null;
  323. this.StepCount.Location = new System.Drawing.Point(975, 16);
  324. this.StepCount.Name = "StepCount";
  325. this.StepCount.Size = new System.Drawing.Size(120, 33);
  326. this.StepCount.Source = null;
  327. this.StepCount.StepCode = null;
  328. this.StepCount.TabIndex = 189;
  329. //
  330. // LockMakeCode
  331. //
  332. this.LockMakeCode.AutoSize = true;
  333. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.LockMakeCode.LeaveEvent = false;
  335. this.LockMakeCode.Location = new System.Drawing.Point(374, 37);
  336. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  337. this.LockMakeCode.Name = "LockMakeCode";
  338. this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
  339. this.LockMakeCode.TabIndex = 185;
  340. this.LockMakeCode.Text = "锁定";
  341. this.LockMakeCode.UseVisualStyleBackColor = true;
  342. //
  343. // ma_code
  344. //
  345. this.ma_code.AllPower = null;
  346. this.ma_code.Caller = null;
  347. this.ma_code.Condition = null;
  348. this.ma_code.DBTitle = null;
  349. this.ma_code.FormName = null;
  350. this.ma_code.Location = new System.Drawing.Point(135, 37);
  351. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  352. this.ma_code.Name = "ma_code";
  353. this.ma_code.Power = null;
  354. this.ma_code.ReturnData = null;
  355. this.ma_code.SelectField = null;
  356. this.ma_code.SetValueField = null;
  357. this.ma_code.Size = new System.Drawing.Size(224, 32);
  358. this.ma_code.TabIndex = 184;
  359. this.ma_code.TableName = null;
  360. this.ma_code.TextBoxEnable = true;
  361. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  362. //
  363. // PrintLabel
  364. //
  365. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  366. this.PrintLabel.FormattingEnabled = true;
  367. this.PrintLabel.Location = new System.Drawing.Point(86, 150);
  368. this.PrintLabel.Name = "PrintLabel";
  369. this.PrintLabel.Size = new System.Drawing.Size(871, 26);
  370. this.PrintLabel.TabIndex = 181;
  371. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  372. //
  373. // Printer
  374. //
  375. this.Printer.Location = new System.Drawing.Point(1126, 194);
  376. this.Printer.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  377. this.Printer.Name = "Printer";
  378. this.Printer.Size = new System.Drawing.Size(201, 38);
  379. this.Printer.TabIndex = 178;
  380. //
  381. // mcd_okqty
  382. //
  383. this.mcd_okqty.AutoSize = true;
  384. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. this.mcd_okqty.Location = new System.Drawing.Point(129, 100);
  386. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  387. this.mcd_okqty.Name = "mcd_okqty";
  388. this.mcd_okqty.Size = new System.Drawing.Size(28, 31);
  389. this.mcd_okqty.TabIndex = 176;
  390. this.mcd_okqty.Text = "0";
  391. //
  392. // pr_code
  393. //
  394. this.pr_code.AutoSize = true;
  395. this.pr_code.CutLength = null;
  396. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.pr_code.Location = new System.Drawing.Point(694, 37);
  398. this.pr_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  399. this.pr_code.MaximumSize = new System.Drawing.Size(225, 0);
  400. this.pr_code.Name = "pr_code";
  401. this.pr_code.Size = new System.Drawing.Size(0, 31);
  402. this.pr_code.TabIndex = 175;
  403. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  404. //
  405. // pr_detail
  406. //
  407. this.pr_detail.AutoSize = true;
  408. this.pr_detail.CutLength = null;
  409. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  410. this.pr_detail.Location = new System.Drawing.Point(1101, 37);
  411. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  412. this.pr_detail.MaximumSize = new System.Drawing.Size(225, 0);
  413. this.pr_detail.Name = "pr_detail";
  414. this.pr_detail.Size = new System.Drawing.Size(0, 31);
  415. this.pr_detail.TabIndex = 174;
  416. //
  417. // PrintNum
  418. //
  419. this.PrintNum.AllPower = null;
  420. this.PrintNum.BackColor = System.Drawing.Color.White;
  421. this.PrintNum.Enabled = false;
  422. this.PrintNum.ID = null;
  423. this.PrintNum.Location = new System.Drawing.Point(1101, 108);
  424. this.PrintNum.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  425. this.PrintNum.Name = "PrintNum";
  426. this.PrintNum.Negative = false;
  427. this.PrintNum.Power = null;
  428. this.PrintNum.Size = new System.Drawing.Size(223, 28);
  429. this.PrintNum.Str = null;
  430. this.PrintNum.Str1 = null;
  431. this.PrintNum.Str2 = null;
  432. this.PrintNum.TabIndex = 172;
  433. this.PrintNum.Text = "1";
  434. //
  435. // sncode
  436. //
  437. this.sncode.AllPower = "ifall";
  438. this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  439. | System.Windows.Forms.AnchorStyles.Left)));
  440. this.sncode.BackColor = System.Drawing.Color.White;
  441. this.sncode.ID = null;
  442. this.sncode.Location = new System.Drawing.Point(178, 675);
  443. this.sncode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  444. this.sncode.Name = "sncode";
  445. this.sncode.Power = null;
  446. this.sncode.Size = new System.Drawing.Size(292, 28);
  447. this.sncode.Str = null;
  448. this.sncode.Str1 = null;
  449. this.sncode.Str2 = null;
  450. this.sncode.TabIndex = 169;
  451. this.sncode.Tag = "ifread";
  452. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  453. //
  454. // OperateResult
  455. //
  456. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  457. this.OperateResult.Location = new System.Drawing.Point(21, 194);
  458. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  459. this.OperateResult.Name = "OperateResult";
  460. this.OperateResult.Size = new System.Drawing.Size(970, 456);
  461. this.OperateResult.TabIndex = 168;
  462. this.OperateResult.Text = "";
  463. //
  464. // Make_LabelPrint
  465. //
  466. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  467. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  468. this.ClientSize = new System.Drawing.Size(1407, 720);
  469. this.Controls.Add(this.ma_softversion);
  470. this.Controls.Add(this.label6);
  471. this.Controls.Add(this.lockCheckBox1);
  472. this.Controls.Add(this.US_SKU);
  473. this.Controls.Add(this.label5);
  474. this.Controls.Add(this.StopWatch);
  475. this.Controls.Add(this.StartWatch);
  476. this.Controls.Add(this.ChooseFolder);
  477. this.Controls.Add(this.FolderPath);
  478. this.Controls.Add(this.label3);
  479. this.Controls.Add(this.CollectRemark);
  480. this.Controls.Add(this.Remark);
  481. this.Controls.Add(this.StepCount);
  482. this.Controls.Add(this.CheckTSN);
  483. this.Controls.Add(this.LockMakeCode);
  484. this.Controls.Add(this.ma_code);
  485. this.Controls.Add(this.PrintLabel);
  486. this.Controls.Add(this.label2);
  487. this.Controls.Add(this.label1);
  488. this.Controls.Add(this.Printer);
  489. this.Controls.Add(this.mcd_okqty);
  490. this.Controls.Add(this.pr_code);
  491. this.Controls.Add(this.pr_detail);
  492. this.Controls.Add(this.PrintNum);
  493. this.Controls.Add(this.pr_detail_label);
  494. this.Controls.Add(this.sncode_label);
  495. this.Controls.Add(this.sncode);
  496. this.Controls.Add(this.OperateResult);
  497. this.Controls.Add(this.label4);
  498. this.Controls.Add(this.mcd_okqty_label);
  499. this.Controls.Add(this.pr_code_label);
  500. this.Controls.Add(this.ms_makecode_label);
  501. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  502. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  503. this.Name = "Make_LabelPrint";
  504. this.Tag = "Make!ColorBoxLabelPrint";
  505. this.Text = "标签打印";
  506. this.Activated += new System.EventHandler(this.Make_ColorBoxLabelPrint_Activated);
  507. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_ColorBoxLabelPrint_FormClosing);
  508. this.Load += new System.EventHandler(this.Make_ColorBoxLabelPrint_Load);
  509. this.SizeChanged += new System.EventHandler(this.Make_ColorBoxLabelPrint_SizeChanged);
  510. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
  511. this.ResumeLayout(false);
  512. this.PerformLayout();
  513. }
  514. #endregion
  515. private UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  516. private System.Windows.Forms.Label label2;
  517. private System.Windows.Forms.Label label1;
  518. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  519. private CustomControl.ValueLabel.ValueNumLabel mcd_okqty;
  520. private CustomControl.ValueLabel.ValueLabel pr_code;
  521. private CustomControl.ValueLabel.ValueLabel pr_detail;
  522. private CustomControl.TextBoxWithIcon.NumOnlyTextBox PrintNum;
  523. private System.Windows.Forms.Label pr_detail_label;
  524. private System.Windows.Forms.Label sncode_label;
  525. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  526. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  527. private System.Windows.Forms.Label label4;
  528. private System.Windows.Forms.Label mcd_okqty_label;
  529. private System.Windows.Forms.Label pr_code_label;
  530. private System.Windows.Forms.Label ms_makecode_label;
  531. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  532. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  533. private System.Windows.Forms.CheckBox CheckTSN;
  534. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  535. private System.Windows.Forms.CheckBox CollectRemark;
  536. private CustomControl.RichText.RichTextAutoBottom Remark;
  537. private System.IO.FileSystemWatcher XmlWatcher;
  538. private System.Windows.Forms.Button ChooseFolder;
  539. private System.Windows.Forms.TextBox FolderPath;
  540. private System.Windows.Forms.Label label3;
  541. private System.Windows.Forms.Button StartWatch;
  542. private System.Windows.Forms.Button StopWatch;
  543. private System.Windows.Forms.Label label5;
  544. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox US_SKU;
  545. private CustomControl.CustomCheckBox.LockCheckBox lockCheckBox1;
  546. private System.Windows.Forms.Label label6;
  547. private CustomControl.ValueLabel.ValueLabel ma_softversion;
  548. }
  549. }