Make_SeqProgramTransform.Designer.cs 26 KB

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