Make_SMTBind.Designer.cs 53 KB

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