Make_CheckRFID.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_CheckRFID
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_CheckRFID));
  30. this.pr_detail_label = new System.Windows.Forms.Label();
  31. this.sncode_label = new System.Windows.Forms.Label();
  32. this.mcd_remainqty_label = new System.Windows.Forms.Label();
  33. this.mcd_okqty_label = new System.Windows.Forms.Label();
  34. this.pr_code_label = new System.Windows.Forms.Label();
  35. this.ms_makecode_label = new System.Windows.Forms.Label();
  36. this.CollectRemark = new System.Windows.Forms.CheckBox();
  37. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  38. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  39. this.Remark = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  40. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  41. this.mcd_remainqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueNumLabel(this.components);
  42. this.mcd_okqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueNumLabel(this.components);
  43. this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  44. this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  45. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  46. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  47. this.BaudRate_label = new System.Windows.Forms.Label();
  48. this.BaudRate = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  49. this.SerialPortComBox_label = new System.Windows.Forms.Label();
  50. this.ComList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.SerialPortCombox();
  51. this.Connect = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  52. this.Delay = new System.Windows.Forms.NumericUpDown();
  53. this.label1 = new System.Windows.Forms.Label();
  54. ((System.ComponentModel.ISupportInitialize)(this.Delay)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // pr_detail_label
  58. //
  59. this.pr_detail_label.AutoSize = true;
  60. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.pr_detail_label.Location = new System.Drawing.Point(931, 42);
  62. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  63. this.pr_detail_label.Name = "pr_detail_label";
  64. this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
  65. this.pr_detail_label.TabIndex = 171;
  66. this.pr_detail_label.Text = "产品名称";
  67. //
  68. // sncode_label
  69. //
  70. this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  71. | System.Windows.Forms.AnchorStyles.Left)));
  72. this.sncode_label.AutoSize = true;
  73. this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.sncode_label.Location = new System.Drawing.Point(24, 830);
  75. this.sncode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  76. this.sncode_label.Name = "sncode_label";
  77. this.sncode_label.Size = new System.Drawing.Size(114, 41);
  78. this.sncode_label.TabIndex = 170;
  79. this.sncode_label.Text = "序列号";
  80. //
  81. // mcd_remainqty_label
  82. //
  83. this.mcd_remainqty_label.AutoSize = true;
  84. this.mcd_remainqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.mcd_remainqty_label.Location = new System.Drawing.Point(493, 136);
  86. this.mcd_remainqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  87. this.mcd_remainqty_label.Name = "mcd_remainqty_label";
  88. this.mcd_remainqty_label.Size = new System.Drawing.Size(114, 41);
  89. this.mcd_remainqty_label.TabIndex = 166;
  90. this.mcd_remainqty_label.Text = "剩余数";
  91. //
  92. // mcd_okqty_label
  93. //
  94. this.mcd_okqty_label.AutoSize = true;
  95. this.mcd_okqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.mcd_okqty_label.Location = new System.Drawing.Point(24, 136);
  97. this.mcd_okqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  98. this.mcd_okqty_label.Name = "mcd_okqty_label";
  99. this.mcd_okqty_label.Size = new System.Drawing.Size(146, 41);
  100. this.mcd_okqty_label.TabIndex = 165;
  101. this.mcd_okqty_label.Text = "打印计数";
  102. //
  103. // pr_code_label
  104. //
  105. this.pr_code_label.AutoSize = true;
  106. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.pr_code_label.Location = new System.Drawing.Point(493, 42);
  108. this.pr_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  109. this.pr_code_label.Name = "pr_code_label";
  110. this.pr_code_label.Size = new System.Drawing.Size(146, 41);
  111. this.pr_code_label.TabIndex = 164;
  112. this.pr_code_label.Text = "产品编号";
  113. //
  114. // ms_makecode_label
  115. //
  116. this.ms_makecode_label.AutoSize = true;
  117. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.ms_makecode_label.Location = new System.Drawing.Point(25, 42);
  119. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  120. this.ms_makecode_label.Name = "ms_makecode_label";
  121. this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
  122. this.ms_makecode_label.TabIndex = 163;
  123. this.ms_makecode_label.Text = "工单编号";
  124. //
  125. // CollectRemark
  126. //
  127. this.CollectRemark.AutoSize = true;
  128. this.CollectRemark.Checked = true;
  129. this.CollectRemark.CheckState = System.Windows.Forms.CheckState.Checked;
  130. this.CollectRemark.Font = new System.Drawing.Font("微软雅黑", 10F);
  131. this.CollectRemark.Location = new System.Drawing.Point(1437, 315);
  132. this.CollectRemark.Margin = new System.Windows.Forms.Padding(6);
  133. this.CollectRemark.Name = "CollectRemark";
  134. this.CollectRemark.Size = new System.Drawing.Size(155, 39);
  135. this.CollectRemark.TabIndex = 197;
  136. this.CollectRemark.Text = "采集备注";
  137. this.CollectRemark.UseVisualStyleBackColor = true;
  138. //
  139. // LockMakeCode
  140. //
  141. this.LockMakeCode.AutoSize = true;
  142. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.LockMakeCode.LeaveEvent = false;
  144. this.LockMakeCode.Location = new System.Drawing.Point(392, 48);
  145. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(6);
  146. this.LockMakeCode.Name = "LockMakeCode";
  147. this.LockMakeCode.Size = new System.Drawing.Size(94, 35);
  148. this.LockMakeCode.TabIndex = 199;
  149. this.LockMakeCode.Text = "锁定";
  150. this.LockMakeCode.UseVisualStyleBackColor = true;
  151. //
  152. // ma_code
  153. //
  154. this.ma_code.AllPower = null;
  155. this.ma_code.Caller = null;
  156. this.ma_code.Condition = null;
  157. this.ma_code.DBTitle = null;
  158. this.ma_code.FormName = null;
  159. this.ma_code.Location = new System.Drawing.Point(177, 46);
  160. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  161. this.ma_code.Name = "ma_code";
  162. this.ma_code.Power = null;
  163. this.ma_code.ReturnData = null;
  164. this.ma_code.SelectField = null;
  165. this.ma_code.SetValueField = null;
  166. this.ma_code.Size = new System.Drawing.Size(203, 42);
  167. this.ma_code.TabIndex = 198;
  168. this.ma_code.TableName = null;
  169. this.ma_code.TextBoxEnable = true;
  170. //
  171. // Remark
  172. //
  173. this.Remark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.Remark.Location = new System.Drawing.Point(1430, 370);
  175. this.Remark.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3);
  176. this.Remark.Name = "Remark";
  177. this.Remark.Size = new System.Drawing.Size(378, 156);
  178. this.Remark.TabIndex = 196;
  179. this.Remark.Text = "";
  180. //
  181. // StepCount
  182. //
  183. this.StepCount.LineCode = null;
  184. this.StepCount.Location = new System.Drawing.Point(931, 136);
  185. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  186. this.StepCount.Name = "StepCount";
  187. this.StepCount.Size = new System.Drawing.Size(176, 45);
  188. this.StepCount.Source = null;
  189. this.StepCount.StepCode = null;
  190. this.StepCount.TabIndex = 183;
  191. this.StepCount.Load += new System.EventHandler(this.StepCount_Load);
  192. //
  193. // mcd_remainqty
  194. //
  195. this.mcd_remainqty.AutoSize = true;
  196. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.mcd_remainqty.Location = new System.Drawing.Point(617, 136);
  198. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  199. this.mcd_remainqty.Name = "mcd_remainqty";
  200. this.mcd_remainqty.Size = new System.Drawing.Size(37, 41);
  201. this.mcd_remainqty.TabIndex = 177;
  202. this.mcd_remainqty.Text = "0";
  203. //
  204. // mcd_okqty
  205. //
  206. this.mcd_okqty.AutoSize = true;
  207. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.mcd_okqty.Location = new System.Drawing.Point(170, 136);
  209. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  210. this.mcd_okqty.Name = "mcd_okqty";
  211. this.mcd_okqty.Size = new System.Drawing.Size(37, 41);
  212. this.mcd_okqty.TabIndex = 176;
  213. this.mcd_okqty.Text = "0";
  214. //
  215. // ma_prodcode
  216. //
  217. this.ma_prodcode.AutoSize = true;
  218. this.ma_prodcode.CutLength = null;
  219. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.ma_prodcode.Location = new System.Drawing.Point(639, 42);
  221. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  222. this.ma_prodcode.MaximumSize = new System.Drawing.Size(266, 0);
  223. this.ma_prodcode.Name = "ma_prodcode";
  224. this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
  225. this.ma_prodcode.TabIndex = 175;
  226. this.ma_prodcode.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  227. //
  228. // pr_detail
  229. //
  230. this.pr_detail.AutoSize = true;
  231. this.pr_detail.CutLength = null;
  232. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.pr_detail.Location = new System.Drawing.Point(1089, 42);
  234. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  235. this.pr_detail.MaximumSize = new System.Drawing.Size(266, 0);
  236. this.pr_detail.Name = "pr_detail";
  237. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  238. this.pr_detail.TabIndex = 174;
  239. //
  240. // sncode
  241. //
  242. this.sncode.AllPower = "ifall";
  243. this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  244. | System.Windows.Forms.AnchorStyles.Left)));
  245. this.sncode.BackColor = System.Drawing.Color.White;
  246. this.sncode.ID = null;
  247. this.sncode.Location = new System.Drawing.Point(190, 830);
  248. this.sncode.Margin = new System.Windows.Forms.Padding(6);
  249. this.sncode.Name = "sncode";
  250. this.sncode.Power = null;
  251. this.sncode.Size = new System.Drawing.Size(388, 35);
  252. this.sncode.Str = null;
  253. this.sncode.Str1 = null;
  254. this.sncode.Str2 = null;
  255. this.sncode.TabIndex = 169;
  256. this.sncode.Tag = "ifRead";
  257. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  258. //
  259. // OperateResult
  260. //
  261. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.OperateResult.Location = new System.Drawing.Point(1, 204);
  263. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  264. this.OperateResult.Name = "OperateResult";
  265. this.OperateResult.Size = new System.Drawing.Size(1360, 580);
  266. this.OperateResult.TabIndex = 168;
  267. this.OperateResult.Text = "";
  268. //
  269. // BaudRate_label
  270. //
  271. this.BaudRate_label.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  272. | System.Windows.Forms.AnchorStyles.Left)
  273. | System.Windows.Forms.AnchorStyles.Right)));
  274. this.BaudRate_label.AutoSize = true;
  275. this.BaudRate_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.BaudRate_label.Location = new System.Drawing.Point(1344, 118);
  277. this.BaudRate_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  278. this.BaudRate_label.Name = "BaudRate_label";
  279. this.BaudRate_label.Size = new System.Drawing.Size(114, 41);
  280. this.BaudRate_label.TabIndex = 203;
  281. this.BaudRate_label.Text = "波特率";
  282. //
  283. // BaudRate
  284. //
  285. this.BaudRate.AllPower = null;
  286. this.BaudRate.BackColor = System.Drawing.Color.White;
  287. this.BaudRate.ID = null;
  288. this.BaudRate.Location = new System.Drawing.Point(1480, 122);
  289. this.BaudRate.Margin = new System.Windows.Forms.Padding(4);
  290. this.BaudRate.Name = "BaudRate";
  291. this.BaudRate.Negative = false;
  292. this.BaudRate.Power = null;
  293. this.BaudRate.Size = new System.Drawing.Size(276, 35);
  294. this.BaudRate.Str = null;
  295. this.BaudRate.Str1 = null;
  296. this.BaudRate.Str2 = null;
  297. this.BaudRate.TabIndex = 202;
  298. this.BaudRate.Text = "115200";
  299. //
  300. // SerialPortComBox_label
  301. //
  302. this.SerialPortComBox_label.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  303. | System.Windows.Forms.AnchorStyles.Left)
  304. | System.Windows.Forms.AnchorStyles.Right)));
  305. this.SerialPortComBox_label.AutoSize = true;
  306. this.SerialPortComBox_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  307. this.SerialPortComBox_label.Location = new System.Drawing.Point(1306, 40);
  308. this.SerialPortComBox_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  309. this.SerialPortComBox_label.Name = "SerialPortComBox_label";
  310. this.SerialPortComBox_label.Size = new System.Drawing.Size(153, 41);
  311. this.SerialPortComBox_label.TabIndex = 201;
  312. this.SerialPortComBox_label.Text = "Com端口";
  313. //
  314. // ComList
  315. //
  316. this.ComList.Location = new System.Drawing.Point(1480, 42);
  317. this.ComList.Margin = new System.Windows.Forms.Padding(4);
  318. this.ComList.Name = "ComList";
  319. this.ComList.Size = new System.Drawing.Size(280, 40);
  320. this.ComList.TabIndex = 200;
  321. //
  322. // Connect
  323. //
  324. this.Connect.AllPower = null;
  325. this.Connect.BackColor = System.Drawing.Color.Transparent;
  326. this.Connect.DownImage = ((System.Drawing.Image)(resources.GetObject("Connect.DownImage")));
  327. this.Connect.Image = null;
  328. this.Connect.IsShowBorder = true;
  329. this.Connect.Location = new System.Drawing.Point(1480, 189);
  330. this.Connect.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  331. this.Connect.MoveImage = ((System.Drawing.Image)(resources.GetObject("Connect.MoveImage")));
  332. this.Connect.Name = "Connect";
  333. this.Connect.NormalImage = ((System.Drawing.Image)(resources.GetObject("Connect.NormalImage")));
  334. this.Connect.Power = null;
  335. this.Connect.Size = new System.Drawing.Size(120, 48);
  336. this.Connect.TabIndex = 214;
  337. this.Connect.Text = "连接";
  338. this.Connect.UseVisualStyleBackColor = false;
  339. this.Connect.Click += new System.EventHandler(this.Connect_Click);
  340. //
  341. // Delay
  342. //
  343. this.Delay.Location = new System.Drawing.Point(1636, 260);
  344. this.Delay.Name = "Delay";
  345. this.Delay.Size = new System.Drawing.Size(120, 35);
  346. this.Delay.TabIndex = 215;
  347. this.Delay.Value = new decimal(new int[] {
  348. 3,
  349. 0,
  350. 0,
  351. 0});
  352. //
  353. // label1
  354. //
  355. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  356. | System.Windows.Forms.AnchorStyles.Left)
  357. | System.Windows.Forms.AnchorStyles.Right)));
  358. this.label1.AutoSize = true;
  359. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. this.label1.Location = new System.Drawing.Point(1473, 254);
  361. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  362. this.label1.Name = "label1";
  363. this.label1.Size = new System.Drawing.Size(146, 41);
  364. this.label1.TabIndex = 216;
  365. this.label1.Text = "获取延迟";
  366. //
  367. // Make_CheckRFID
  368. //
  369. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  370. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  371. this.ClientSize = new System.Drawing.Size(1828, 896);
  372. this.Controls.Add(this.label1);
  373. this.Controls.Add(this.Delay);
  374. this.Controls.Add(this.Connect);
  375. this.Controls.Add(this.BaudRate_label);
  376. this.Controls.Add(this.BaudRate);
  377. this.Controls.Add(this.SerialPortComBox_label);
  378. this.Controls.Add(this.ComList);
  379. this.Controls.Add(this.LockMakeCode);
  380. this.Controls.Add(this.ma_code);
  381. this.Controls.Add(this.CollectRemark);
  382. this.Controls.Add(this.Remark);
  383. this.Controls.Add(this.StepCount);
  384. this.Controls.Add(this.mcd_remainqty);
  385. this.Controls.Add(this.mcd_okqty);
  386. this.Controls.Add(this.ma_prodcode);
  387. this.Controls.Add(this.pr_detail);
  388. this.Controls.Add(this.pr_detail_label);
  389. this.Controls.Add(this.sncode_label);
  390. this.Controls.Add(this.sncode);
  391. this.Controls.Add(this.OperateResult);
  392. this.Controls.Add(this.mcd_remainqty_label);
  393. this.Controls.Add(this.mcd_okqty_label);
  394. this.Controls.Add(this.pr_code_label);
  395. this.Controls.Add(this.ms_makecode_label);
  396. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  397. this.Margin = new System.Windows.Forms.Padding(6);
  398. this.Name = "Make_CheckRFID";
  399. this.Tag = "Make!FuselageLabelPrint";
  400. this.Text = "Make_FuselageLabelPrint";
  401. this.Activated += new System.EventHandler(this.Make_FuselageLabelPrint_Activated);
  402. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_FuselageLabelPrint_FormClosing);
  403. this.Load += new System.EventHandler(this.Make_FuselageLabelPrint_Load);
  404. this.SizeChanged += new System.EventHandler(this.Make_FuselageLabelPrint_SizeChanged);
  405. ((System.ComponentModel.ISupportInitialize)(this.Delay)).EndInit();
  406. this.ResumeLayout(false);
  407. this.PerformLayout();
  408. }
  409. #endregion
  410. private CustomControl.ValueLabel.ValueNumLabel mcd_remainqty;
  411. private CustomControl.ValueLabel.ValueNumLabel mcd_okqty;
  412. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  413. private CustomControl.ValueLabel.ValueLabel pr_detail;
  414. private System.Windows.Forms.Label pr_detail_label;
  415. private System.Windows.Forms.Label sncode_label;
  416. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  417. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  418. private System.Windows.Forms.Label mcd_remainqty_label;
  419. private System.Windows.Forms.Label mcd_okqty_label;
  420. private System.Windows.Forms.Label pr_code_label;
  421. private System.Windows.Forms.Label ms_makecode_label;
  422. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  423. private System.Windows.Forms.CheckBox CollectRemark;
  424. private CustomControl.RichText.RichTextAutoBottom Remark;
  425. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  426. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  427. private System.Windows.Forms.Label BaudRate_label;
  428. private CustomControl.TextBoxWithIcon.NumOnlyTextBox BaudRate;
  429. private System.Windows.Forms.Label SerialPortComBox_label;
  430. private CustomControl.ComBoxWithFocus.SerialPortCombox ComList;
  431. private CustomControl.ButtonUtil.NormalButton Connect;
  432. private System.Windows.Forms.NumericUpDown Delay;
  433. private System.Windows.Forms.Label label1;
  434. }
  435. }