Make_SeqProgramTransform.Designer.cs 24 KB

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