Make_SeqProgramTransform.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  1. namespace UAS_MES.FunctionCode.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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_SeqProgramTransform));
  29. this.ms_macode_label = new System.Windows.Forms.Label();
  30. this.ma_prodcode_label = new System.Windows.Forms.Label();
  31. this.pr_detail_label = new System.Windows.Forms.Label();
  32. this.remain_qty_label = new System.Windows.Forms.Label();
  33. this.PrintNum_label = new System.Windows.Forms.Label();
  34. this.ms_macode = new System.Windows.Forms.Label();
  35. this.remain_qty = new System.Windows.Forms.Label();
  36. this.ma_prodcode = new System.Windows.Forms.Label();
  37. this.count = new System.Windows.Forms.Label();
  38. this.pr_detail = new System.Windows.Forms.Label();
  39. this.TSNLength_checkBox = new System.Windows.Forms.CheckBox();
  40. this.SNLength_checkBox = new System.Windows.Forms.CheckBox();
  41. this.TSNPre_checkBox = new System.Windows.Forms.CheckBox();
  42. this.SNPre_checkBox = new System.Windows.Forms.CheckBox();
  43. this.TSNLength = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  44. this.SNLength = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  45. this.TSNPre = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  46. this.SNPre = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  47. this.tip = new System.Windows.Forms.Label();
  48. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  49. this.cancel = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  50. this.in_label = new System.Windows.Forms.Label();
  51. this.code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  52. this.SuspendLayout();
  53. //
  54. // ms_macode_label
  55. //
  56. this.ms_macode_label.AutoSize = true;
  57. this.ms_macode_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  58. this.ms_macode_label.Location = new System.Drawing.Point(38, 36);
  59. this.ms_macode_label.Name = "ms_macode_label";
  60. this.ms_macode_label.Size = new System.Drawing.Size(110, 31);
  61. this.ms_macode_label.TabIndex = 0;
  62. this.ms_macode_label.Text = "工单编号";
  63. //
  64. // ma_prodcode_label
  65. //
  66. this.ma_prodcode_label.AutoSize = true;
  67. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  68. this.ma_prodcode_label.Location = new System.Drawing.Point(442, 36);
  69. this.ma_prodcode_label.Name = "ma_prodcode_label";
  70. this.ma_prodcode_label.Size = new System.Drawing.Size(110, 31);
  71. this.ma_prodcode_label.TabIndex = 1;
  72. this.ma_prodcode_label.Text = "产品编号";
  73. //
  74. // pr_detail_label
  75. //
  76. this.pr_detail_label.AutoSize = true;
  77. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  78. this.pr_detail_label.Location = new System.Drawing.Point(804, 36);
  79. this.pr_detail_label.Name = "pr_detail_label";
  80. this.pr_detail_label.Size = new System.Drawing.Size(110, 31);
  81. this.pr_detail_label.TabIndex = 2;
  82. this.pr_detail_label.Text = "产品名称";
  83. //
  84. // remain_qty_label
  85. //
  86. this.remain_qty_label.AutoSize = true;
  87. this.remain_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  88. this.remain_qty_label.Location = new System.Drawing.Point(38, 91);
  89. this.remain_qty_label.Name = "remain_qty_label";
  90. this.remain_qty_label.Size = new System.Drawing.Size(86, 31);
  91. this.remain_qty_label.TabIndex = 3;
  92. this.remain_qty_label.Text = "剩余数";
  93. //
  94. // PrintNum_label
  95. //
  96. this.PrintNum_label.AutoSize = true;
  97. this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  98. this.PrintNum_label.Location = new System.Drawing.Point(442, 91);
  99. this.PrintNum_label.Name = "PrintNum_label";
  100. this.PrintNum_label.Size = new System.Drawing.Size(62, 31);
  101. this.PrintNum_label.TabIndex = 4;
  102. this.PrintNum_label.Text = "计数";
  103. //
  104. // ms_macode
  105. //
  106. this.ms_macode.AutoSize = true;
  107. this.ms_macode.Font = new System.Drawing.Font("微软雅黑", 12F);
  108. this.ms_macode.Location = new System.Drawing.Point(185, 36);
  109. this.ms_macode.Name = "ms_macode";
  110. this.ms_macode.Size = new System.Drawing.Size(0, 31);
  111. this.ms_macode.TabIndex = 5;
  112. this.ms_macode.TextChanged += new System.EventHandler(this.ms_macode_TextChanged);
  113. //
  114. // remain_qty
  115. //
  116. this.remain_qty.AutoSize = true;
  117. this.remain_qty.Font = new System.Drawing.Font("微软雅黑", 12F);
  118. this.remain_qty.Location = new System.Drawing.Point(185, 90);
  119. this.remain_qty.Name = "remain_qty";
  120. this.remain_qty.Size = new System.Drawing.Size(0, 31);
  121. this.remain_qty.TabIndex = 6;
  122. //
  123. // ma_prodcode
  124. //
  125. this.ma_prodcode.AutoSize = true;
  126. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  127. this.ma_prodcode.Location = new System.Drawing.Point(576, 36);
  128. this.ma_prodcode.Name = "ma_prodcode";
  129. this.ma_prodcode.Size = new System.Drawing.Size(0, 31);
  130. this.ma_prodcode.TabIndex = 7;
  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(576, 91);
  137. this.count.Name = "count";
  138. this.count.Size = new System.Drawing.Size(28, 31);
  139. this.count.TabIndex = 8;
  140. this.count.Text = "0";
  141. //
  142. // pr_detail
  143. //
  144. this.pr_detail.AutoSize = true;
  145. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  146. this.pr_detail.Location = new System.Drawing.Point(946, 36);
  147. this.pr_detail.Name = "pr_detail";
  148. this.pr_detail.Size = new System.Drawing.Size(0, 31);
  149. this.pr_detail.TabIndex = 9;
  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(44, 153);
  156. this.TSNLength_checkBox.Name = "TSNLength_checkBox";
  157. this.TSNLength_checkBox.Size = new System.Drawing.Size(117, 31);
  158. this.TSNLength_checkBox.TabIndex = 10;
  159. this.TSNLength_checkBox.Text = "TSN长度";
  160. this.TSNLength_checkBox.UseVisualStyleBackColor = true;
  161. //
  162. // SNLength_checkBox
  163. //
  164. this.SNLength_checkBox.AutoSize = true;
  165. this.SNLength_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  166. this.SNLength_checkBox.Location = new System.Drawing.Point(44, 200);
  167. this.SNLength_checkBox.Name = "SNLength_checkBox";
  168. this.SNLength_checkBox.Size = new System.Drawing.Size(106, 31);
  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(448, 153);
  178. this.TSNPre_checkBox.Name = "TSNPre_checkBox";
  179. this.TSNPre_checkBox.Size = new System.Drawing.Size(117, 31);
  180. this.TSNPre_checkBox.TabIndex = 12;
  181. this.TSNPre_checkBox.Text = "TSN前缀";
  182. this.TSNPre_checkBox.UseVisualStyleBackColor = true;
  183. //
  184. // SNPre_checkBox
  185. //
  186. this.SNPre_checkBox.AutoSize = true;
  187. this.SNPre_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  188. this.SNPre_checkBox.Location = new System.Drawing.Point(448, 201);
  189. this.SNPre_checkBox.Name = "SNPre_checkBox";
  190. this.SNPre_checkBox.Size = new System.Drawing.Size(106, 31);
  191. this.SNPre_checkBox.TabIndex = 13;
  192. this.SNPre_checkBox.Text = "SN前缀";
  193. this.SNPre_checkBox.UseVisualStyleBackColor = true;
  194. //
  195. // TSNLength
  196. //
  197. this.TSNLength.AllPower = null;
  198. this.TSNLength.BackColor = System.Drawing.Color.White;
  199. this.TSNLength.Font = new System.Drawing.Font("微软雅黑", 10F);
  200. this.TSNLength.ID = null;
  201. this.TSNLength.Location = new System.Drawing.Point(191, 151);
  202. this.TSNLength.Name = "TSNLength";
  203. this.TSNLength.Negative = false;
  204. this.TSNLength.Power = null;
  205. this.TSNLength.Size = new System.Drawing.Size(213, 34);
  206. this.TSNLength.Str = null;
  207. this.TSNLength.Str1 = null;
  208. this.TSNLength.Str2 = null;
  209. this.TSNLength.TabIndex = 14;
  210. //
  211. // SNLength
  212. //
  213. this.SNLength.AllPower = null;
  214. this.SNLength.BackColor = System.Drawing.Color.White;
  215. this.SNLength.Font = new System.Drawing.Font("微软雅黑", 10F);
  216. this.SNLength.ID = null;
  217. this.SNLength.Location = new System.Drawing.Point(191, 197);
  218. this.SNLength.Name = "SNLength";
  219. this.SNLength.Negative = false;
  220. this.SNLength.Power = null;
  221. this.SNLength.Size = new System.Drawing.Size(213, 34);
  222. this.SNLength.Str = null;
  223. this.SNLength.Str1 = null;
  224. this.SNLength.Str2 = null;
  225. this.SNLength.TabIndex = 15;
  226. //
  227. // TSNPre
  228. //
  229. this.TSNPre.AllPower = null;
  230. this.TSNPre.BackColor = System.Drawing.Color.White;
  231. this.TSNPre.Font = new System.Drawing.Font("微软雅黑", 10F);
  232. this.TSNPre.ID = null;
  233. this.TSNPre.Location = new System.Drawing.Point(582, 151);
  234. this.TSNPre.Name = "TSNPre";
  235. this.TSNPre.Power = null;
  236. this.TSNPre.Size = new System.Drawing.Size(210, 34);
  237. this.TSNPre.Str = null;
  238. this.TSNPre.Str1 = null;
  239. this.TSNPre.Str2 = null;
  240. this.TSNPre.TabIndex = 16;
  241. //
  242. // SNPre
  243. //
  244. this.SNPre.AllPower = null;
  245. this.SNPre.BackColor = System.Drawing.Color.White;
  246. this.SNPre.Font = new System.Drawing.Font("微软雅黑", 10F);
  247. this.SNPre.ID = null;
  248. this.SNPre.Location = new System.Drawing.Point(582, 200);
  249. this.SNPre.Name = "SNPre";
  250. this.SNPre.Power = null;
  251. this.SNPre.Size = new System.Drawing.Size(210, 34);
  252. this.SNPre.Str = null;
  253. this.SNPre.Str1 = null;
  254. this.SNPre.Str2 = null;
  255. this.SNPre.TabIndex = 17;
  256. //
  257. // tip
  258. //
  259. this.tip.AutoSize = true;
  260. this.tip.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  261. this.tip.Location = new System.Drawing.Point(41, 252);
  262. this.tip.Name = "tip";
  263. this.tip.Size = new System.Drawing.Size(158, 31);
  264. this.tip.TabIndex = 18;
  265. this.tip.Text = "采集提示信息";
  266. //
  267. // OperateResult
  268. //
  269. this.OperateResult.Location = new System.Drawing.Point(44, 291);
  270. this.OperateResult.Name = "OperateResult";
  271. this.OperateResult.Size = new System.Drawing.Size(1159, 356);
  272. this.OperateResult.TabIndex = 19;
  273. this.OperateResult.Text = "";
  274. //
  275. // cancel
  276. //
  277. this.cancel.AllPower = null;
  278. this.cancel.BackColor = System.Drawing.Color.Transparent;
  279. this.cancel.DownImage = ((System.Drawing.Image)(resources.GetObject("cancel.DownImage")));
  280. this.cancel.Image = null;
  281. this.cancel.IsShowBorder = true;
  282. this.cancel.Location = new System.Drawing.Point(429, 669);
  283. this.cancel.MoveImage = ((System.Drawing.Image)(resources.GetObject("cancel.MoveImage")));
  284. this.cancel.Name = "cancel";
  285. this.cancel.NormalImage = ((System.Drawing.Image)(resources.GetObject("cancel.NormalImage")));
  286. this.cancel.Power = null;
  287. this.cancel.Size = new System.Drawing.Size(75, 28);
  288. this.cancel.TabIndex = 20;
  289. this.cancel.Text = "取消";
  290. this.cancel.UseVisualStyleBackColor = false;
  291. this.cancel.Click += new System.EventHandler(this.cancel_Click);
  292. //
  293. // in_label
  294. //
  295. this.in_label.AutoSize = true;
  296. this.in_label.Font = new System.Drawing.Font("微软雅黑", 10F);
  297. this.in_label.Location = new System.Drawing.Point(52, 672);
  298. this.in_label.Name = "in_label";
  299. this.in_label.Size = new System.Drawing.Size(72, 27);
  300. this.in_label.TabIndex = 21;
  301. this.in_label.Text = "录入框";
  302. //
  303. // code
  304. //
  305. this.code.AllPower = null;
  306. this.code.BackColor = System.Drawing.Color.White;
  307. this.code.ID = null;
  308. this.code.Location = new System.Drawing.Point(147, 669);
  309. this.code.Name = "code";
  310. this.code.Power = null;
  311. this.code.Size = new System.Drawing.Size(196, 28);
  312. this.code.Str = null;
  313. this.code.Str1 = null;
  314. this.code.Str2 = null;
  315. this.code.TabIndex = 22;
  316. this.code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.code_KeyDown);
  317. //
  318. // Make_SeqProgramTransform
  319. //
  320. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  321. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  322. this.ClientSize = new System.Drawing.Size(1252, 712);
  323. this.Controls.Add(this.code);
  324. this.Controls.Add(this.in_label);
  325. this.Controls.Add(this.cancel);
  326. this.Controls.Add(this.OperateResult);
  327. this.Controls.Add(this.tip);
  328. this.Controls.Add(this.SNPre);
  329. this.Controls.Add(this.TSNPre);
  330. this.Controls.Add(this.SNLength);
  331. this.Controls.Add(this.TSNLength);
  332. this.Controls.Add(this.SNPre_checkBox);
  333. this.Controls.Add(this.TSNPre_checkBox);
  334. this.Controls.Add(this.SNLength_checkBox);
  335. this.Controls.Add(this.TSNLength_checkBox);
  336. this.Controls.Add(this.pr_detail);
  337. this.Controls.Add(this.count);
  338. this.Controls.Add(this.ma_prodcode);
  339. this.Controls.Add(this.remain_qty);
  340. this.Controls.Add(this.ms_macode);
  341. this.Controls.Add(this.PrintNum_label);
  342. this.Controls.Add(this.remain_qty_label);
  343. this.Controls.Add(this.pr_detail_label);
  344. this.Controls.Add(this.ma_prodcode_label);
  345. this.Controls.Add(this.ms_macode_label);
  346. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  347. this.Name = "Make_SeqProgramTransform";
  348. this.Tag = "Make!SeqProgramTransform";
  349. this.Load += new System.EventHandler(this.Make_SeqProgramTransform_Load);
  350. this.SizeChanged += new System.EventHandler(this.序列烧录转换_SizeChanged);
  351. this.ResumeLayout(false);
  352. this.PerformLayout();
  353. }
  354. #endregion
  355. private System.Windows.Forms.Label ms_macode_label;
  356. private System.Windows.Forms.Label ma_prodcode_label;
  357. private System.Windows.Forms.Label pr_detail_label;
  358. private System.Windows.Forms.Label remain_qty_label;
  359. private System.Windows.Forms.Label PrintNum_label;
  360. private System.Windows.Forms.Label ms_macode;
  361. private System.Windows.Forms.Label remain_qty;
  362. private System.Windows.Forms.Label ma_prodcode;
  363. private System.Windows.Forms.Label count;
  364. private System.Windows.Forms.Label pr_detail;
  365. private System.Windows.Forms.CheckBox TSNLength_checkBox;
  366. private System.Windows.Forms.CheckBox SNLength_checkBox;
  367. private System.Windows.Forms.CheckBox TSNPre_checkBox;
  368. private System.Windows.Forms.CheckBox SNPre_checkBox;
  369. private CustomControl.TextBoxWithIcon.NumOnlyTextBox TSNLength;
  370. private CustomControl.TextBoxWithIcon.NumOnlyTextBox SNLength;
  371. private CustomControl.TextBoxWithIcon.EnterTextBox TSNPre;
  372. private CustomControl.TextBoxWithIcon.EnterTextBox SNPre;
  373. private System.Windows.Forms.Label tip;
  374. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  375. private CustomControl.ButtonUtil.NormalButton cancel;
  376. private System.Windows.Forms.Label in_label;
  377. private CustomControl.TextBoxWithIcon.EnterTextBox code;
  378. }
  379. }