Make_SeqProgramTransform.Designer.cs 31 KB

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