Make_FeedingCollection.Designer.cs 47 KB

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