Make_SeqTransformPrint.Designer.cs 39 KB

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