Make_SeqProgramTransform.Designer.cs 25 KB

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