Make_SMTBind.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650
  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.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.sb_maincode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.sb_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.sb_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.sb_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  56. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  57. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  58. this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  59. this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  60. this.mcd_remainqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  61. this.mcd_inqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  62. this.ma_qty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  63. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  64. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  65. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  66. this.code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  67. this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  68. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.pr_pcbacount)).BeginInit();
  72. this.SuspendLayout();
  73. //
  74. // mcd_restqty_label
  75. //
  76. this.mcd_restqty_label.AutoSize = true;
  77. this.mcd_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.mcd_restqty_label.Location = new System.Drawing.Point(1170, 122);
  79. this.mcd_restqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  80. this.mcd_restqty_label.Name = "mcd_restqty_label";
  81. this.mcd_restqty_label.Size = new System.Drawing.Size(146, 41);
  82. this.mcd_restqty_label.TabIndex = 59;
  83. this.mcd_restqty_label.Text = "待采集数";
  84. //
  85. // mcd_inqty_label
  86. //
  87. this.mcd_inqty_label.AutoSize = true;
  88. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.mcd_inqty_label.Location = new System.Drawing.Point(622, 122);
  90. this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  91. this.mcd_inqty_label.Name = "mcd_inqty_label";
  92. this.mcd_inqty_label.Size = new System.Drawing.Size(146, 41);
  93. this.mcd_inqty_label.TabIndex = 56;
  94. this.mcd_inqty_label.Text = "已采集数";
  95. //
  96. // ma_qty_label
  97. //
  98. this.ma_qty_label.AutoSize = true;
  99. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.ma_qty_label.Location = new System.Drawing.Point(18, 122);
  101. this.ma_qty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  102. this.ma_qty_label.Name = "ma_qty_label";
  103. this.ma_qty_label.Size = new System.Drawing.Size(146, 41);
  104. this.ma_qty_label.TabIndex = 53;
  105. this.ma_qty_label.Text = "工单数量";
  106. //
  107. // ms_makecode_label
  108. //
  109. this.ms_makecode_label.AutoSize = true;
  110. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.ms_makecode_label.Location = new System.Drawing.Point(18, 24);
  112. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  113. this.ms_makecode_label.Name = "ms_makecode_label";
  114. this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
  115. this.ms_makecode_label.TabIndex = 49;
  116. this.ms_makecode_label.Text = "归属工单";
  117. //
  118. // pr_detail_label
  119. //
  120. this.pr_detail_label.AutoSize = true;
  121. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.pr_detail_label.Location = new System.Drawing.Point(1170, 24);
  123. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  124. this.pr_detail_label.Name = "pr_detail_label";
  125. this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
  126. this.pr_detail_label.TabIndex = 50;
  127. this.pr_detail_label.Text = "产品规格";
  128. //
  129. // ma_prodcode_label
  130. //
  131. this.ma_prodcode_label.AutoSize = true;
  132. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.ma_prodcode_label.Location = new System.Drawing.Point(622, 24);
  134. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  135. this.ma_prodcode_label.Name = "ma_prodcode_label";
  136. this.ma_prodcode_label.Size = new System.Drawing.Size(146, 41);
  137. this.ma_prodcode_label.TabIndex = 51;
  138. this.ma_prodcode_label.Text = "产品代码";
  139. //
  140. // Loading
  141. //
  142. this.Loading.AutoSize = true;
  143. this.Loading.Checked = true;
  144. this.Loading.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.Loading.ForeColor = System.Drawing.Color.Blue;
  146. this.Loading.Location = new System.Drawing.Point(36, 720);
  147. this.Loading.Margin = new System.Windows.Forms.Padding(6);
  148. this.Loading.Name = "Loading";
  149. this.Loading.Size = new System.Drawing.Size(113, 45);
  150. this.Loading.TabIndex = 62;
  151. this.Loading.TabStop = true;
  152. this.Loading.Text = "绑定";
  153. this.Loading.UseVisualStyleBackColor = true;
  154. //
  155. // UnLoading
  156. //
  157. this.UnLoading.AutoSize = true;
  158. this.UnLoading.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.UnLoading.ForeColor = System.Drawing.Color.Blue;
  160. this.UnLoading.Location = new System.Drawing.Point(196, 720);
  161. this.UnLoading.Margin = new System.Windows.Forms.Padding(6);
  162. this.UnLoading.Name = "UnLoading";
  163. this.UnLoading.Size = new System.Drawing.Size(113, 45);
  164. this.UnLoading.TabIndex = 63;
  165. this.UnLoading.Text = "解绑";
  166. this.UnLoading.UseVisualStyleBackColor = true;
  167. //
  168. // sn_code_label
  169. //
  170. this.sn_code_label.AutoSize = true;
  171. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.sn_code_label.Location = new System.Drawing.Point(28, 796);
  173. this.sn_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  174. this.sn_code_label.Name = "sn_code_label";
  175. this.sn_code_label.Size = new System.Drawing.Size(114, 41);
  176. this.sn_code_label.TabIndex = 64;
  177. this.sn_code_label.Text = "序列号";
  178. //
  179. // code_label
  180. //
  181. this.code_label.AutoSize = true;
  182. this.code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.code_label.Location = new System.Drawing.Point(28, 884);
  184. this.code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  185. this.code_label.Name = "code_label";
  186. this.code_label.Size = new System.Drawing.Size(114, 41);
  187. this.code_label.TabIndex = 66;
  188. this.code_label.Text = "录入框";
  189. //
  190. // ClearSn_code
  191. //
  192. this.ClearSn_code.Cursor = System.Windows.Forms.Cursors.Hand;
  193. this.ClearSn_code.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
  194. this.ClearSn_code.Location = new System.Drawing.Point(526, 802);
  195. this.ClearSn_code.Margin = new System.Windows.Forms.Padding(6);
  196. this.ClearSn_code.Name = "ClearSn_code";
  197. this.ClearSn_code.Size = new System.Drawing.Size(32, 32);
  198. this.ClearSn_code.TabIndex = 138;
  199. this.ClearSn_code.TabStop = false;
  200. this.ClearSn_code.Click += new System.EventHandler(this.ClearSn_code_Click);
  201. //
  202. // ms_craftcode
  203. //
  204. this.ms_craftcode.AutoSize = true;
  205. this.ms_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.ms_craftcode.Location = new System.Drawing.Point(1536, 30);
  207. this.ms_craftcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  208. this.ms_craftcode.Name = "ms_craftcode";
  209. this.ms_craftcode.Size = new System.Drawing.Size(0, 41);
  210. this.ms_craftcode.TabIndex = 142;
  211. this.ms_craftcode.Visible = false;
  212. //
  213. // ma_craftcode
  214. //
  215. this.ma_craftcode.AutoSize = true;
  216. this.ma_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.ma_craftcode.Location = new System.Drawing.Point(1508, 122);
  218. this.ma_craftcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  219. this.ma_craftcode.Name = "ma_craftcode";
  220. this.ma_craftcode.Size = new System.Drawing.Size(0, 41);
  221. this.ma_craftcode.TabIndex = 145;
  222. this.ma_craftcode.Visible = false;
  223. //
  224. // LabelDataGridView
  225. //
  226. this.LabelDataGridView.AllowUserToAddRows = false;
  227. this.LabelDataGridView.AllowUserToResizeRows = false;
  228. this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  229. this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  230. this.序号,
  231. this.sb_maincode,
  232. this.sb_barcode,
  233. this.sb_prodcode,
  234. this.sb_indate});
  235. this.LabelDataGridView.Location = new System.Drawing.Point(36, 216);
  236. this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(6);
  237. this.LabelDataGridView.Name = "LabelDataGridView";
  238. this.LabelDataGridView.RowHeadersVisible = false;
  239. this.LabelDataGridView.RowTemplate.Height = 23;
  240. this.LabelDataGridView.Size = new System.Drawing.Size(1750, 454);
  241. this.LabelDataGridView.TabIndex = 193;
  242. //
  243. // label2
  244. //
  245. this.label2.AutoSize = true;
  246. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.label2.Location = new System.Drawing.Point(558, 722);
  248. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  249. this.label2.Name = "label2";
  250. this.label2.Size = new System.Drawing.Size(114, 41);
  251. this.label2.TabIndex = 200;
  252. this.label2.Text = "拼板数";
  253. //
  254. // pr_pcbacount
  255. //
  256. this.pr_pcbacount.Location = new System.Drawing.Point(695, 728);
  257. this.pr_pcbacount.Name = "pr_pcbacount";
  258. this.pr_pcbacount.ReadOnly = true;
  259. this.pr_pcbacount.Size = new System.Drawing.Size(120, 35);
  260. this.pr_pcbacount.TabIndex = 199;
  261. //
  262. // dataGridViewTextBoxColumn1
  263. //
  264. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  265. this.dataGridViewTextBoxColumn1.DataPropertyName = "cm_makecode";
  266. this.dataGridViewTextBoxColumn1.HeaderText = "上料料号";
  267. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  268. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  269. this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  270. this.dataGridViewTextBoxColumn1.Width = 64;
  271. //
  272. // dataGridViewTextBoxColumn2
  273. //
  274. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  275. this.dataGridViewTextBoxColumn2.DataPropertyName = "pr_detail";
  276. this.dataGridViewTextBoxColumn2.HeaderText = "上料名称";
  277. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  278. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  279. this.dataGridViewTextBoxColumn2.Width = 175;
  280. //
  281. // dataGridViewTextBoxColumn3
  282. //
  283. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  284. this.dataGridViewTextBoxColumn3.DataPropertyName = "cm_soncode";
  285. this.dataGridViewTextBoxColumn3.HeaderText = "前缀";
  286. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  287. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  288. this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  289. this.dataGridViewTextBoxColumn3.Width = 127;
  290. //
  291. // dataGridViewTextBoxColumn4
  292. //
  293. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  294. this.dataGridViewTextBoxColumn4.DataPropertyName = "cm_barcode";
  295. this.dataGridViewTextBoxColumn4.HeaderText = "长度";
  296. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  297. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  298. this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  299. this.dataGridViewTextBoxColumn4.Width = 112;
  300. //
  301. // dataGridViewTextBoxColumn5
  302. //
  303. this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  304. this.dataGridViewTextBoxColumn5.DataPropertyName = "sp_length";
  305. this.dataGridViewTextBoxColumn5.HeaderText = "条码号";
  306. this.dataGridViewTextBoxColumn5.MinimumWidth = 300;
  307. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  308. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  309. this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  310. this.dataGridViewTextBoxColumn5.Width = 112;
  311. //
  312. // 序号
  313. //
  314. this.序号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  315. this.序号.DataPropertyName = "rownum";
  316. this.序号.HeaderText = "序号";
  317. this.序号.Name = "序号";
  318. this.序号.ReadOnly = true;
  319. this.序号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  320. this.序号.Width = 64;
  321. //
  322. // sb_maincode
  323. //
  324. this.sb_maincode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  325. this.sb_maincode.DataPropertyName = "sb_maincode";
  326. this.sb_maincode.HeaderText = "关联条码号";
  327. this.sb_maincode.Name = "sb_maincode";
  328. this.sb_maincode.ReadOnly = true;
  329. this.sb_maincode.Width = 175;
  330. //
  331. // sb_barcode
  332. //
  333. this.sb_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  334. this.sb_barcode.DataPropertyName = "sb_barcode";
  335. this.sb_barcode.HeaderText = "条码号";
  336. this.sb_barcode.Name = "sb_barcode";
  337. this.sb_barcode.ReadOnly = true;
  338. this.sb_barcode.Width = 127;
  339. //
  340. // sb_prodcode
  341. //
  342. this.sb_prodcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  343. this.sb_prodcode.DataPropertyName = "sb_prodcode";
  344. this.sb_prodcode.HeaderText = "产品编号";
  345. this.sb_prodcode.Name = "sb_prodcode";
  346. this.sb_prodcode.ReadOnly = true;
  347. this.sb_prodcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  348. this.sb_prodcode.Width = 112;
  349. //
  350. // sb_indate
  351. //
  352. this.sb_indate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  353. this.sb_indate.DataPropertyName = "sb_indate";
  354. this.sb_indate.HeaderText = "录入日期";
  355. this.sb_indate.Name = "sb_indate";
  356. this.sb_indate.ReadOnly = true;
  357. this.sb_indate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  358. this.sb_indate.Width = 112;
  359. //
  360. // StepCount
  361. //
  362. this.StepCount.LineCode = null;
  363. this.StepCount.Location = new System.Drawing.Point(920, 688);
  364. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  365. this.StepCount.Name = "StepCount";
  366. this.StepCount.Size = new System.Drawing.Size(160, 44);
  367. this.StepCount.Source = null;
  368. this.StepCount.StepCode = null;
  369. this.StepCount.TabIndex = 189;
  370. //
  371. // ma_code
  372. //
  373. this.ma_code.AllPower = null;
  374. this.ma_code.Caller = null;
  375. this.ma_code.Condition = null;
  376. this.ma_code.DBTitle = null;
  377. this.ma_code.FormName = null;
  378. this.ma_code.Location = new System.Drawing.Point(192, 26);
  379. this.ma_code.Margin = new System.Windows.Forms.Padding(4);
  380. this.ma_code.Name = "ma_code";
  381. this.ma_code.Power = null;
  382. this.ma_code.ReturnData = null;
  383. this.ma_code.SelectField = null;
  384. this.ma_code.SetValueField = null;
  385. this.ma_code.Size = new System.Drawing.Size(296, 42);
  386. this.ma_code.TabIndex = 141;
  387. this.ma_code.TableName = null;
  388. this.ma_code.Tag = "ma_code";
  389. this.ma_code.TextBoxEnable = true;
  390. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  391. //
  392. // LockMakeCode
  393. //
  394. this.LockMakeCode.AutoSize = true;
  395. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. this.LockMakeCode.LeaveEvent = false;
  397. this.LockMakeCode.Location = new System.Drawing.Point(496, 30);
  398. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4);
  399. this.LockMakeCode.Name = "LockMakeCode";
  400. this.LockMakeCode.Size = new System.Drawing.Size(94, 35);
  401. this.LockMakeCode.TabIndex = 140;
  402. this.LockMakeCode.Text = "锁定";
  403. this.LockMakeCode.UseVisualStyleBackColor = true;
  404. //
  405. // ma_prodcode
  406. //
  407. this.ma_prodcode.AutoSize = true;
  408. this.ma_prodcode.CutLength = null;
  409. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  410. this.ma_prodcode.Location = new System.Drawing.Point(802, 24);
  411. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  412. this.ma_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
  413. this.ma_prodcode.Name = "ma_prodcode";
  414. this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
  415. this.ma_prodcode.TabIndex = 99;
  416. //
  417. // pr_detail
  418. //
  419. this.pr_detail.AutoSize = true;
  420. this.pr_detail.CutLength = null;
  421. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  422. this.pr_detail.Location = new System.Drawing.Point(1350, 24);
  423. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  424. this.pr_detail.MaximumSize = new System.Drawing.Size(300, 0);
  425. this.pr_detail.Name = "pr_detail";
  426. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  427. this.pr_detail.TabIndex = 98;
  428. //
  429. // mcd_remainqty
  430. //
  431. this.mcd_remainqty.AutoSize = true;
  432. this.mcd_remainqty.CutLength = null;
  433. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  434. this.mcd_remainqty.Location = new System.Drawing.Point(1348, 122);
  435. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  436. this.mcd_remainqty.MaximumSize = new System.Drawing.Size(300, 0);
  437. this.mcd_remainqty.Name = "mcd_remainqty";
  438. this.mcd_remainqty.Size = new System.Drawing.Size(0, 41);
  439. this.mcd_remainqty.TabIndex = 97;
  440. this.mcd_remainqty.Tag = "mcd_remainqty";
  441. //
  442. // mcd_inqty
  443. //
  444. this.mcd_inqty.AutoSize = true;
  445. this.mcd_inqty.CutLength = null;
  446. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.mcd_inqty.Location = new System.Drawing.Point(802, 122);
  448. this.mcd_inqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  449. this.mcd_inqty.MaximumSize = new System.Drawing.Size(300, 0);
  450. this.mcd_inqty.Name = "mcd_inqty";
  451. this.mcd_inqty.Size = new System.Drawing.Size(0, 41);
  452. this.mcd_inqty.TabIndex = 96;
  453. //
  454. // ma_qty
  455. //
  456. this.ma_qty.AutoSize = true;
  457. this.ma_qty.CutLength = null;
  458. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  459. this.ma_qty.Location = new System.Drawing.Point(192, 122);
  460. this.ma_qty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  461. this.ma_qty.MaximumSize = new System.Drawing.Size(300, 0);
  462. this.ma_qty.Name = "ma_qty";
  463. this.ma_qty.Size = new System.Drawing.Size(0, 41);
  464. this.ma_qty.TabIndex = 95;
  465. //
  466. // OperateResult
  467. //
  468. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  469. this.OperateResult.Location = new System.Drawing.Point(1090, 688);
  470. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  471. this.OperateResult.Name = "OperateResult";
  472. this.OperateResult.Size = new System.Drawing.Size(696, 238);
  473. this.OperateResult.TabIndex = 94;
  474. this.OperateResult.Text = "";
  475. //
  476. // Clean
  477. //
  478. this.Clean.AllPower = null;
  479. this.Clean.BackColor = System.Drawing.Color.Transparent;
  480. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  481. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  482. this.Clean.IsShowBorder = true;
  483. this.Clean.Location = new System.Drawing.Point(920, 878);
  484. this.Clean.Margin = new System.Windows.Forms.Padding(6);
  485. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  486. this.Clean.Name = "Clean";
  487. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  488. this.Clean.Power = null;
  489. this.Clean.Size = new System.Drawing.Size(120, 48);
  490. this.Clean.TabIndex = 80;
  491. this.Clean.Text = "清除";
  492. this.Clean.UseVisualStyleBackColor = true;
  493. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  494. //
  495. // Confirm
  496. //
  497. this.Confirm.AllPower = "ifall";
  498. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  499. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  500. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  501. this.Confirm.IsShowBorder = true;
  502. this.Confirm.Location = new System.Drawing.Point(578, 880);
  503. this.Confirm.Margin = new System.Windows.Forms.Padding(6);
  504. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  505. this.Confirm.Name = "Confirm";
  506. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  507. this.Confirm.Power = null;
  508. this.Confirm.Size = new System.Drawing.Size(120, 48);
  509. this.Confirm.TabIndex = 73;
  510. this.Confirm.Tag = "IfRead";
  511. this.Confirm.Text = "确认";
  512. this.Confirm.UseVisualStyleBackColor = true;
  513. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  514. //
  515. // code
  516. //
  517. this.code.AllPower = "ifall";
  518. this.code.BackColor = System.Drawing.Color.White;
  519. this.code.ID = null;
  520. this.code.Location = new System.Drawing.Point(196, 884);
  521. this.code.Margin = new System.Windows.Forms.Padding(6);
  522. this.code.Name = "code";
  523. this.code.Power = null;
  524. this.code.Size = new System.Drawing.Size(316, 35);
  525. this.code.Str = null;
  526. this.code.Str1 = null;
  527. this.code.Str2 = null;
  528. this.code.TabIndex = 0;
  529. this.code.Tag = "IfRead";
  530. this.code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.code_KeyDown);
  531. //
  532. // sn_code
  533. //
  534. this.sn_code.AllPower = null;
  535. this.sn_code.BackColor = System.Drawing.Color.White;
  536. this.sn_code.Enabled = false;
  537. this.sn_code.ID = null;
  538. this.sn_code.Location = new System.Drawing.Point(196, 796);
  539. this.sn_code.Margin = new System.Windows.Forms.Padding(6);
  540. this.sn_code.Name = "sn_code";
  541. this.sn_code.Power = null;
  542. this.sn_code.Size = new System.Drawing.Size(316, 35);
  543. this.sn_code.Str = null;
  544. this.sn_code.Str1 = null;
  545. this.sn_code.Str2 = null;
  546. this.sn_code.TabIndex = 65;
  547. //
  548. // dataGridViewTextBoxColumn6
  549. //
  550. this.dataGridViewTextBoxColumn6.HeaderText = "条码号";
  551. this.dataGridViewTextBoxColumn6.MinimumWidth = 300;
  552. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  553. this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  554. this.dataGridViewTextBoxColumn6.Width = 300;
  555. //
  556. // Make_SMTBind
  557. //
  558. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  559. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  560. this.ClientSize = new System.Drawing.Size(1796, 974);
  561. this.Controls.Add(this.label2);
  562. this.Controls.Add(this.pr_pcbacount);
  563. this.Controls.Add(this.LabelDataGridView);
  564. this.Controls.Add(this.StepCount);
  565. this.Controls.Add(this.ma_craftcode);
  566. this.Controls.Add(this.ms_craftcode);
  567. this.Controls.Add(this.ma_code);
  568. this.Controls.Add(this.LockMakeCode);
  569. this.Controls.Add(this.ClearSn_code);
  570. this.Controls.Add(this.ma_prodcode);
  571. this.Controls.Add(this.pr_detail);
  572. this.Controls.Add(this.mcd_remainqty);
  573. this.Controls.Add(this.mcd_inqty);
  574. this.Controls.Add(this.ma_qty);
  575. this.Controls.Add(this.OperateResult);
  576. this.Controls.Add(this.Clean);
  577. this.Controls.Add(this.Confirm);
  578. this.Controls.Add(this.code);
  579. this.Controls.Add(this.code_label);
  580. this.Controls.Add(this.sn_code);
  581. this.Controls.Add(this.sn_code_label);
  582. this.Controls.Add(this.UnLoading);
  583. this.Controls.Add(this.Loading);
  584. this.Controls.Add(this.mcd_restqty_label);
  585. this.Controls.Add(this.mcd_inqty_label);
  586. this.Controls.Add(this.ma_qty_label);
  587. this.Controls.Add(this.ms_makecode_label);
  588. this.Controls.Add(this.pr_detail_label);
  589. this.Controls.Add(this.ma_prodcode_label);
  590. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  591. this.Margin = new System.Windows.Forms.Padding(6);
  592. this.Name = "Make_SMTBind";
  593. this.Tag = "Make!SMTBind";
  594. this.Text = "上料采集";
  595. this.Load += new System.EventHandler(this.Make_FeedingCollection_Load);
  596. this.SizeChanged += new System.EventHandler(this.Make_FeedingCollection_SizeChanged);
  597. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).EndInit();
  598. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  599. ((System.ComponentModel.ISupportInitialize)(this.pr_pcbacount)).EndInit();
  600. this.ResumeLayout(false);
  601. this.PerformLayout();
  602. }
  603. #endregion
  604. private System.Windows.Forms.Label mcd_restqty_label;
  605. private System.Windows.Forms.Label mcd_inqty_label;
  606. private System.Windows.Forms.Label ma_qty_label;
  607. private System.Windows.Forms.Label ms_makecode_label;
  608. private System.Windows.Forms.Label pr_detail_label;
  609. private System.Windows.Forms.Label ma_prodcode_label;
  610. private System.Windows.Forms.RadioButton Loading;
  611. private System.Windows.Forms.RadioButton UnLoading;
  612. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  613. private System.Windows.Forms.Label sn_code_label;
  614. private System.Windows.Forms.Label code_label;
  615. private CustomControl.TextBoxWithIcon.SnCollectionBox code;
  616. private CustomControl.ButtonUtil.NormalButton Confirm;
  617. private CustomControl.ButtonUtil.NormalButton Clean;
  618. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  619. private CustomControl.ValueLabel.ValueLabel ma_qty;
  620. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  621. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  622. private CustomControl.ValueLabel.ValueLabel pr_detail;
  623. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  624. private System.Windows.Forms.PictureBox ClearSn_code;
  625. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  626. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  627. private System.Windows.Forms.Label ms_craftcode;
  628. private System.Windows.Forms.Label ma_craftcode;
  629. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  630. private System.Windows.Forms.DataGridView LabelDataGridView;
  631. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  632. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  633. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  634. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  635. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  636. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  637. private System.Windows.Forms.Label label2;
  638. private System.Windows.Forms.NumericUpDown pr_pcbacount;
  639. private System.Windows.Forms.DataGridViewTextBoxColumn 序号;
  640. private System.Windows.Forms.DataGridViewTextBoxColumn sb_maincode;
  641. private System.Windows.Forms.DataGridViewTextBoxColumn sb_barcode;
  642. private System.Windows.Forms.DataGridViewTextBoxColumn sb_prodcode;
  643. private System.Windows.Forms.DataGridViewTextBoxColumn sb_indate;
  644. }
  645. }