Make_SeqTransform.Designer.cs 32 KB

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