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