Make_SeqTransformLabelPrint.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_SeqTransformLabelPrint
  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_detail_label = new System.Windows.Forms.Label();
  31. this.ma_prodcode_label = new System.Windows.Forms.Label();
  32. this.sncode_label = new System.Windows.Forms.Label();
  33. this.beforeTransSNLength_checkBox = new System.Windows.Forms.CheckBox();
  34. this.afterTransSNLength_checkBox = new System.Windows.Forms.CheckBox();
  35. this.beforeTransSNPre_checkBox = new System.Windows.Forms.CheckBox();
  36. this.afterTransSNPre_checkBox = new System.Windows.Forms.CheckBox();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.ma_code = new System.Windows.Forms.Label();
  39. this.changenum = new System.Windows.Forms.Label();
  40. this.remain_qty = new System.Windows.Forms.Label();
  41. this.PrintNum_label = new System.Windows.Forms.Label();
  42. this.remain_qty_label = new System.Windows.Forms.Label();
  43. this.ClearSn_code = new System.Windows.Forms.PictureBox();
  44. this.sn_code_label = new System.Windows.Forms.Label();
  45. this.label2 = new System.Windows.Forms.Label();
  46. this.ma_softversion = new System.Windows.Forms.Label();
  47. this.SameReamrk = new System.Windows.Forms.CheckBox();
  48. this.label3 = new System.Windows.Forms.Label();
  49. this.IFONLY = new System.Windows.Forms.CheckBox();
  50. this.CollectRemark = new System.Windows.Forms.CheckBox();
  51. this.label4 = new System.Windows.Forms.Label();
  52. this.ma_salecode = new System.Windows.Forms.Label();
  53. this.label5 = new System.Windows.Forms.Label();
  54. this.PrintLabel_label = new System.Windows.Forms.Label();
  55. this.label6 = new System.Windows.Forms.Label();
  56. this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  57. this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  58. this.Printer = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  59. this.Remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  60. this.Seq_Remark_PreFix = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  61. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  62. this.ChangeResult = new UAS_MES_NEW.CustomControl.CustomCheckBox.CustomCheckBox();
  63. this.show_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  64. this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  65. this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  66. this.afterTransSNLength = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
  67. this.beforeTransSNLength = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
  68. this.afterTransSNPre = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  69. this.beforeTransSNPre = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  70. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  71. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  72. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // ms_makecode_label
  76. //
  77. this.ms_makecode_label.AutoSize = true;
  78. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.ms_makecode_label.Location = new System.Drawing.Point(30, 34);
  80. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  81. this.ms_makecode_label.Name = "ms_makecode_label";
  82. this.ms_makecode_label.Size = new System.Drawing.Size(0, 41);
  83. this.ms_makecode_label.TabIndex = 61;
  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(1100, 30);
  90. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  91. this.pr_detail_label.Name = "pr_detail_label";
  92. this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
  93. this.pr_detail_label.TabIndex = 62;
  94. this.pr_detail_label.Text = "产品名称";
  95. //
  96. // ma_prodcode_label
  97. //
  98. this.ma_prodcode_label.AutoSize = true;
  99. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.ma_prodcode_label.Location = new System.Drawing.Point(614, 30);
  101. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  102. this.ma_prodcode_label.Name = "ma_prodcode_label";
  103. this.ma_prodcode_label.Size = new System.Drawing.Size(146, 41);
  104. this.ma_prodcode_label.TabIndex = 63;
  105. this.ma_prodcode_label.Text = "产品编号";
  106. //
  107. // sncode_label
  108. //
  109. this.sncode_label.AutoSize = true;
  110. this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.sncode_label.Location = new System.Drawing.Point(34, 862);
  112. this.sncode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  113. this.sncode_label.Name = "sncode_label";
  114. this.sncode_label.Size = new System.Drawing.Size(114, 41);
  115. this.sncode_label.TabIndex = 68;
  116. this.sncode_label.Text = "录入框";
  117. //
  118. // beforeTransSNLength_checkBox
  119. //
  120. this.beforeTransSNLength_checkBox.AutoSize = true;
  121. this.beforeTransSNLength_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  122. this.beforeTransSNLength_checkBox.Location = new System.Drawing.Point(38, 162);
  123. this.beforeTransSNLength_checkBox.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  124. this.beforeTransSNLength_checkBox.Name = "beforeTransSNLength_checkBox";
  125. this.beforeTransSNLength_checkBox.Size = new System.Drawing.Size(154, 39);
  126. this.beforeTransSNLength_checkBox.TabIndex = 81;
  127. this.beforeTransSNLength_checkBox.Text = "TSN长度";
  128. this.beforeTransSNLength_checkBox.UseVisualStyleBackColor = true;
  129. //
  130. // afterTransSNLength_checkBox
  131. //
  132. this.afterTransSNLength_checkBox.AutoSize = true;
  133. this.afterTransSNLength_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  134. this.afterTransSNLength_checkBox.Location = new System.Drawing.Point(38, 226);
  135. this.afterTransSNLength_checkBox.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  136. this.afterTransSNLength_checkBox.Name = "afterTransSNLength_checkBox";
  137. this.afterTransSNLength_checkBox.Size = new System.Drawing.Size(139, 39);
  138. this.afterTransSNLength_checkBox.TabIndex = 82;
  139. this.afterTransSNLength_checkBox.Text = "SN长度";
  140. this.afterTransSNLength_checkBox.UseVisualStyleBackColor = true;
  141. //
  142. // beforeTransSNPre_checkBox
  143. //
  144. this.beforeTransSNPre_checkBox.AutoSize = true;
  145. this.beforeTransSNPre_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  146. this.beforeTransSNPre_checkBox.Location = new System.Drawing.Point(621, 168);
  147. this.beforeTransSNPre_checkBox.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  148. this.beforeTransSNPre_checkBox.Name = "beforeTransSNPre_checkBox";
  149. this.beforeTransSNPre_checkBox.Size = new System.Drawing.Size(154, 39);
  150. this.beforeTransSNPre_checkBox.TabIndex = 83;
  151. this.beforeTransSNPre_checkBox.Text = "TSN前缀";
  152. this.beforeTransSNPre_checkBox.UseVisualStyleBackColor = true;
  153. //
  154. // afterTransSNPre_checkBox
  155. //
  156. this.afterTransSNPre_checkBox.AutoSize = true;
  157. this.afterTransSNPre_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  158. this.afterTransSNPre_checkBox.Location = new System.Drawing.Point(621, 234);
  159. this.afterTransSNPre_checkBox.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  160. this.afterTransSNPre_checkBox.Name = "afterTransSNPre_checkBox";
  161. this.afterTransSNPre_checkBox.Size = new System.Drawing.Size(139, 39);
  162. this.afterTransSNPre_checkBox.TabIndex = 84;
  163. this.afterTransSNPre_checkBox.Text = "SN前缀";
  164. this.afterTransSNPre_checkBox.UseVisualStyleBackColor = true;
  165. //
  166. // label1
  167. //
  168. this.label1.AutoSize = true;
  169. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  170. this.label1.Location = new System.Drawing.Point(30, 30);
  171. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  172. this.label1.Name = "label1";
  173. this.label1.Size = new System.Drawing.Size(146, 41);
  174. this.label1.TabIndex = 93;
  175. this.label1.Text = "工单编号";
  176. //
  177. // ma_code
  178. //
  179. this.ma_code.AutoSize = true;
  180. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F);
  181. this.ma_code.Location = new System.Drawing.Point(182, 30);
  182. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  183. this.ma_code.Name = "ma_code";
  184. this.ma_code.Size = new System.Drawing.Size(0, 41);
  185. this.ma_code.TabIndex = 95;
  186. this.ma_code.TextChanged += new System.EventHandler(this.ms_makecode_UserControlTextChanged);
  187. //
  188. // changenum
  189. //
  190. this.changenum.AutoSize = true;
  191. this.changenum.Font = new System.Drawing.Font("微软雅黑", 12F);
  192. this.changenum.Location = new System.Drawing.Point(1502, 854);
  193. this.changenum.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  194. this.changenum.Name = "changenum";
  195. this.changenum.Size = new System.Drawing.Size(37, 41);
  196. this.changenum.TabIndex = 100;
  197. this.changenum.Text = "0";
  198. this.changenum.Visible = false;
  199. //
  200. // remain_qty
  201. //
  202. this.remain_qty.AutoSize = true;
  203. this.remain_qty.Font = new System.Drawing.Font("微软雅黑", 12F);
  204. this.remain_qty.Location = new System.Drawing.Point(186, 102);
  205. this.remain_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  206. this.remain_qty.Name = "remain_qty";
  207. this.remain_qty.Size = new System.Drawing.Size(0, 41);
  208. this.remain_qty.TabIndex = 99;
  209. //
  210. // PrintNum_label
  211. //
  212. this.PrintNum_label.AutoSize = true;
  213. this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  214. this.PrintNum_label.Location = new System.Drawing.Point(1354, 854);
  215. this.PrintNum_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  216. this.PrintNum_label.Name = "PrintNum_label";
  217. this.PrintNum_label.Size = new System.Drawing.Size(82, 41);
  218. this.PrintNum_label.TabIndex = 98;
  219. this.PrintNum_label.Text = "计数";
  220. this.PrintNum_label.Visible = false;
  221. //
  222. // remain_qty_label
  223. //
  224. this.remain_qty_label.AutoSize = true;
  225. this.remain_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  226. this.remain_qty_label.Location = new System.Drawing.Point(36, 102);
  227. this.remain_qty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  228. this.remain_qty_label.Name = "remain_qty_label";
  229. this.remain_qty_label.Size = new System.Drawing.Size(114, 41);
  230. this.remain_qty_label.TabIndex = 97;
  231. this.remain_qty_label.Text = "剩余数";
  232. //
  233. // ClearSn_code
  234. //
  235. this.ClearSn_code.Cursor = System.Windows.Forms.Cursors.Hand;
  236. this.ClearSn_code.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
  237. this.ClearSn_code.Location = new System.Drawing.Point(560, 798);
  238. this.ClearSn_code.Margin = new System.Windows.Forms.Padding(6);
  239. this.ClearSn_code.Name = "ClearSn_code";
  240. this.ClearSn_code.Size = new System.Drawing.Size(32, 32);
  241. this.ClearSn_code.TabIndex = 141;
  242. this.ClearSn_code.TabStop = false;
  243. this.ClearSn_code.Click += new System.EventHandler(this.ReCall_Click);
  244. //
  245. // sn_code_label
  246. //
  247. this.sn_code_label.AutoSize = true;
  248. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.sn_code_label.Location = new System.Drawing.Point(34, 792);
  250. this.sn_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  251. this.sn_code_label.Name = "sn_code_label";
  252. this.sn_code_label.Size = new System.Drawing.Size(114, 41);
  253. this.sn_code_label.TabIndex = 139;
  254. this.sn_code_label.Text = "序列号";
  255. //
  256. // label2
  257. //
  258. this.label2.AutoSize = true;
  259. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.label2.Location = new System.Drawing.Point(1100, 102);
  261. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  262. this.label2.Name = "label2";
  263. this.label2.Size = new System.Drawing.Size(146, 41);
  264. this.label2.TabIndex = 147;
  265. this.label2.Text = "软件版本";
  266. //
  267. // ma_softversion
  268. //
  269. this.ma_softversion.AutoSize = true;
  270. this.ma_softversion.Font = new System.Drawing.Font("微软雅黑", 12F);
  271. this.ma_softversion.Location = new System.Drawing.Point(1246, 102);
  272. this.ma_softversion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  273. this.ma_softversion.Name = "ma_softversion";
  274. this.ma_softversion.Size = new System.Drawing.Size(0, 41);
  275. this.ma_softversion.TabIndex = 148;
  276. //
  277. // SameReamrk
  278. //
  279. this.SameReamrk.AutoSize = true;
  280. this.SameReamrk.Location = new System.Drawing.Point(928, 880);
  281. this.SameReamrk.Margin = new System.Windows.Forms.Padding(6);
  282. this.SameReamrk.Name = "SameReamrk";
  283. this.SameReamrk.Size = new System.Drawing.Size(186, 28);
  284. this.SameReamrk.TabIndex = 224;
  285. this.SameReamrk.Text = "固定录入备注";
  286. this.SameReamrk.UseVisualStyleBackColor = true;
  287. this.SameReamrk.CheckedChanged += new System.EventHandler(this.SameReamrk_CheckedChanged);
  288. //
  289. // label3
  290. //
  291. this.label3.AutoSize = true;
  292. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  293. this.label3.Location = new System.Drawing.Point(742, 818);
  294. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  295. this.label3.Name = "label3";
  296. this.label3.Size = new System.Drawing.Size(71, 36);
  297. this.label3.TabIndex = 223;
  298. this.label3.Text = "前缀";
  299. //
  300. // IFONLY
  301. //
  302. this.IFONLY.AutoSize = true;
  303. this.IFONLY.Location = new System.Drawing.Point(748, 880);
  304. this.IFONLY.Margin = new System.Windows.Forms.Padding(6);
  305. this.IFONLY.Name = "IFONLY";
  306. this.IFONLY.Size = new System.Drawing.Size(162, 28);
  307. this.IFONLY.TabIndex = 222;
  308. this.IFONLY.Text = "不允许重复";
  309. this.IFONLY.UseVisualStyleBackColor = true;
  310. this.IFONLY.CheckedChanged += new System.EventHandler(this.IFONLY_CheckedChanged);
  311. //
  312. // CollectRemark
  313. //
  314. this.CollectRemark.AutoSize = true;
  315. this.CollectRemark.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.CollectRemark.Location = new System.Drawing.Point(1132, 880);
  317. this.CollectRemark.Margin = new System.Windows.Forms.Padding(6);
  318. this.CollectRemark.Name = "CollectRemark";
  319. this.CollectRemark.Size = new System.Drawing.Size(138, 28);
  320. this.CollectRemark.TabIndex = 221;
  321. this.CollectRemark.Text = "采集备注";
  322. this.CollectRemark.UseVisualStyleBackColor = true;
  323. this.CollectRemark.CheckedChanged += new System.EventHandler(this.CollectRemark_CheckedChanged);
  324. //
  325. // label4
  326. //
  327. this.label4.AutoSize = true;
  328. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
  329. this.label4.Location = new System.Drawing.Point(614, 102);
  330. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  331. this.label4.Name = "label4";
  332. this.label4.Size = new System.Drawing.Size(114, 41);
  333. this.label4.TabIndex = 227;
  334. this.label4.Text = "合同号";
  335. //
  336. // ma_salecode
  337. //
  338. this.ma_salecode.AutoSize = true;
  339. this.ma_salecode.Font = new System.Drawing.Font("微软雅黑", 12F);
  340. this.ma_salecode.Location = new System.Drawing.Point(762, 102);
  341. this.ma_salecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  342. this.ma_salecode.Name = "ma_salecode";
  343. this.ma_salecode.Size = new System.Drawing.Size(0, 41);
  344. this.ma_salecode.TabIndex = 228;
  345. //
  346. // label5
  347. //
  348. this.label5.AutoSize = true;
  349. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.label5.Location = new System.Drawing.Point(1258, 330);
  351. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  352. this.label5.Name = "label5";
  353. this.label5.Size = new System.Drawing.Size(114, 41);
  354. this.label5.TabIndex = 231;
  355. this.label5.Text = "打印机";
  356. //
  357. // PrintLabel_label
  358. //
  359. this.PrintLabel_label.AutoSize = true;
  360. this.PrintLabel_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  361. this.PrintLabel_label.Location = new System.Drawing.Point(1258, 426);
  362. this.PrintLabel_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  363. this.PrintLabel_label.Name = "PrintLabel_label";
  364. this.PrintLabel_label.Size = new System.Drawing.Size(82, 41);
  365. this.PrintLabel_label.TabIndex = 230;
  366. this.PrintLabel_label.Text = "标签";
  367. //
  368. // label6
  369. //
  370. this.label6.AutoSize = true;
  371. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. this.label6.Location = new System.Drawing.Point(1258, 515);
  373. this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  374. this.label6.Name = "label6";
  375. this.label6.Size = new System.Drawing.Size(82, 41);
  376. this.label6.TabIndex = 233;
  377. this.label6.Text = "份数";
  378. //
  379. // PrintNum
  380. //
  381. this.PrintNum.AllPower = null;
  382. this.PrintNum.BackColor = System.Drawing.Color.White;
  383. this.PrintNum.Enabled = false;
  384. this.PrintNum.ID = null;
  385. this.PrintNum.Location = new System.Drawing.Point(1403, 521);
  386. this.PrintNum.Margin = new System.Windows.Forms.Padding(6);
  387. this.PrintNum.Name = "PrintNum";
  388. this.PrintNum.Power = null;
  389. this.PrintNum.Size = new System.Drawing.Size(260, 35);
  390. this.PrintNum.Str = null;
  391. this.PrintNum.Str1 = null;
  392. this.PrintNum.Str2 = null;
  393. this.PrintNum.TabIndex = 234;
  394. //
  395. // PrintLabel
  396. //
  397. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  398. this.PrintLabel.FormattingEnabled = true;
  399. this.PrintLabel.Location = new System.Drawing.Point(1403, 435);
  400. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  401. this.PrintLabel.Name = "PrintLabel";
  402. this.PrintLabel.Size = new System.Drawing.Size(260, 32);
  403. this.PrintLabel.TabIndex = 232;
  404. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  405. //
  406. // Printer
  407. //
  408. this.Printer.Location = new System.Drawing.Point(1403, 330);
  409. this.Printer.Margin = new System.Windows.Forms.Padding(8);
  410. this.Printer.Name = "Printer";
  411. this.Printer.Size = new System.Drawing.Size(262, 41);
  412. this.Printer.TabIndex = 229;
  413. //
  414. // Remark
  415. //
  416. this.Remark.AllPower = null;
  417. this.Remark.BackColor = System.Drawing.Color.White;
  418. this.Remark.ID = null;
  419. this.Remark.Location = new System.Drawing.Point(928, 768);
  420. this.Remark.Margin = new System.Windows.Forms.Padding(6);
  421. this.Remark.Multiline = true;
  422. this.Remark.Name = "Remark";
  423. this.Remark.Power = null;
  424. this.Remark.Size = new System.Drawing.Size(314, 96);
  425. this.Remark.Str = null;
  426. this.Remark.Str1 = null;
  427. this.Remark.Str2 = null;
  428. this.Remark.TabIndex = 226;
  429. this.Remark.Enter += new System.EventHandler(this.Remark_Enter);
  430. this.Remark.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Remark_KeyDown);
  431. this.Remark.Leave += new System.EventHandler(this.Remark_Leave);
  432. //
  433. // Seq_Remark_PreFix
  434. //
  435. this.Seq_Remark_PreFix.AllPower = null;
  436. this.Seq_Remark_PreFix.BackColor = System.Drawing.Color.White;
  437. this.Seq_Remark_PreFix.ID = null;
  438. this.Seq_Remark_PreFix.Location = new System.Drawing.Point(828, 816);
  439. this.Seq_Remark_PreFix.Margin = new System.Windows.Forms.Padding(6);
  440. this.Seq_Remark_PreFix.Name = "Seq_Remark_PreFix";
  441. this.Seq_Remark_PreFix.Power = null;
  442. this.Seq_Remark_PreFix.Size = new System.Drawing.Size(84, 35);
  443. this.Seq_Remark_PreFix.Str = null;
  444. this.Seq_Remark_PreFix.Str1 = null;
  445. this.Seq_Remark_PreFix.Str2 = null;
  446. this.Seq_Remark_PreFix.TabIndex = 225;
  447. this.Seq_Remark_PreFix.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Seq_Remark_PreFix_KeyDown);
  448. //
  449. // StepCount
  450. //
  451. this.StepCount.LineCode = null;
  452. this.StepCount.Location = new System.Drawing.Point(1175, 232);
  453. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  454. this.StepCount.Name = "StepCount";
  455. this.StepCount.Size = new System.Drawing.Size(176, 44);
  456. this.StepCount.Source = null;
  457. this.StepCount.StepCode = null;
  458. this.StepCount.TabIndex = 196;
  459. //
  460. // ChangeResult
  461. //
  462. this.ChangeResult.AllPower = "ifall";
  463. this.ChangeResult.AutoSize = true;
  464. this.ChangeResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  465. this.ChangeResult.Location = new System.Drawing.Point(560, 854);
  466. this.ChangeResult.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  467. this.ChangeResult.Name = "ChangeResult";
  468. this.ChangeResult.Power = "ifspecial";
  469. this.ChangeResult.Size = new System.Drawing.Size(178, 45);
  470. this.ChangeResult.TabIndex = 146;
  471. this.ChangeResult.Text = "重新转换";
  472. this.ChangeResult.UseVisualStyleBackColor = true;
  473. this.ChangeResult.CheckedChanged += new System.EventHandler(this.ChangeResult_CheckedChanged);
  474. //
  475. // show_sncode
  476. //
  477. this.show_sncode.AllPower = null;
  478. this.show_sncode.BackColor = System.Drawing.Color.White;
  479. this.show_sncode.Enabled = false;
  480. this.show_sncode.Font = new System.Drawing.Font("微软雅黑", 10F);
  481. this.show_sncode.ID = null;
  482. this.show_sncode.Location = new System.Drawing.Point(194, 792);
  483. this.show_sncode.Margin = new System.Windows.Forms.Padding(6);
  484. this.show_sncode.Name = "show_sncode";
  485. this.show_sncode.Power = null;
  486. this.show_sncode.Size = new System.Drawing.Size(316, 43);
  487. this.show_sncode.Str = null;
  488. this.show_sncode.Str1 = null;
  489. this.show_sncode.Str2 = null;
  490. this.show_sncode.TabIndex = 140;
  491. //
  492. // pr_detail
  493. //
  494. this.pr_detail.AutoSize = true;
  495. this.pr_detail.CutLength = null;
  496. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  497. this.pr_detail.Location = new System.Drawing.Point(1246, 30);
  498. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  499. this.pr_detail.MaximumSize = new System.Drawing.Size(266, 0);
  500. this.pr_detail.Name = "pr_detail";
  501. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  502. this.pr_detail.TabIndex = 96;
  503. //
  504. // ma_prodcode
  505. //
  506. this.ma_prodcode.AutoSize = true;
  507. this.ma_prodcode.CutLength = null;
  508. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  509. this.ma_prodcode.Location = new System.Drawing.Point(768, 34);
  510. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  511. this.ma_prodcode.MaximumSize = new System.Drawing.Size(266, 0);
  512. this.ma_prodcode.Name = "ma_prodcode";
  513. this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
  514. this.ma_prodcode.TabIndex = 94;
  515. this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
  516. //
  517. // afterTransSNLength
  518. //
  519. this.afterTransSNLength.Font = new System.Drawing.Font("微软雅黑", 10F);
  520. this.afterTransSNLength.Location = new System.Drawing.Point(222, 230);
  521. this.afterTransSNLength.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  522. this.afterTransSNLength.Name = "afterTransSNLength";
  523. this.afterTransSNLength.Size = new System.Drawing.Size(332, 43);
  524. this.afterTransSNLength.TabIndex = 90;
  525. this.afterTransSNLength.Text = "0";
  526. //
  527. // beforeTransSNLength
  528. //
  529. this.beforeTransSNLength.Font = new System.Drawing.Font("微软雅黑", 10F);
  530. this.beforeTransSNLength.Location = new System.Drawing.Point(222, 162);
  531. this.beforeTransSNLength.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  532. this.beforeTransSNLength.Name = "beforeTransSNLength";
  533. this.beforeTransSNLength.Size = new System.Drawing.Size(332, 43);
  534. this.beforeTransSNLength.TabIndex = 89;
  535. this.beforeTransSNLength.Text = "0";
  536. //
  537. // afterTransSNPre
  538. //
  539. this.afterTransSNPre.AllPower = null;
  540. this.afterTransSNPre.BackColor = System.Drawing.Color.White;
  541. this.afterTransSNPre.Font = new System.Drawing.Font("微软雅黑", 10F);
  542. this.afterTransSNPre.ID = null;
  543. this.afterTransSNPre.Location = new System.Drawing.Point(805, 232);
  544. this.afterTransSNPre.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  545. this.afterTransSNPre.Name = "afterTransSNPre";
  546. this.afterTransSNPre.Power = null;
  547. this.afterTransSNPre.Size = new System.Drawing.Size(332, 43);
  548. this.afterTransSNPre.Str = null;
  549. this.afterTransSNPre.Str1 = null;
  550. this.afterTransSNPre.Str2 = null;
  551. this.afterTransSNPre.TabIndex = 88;
  552. //
  553. // beforeTransSNPre
  554. //
  555. this.beforeTransSNPre.AllPower = null;
  556. this.beforeTransSNPre.BackColor = System.Drawing.Color.White;
  557. this.beforeTransSNPre.Font = new System.Drawing.Font("微软雅黑", 10F);
  558. this.beforeTransSNPre.ID = null;
  559. this.beforeTransSNPre.Location = new System.Drawing.Point(805, 164);
  560. this.beforeTransSNPre.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  561. this.beforeTransSNPre.Name = "beforeTransSNPre";
  562. this.beforeTransSNPre.Power = null;
  563. this.beforeTransSNPre.Size = new System.Drawing.Size(332, 43);
  564. this.beforeTransSNPre.Str = null;
  565. this.beforeTransSNPre.Str1 = null;
  566. this.beforeTransSNPre.Str2 = null;
  567. this.beforeTransSNPre.TabIndex = 87;
  568. //
  569. // OperateResult
  570. //
  571. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 15F);
  572. this.OperateResult.Location = new System.Drawing.Point(38, 294);
  573. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  574. this.OperateResult.Name = "OperateResult";
  575. this.OperateResult.Size = new System.Drawing.Size(1208, 458);
  576. this.OperateResult.TabIndex = 78;
  577. this.OperateResult.Text = "";
  578. //
  579. // sncode
  580. //
  581. this.sncode.AllPower = "ifall";
  582. this.sncode.BackColor = System.Drawing.Color.White;
  583. this.sncode.Font = new System.Drawing.Font("微软雅黑", 10F);
  584. this.sncode.ID = null;
  585. this.sncode.Location = new System.Drawing.Point(194, 858);
  586. this.sncode.Margin = new System.Windows.Forms.Padding(6);
  587. this.sncode.Name = "sncode";
  588. this.sncode.Power = "ifread";
  589. this.sncode.Size = new System.Drawing.Size(316, 43);
  590. this.sncode.Str = null;
  591. this.sncode.Str1 = null;
  592. this.sncode.Str2 = null;
  593. this.sncode.TabIndex = 77;
  594. this.sncode.Tag = "IfRead";
  595. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  596. //
  597. // Make_SeqTransformLabelPrint
  598. //
  599. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  600. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  601. this.ClientSize = new System.Drawing.Size(1698, 934);
  602. this.Controls.Add(this.PrintNum);
  603. this.Controls.Add(this.label6);
  604. this.Controls.Add(this.PrintLabel);
  605. this.Controls.Add(this.label5);
  606. this.Controls.Add(this.PrintLabel_label);
  607. this.Controls.Add(this.Printer);
  608. this.Controls.Add(this.ma_salecode);
  609. this.Controls.Add(this.label4);
  610. this.Controls.Add(this.Remark);
  611. this.Controls.Add(this.Seq_Remark_PreFix);
  612. this.Controls.Add(this.SameReamrk);
  613. this.Controls.Add(this.label3);
  614. this.Controls.Add(this.IFONLY);
  615. this.Controls.Add(this.CollectRemark);
  616. this.Controls.Add(this.StepCount);
  617. this.Controls.Add(this.ma_softversion);
  618. this.Controls.Add(this.label2);
  619. this.Controls.Add(this.ChangeResult);
  620. this.Controls.Add(this.ClearSn_code);
  621. this.Controls.Add(this.show_sncode);
  622. this.Controls.Add(this.sn_code_label);
  623. this.Controls.Add(this.changenum);
  624. this.Controls.Add(this.remain_qty);
  625. this.Controls.Add(this.PrintNum_label);
  626. this.Controls.Add(this.remain_qty_label);
  627. this.Controls.Add(this.pr_detail);
  628. this.Controls.Add(this.ma_code);
  629. this.Controls.Add(this.ma_prodcode);
  630. this.Controls.Add(this.label1);
  631. this.Controls.Add(this.afterTransSNLength);
  632. this.Controls.Add(this.beforeTransSNLength);
  633. this.Controls.Add(this.afterTransSNPre);
  634. this.Controls.Add(this.beforeTransSNPre);
  635. this.Controls.Add(this.afterTransSNPre_checkBox);
  636. this.Controls.Add(this.beforeTransSNPre_checkBox);
  637. this.Controls.Add(this.afterTransSNLength_checkBox);
  638. this.Controls.Add(this.beforeTransSNLength_checkBox);
  639. this.Controls.Add(this.OperateResult);
  640. this.Controls.Add(this.sncode);
  641. this.Controls.Add(this.sncode_label);
  642. this.Controls.Add(this.ms_makecode_label);
  643. this.Controls.Add(this.pr_detail_label);
  644. this.Controls.Add(this.ma_prodcode_label);
  645. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  646. this.Margin = new System.Windows.Forms.Padding(6);
  647. this.Name = "Make_SeqTransformLabelPrint";
  648. this.Tag = "Make!SeqTransformLabelPrint";
  649. this.Text = " ";
  650. this.Load += new System.EventHandler(this.Make_SeqTransform_Load);
  651. this.SizeChanged += new System.EventHandler(this.Make_SeqTransform_SizeChanged);
  652. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).EndInit();
  653. this.ResumeLayout(false);
  654. this.PerformLayout();
  655. }
  656. #endregion
  657. private System.Windows.Forms.Label ms_makecode_label;
  658. private System.Windows.Forms.Label pr_detail_label;
  659. private System.Windows.Forms.Label ma_prodcode_label;
  660. private System.Windows.Forms.Label sncode_label;
  661. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  662. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  663. private System.Windows.Forms.CheckBox beforeTransSNLength_checkBox;
  664. private System.Windows.Forms.CheckBox afterTransSNLength_checkBox;
  665. private System.Windows.Forms.CheckBox beforeTransSNPre_checkBox;
  666. private System.Windows.Forms.CheckBox afterTransSNPre_checkBox;
  667. private CustomControl.TextBoxWithIcon.EnterTextBox beforeTransSNPre;
  668. private CustomControl.TextBoxWithIcon.EnterTextBox afterTransSNPre;
  669. private CustomControl.TextBoxWithIcon.TextBoxNumOnly beforeTransSNLength;
  670. private CustomControl.TextBoxWithIcon.TextBoxNumOnly afterTransSNLength;
  671. private System.Windows.Forms.Label label1;
  672. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  673. private System.Windows.Forms.Label ma_code;
  674. private CustomControl.ValueLabel.ValueLabel pr_detail;
  675. private System.Windows.Forms.Label changenum;
  676. private System.Windows.Forms.Label remain_qty;
  677. private System.Windows.Forms.Label PrintNum_label;
  678. private System.Windows.Forms.Label remain_qty_label;
  679. private System.Windows.Forms.PictureBox ClearSn_code;
  680. private CustomControl.TextBoxWithIcon.EnterTextBox show_sncode;
  681. private System.Windows.Forms.Label sn_code_label;
  682. private CustomControl.CustomCheckBox.CustomCheckBox ChangeResult;
  683. private System.Windows.Forms.Label label2;
  684. private System.Windows.Forms.Label ma_softversion;
  685. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  686. private CustomControl.TextBoxWithIcon.EnterTextBox Remark;
  687. private CustomControl.TextBoxWithIcon.SnCollectionBox Seq_Remark_PreFix;
  688. private System.Windows.Forms.CheckBox SameReamrk;
  689. private System.Windows.Forms.Label label3;
  690. private System.Windows.Forms.CheckBox IFONLY;
  691. private System.Windows.Forms.CheckBox CollectRemark;
  692. private System.Windows.Forms.Label label4;
  693. private System.Windows.Forms.Label ma_salecode;
  694. private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  695. private System.Windows.Forms.Label label5;
  696. private System.Windows.Forms.Label PrintLabel_label;
  697. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  698. private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
  699. private System.Windows.Forms.Label label6;
  700. }
  701. }