Make_CheckRFID.Designer.cs 22 KB

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