Make_SMTBind.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_SMTBind
  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_SMTBind));
  29. this.mcd_restqty_label = new System.Windows.Forms.Label();
  30. this.mcd_inqty_label = new System.Windows.Forms.Label();
  31. this.ma_qty_label = new System.Windows.Forms.Label();
  32. this.ms_makecode_label = new System.Windows.Forms.Label();
  33. this.pr_detail_label = new System.Windows.Forms.Label();
  34. this.ma_prodcode_label = new System.Windows.Forms.Label();
  35. this.Loading = new System.Windows.Forms.RadioButton();
  36. this.UnLoading = new System.Windows.Forms.RadioButton();
  37. this.sn_code_label = new System.Windows.Forms.Label();
  38. this.code_label = new System.Windows.Forms.Label();
  39. this.ClearSn_code = new System.Windows.Forms.PictureBox();
  40. this.ms_craftcode = new System.Windows.Forms.Label();
  41. this.ma_craftcode = new System.Windows.Forms.Label();
  42. this.LabelDataGridView = new System.Windows.Forms.DataGridView();
  43. this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.sb_maincode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.sb_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.sb_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.sb_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.label2 = new System.Windows.Forms.Label();
  49. this.pr_pcbacount = new System.Windows.Forms.NumericUpDown();
  50. this.Rn = new System.Windows.Forms.TextBox();
  51. this.Num = new System.Windows.Forms.TextBox();
  52. this.Prefix = new System.Windows.Forms.TextBox();
  53. this.label3 = new System.Windows.Forms.Label();
  54. this.label1 = new System.Windows.Forms.Label();
  55. this.label5 = new System.Windows.Forms.Label();
  56. this.label4 = new System.Windows.Forms.Label();
  57. this.Rnle = new System.Windows.Forms.NumericUpDown();
  58. this.HEXIN = new System.Windows.Forms.RadioButton();
  59. this.DSCIN = new System.Windows.Forms.RadioButton();
  60. this.groupBox1 = new System.Windows.Forms.GroupBox();
  61. this.sqit = new System.Windows.Forms.NumericUpDown();
  62. this.spit = new System.Windows.Forms.Label();
  63. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.Debut = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  69. this.Crbut = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  70. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  71. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  72. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  73. this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  74. this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  75. this.mcd_remainqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  76. this.mcd_inqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  77. this.ma_qty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  78. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  79. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  80. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  81. this.code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  82. this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  83. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.pr_pcbacount)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.Rnle)).BeginInit();
  88. this.groupBox1.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.sqit)).BeginInit();
  90. this.SuspendLayout();
  91. //
  92. // mcd_restqty_label
  93. //
  94. this.mcd_restqty_label.AutoSize = true;
  95. this.mcd_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.mcd_restqty_label.Location = new System.Drawing.Point(585, 61);
  97. this.mcd_restqty_label.Name = "mcd_restqty_label";
  98. this.mcd_restqty_label.Size = new System.Drawing.Size(74, 21);
  99. this.mcd_restqty_label.TabIndex = 59;
  100. this.mcd_restqty_label.Text = "待采集数";
  101. //
  102. // mcd_inqty_label
  103. //
  104. this.mcd_inqty_label.AutoSize = true;
  105. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.mcd_inqty_label.Location = new System.Drawing.Point(311, 61);
  107. this.mcd_inqty_label.Name = "mcd_inqty_label";
  108. this.mcd_inqty_label.Size = new System.Drawing.Size(74, 21);
  109. this.mcd_inqty_label.TabIndex = 56;
  110. this.mcd_inqty_label.Text = "已采集数";
  111. //
  112. // ma_qty_label
  113. //
  114. this.ma_qty_label.AutoSize = true;
  115. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.ma_qty_label.Location = new System.Drawing.Point(9, 61);
  117. this.ma_qty_label.Name = "ma_qty_label";
  118. this.ma_qty_label.Size = new System.Drawing.Size(74, 21);
  119. this.ma_qty_label.TabIndex = 53;
  120. this.ma_qty_label.Text = "工单数量";
  121. //
  122. // ms_makecode_label
  123. //
  124. this.ms_makecode_label.AutoSize = true;
  125. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.ms_makecode_label.Location = new System.Drawing.Point(9, 12);
  127. this.ms_makecode_label.Name = "ms_makecode_label";
  128. this.ms_makecode_label.Size = new System.Drawing.Size(74, 21);
  129. this.ms_makecode_label.TabIndex = 49;
  130. this.ms_makecode_label.Text = "归属工单";
  131. //
  132. // pr_detail_label
  133. //
  134. this.pr_detail_label.AutoSize = true;
  135. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.pr_detail_label.Location = new System.Drawing.Point(585, 12);
  137. this.pr_detail_label.Name = "pr_detail_label";
  138. this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
  139. this.pr_detail_label.TabIndex = 50;
  140. this.pr_detail_label.Text = "产品规格";
  141. //
  142. // ma_prodcode_label
  143. //
  144. this.ma_prodcode_label.AutoSize = true;
  145. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.ma_prodcode_label.Location = new System.Drawing.Point(311, 12);
  147. this.ma_prodcode_label.Name = "ma_prodcode_label";
  148. this.ma_prodcode_label.Size = new System.Drawing.Size(74, 21);
  149. this.ma_prodcode_label.TabIndex = 51;
  150. this.ma_prodcode_label.Text = "产品代码";
  151. //
  152. // Loading
  153. //
  154. this.Loading.AutoSize = true;
  155. this.Loading.Checked = true;
  156. this.Loading.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.Loading.ForeColor = System.Drawing.Color.Blue;
  158. this.Loading.Location = new System.Drawing.Point(6, 11);
  159. this.Loading.Name = "Loading";
  160. this.Loading.Size = new System.Drawing.Size(60, 25);
  161. this.Loading.TabIndex = 62;
  162. this.Loading.TabStop = true;
  163. this.Loading.Text = "绑定";
  164. this.Loading.UseVisualStyleBackColor = true;
  165. //
  166. // UnLoading
  167. //
  168. this.UnLoading.AutoSize = true;
  169. this.UnLoading.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.UnLoading.ForeColor = System.Drawing.Color.Blue;
  171. this.UnLoading.Location = new System.Drawing.Point(121, 11);
  172. this.UnLoading.Name = "UnLoading";
  173. this.UnLoading.Size = new System.Drawing.Size(60, 25);
  174. this.UnLoading.TabIndex = 63;
  175. this.UnLoading.Text = "解绑";
  176. this.UnLoading.UseVisualStyleBackColor = true;
  177. //
  178. // sn_code_label
  179. //
  180. this.sn_code_label.AutoSize = true;
  181. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.sn_code_label.Location = new System.Drawing.Point(14, 398);
  183. this.sn_code_label.Name = "sn_code_label";
  184. this.sn_code_label.Size = new System.Drawing.Size(58, 21);
  185. this.sn_code_label.TabIndex = 64;
  186. this.sn_code_label.Text = "序列号";
  187. //
  188. // code_label
  189. //
  190. this.code_label.AutoSize = true;
  191. this.code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.code_label.Location = new System.Drawing.Point(14, 442);
  193. this.code_label.Name = "code_label";
  194. this.code_label.Size = new System.Drawing.Size(58, 21);
  195. this.code_label.TabIndex = 66;
  196. this.code_label.Text = "录入框";
  197. //
  198. // ClearSn_code
  199. //
  200. this.ClearSn_code.Cursor = System.Windows.Forms.Cursors.Hand;
  201. this.ClearSn_code.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
  202. this.ClearSn_code.Location = new System.Drawing.Point(263, 401);
  203. this.ClearSn_code.Name = "ClearSn_code";
  204. this.ClearSn_code.Size = new System.Drawing.Size(16, 16);
  205. this.ClearSn_code.TabIndex = 138;
  206. this.ClearSn_code.TabStop = false;
  207. this.ClearSn_code.Click += new System.EventHandler(this.ClearSn_code_Click);
  208. //
  209. // ms_craftcode
  210. //
  211. this.ms_craftcode.AutoSize = true;
  212. this.ms_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.ms_craftcode.Location = new System.Drawing.Point(768, 15);
  214. this.ms_craftcode.Name = "ms_craftcode";
  215. this.ms_craftcode.Size = new System.Drawing.Size(0, 21);
  216. this.ms_craftcode.TabIndex = 142;
  217. this.ms_craftcode.Visible = false;
  218. //
  219. // ma_craftcode
  220. //
  221. this.ma_craftcode.AutoSize = true;
  222. this.ma_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.ma_craftcode.Location = new System.Drawing.Point(754, 61);
  224. this.ma_craftcode.Name = "ma_craftcode";
  225. this.ma_craftcode.Size = new System.Drawing.Size(0, 21);
  226. this.ma_craftcode.TabIndex = 145;
  227. this.ma_craftcode.Visible = false;
  228. //
  229. // LabelDataGridView
  230. //
  231. this.LabelDataGridView.AllowUserToAddRows = false;
  232. this.LabelDataGridView.AllowUserToResizeRows = false;
  233. this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  234. this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  235. this.序号,
  236. this.sb_maincode,
  237. this.sb_barcode,
  238. this.sb_prodcode,
  239. this.sb_indate});
  240. this.LabelDataGridView.Location = new System.Drawing.Point(18, 108);
  241. this.LabelDataGridView.Name = "LabelDataGridView";
  242. this.LabelDataGridView.RowHeadersVisible = false;
  243. this.LabelDataGridView.RowTemplate.Height = 23;
  244. this.LabelDataGridView.Size = new System.Drawing.Size(502, 227);
  245. this.LabelDataGridView.TabIndex = 193;
  246. //
  247. // 序号
  248. //
  249. this.序号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  250. this.序号.DataPropertyName = "rownum";
  251. this.序号.HeaderText = "序号";
  252. this.序号.Name = "序号";
  253. this.序号.ReadOnly = true;
  254. this.序号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  255. this.序号.Width = 35;
  256. //
  257. // sb_maincode
  258. //
  259. this.sb_maincode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  260. this.sb_maincode.DataPropertyName = "sb_maincode";
  261. this.sb_maincode.HeaderText = "关联条码号";
  262. this.sb_maincode.Name = "sb_maincode";
  263. this.sb_maincode.ReadOnly = true;
  264. this.sb_maincode.Width = 90;
  265. //
  266. // sb_barcode
  267. //
  268. this.sb_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  269. this.sb_barcode.DataPropertyName = "sb_barcode";
  270. this.sb_barcode.HeaderText = "条码号";
  271. this.sb_barcode.Name = "sb_barcode";
  272. this.sb_barcode.ReadOnly = true;
  273. this.sb_barcode.Width = 66;
  274. //
  275. // sb_prodcode
  276. //
  277. this.sb_prodcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  278. this.sb_prodcode.DataPropertyName = "sb_prodcode";
  279. this.sb_prodcode.HeaderText = "产品编号";
  280. this.sb_prodcode.Name = "sb_prodcode";
  281. this.sb_prodcode.ReadOnly = true;
  282. this.sb_prodcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  283. this.sb_prodcode.Width = 59;
  284. //
  285. // sb_indate
  286. //
  287. this.sb_indate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  288. this.sb_indate.DataPropertyName = "sb_indate";
  289. this.sb_indate.HeaderText = "录入日期";
  290. this.sb_indate.Name = "sb_indate";
  291. this.sb_indate.ReadOnly = true;
  292. this.sb_indate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  293. this.sb_indate.Width = 59;
  294. //
  295. // label2
  296. //
  297. this.label2.AutoSize = true;
  298. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. this.label2.Location = new System.Drawing.Point(279, 361);
  300. this.label2.Name = "label2";
  301. this.label2.Size = new System.Drawing.Size(58, 21);
  302. this.label2.TabIndex = 200;
  303. this.label2.Text = "拼板数";
  304. //
  305. // pr_pcbacount
  306. //
  307. this.pr_pcbacount.Location = new System.Drawing.Point(348, 364);
  308. this.pr_pcbacount.Margin = new System.Windows.Forms.Padding(2);
  309. this.pr_pcbacount.Name = "pr_pcbacount";
  310. this.pr_pcbacount.ReadOnly = true;
  311. this.pr_pcbacount.Size = new System.Drawing.Size(60, 21);
  312. this.pr_pcbacount.TabIndex = 199;
  313. this.pr_pcbacount.Value = new decimal(new int[] {
  314. 2,
  315. 0,
  316. 0,
  317. 0});
  318. //
  319. // Rn
  320. //
  321. this.Rn.Location = new System.Drawing.Point(641, 202);
  322. this.Rn.Margin = new System.Windows.Forms.Padding(2);
  323. this.Rn.Name = "Rn";
  324. this.Rn.Size = new System.Drawing.Size(246, 21);
  325. this.Rn.TabIndex = 206;
  326. //
  327. // Num
  328. //
  329. this.Num.Location = new System.Drawing.Point(641, 159);
  330. this.Num.Margin = new System.Windows.Forms.Padding(2);
  331. this.Num.Name = "Num";
  332. this.Num.Size = new System.Drawing.Size(246, 21);
  333. this.Num.TabIndex = 205;
  334. //
  335. // Prefix
  336. //
  337. this.Prefix.Location = new System.Drawing.Point(641, 117);
  338. this.Prefix.Margin = new System.Windows.Forms.Padding(2);
  339. this.Prefix.Name = "Prefix";
  340. this.Prefix.Size = new System.Drawing.Size(246, 21);
  341. this.Prefix.TabIndex = 204;
  342. //
  343. // label3
  344. //
  345. this.label3.AutoSize = true;
  346. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.label3.Location = new System.Drawing.Point(552, 198);
  348. this.label3.Name = "label3";
  349. this.label3.Size = new System.Drawing.Size(58, 21);
  350. this.label3.TabIndex = 203;
  351. this.label3.Text = "起始号";
  352. //
  353. // label1
  354. //
  355. this.label1.AutoSize = true;
  356. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  357. this.label1.Location = new System.Drawing.Point(552, 155);
  358. this.label1.Name = "label1";
  359. this.label1.Size = new System.Drawing.Size(42, 21);
  360. this.label1.TabIndex = 202;
  361. this.label1.Text = "数量";
  362. //
  363. // label5
  364. //
  365. this.label5.AutoSize = true;
  366. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  367. this.label5.Location = new System.Drawing.Point(552, 115);
  368. this.label5.Name = "label5";
  369. this.label5.Size = new System.Drawing.Size(42, 21);
  370. this.label5.TabIndex = 201;
  371. this.label5.Text = "前缀";
  372. //
  373. // label4
  374. //
  375. this.label4.AutoSize = true;
  376. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  377. this.label4.Location = new System.Drawing.Point(552, 238);
  378. this.label4.Name = "label4";
  379. this.label4.Size = new System.Drawing.Size(74, 21);
  380. this.label4.TabIndex = 209;
  381. this.label4.Text = "流水长度";
  382. //
  383. // Rnle
  384. //
  385. this.Rnle.Location = new System.Drawing.Point(641, 238);
  386. this.Rnle.Margin = new System.Windows.Forms.Padding(2);
  387. this.Rnle.Name = "Rnle";
  388. this.Rnle.ReadOnly = true;
  389. this.Rnle.Size = new System.Drawing.Size(60, 21);
  390. this.Rnle.TabIndex = 210;
  391. //
  392. // HEXIN
  393. //
  394. this.HEXIN.AutoSize = true;
  395. this.HEXIN.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. this.HEXIN.ForeColor = System.Drawing.Color.Blue;
  397. this.HEXIN.Location = new System.Drawing.Point(669, 87);
  398. this.HEXIN.Name = "HEXIN";
  399. this.HEXIN.Size = new System.Drawing.Size(92, 25);
  400. this.HEXIN.TabIndex = 212;
  401. this.HEXIN.Text = "十六进制";
  402. this.HEXIN.UseVisualStyleBackColor = true;
  403. //
  404. // DSCIN
  405. //
  406. this.DSCIN.AutoSize = true;
  407. this.DSCIN.Checked = true;
  408. this.DSCIN.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  409. this.DSCIN.ForeColor = System.Drawing.Color.Blue;
  410. this.DSCIN.Location = new System.Drawing.Point(589, 87);
  411. this.DSCIN.Name = "DSCIN";
  412. this.DSCIN.Size = new System.Drawing.Size(76, 25);
  413. this.DSCIN.TabIndex = 211;
  414. this.DSCIN.TabStop = true;
  415. this.DSCIN.Text = "十进制";
  416. this.DSCIN.UseVisualStyleBackColor = true;
  417. //
  418. // groupBox1
  419. //
  420. this.groupBox1.Controls.Add(this.UnLoading);
  421. this.groupBox1.Controls.Add(this.Loading);
  422. this.groupBox1.Location = new System.Drawing.Point(18, 349);
  423. this.groupBox1.Name = "groupBox1";
  424. this.groupBox1.Size = new System.Drawing.Size(200, 43);
  425. this.groupBox1.TabIndex = 213;
  426. this.groupBox1.TabStop = false;
  427. //
  428. // sqit
  429. //
  430. this.sqit.Location = new System.Drawing.Point(641, 271);
  431. this.sqit.Margin = new System.Windows.Forms.Padding(2);
  432. this.sqit.Minimum = new decimal(new int[] {
  433. 1,
  434. 0,
  435. 0,
  436. 0});
  437. this.sqit.Name = "sqit";
  438. this.sqit.ReadOnly = true;
  439. this.sqit.Size = new System.Drawing.Size(60, 21);
  440. this.sqit.TabIndex = 215;
  441. this.sqit.Value = new decimal(new int[] {
  442. 1,
  443. 0,
  444. 0,
  445. 0});
  446. //
  447. // spit
  448. //
  449. this.spit.AutoSize = true;
  450. this.spit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  451. this.spit.Location = new System.Drawing.Point(552, 271);
  452. this.spit.Name = "spit";
  453. this.spit.Size = new System.Drawing.Size(42, 21);
  454. this.spit.TabIndex = 214;
  455. this.spit.Text = "间隔";
  456. //
  457. // dataGridViewTextBoxColumn1
  458. //
  459. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  460. this.dataGridViewTextBoxColumn1.DataPropertyName = "cm_makecode";
  461. this.dataGridViewTextBoxColumn1.HeaderText = "上料料号";
  462. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  463. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  464. this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  465. //
  466. // dataGridViewTextBoxColumn2
  467. //
  468. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  469. this.dataGridViewTextBoxColumn2.DataPropertyName = "pr_detail";
  470. this.dataGridViewTextBoxColumn2.HeaderText = "上料名称";
  471. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  472. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  473. //
  474. // dataGridViewTextBoxColumn3
  475. //
  476. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  477. this.dataGridViewTextBoxColumn3.DataPropertyName = "cm_soncode";
  478. this.dataGridViewTextBoxColumn3.HeaderText = "前缀";
  479. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  480. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  481. this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  482. //
  483. // dataGridViewTextBoxColumn4
  484. //
  485. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  486. this.dataGridViewTextBoxColumn4.DataPropertyName = "cm_barcode";
  487. this.dataGridViewTextBoxColumn4.HeaderText = "长度";
  488. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  489. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  490. this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  491. //
  492. // dataGridViewTextBoxColumn5
  493. //
  494. this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  495. this.dataGridViewTextBoxColumn5.DataPropertyName = "sp_length";
  496. this.dataGridViewTextBoxColumn5.HeaderText = "条码号";
  497. this.dataGridViewTextBoxColumn5.MinimumWidth = 300;
  498. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  499. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  500. this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  501. //
  502. // Debut
  503. //
  504. this.Debut.AllPower = "ifall";
  505. this.Debut.BackColor = System.Drawing.Color.Transparent;
  506. this.Debut.DownImage = ((System.Drawing.Image)(resources.GetObject("Debut.DownImage")));
  507. this.Debut.Image = ((System.Drawing.Image)(resources.GetObject("Debut.Image")));
  508. this.Debut.IsShowBorder = true;
  509. this.Debut.Location = new System.Drawing.Point(758, 297);
  510. this.Debut.MoveImage = ((System.Drawing.Image)(resources.GetObject("Debut.MoveImage")));
  511. this.Debut.Name = "Debut";
  512. this.Debut.NormalImage = ((System.Drawing.Image)(resources.GetObject("Debut.NormalImage")));
  513. this.Debut.Power = null;
  514. this.Debut.Size = new System.Drawing.Size(84, 24);
  515. this.Debut.TabIndex = 208;
  516. this.Debut.Tag = "IfRead";
  517. this.Debut.Text = "删除绑定记录";
  518. this.Debut.UseVisualStyleBackColor = true;
  519. this.Debut.Click += new System.EventHandler(this.Debut_Click);
  520. //
  521. // Crbut
  522. //
  523. this.Crbut.AllPower = "ifall";
  524. this.Crbut.BackColor = System.Drawing.Color.Transparent;
  525. this.Crbut.DownImage = ((System.Drawing.Image)(resources.GetObject("Crbut.DownImage")));
  526. this.Crbut.Image = ((System.Drawing.Image)(resources.GetObject("Crbut.Image")));
  527. this.Crbut.IsShowBorder = true;
  528. this.Crbut.Location = new System.Drawing.Point(565, 297);
  529. this.Crbut.MoveImage = ((System.Drawing.Image)(resources.GetObject("Crbut.MoveImage")));
  530. this.Crbut.Name = "Crbut";
  531. this.Crbut.NormalImage = ((System.Drawing.Image)(resources.GetObject("Crbut.NormalImage")));
  532. this.Crbut.Power = null;
  533. this.Crbut.Size = new System.Drawing.Size(84, 24);
  534. this.Crbut.TabIndex = 207;
  535. this.Crbut.Tag = "IfRead";
  536. this.Crbut.Text = "确认生成";
  537. this.Crbut.UseVisualStyleBackColor = true;
  538. this.Crbut.Click += new System.EventHandler(this.Crbut_Click);
  539. //
  540. // StepCount
  541. //
  542. this.StepCount.LineCode = null;
  543. this.StepCount.Location = new System.Drawing.Point(460, 344);
  544. this.StepCount.Margin = new System.Windows.Forms.Padding(2);
  545. this.StepCount.Name = "StepCount";
  546. this.StepCount.Size = new System.Drawing.Size(80, 22);
  547. this.StepCount.Source = null;
  548. this.StepCount.StepCode = null;
  549. this.StepCount.TabIndex = 189;
  550. //
  551. // ma_code
  552. //
  553. this.ma_code.AllPower = null;
  554. this.ma_code.Caller = null;
  555. this.ma_code.Condition = null;
  556. this.ma_code.DBTitle = null;
  557. this.ma_code.FormName = null;
  558. this.ma_code.Location = new System.Drawing.Point(96, 13);
  559. this.ma_code.Margin = new System.Windows.Forms.Padding(2);
  560. this.ma_code.Name = "ma_code";
  561. this.ma_code.Power = null;
  562. this.ma_code.ReturnData = null;
  563. this.ma_code.SelectField = null;
  564. this.ma_code.SetValueField = null;
  565. this.ma_code.Size = new System.Drawing.Size(148, 21);
  566. this.ma_code.TabIndex = 141;
  567. this.ma_code.TableName = null;
  568. this.ma_code.Tag = "ma_code";
  569. this.ma_code.TextBoxEnable = true;
  570. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  571. //
  572. // LockMakeCode
  573. //
  574. this.LockMakeCode.AutoSize = true;
  575. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  576. this.LockMakeCode.LeaveEvent = false;
  577. this.LockMakeCode.Location = new System.Drawing.Point(248, 15);
  578. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(2);
  579. this.LockMakeCode.Name = "LockMakeCode";
  580. this.LockMakeCode.Size = new System.Drawing.Size(51, 21);
  581. this.LockMakeCode.TabIndex = 140;
  582. this.LockMakeCode.Text = "锁定";
  583. this.LockMakeCode.UseVisualStyleBackColor = true;
  584. //
  585. // ma_prodcode
  586. //
  587. this.ma_prodcode.AutoSize = true;
  588. this.ma_prodcode.CutLength = null;
  589. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  590. this.ma_prodcode.Location = new System.Drawing.Point(401, 12);
  591. this.ma_prodcode.MaximumSize = new System.Drawing.Size(150, 0);
  592. this.ma_prodcode.Name = "ma_prodcode";
  593. this.ma_prodcode.Size = new System.Drawing.Size(0, 21);
  594. this.ma_prodcode.TabIndex = 99;
  595. //
  596. // pr_detail
  597. //
  598. this.pr_detail.AutoSize = true;
  599. this.pr_detail.CutLength = null;
  600. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  601. this.pr_detail.Location = new System.Drawing.Point(675, 12);
  602. this.pr_detail.MaximumSize = new System.Drawing.Size(150, 0);
  603. this.pr_detail.Name = "pr_detail";
  604. this.pr_detail.Size = new System.Drawing.Size(0, 21);
  605. this.pr_detail.TabIndex = 98;
  606. //
  607. // mcd_remainqty
  608. //
  609. this.mcd_remainqty.AutoSize = true;
  610. this.mcd_remainqty.CutLength = null;
  611. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  612. this.mcd_remainqty.Location = new System.Drawing.Point(674, 61);
  613. this.mcd_remainqty.MaximumSize = new System.Drawing.Size(150, 0);
  614. this.mcd_remainqty.Name = "mcd_remainqty";
  615. this.mcd_remainqty.Size = new System.Drawing.Size(0, 21);
  616. this.mcd_remainqty.TabIndex = 97;
  617. this.mcd_remainqty.Tag = "mcd_remainqty";
  618. //
  619. // mcd_inqty
  620. //
  621. this.mcd_inqty.AutoSize = true;
  622. this.mcd_inqty.CutLength = null;
  623. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  624. this.mcd_inqty.Location = new System.Drawing.Point(401, 61);
  625. this.mcd_inqty.MaximumSize = new System.Drawing.Size(150, 0);
  626. this.mcd_inqty.Name = "mcd_inqty";
  627. this.mcd_inqty.Size = new System.Drawing.Size(0, 21);
  628. this.mcd_inqty.TabIndex = 96;
  629. //
  630. // ma_qty
  631. //
  632. this.ma_qty.AutoSize = true;
  633. this.ma_qty.CutLength = null;
  634. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  635. this.ma_qty.Location = new System.Drawing.Point(96, 61);
  636. this.ma_qty.MaximumSize = new System.Drawing.Size(150, 0);
  637. this.ma_qty.Name = "ma_qty";
  638. this.ma_qty.Size = new System.Drawing.Size(0, 21);
  639. this.ma_qty.TabIndex = 95;
  640. //
  641. // OperateResult
  642. //
  643. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  644. this.OperateResult.Location = new System.Drawing.Point(545, 344);
  645. this.OperateResult.Name = "OperateResult";
  646. this.OperateResult.Size = new System.Drawing.Size(350, 121);
  647. this.OperateResult.TabIndex = 94;
  648. this.OperateResult.Text = "";
  649. //
  650. // Clean
  651. //
  652. this.Clean.AllPower = null;
  653. this.Clean.BackColor = System.Drawing.Color.Transparent;
  654. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  655. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  656. this.Clean.IsShowBorder = true;
  657. this.Clean.Location = new System.Drawing.Point(460, 439);
  658. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  659. this.Clean.Name = "Clean";
  660. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  661. this.Clean.Power = null;
  662. this.Clean.Size = new System.Drawing.Size(60, 24);
  663. this.Clean.TabIndex = 80;
  664. this.Clean.Text = "清除";
  665. this.Clean.UseVisualStyleBackColor = true;
  666. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  667. //
  668. // Confirm
  669. //
  670. this.Confirm.AllPower = "ifall";
  671. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  672. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  673. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  674. this.Confirm.IsShowBorder = true;
  675. this.Confirm.Location = new System.Drawing.Point(289, 440);
  676. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  677. this.Confirm.Name = "Confirm";
  678. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  679. this.Confirm.Power = null;
  680. this.Confirm.Size = new System.Drawing.Size(60, 24);
  681. this.Confirm.TabIndex = 73;
  682. this.Confirm.Tag = "IfRead";
  683. this.Confirm.Text = "确认";
  684. this.Confirm.UseVisualStyleBackColor = true;
  685. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  686. //
  687. // code
  688. //
  689. this.code.AllPower = "ifall";
  690. this.code.BackColor = System.Drawing.Color.White;
  691. this.code.ID = null;
  692. this.code.Location = new System.Drawing.Point(98, 442);
  693. this.code.Name = "code";
  694. this.code.Power = null;
  695. this.code.Size = new System.Drawing.Size(160, 21);
  696. this.code.Str = null;
  697. this.code.Str1 = null;
  698. this.code.Str2 = null;
  699. this.code.TabIndex = 0;
  700. this.code.Tag = "IfRead";
  701. this.code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.code_KeyDown);
  702. //
  703. // sn_code
  704. //
  705. this.sn_code.AllPower = null;
  706. this.sn_code.BackColor = System.Drawing.Color.White;
  707. this.sn_code.Enabled = false;
  708. this.sn_code.ID = null;
  709. this.sn_code.Location = new System.Drawing.Point(98, 398);
  710. this.sn_code.Name = "sn_code";
  711. this.sn_code.Power = null;
  712. this.sn_code.Size = new System.Drawing.Size(160, 21);
  713. this.sn_code.Str = null;
  714. this.sn_code.Str1 = null;
  715. this.sn_code.Str2 = null;
  716. this.sn_code.TabIndex = 65;
  717. //
  718. // dataGridViewTextBoxColumn6
  719. //
  720. this.dataGridViewTextBoxColumn6.HeaderText = "条码号";
  721. this.dataGridViewTextBoxColumn6.MinimumWidth = 300;
  722. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  723. this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  724. this.dataGridViewTextBoxColumn6.Width = 300;
  725. //
  726. // Make_SMTBind
  727. //
  728. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  729. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  730. this.ClientSize = new System.Drawing.Size(898, 487);
  731. this.Controls.Add(this.sqit);
  732. this.Controls.Add(this.spit);
  733. this.Controls.Add(this.groupBox1);
  734. this.Controls.Add(this.HEXIN);
  735. this.Controls.Add(this.DSCIN);
  736. this.Controls.Add(this.Rnle);
  737. this.Controls.Add(this.label4);
  738. this.Controls.Add(this.Debut);
  739. this.Controls.Add(this.Crbut);
  740. this.Controls.Add(this.Rn);
  741. this.Controls.Add(this.Num);
  742. this.Controls.Add(this.Prefix);
  743. this.Controls.Add(this.label3);
  744. this.Controls.Add(this.label1);
  745. this.Controls.Add(this.label5);
  746. this.Controls.Add(this.label2);
  747. this.Controls.Add(this.pr_pcbacount);
  748. this.Controls.Add(this.LabelDataGridView);
  749. this.Controls.Add(this.StepCount);
  750. this.Controls.Add(this.ma_craftcode);
  751. this.Controls.Add(this.ms_craftcode);
  752. this.Controls.Add(this.ma_code);
  753. this.Controls.Add(this.LockMakeCode);
  754. this.Controls.Add(this.ClearSn_code);
  755. this.Controls.Add(this.ma_prodcode);
  756. this.Controls.Add(this.pr_detail);
  757. this.Controls.Add(this.mcd_remainqty);
  758. this.Controls.Add(this.mcd_inqty);
  759. this.Controls.Add(this.ma_qty);
  760. this.Controls.Add(this.OperateResult);
  761. this.Controls.Add(this.Clean);
  762. this.Controls.Add(this.Confirm);
  763. this.Controls.Add(this.code);
  764. this.Controls.Add(this.code_label);
  765. this.Controls.Add(this.sn_code);
  766. this.Controls.Add(this.sn_code_label);
  767. this.Controls.Add(this.mcd_restqty_label);
  768. this.Controls.Add(this.mcd_inqty_label);
  769. this.Controls.Add(this.ma_qty_label);
  770. this.Controls.Add(this.ms_makecode_label);
  771. this.Controls.Add(this.pr_detail_label);
  772. this.Controls.Add(this.ma_prodcode_label);
  773. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  774. this.Name = "Make_SMTBind";
  775. this.Tag = "Make!SMTBind";
  776. this.Text = "拼版绑定";
  777. this.Load += new System.EventHandler(this.Make_FeedingCollection_Load);
  778. this.SizeChanged += new System.EventHandler(this.Make_FeedingCollection_SizeChanged);
  779. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).EndInit();
  780. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  781. ((System.ComponentModel.ISupportInitialize)(this.pr_pcbacount)).EndInit();
  782. ((System.ComponentModel.ISupportInitialize)(this.Rnle)).EndInit();
  783. this.groupBox1.ResumeLayout(false);
  784. this.groupBox1.PerformLayout();
  785. ((System.ComponentModel.ISupportInitialize)(this.sqit)).EndInit();
  786. this.ResumeLayout(false);
  787. this.PerformLayout();
  788. }
  789. #endregion
  790. private System.Windows.Forms.Label mcd_restqty_label;
  791. private System.Windows.Forms.Label mcd_inqty_label;
  792. private System.Windows.Forms.Label ma_qty_label;
  793. private System.Windows.Forms.Label ms_makecode_label;
  794. private System.Windows.Forms.Label pr_detail_label;
  795. private System.Windows.Forms.Label ma_prodcode_label;
  796. private System.Windows.Forms.RadioButton Loading;
  797. private System.Windows.Forms.RadioButton UnLoading;
  798. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  799. private System.Windows.Forms.Label sn_code_label;
  800. private System.Windows.Forms.Label code_label;
  801. private CustomControl.TextBoxWithIcon.SnCollectionBox code;
  802. private CustomControl.ButtonUtil.NormalButton Confirm;
  803. private CustomControl.ButtonUtil.NormalButton Clean;
  804. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  805. private CustomControl.ValueLabel.ValueLabel ma_qty;
  806. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  807. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  808. private CustomControl.ValueLabel.ValueLabel pr_detail;
  809. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  810. private System.Windows.Forms.PictureBox ClearSn_code;
  811. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  812. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  813. private System.Windows.Forms.Label ms_craftcode;
  814. private System.Windows.Forms.Label ma_craftcode;
  815. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  816. private System.Windows.Forms.DataGridView LabelDataGridView;
  817. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  818. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  819. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  820. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  821. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  822. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  823. private System.Windows.Forms.Label label2;
  824. private System.Windows.Forms.NumericUpDown pr_pcbacount;
  825. private System.Windows.Forms.DataGridViewTextBoxColumn 序号;
  826. private System.Windows.Forms.DataGridViewTextBoxColumn sb_maincode;
  827. private System.Windows.Forms.DataGridViewTextBoxColumn sb_barcode;
  828. private System.Windows.Forms.DataGridViewTextBoxColumn sb_prodcode;
  829. private System.Windows.Forms.DataGridViewTextBoxColumn sb_indate;
  830. private System.Windows.Forms.TextBox Rn;
  831. private System.Windows.Forms.TextBox Num;
  832. private System.Windows.Forms.TextBox Prefix;
  833. private System.Windows.Forms.Label label3;
  834. private System.Windows.Forms.Label label1;
  835. private System.Windows.Forms.Label label5;
  836. private CustomControl.ButtonUtil.NormalButton Crbut;
  837. private CustomControl.ButtonUtil.NormalButton Debut;
  838. private System.Windows.Forms.Label label4;
  839. private System.Windows.Forms.NumericUpDown Rnle;
  840. private System.Windows.Forms.RadioButton HEXIN;
  841. private System.Windows.Forms.RadioButton DSCIN;
  842. private System.Windows.Forms.GroupBox groupBox1;
  843. private System.Windows.Forms.NumericUpDown sqit;
  844. private System.Windows.Forms.Label spit;
  845. }
  846. }