Make_PreFeedingCollection.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685
  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.label1 = new System.Windows.Forms.Label();
  43. this.ClearSn_code = new System.Windows.Forms.PictureBox();
  44. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.mainbarcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  51. this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.cm_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.pr_detail_ = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.cm_soncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.cm_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  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(1170, 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. //
  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(622, 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(1508, 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.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  223. this.序号,
  224. this.cm_makecode,
  225. this.pr_detail_,
  226. this.cm_soncode,
  227. this.cm_barcode,
  228. this.BarCode});
  229. this.LabelDataGridView.Location = new System.Drawing.Point(36, 216);
  230. this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(6);
  231. this.LabelDataGridView.Name = "LabelDataGridView";
  232. this.LabelDataGridView.RowHeadersVisible = false;
  233. this.LabelDataGridView.RowTemplate.Height = 23;
  234. this.LabelDataGridView.Size = new System.Drawing.Size(1282, 454);
  235. this.LabelDataGridView.TabIndex = 193;
  236. //
  237. // label1
  238. //
  239. this.label1.AutoSize = true;
  240. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.label1.Location = new System.Drawing.Point(28, 800);
  242. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  243. this.label1.Name = "label1";
  244. this.label1.Size = new System.Drawing.Size(114, 41);
  245. this.label1.TabIndex = 195;
  246. this.label1.Text = "主条码";
  247. //
  248. // ClearSn_code
  249. //
  250. this.ClearSn_code.Cursor = System.Windows.Forms.Cursors.Hand;
  251. this.ClearSn_code.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
  252. this.ClearSn_code.Location = new System.Drawing.Point(578, 809);
  253. this.ClearSn_code.Margin = new System.Windows.Forms.Padding(6);
  254. this.ClearSn_code.Name = "ClearSn_code";
  255. this.ClearSn_code.Size = new System.Drawing.Size(32, 32);
  256. this.ClearSn_code.TabIndex = 196;
  257. this.ClearSn_code.TabStop = false;
  258. this.ClearSn_code.Click += new System.EventHandler(this.ClearSn_code_Click);
  259. //
  260. // dataGridViewTextBoxColumn1
  261. //
  262. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  263. this.dataGridViewTextBoxColumn1.DataPropertyName = "cm_makecode";
  264. this.dataGridViewTextBoxColumn1.HeaderText = "上料料号";
  265. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  266. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  267. this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  268. this.dataGridViewTextBoxColumn1.Width = 50;
  269. //
  270. // dataGridViewTextBoxColumn2
  271. //
  272. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  273. this.dataGridViewTextBoxColumn2.DataPropertyName = "pr_detail";
  274. this.dataGridViewTextBoxColumn2.HeaderText = "上料名称";
  275. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  276. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  277. this.dataGridViewTextBoxColumn2.Width = 151;
  278. //
  279. // dataGridViewTextBoxColumn3
  280. //
  281. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  282. this.dataGridViewTextBoxColumn3.DataPropertyName = "cm_soncode";
  283. this.dataGridViewTextBoxColumn3.HeaderText = "前缀";
  284. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  285. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  286. this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  287. this.dataGridViewTextBoxColumn3.Width = 151;
  288. //
  289. // dataGridViewTextBoxColumn4
  290. //
  291. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  292. this.dataGridViewTextBoxColumn4.DataPropertyName = "cm_barcode";
  293. this.dataGridViewTextBoxColumn4.HeaderText = "长度";
  294. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  295. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  296. this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  297. this.dataGridViewTextBoxColumn4.Width = 64;
  298. //
  299. // dataGridViewTextBoxColumn5
  300. //
  301. this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  302. this.dataGridViewTextBoxColumn5.DataPropertyName = "sp_length";
  303. this.dataGridViewTextBoxColumn5.HeaderText = "条码号";
  304. this.dataGridViewTextBoxColumn5.MinimumWidth = 300;
  305. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  306. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  307. this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  308. this.dataGridViewTextBoxColumn5.Width = 64;
  309. //
  310. // dataGridViewTextBoxColumn6
  311. //
  312. this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  313. this.dataGridViewTextBoxColumn6.DataPropertyName = "bhp_barcode";
  314. this.dataGridViewTextBoxColumn6.HeaderText = "条码号";
  315. this.dataGridViewTextBoxColumn6.MinimumWidth = 300;
  316. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  317. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  318. this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  319. this.dataGridViewTextBoxColumn6.Width = 300;
  320. //
  321. // mainbarcode
  322. //
  323. this.mainbarcode.AllPower = "ifall";
  324. this.mainbarcode.BackColor = System.Drawing.Color.White;
  325. this.mainbarcode.Enabled = false;
  326. this.mainbarcode.ID = null;
  327. this.mainbarcode.Location = new System.Drawing.Point(196, 806);
  328. this.mainbarcode.Margin = new System.Windows.Forms.Padding(6);
  329. this.mainbarcode.Name = "mainbarcode";
  330. this.mainbarcode.Power = null;
  331. this.mainbarcode.Size = new System.Drawing.Size(316, 35);
  332. this.mainbarcode.Str = null;
  333. this.mainbarcode.Str1 = null;
  334. this.mainbarcode.Str2 = null;
  335. this.mainbarcode.TabIndex = 194;
  336. this.mainbarcode.Tag = "IfRead";
  337. //
  338. // 序号
  339. //
  340. this.序号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  341. this.序号.DataPropertyName = "sp_detno";
  342. this.序号.HeaderText = "序号";
  343. this.序号.Name = "序号";
  344. this.序号.ReadOnly = true;
  345. this.序号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  346. this.序号.Width = 70;
  347. //
  348. // cm_makecode
  349. //
  350. this.cm_makecode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  351. this.cm_makecode.DataPropertyName = "sp_fsoncode";
  352. this.cm_makecode.HeaderText = "上料料号";
  353. this.cm_makecode.Name = "cm_makecode";
  354. this.cm_makecode.ReadOnly = true;
  355. this.cm_makecode.Width = 151;
  356. //
  357. // pr_detail_
  358. //
  359. this.pr_detail_.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  360. this.pr_detail_.DataPropertyName = "pr_detail";
  361. this.pr_detail_.HeaderText = "上料名称";
  362. this.pr_detail_.Name = "pr_detail_";
  363. this.pr_detail_.ReadOnly = true;
  364. this.pr_detail_.Width = 151;
  365. //
  366. // cm_soncode
  367. //
  368. this.cm_soncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  369. this.cm_soncode.DataPropertyName = "sp_prefix";
  370. this.cm_soncode.HeaderText = "前缀";
  371. this.cm_soncode.Name = "cm_soncode";
  372. this.cm_soncode.ReadOnly = true;
  373. this.cm_soncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  374. this.cm_soncode.Width = 64;
  375. //
  376. // cm_barcode
  377. //
  378. this.cm_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  379. this.cm_barcode.DataPropertyName = "sp_length";
  380. this.cm_barcode.HeaderText = "长度";
  381. this.cm_barcode.Name = "cm_barcode";
  382. this.cm_barcode.ReadOnly = true;
  383. this.cm_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  384. this.cm_barcode.Width = 64;
  385. //
  386. // BarCode
  387. //
  388. this.BarCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  389. this.BarCode.DataPropertyName = "bhp_barcode";
  390. this.BarCode.HeaderText = "条码号";
  391. this.BarCode.MinimumWidth = 300;
  392. this.BarCode.Name = "BarCode";
  393. this.BarCode.ReadOnly = true;
  394. this.BarCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  395. this.BarCode.Width = 300;
  396. //
  397. // StepCount
  398. //
  399. this.StepCount.LineCode = null;
  400. this.StepCount.Location = new System.Drawing.Point(920, 688);
  401. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  402. this.StepCount.Name = "StepCount";
  403. this.StepCount.Size = new System.Drawing.Size(160, 44);
  404. this.StepCount.Source = null;
  405. this.StepCount.StepCode = null;
  406. this.StepCount.TabIndex = 189;
  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(1348, 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. //
  479. // mcd_inqty
  480. //
  481. this.mcd_inqty.AutoSize = true;
  482. this.mcd_inqty.CutLength = null;
  483. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  484. this.mcd_inqty.Location = new System.Drawing.Point(802, 122);
  485. this.mcd_inqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  486. this.mcd_inqty.MaximumSize = new System.Drawing.Size(300, 0);
  487. this.mcd_inqty.Name = "mcd_inqty";
  488. this.mcd_inqty.Size = new System.Drawing.Size(0, 41);
  489. this.mcd_inqty.TabIndex = 96;
  490. //
  491. // ma_qty
  492. //
  493. this.ma_qty.AutoSize = true;
  494. this.ma_qty.CutLength = null;
  495. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  496. this.ma_qty.Location = new System.Drawing.Point(192, 122);
  497. this.ma_qty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  498. this.ma_qty.MaximumSize = new System.Drawing.Size(300, 0);
  499. this.ma_qty.Name = "ma_qty";
  500. this.ma_qty.Size = new System.Drawing.Size(0, 41);
  501. this.ma_qty.TabIndex = 95;
  502. //
  503. // OperateResult
  504. //
  505. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  506. this.OperateResult.Location = new System.Drawing.Point(1090, 688);
  507. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  508. this.OperateResult.Name = "OperateResult";
  509. this.OperateResult.Size = new System.Drawing.Size(696, 238);
  510. this.OperateResult.TabIndex = 94;
  511. this.OperateResult.Text = "";
  512. //
  513. // Clean
  514. //
  515. this.Clean.AllPower = null;
  516. this.Clean.BackColor = System.Drawing.Color.Transparent;
  517. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  518. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  519. this.Clean.IsShowBorder = true;
  520. this.Clean.Location = new System.Drawing.Point(920, 878);
  521. this.Clean.Margin = new System.Windows.Forms.Padding(6);
  522. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  523. this.Clean.Name = "Clean";
  524. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  525. this.Clean.Power = null;
  526. this.Clean.Size = new System.Drawing.Size(120, 48);
  527. this.Clean.TabIndex = 80;
  528. this.Clean.Text = "清除";
  529. this.Clean.UseVisualStyleBackColor = true;
  530. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  531. //
  532. // Confirm
  533. //
  534. this.Confirm.AllPower = "ifall";
  535. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  536. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  537. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  538. this.Confirm.IsShowBorder = true;
  539. this.Confirm.Location = new System.Drawing.Point(578, 880);
  540. this.Confirm.Margin = new System.Windows.Forms.Padding(6);
  541. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  542. this.Confirm.Name = "Confirm";
  543. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  544. this.Confirm.Power = null;
  545. this.Confirm.Size = new System.Drawing.Size(120, 48);
  546. this.Confirm.TabIndex = 73;
  547. this.Confirm.Tag = "IfRead";
  548. this.Confirm.Text = "确认";
  549. this.Confirm.UseVisualStyleBackColor = true;
  550. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  551. //
  552. // code
  553. //
  554. this.code.AllPower = "ifall";
  555. this.code.BackColor = System.Drawing.Color.White;
  556. this.code.ID = null;
  557. this.code.Location = new System.Drawing.Point(196, 884);
  558. this.code.Margin = new System.Windows.Forms.Padding(6);
  559. this.code.Name = "code";
  560. this.code.Power = null;
  561. this.code.Size = new System.Drawing.Size(316, 35);
  562. this.code.Str = null;
  563. this.code.Str1 = null;
  564. this.code.Str2 = null;
  565. this.code.TabIndex = 0;
  566. this.code.Tag = "IfRead";
  567. this.code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.code_KeyDown);
  568. //
  569. // ProdNum
  570. //
  571. this.ProdNum.Location = new System.Drawing.Point(662, 730);
  572. this.ProdNum.Name = "ProdNum";
  573. this.ProdNum.Size = new System.Drawing.Size(120, 35);
  574. this.ProdNum.TabIndex = 197;
  575. this.ProdNum.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
  576. //
  577. // label2
  578. //
  579. this.label2.AutoSize = true;
  580. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  581. this.label2.Location = new System.Drawing.Point(433, 724);
  582. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  583. this.label2.Name = "label2";
  584. this.label2.Size = new System.Drawing.Size(210, 41);
  585. this.label2.TabIndex = 198;
  586. this.label2.Text = "采集物料数量";
  587. //
  588. // Make_PreFeedingCollection
  589. //
  590. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  591. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  592. this.ClientSize = new System.Drawing.Size(1796, 974);
  593. this.Controls.Add(this.label2);
  594. this.Controls.Add(this.ProdNum);
  595. this.Controls.Add(this.ClearSn_code);
  596. this.Controls.Add(this.label1);
  597. this.Controls.Add(this.mainbarcode);
  598. this.Controls.Add(this.LabelDataGridView);
  599. this.Controls.Add(this.NoteForChange);
  600. this.Controls.Add(this.StepCount);
  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_inqty);
  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!FeedingCollection";
  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(false);
  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_inqty;
  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 CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  677. private System.Windows.Forms.NumericUpDown ProdNum;
  678. private System.Windows.Forms.Label label2;
  679. }
  680. }