Make_SeqProgramTransform.Designer.cs 27 KB

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