Make_PreFeedingCollection.Designer.cs 38 KB

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