Make_SeqProgramTransform.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  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(801, 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(191, 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. //
  113. // remain_qty
  114. //
  115. this.remain_qty.AutoSize = true;
  116. this.remain_qty.Font = new System.Drawing.Font("微软雅黑", 12F);
  117. this.remain_qty.Location = new System.Drawing.Point(185, 90);
  118. this.remain_qty.Name = "remain_qty";
  119. this.remain_qty.Size = new System.Drawing.Size(0, 31);
  120. this.remain_qty.TabIndex = 6;
  121. //
  122. // ma_prodcode
  123. //
  124. this.ma_prodcode.AutoSize = true;
  125. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  126. this.ma_prodcode.Location = new System.Drawing.Point(570, 36);
  127. this.ma_prodcode.Name = "ma_prodcode";
  128. this.ma_prodcode.Size = new System.Drawing.Size(0, 31);
  129. this.ma_prodcode.TabIndex = 7;
  130. //
  131. // count
  132. //
  133. this.count.AutoSize = true;
  134. this.count.Font = new System.Drawing.Font("微软雅黑", 12F);
  135. this.count.Location = new System.Drawing.Point(558, 91);
  136. this.count.Name = "count";
  137. this.count.Size = new System.Drawing.Size(0, 31);
  138. this.count.TabIndex = 8;
  139. //
  140. // pr_detail
  141. //
  142. this.pr_detail.AutoSize = true;
  143. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  144. this.pr_detail.Location = new System.Drawing.Point(955, 36);
  145. this.pr_detail.Name = "pr_detail";
  146. this.pr_detail.Size = new System.Drawing.Size(0, 31);
  147. this.pr_detail.TabIndex = 9;
  148. //
  149. // TSNLength_checkBox
  150. //
  151. this.TSNLength_checkBox.AutoSize = true;
  152. this.TSNLength_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  153. this.TSNLength_checkBox.Location = new System.Drawing.Point(44, 153);
  154. this.TSNLength_checkBox.Name = "TSNLength_checkBox";
  155. this.TSNLength_checkBox.Size = new System.Drawing.Size(117, 31);
  156. this.TSNLength_checkBox.TabIndex = 10;
  157. this.TSNLength_checkBox.Text = "TSN长度";
  158. this.TSNLength_checkBox.UseVisualStyleBackColor = true;
  159. //
  160. // SNLength_checkBox
  161. //
  162. this.SNLength_checkBox.AutoSize = true;
  163. this.SNLength_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  164. this.SNLength_checkBox.Location = new System.Drawing.Point(44, 200);
  165. this.SNLength_checkBox.Name = "SNLength_checkBox";
  166. this.SNLength_checkBox.Size = new System.Drawing.Size(106, 31);
  167. this.SNLength_checkBox.TabIndex = 11;
  168. this.SNLength_checkBox.Text = "SN长度";
  169. this.SNLength_checkBox.UseVisualStyleBackColor = true;
  170. //
  171. // TSNPre_checkBox
  172. //
  173. this.TSNPre_checkBox.AutoSize = true;
  174. this.TSNPre_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  175. this.TSNPre_checkBox.Location = new System.Drawing.Point(448, 153);
  176. this.TSNPre_checkBox.Name = "TSNPre_checkBox";
  177. this.TSNPre_checkBox.Size = new System.Drawing.Size(117, 31);
  178. this.TSNPre_checkBox.TabIndex = 12;
  179. this.TSNPre_checkBox.Text = "TSN前缀";
  180. this.TSNPre_checkBox.UseVisualStyleBackColor = true;
  181. //
  182. // SNPre_checkBox
  183. //
  184. this.SNPre_checkBox.AutoSize = true;
  185. this.SNPre_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  186. this.SNPre_checkBox.Location = new System.Drawing.Point(448, 201);
  187. this.SNPre_checkBox.Name = "SNPre_checkBox";
  188. this.SNPre_checkBox.Size = new System.Drawing.Size(106, 31);
  189. this.SNPre_checkBox.TabIndex = 13;
  190. this.SNPre_checkBox.Text = "SN前缀";
  191. this.SNPre_checkBox.UseVisualStyleBackColor = true;
  192. //
  193. // TSNLength
  194. //
  195. this.TSNLength.AllPower = null;
  196. this.TSNLength.BackColor = System.Drawing.Color.White;
  197. this.TSNLength.ID = null;
  198. this.TSNLength.Location = new System.Drawing.Point(191, 155);
  199. this.TSNLength.Name = "TSNLength";
  200. this.TSNLength.Negative = false;
  201. this.TSNLength.Power = null;
  202. this.TSNLength.Size = new System.Drawing.Size(196, 28);
  203. this.TSNLength.Str = null;
  204. this.TSNLength.Str1 = null;
  205. this.TSNLength.Str2 = null;
  206. this.TSNLength.TabIndex = 14;
  207. //
  208. // SNLength
  209. //
  210. this.SNLength.AllPower = null;
  211. this.SNLength.BackColor = System.Drawing.Color.White;
  212. this.SNLength.ID = null;
  213. this.SNLength.Location = new System.Drawing.Point(191, 203);
  214. this.SNLength.Name = "SNLength";
  215. this.SNLength.Negative = false;
  216. this.SNLength.Power = null;
  217. this.SNLength.Size = new System.Drawing.Size(196, 28);
  218. this.SNLength.Str = null;
  219. this.SNLength.Str1 = null;
  220. this.SNLength.Str2 = null;
  221. this.SNLength.TabIndex = 15;
  222. //
  223. // TSNPre
  224. //
  225. this.TSNPre.AllPower = null;
  226. this.TSNPre.BackColor = System.Drawing.Color.White;
  227. this.TSNPre.ID = null;
  228. this.TSNPre.Location = new System.Drawing.Point(601, 155);
  229. this.TSNPre.Name = "TSNPre";
  230. this.TSNPre.Power = null;
  231. this.TSNPre.Size = new System.Drawing.Size(196, 28);
  232. this.TSNPre.Str = null;
  233. this.TSNPre.Str1 = null;
  234. this.TSNPre.Str2 = null;
  235. this.TSNPre.TabIndex = 16;
  236. //
  237. // SNPre
  238. //
  239. this.SNPre.AllPower = null;
  240. this.SNPre.BackColor = System.Drawing.Color.White;
  241. this.SNPre.ID = null;
  242. this.SNPre.Location = new System.Drawing.Point(601, 203);
  243. this.SNPre.Name = "SNPre";
  244. this.SNPre.Power = null;
  245. this.SNPre.Size = new System.Drawing.Size(196, 28);
  246. this.SNPre.Str = null;
  247. this.SNPre.Str1 = null;
  248. this.SNPre.Str2 = null;
  249. this.SNPre.TabIndex = 17;
  250. //
  251. // tip
  252. //
  253. this.tip.AutoSize = true;
  254. this.tip.Location = new System.Drawing.Point(41, 252);
  255. this.tip.Name = "tip";
  256. this.tip.Size = new System.Drawing.Size(116, 18);
  257. this.tip.TabIndex = 18;
  258. this.tip.Text = "采集提示信息";
  259. //
  260. // OperateResult
  261. //
  262. this.OperateResult.Location = new System.Drawing.Point(44, 291);
  263. this.OperateResult.Name = "OperateResult";
  264. this.OperateResult.Size = new System.Drawing.Size(1159, 356);
  265. this.OperateResult.TabIndex = 19;
  266. this.OperateResult.Text = "";
  267. //
  268. // cancel
  269. //
  270. this.cancel.AllPower = null;
  271. this.cancel.BackColor = System.Drawing.Color.Transparent;
  272. this.cancel.DownImage = ((System.Drawing.Image)(resources.GetObject("cancel.DownImage")));
  273. this.cancel.Image = null;
  274. this.cancel.IsShowBorder = true;
  275. this.cancel.Location = new System.Drawing.Point(429, 669);
  276. this.cancel.MoveImage = ((System.Drawing.Image)(resources.GetObject("cancel.MoveImage")));
  277. this.cancel.Name = "cancel";
  278. this.cancel.NormalImage = ((System.Drawing.Image)(resources.GetObject("cancel.NormalImage")));
  279. this.cancel.Power = null;
  280. this.cancel.Size = new System.Drawing.Size(75, 28);
  281. this.cancel.TabIndex = 20;
  282. this.cancel.Text = "取消";
  283. this.cancel.UseVisualStyleBackColor = false;
  284. //
  285. // in_label
  286. //
  287. this.in_label.AutoSize = true;
  288. this.in_label.Font = new System.Drawing.Font("微软雅黑", 10F);
  289. this.in_label.Location = new System.Drawing.Point(52, 672);
  290. this.in_label.Name = "in_label";
  291. this.in_label.Size = new System.Drawing.Size(72, 27);
  292. this.in_label.TabIndex = 21;
  293. this.in_label.Text = "录入框";
  294. //
  295. // code
  296. //
  297. this.code.AllPower = null;
  298. this.code.BackColor = System.Drawing.Color.White;
  299. this.code.ID = null;
  300. this.code.Location = new System.Drawing.Point(147, 669);
  301. this.code.Name = "code";
  302. this.code.Power = null;
  303. this.code.Size = new System.Drawing.Size(196, 28);
  304. this.code.Str = null;
  305. this.code.Str1 = null;
  306. this.code.Str2 = null;
  307. this.code.TabIndex = 22;
  308. this.code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.code_KeyDown);
  309. //
  310. // Make_SeqProgramTransform
  311. //
  312. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  313. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  314. this.ClientSize = new System.Drawing.Size(1252, 712);
  315. this.Controls.Add(this.code);
  316. this.Controls.Add(this.in_label);
  317. this.Controls.Add(this.cancel);
  318. this.Controls.Add(this.OperateResult);
  319. this.Controls.Add(this.tip);
  320. this.Controls.Add(this.SNPre);
  321. this.Controls.Add(this.TSNPre);
  322. this.Controls.Add(this.SNLength);
  323. this.Controls.Add(this.TSNLength);
  324. this.Controls.Add(this.SNPre_checkBox);
  325. this.Controls.Add(this.TSNPre_checkBox);
  326. this.Controls.Add(this.SNLength_checkBox);
  327. this.Controls.Add(this.TSNLength_checkBox);
  328. this.Controls.Add(this.pr_detail);
  329. this.Controls.Add(this.count);
  330. this.Controls.Add(this.ma_prodcode);
  331. this.Controls.Add(this.remain_qty);
  332. this.Controls.Add(this.ms_macode);
  333. this.Controls.Add(this.PrintNum_label);
  334. this.Controls.Add(this.remain_qty_label);
  335. this.Controls.Add(this.pr_detail_label);
  336. this.Controls.Add(this.ma_prodcode_label);
  337. this.Controls.Add(this.ms_macode_label);
  338. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  339. this.Name = "Make_SeqProgramTransform";
  340. this.Tag = "Make!SeqProgramTransform";
  341. this.Load += new System.EventHandler(this.Make_SeqProgramTransform_Load);
  342. this.SizeChanged += new System.EventHandler(this.序列烧录转换_SizeChanged);
  343. this.ResumeLayout(false);
  344. this.PerformLayout();
  345. }
  346. #endregion
  347. private System.Windows.Forms.Label ms_macode_label;
  348. private System.Windows.Forms.Label ma_prodcode_label;
  349. private System.Windows.Forms.Label pr_detail_label;
  350. private System.Windows.Forms.Label remain_qty_label;
  351. private System.Windows.Forms.Label PrintNum_label;
  352. private System.Windows.Forms.Label ms_macode;
  353. private System.Windows.Forms.Label remain_qty;
  354. private System.Windows.Forms.Label ma_prodcode;
  355. private System.Windows.Forms.Label count;
  356. private System.Windows.Forms.Label pr_detail;
  357. private System.Windows.Forms.CheckBox TSNLength_checkBox;
  358. private System.Windows.Forms.CheckBox SNLength_checkBox;
  359. private System.Windows.Forms.CheckBox TSNPre_checkBox;
  360. private System.Windows.Forms.CheckBox SNPre_checkBox;
  361. private CustomControl.TextBoxWithIcon.NumOnlyTextBox TSNLength;
  362. private CustomControl.TextBoxWithIcon.NumOnlyTextBox SNLength;
  363. private CustomControl.TextBoxWithIcon.EnterTextBox TSNPre;
  364. private CustomControl.TextBoxWithIcon.EnterTextBox SNPre;
  365. private System.Windows.Forms.Label tip;
  366. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  367. private CustomControl.ButtonUtil.NormalButton cancel;
  368. private System.Windows.Forms.Label in_label;
  369. private CustomControl.TextBoxWithIcon.EnterTextBox code;
  370. }
  371. }