Make_FeedingCollectionCombine.Designer.cs 46 KB

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