Make_StepReport.Designer.cs 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_StepReport
  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_StepReport));
  29. this.ma_code_label = new System.Windows.Forms.Label();
  30. this.pr_detail_label = new System.Windows.Forms.Label();
  31. this.ma_prodcode_label = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.sc_stepcode_label = new System.Windows.Forms.Label();
  35. this.ma_craftcode_label = new System.Windows.Forms.Label();
  36. this.ma_craftcode = new System.Windows.Forms.ComboBox();
  37. this.ma_bomversion = new System.Windows.Forms.Label();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.label6 = new System.Windows.Forms.Label();
  42. this.label7 = new System.Windows.Forms.Label();
  43. this.label8 = new System.Windows.Forms.Label();
  44. this.normalButton2 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  45. this.ngqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  46. this.okqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  47. this.ngsum = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  48. this.oksum = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  49. this.ma_qty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  50. this.Remark = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  51. this.Lock = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  52. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  53. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  54. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  55. this.pr_batchnum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  56. this.BatchProductDGV56 = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  57. this.sc_stepcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  58. this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  59. this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  60. this.Screen = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  61. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
  75. this.ms_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.ms_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.ms_stepcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.ms_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.ms_sourcecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.ms_okqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.ms_agokqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.ms_ngqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.AddBad = new System.Windows.Forms.DataGridViewImageColumn();
  84. this.ms_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.DeleteRow = new System.Windows.Forms.DataGridViewImageColumn();
  86. this.agoksum = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  87. this.label9 = new System.Windows.Forms.Label();
  88. this.label10 = new System.Windows.Forms.Label();
  89. this.agokqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  90. ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV56)).BeginInit();
  91. this.SuspendLayout();
  92. //
  93. // ma_code_label
  94. //
  95. this.ma_code_label.AutoSize = true;
  96. this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.ma_code_label.Location = new System.Drawing.Point(13, 16);
  98. this.ma_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  99. this.ma_code_label.Name = "ma_code_label";
  100. this.ma_code_label.Size = new System.Drawing.Size(110, 31);
  101. this.ma_code_label.TabIndex = 155;
  102. this.ma_code_label.Text = "归属工单";
  103. //
  104. // pr_detail_label
  105. //
  106. this.pr_detail_label.AutoSize = true;
  107. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.pr_detail_label.Location = new System.Drawing.Point(474, 52);
  109. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  110. this.pr_detail_label.Name = "pr_detail_label";
  111. this.pr_detail_label.Size = new System.Drawing.Size(110, 31);
  112. this.pr_detail_label.TabIndex = 156;
  113. this.pr_detail_label.Text = "产品名称";
  114. //
  115. // ma_prodcode_label
  116. //
  117. this.ma_prodcode_label.AutoSize = true;
  118. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.ma_prodcode_label.Location = new System.Drawing.Point(13, 56);
  120. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  121. this.ma_prodcode_label.Name = "ma_prodcode_label";
  122. this.ma_prodcode_label.Size = new System.Drawing.Size(110, 31);
  123. this.ma_prodcode_label.TabIndex = 157;
  124. this.ma_prodcode_label.Text = "产品代码";
  125. //
  126. // label3
  127. //
  128. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  129. | System.Windows.Forms.AnchorStyles.Left)));
  130. this.label3.AutoSize = true;
  131. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.label3.Location = new System.Drawing.Point(1244, 719);
  133. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  134. this.label3.Name = "label3";
  135. this.label3.Size = new System.Drawing.Size(110, 31);
  136. this.label3.TabIndex = 175;
  137. this.label3.Text = "物料批号";
  138. this.label3.Visible = false;
  139. //
  140. // label2
  141. //
  142. this.label2.AutoSize = true;
  143. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.label2.ForeColor = System.Drawing.Color.Black;
  145. this.label2.Location = new System.Drawing.Point(18, 89);
  146. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  147. this.label2.Name = "label2";
  148. this.label2.Size = new System.Drawing.Size(110, 31);
  149. this.label2.TabIndex = 181;
  150. this.label2.Text = "报工明细";
  151. //
  152. // sc_stepcode_label
  153. //
  154. this.sc_stepcode_label.AutoSize = true;
  155. this.sc_stepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.sc_stepcode_label.Location = new System.Drawing.Point(926, 16);
  157. this.sc_stepcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  158. this.sc_stepcode_label.Name = "sc_stepcode_label";
  159. this.sc_stepcode_label.Size = new System.Drawing.Size(62, 31);
  160. this.sc_stepcode_label.TabIndex = 165;
  161. this.sc_stepcode_label.Text = "工序";
  162. //
  163. // ma_craftcode_label
  164. //
  165. this.ma_craftcode_label.AutoSize = true;
  166. this.ma_craftcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.ma_craftcode_label.Location = new System.Drawing.Point(474, 16);
  168. this.ma_craftcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  169. this.ma_craftcode_label.Name = "ma_craftcode_label";
  170. this.ma_craftcode_label.Size = new System.Drawing.Size(62, 31);
  171. this.ma_craftcode_label.TabIndex = 184;
  172. this.ma_craftcode_label.Text = "途程";
  173. //
  174. // ma_craftcode
  175. //
  176. this.ma_craftcode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  177. this.ma_craftcode.FormattingEnabled = true;
  178. this.ma_craftcode.Location = new System.Drawing.Point(622, 16);
  179. this.ma_craftcode.Margin = new System.Windows.Forms.Padding(4);
  180. this.ma_craftcode.Name = "ma_craftcode";
  181. this.ma_craftcode.Size = new System.Drawing.Size(223, 26);
  182. this.ma_craftcode.TabIndex = 185;
  183. this.ma_craftcode.SelectedIndexChanged += new System.EventHandler(this.ma_craftcode_SelectedIndexChanged);
  184. //
  185. // ma_bomversion
  186. //
  187. this.ma_bomversion.AutoSize = true;
  188. this.ma_bomversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.ma_bomversion.Location = new System.Drawing.Point(1180, 18);
  190. this.ma_bomversion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  191. this.ma_bomversion.Name = "ma_bomversion";
  192. this.ma_bomversion.Size = new System.Drawing.Size(0, 31);
  193. this.ma_bomversion.TabIndex = 186;
  194. this.ma_bomversion.Visible = false;
  195. //
  196. // label1
  197. //
  198. this.label1.AutoSize = true;
  199. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.label1.Location = new System.Drawing.Point(6, 563);
  201. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  202. this.label1.Name = "label1";
  203. this.label1.Size = new System.Drawing.Size(86, 31);
  204. this.label1.TabIndex = 229;
  205. this.label1.Text = "工单数";
  206. //
  207. // label4
  208. //
  209. this.label4.AutoSize = true;
  210. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.label4.Location = new System.Drawing.Point(237, 563);
  212. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  213. this.label4.Name = "label4";
  214. this.label4.Size = new System.Drawing.Size(86, 31);
  215. this.label4.TabIndex = 231;
  216. this.label4.Text = "良品数";
  217. //
  218. // label5
  219. //
  220. this.label5.AutoSize = true;
  221. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.label5.Location = new System.Drawing.Point(743, 563);
  223. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  224. this.label5.Name = "label5";
  225. this.label5.Size = new System.Drawing.Size(86, 31);
  226. this.label5.TabIndex = 233;
  227. this.label5.Text = "不良数";
  228. //
  229. // label6
  230. //
  231. this.label6.AutoSize = true;
  232. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.label6.Location = new System.Drawing.Point(6, 721);
  234. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  235. this.label6.Name = "label6";
  236. this.label6.Size = new System.Drawing.Size(110, 31);
  237. this.label6.TabIndex = 236;
  238. this.label6.Text = "良品录入";
  239. //
  240. // label7
  241. //
  242. this.label7.AutoSize = true;
  243. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.label7.Location = new System.Drawing.Point(721, 720);
  245. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  246. this.label7.Name = "label7";
  247. this.label7.Size = new System.Drawing.Size(110, 31);
  248. this.label7.TabIndex = 238;
  249. this.label7.Text = "不良录入";
  250. //
  251. // label8
  252. //
  253. this.label8.AutoSize = true;
  254. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.label8.ForeColor = System.Drawing.Color.Black;
  256. this.label8.Location = new System.Drawing.Point(13, 593);
  257. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  258. this.label8.Name = "label8";
  259. this.label8.Size = new System.Drawing.Size(62, 31);
  260. this.label8.TabIndex = 240;
  261. this.label8.Text = "备注";
  262. //
  263. // normalButton2
  264. //
  265. this.normalButton2.AllPower = null;
  266. this.normalButton2.BackColor = System.Drawing.Color.Transparent;
  267. this.normalButton2.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.DownImage")));
  268. this.normalButton2.Image = ((System.Drawing.Image)(resources.GetObject("normalButton2.Image")));
  269. this.normalButton2.IsShowBorder = true;
  270. this.normalButton2.Location = new System.Drawing.Point(1062, 716);
  271. this.normalButton2.Margin = new System.Windows.Forms.Padding(4);
  272. this.normalButton2.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.MoveImage")));
  273. this.normalButton2.Name = "normalButton2";
  274. this.normalButton2.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.NormalImage")));
  275. this.normalButton2.Power = null;
  276. this.normalButton2.Size = new System.Drawing.Size(90, 36);
  277. this.normalButton2.TabIndex = 239;
  278. this.normalButton2.Tag = "IfRead";
  279. this.normalButton2.Text = "报工确认";
  280. this.normalButton2.UseVisualStyleBackColor = true;
  281. this.normalButton2.Click += new System.EventHandler(this.normalButton2_Click);
  282. //
  283. // ngqty
  284. //
  285. this.ngqty.AllPower = null;
  286. this.ngqty.BackColor = System.Drawing.Color.White;
  287. this.ngqty.ID = null;
  288. this.ngqty.Location = new System.Drawing.Point(838, 721);
  289. this.ngqty.Name = "ngqty";
  290. this.ngqty.Negative = false;
  291. this.ngqty.Power = null;
  292. this.ngqty.Size = new System.Drawing.Size(196, 28);
  293. this.ngqty.Str = null;
  294. this.ngqty.Str1 = null;
  295. this.ngqty.Str2 = null;
  296. this.ngqty.TabIndex = 237;
  297. //
  298. // okqty
  299. //
  300. this.okqty.AllPower = null;
  301. this.okqty.BackColor = System.Drawing.Color.White;
  302. this.okqty.ID = null;
  303. this.okqty.Location = new System.Drawing.Point(123, 722);
  304. this.okqty.Name = "okqty";
  305. this.okqty.Negative = false;
  306. this.okqty.Power = null;
  307. this.okqty.Size = new System.Drawing.Size(196, 28);
  308. this.okqty.Str = null;
  309. this.okqty.Str1 = null;
  310. this.okqty.Str2 = null;
  311. this.okqty.TabIndex = 235;
  312. //
  313. // ngsum
  314. //
  315. this.ngsum.AutoSize = true;
  316. this.ngsum.CutLength = null;
  317. this.ngsum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.ngsum.Location = new System.Drawing.Point(837, 563);
  319. this.ngsum.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  320. this.ngsum.MaximumSize = new System.Drawing.Size(225, 0);
  321. this.ngsum.Name = "ngsum";
  322. this.ngsum.Size = new System.Drawing.Size(0, 31);
  323. this.ngsum.TabIndex = 234;
  324. this.ngsum.Tag = "ma_prodcode";
  325. //
  326. // oksum
  327. //
  328. this.oksum.AutoSize = true;
  329. this.oksum.CutLength = null;
  330. this.oksum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  331. this.oksum.Location = new System.Drawing.Point(331, 563);
  332. this.oksum.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  333. this.oksum.MaximumSize = new System.Drawing.Size(225, 0);
  334. this.oksum.Name = "oksum";
  335. this.oksum.Size = new System.Drawing.Size(0, 31);
  336. this.oksum.TabIndex = 232;
  337. this.oksum.Tag = "ma_prodcode";
  338. //
  339. // ma_qty
  340. //
  341. this.ma_qty.AutoSize = true;
  342. this.ma_qty.CutLength = null;
  343. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  344. this.ma_qty.Location = new System.Drawing.Point(100, 563);
  345. this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  346. this.ma_qty.MaximumSize = new System.Drawing.Size(225, 0);
  347. this.ma_qty.Name = "ma_qty";
  348. this.ma_qty.Size = new System.Drawing.Size(0, 31);
  349. this.ma_qty.TabIndex = 230;
  350. this.ma_qty.Tag = "ma_prodcode";
  351. //
  352. // Remark
  353. //
  354. this.Remark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  355. this.Remark.Location = new System.Drawing.Point(0, 626);
  356. this.Remark.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  357. this.Remark.Name = "Remark";
  358. this.Remark.Size = new System.Drawing.Size(1032, 74);
  359. this.Remark.TabIndex = 228;
  360. this.Remark.Text = "";
  361. //
  362. // Lock
  363. //
  364. this.Lock.AutoSize = true;
  365. this.Lock.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.Lock.LeaveEvent = false;
  367. this.Lock.Location = new System.Drawing.Point(381, 18);
  368. this.Lock.Margin = new System.Windows.Forms.Padding(4);
  369. this.Lock.Name = "Lock";
  370. this.Lock.Size = new System.Drawing.Size(72, 28);
  371. this.Lock.TabIndex = 182;
  372. this.Lock.Text = "锁定";
  373. this.Lock.UseVisualStyleBackColor = true;
  374. //
  375. // ma_code
  376. //
  377. this.ma_code.AllPower = null;
  378. this.ma_code.Caller = null;
  379. this.ma_code.Condition = null;
  380. this.ma_code.DBTitle = null;
  381. this.ma_code.FormName = null;
  382. this.ma_code.Location = new System.Drawing.Point(153, 16);
  383. this.ma_code.Name = "ma_code";
  384. this.ma_code.Power = null;
  385. this.ma_code.ReturnData = null;
  386. this.ma_code.SelectField = null;
  387. this.ma_code.SetValueField = null;
  388. this.ma_code.Size = new System.Drawing.Size(208, 32);
  389. this.ma_code.TabIndex = 180;
  390. this.ma_code.TableName = null;
  391. this.ma_code.Tag = "ma_code";
  392. this.ma_code.TextBoxEnable = true;
  393. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  394. //
  395. // Clean
  396. //
  397. this.Clean.AllPower = null;
  398. this.Clean.BackColor = System.Drawing.Color.Transparent;
  399. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  400. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  401. this.Clean.IsShowBorder = true;
  402. this.Clean.Location = new System.Drawing.Point(1172, 714);
  403. this.Clean.Margin = new System.Windows.Forms.Padding(4);
  404. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  405. this.Clean.Name = "Clean";
  406. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  407. this.Clean.Power = null;
  408. this.Clean.Size = new System.Drawing.Size(90, 36);
  409. this.Clean.TabIndex = 179;
  410. this.Clean.Tag = "IfRead";
  411. this.Clean.Text = "清除";
  412. this.Clean.UseVisualStyleBackColor = true;
  413. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  414. //
  415. // OperateResult
  416. //
  417. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  418. this.OperateResult.Location = new System.Drawing.Point(1062, 168);
  419. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  420. this.OperateResult.Name = "OperateResult";
  421. this.OperateResult.Size = new System.Drawing.Size(304, 528);
  422. this.OperateResult.TabIndex = 178;
  423. this.OperateResult.Text = "";
  424. //
  425. // pr_batchnum
  426. //
  427. this.pr_batchnum.AllPower = "ifall";
  428. this.pr_batchnum.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  429. | System.Windows.Forms.AnchorStyles.Left)));
  430. this.pr_batchnum.BackColor = System.Drawing.Color.White;
  431. this.pr_batchnum.ID = null;
  432. this.pr_batchnum.Location = new System.Drawing.Point(1358, 719);
  433. this.pr_batchnum.Margin = new System.Windows.Forms.Padding(4);
  434. this.pr_batchnum.Name = "pr_batchnum";
  435. this.pr_batchnum.Power = null;
  436. this.pr_batchnum.Size = new System.Drawing.Size(10, 28);
  437. this.pr_batchnum.Str = null;
  438. this.pr_batchnum.Str1 = null;
  439. this.pr_batchnum.Str2 = null;
  440. this.pr_batchnum.TabIndex = 176;
  441. this.pr_batchnum.Visible = false;
  442. this.pr_batchnum.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pr_batchnum_KeyDown);
  443. //
  444. // BatchProductDGV56
  445. //
  446. this.BatchProductDGV56.AllowUserToAddRows = false;
  447. this.BatchProductDGV56.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  448. this.BatchProductDGV56.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  449. this.ms_id,
  450. this.ms_makecode,
  451. this.ms_stepcode,
  452. this.ms_linecode,
  453. this.ms_sourcecode,
  454. this.ms_okqty,
  455. this.ms_agokqty,
  456. this.ms_ngqty,
  457. this.AddBad,
  458. this.ms_indate,
  459. this.DeleteRow});
  460. this.BatchProductDGV56.EnableContentClick = true;
  461. this.BatchProductDGV56.Location = new System.Drawing.Point(0, 128);
  462. this.BatchProductDGV56.Margin = new System.Windows.Forms.Padding(4);
  463. this.BatchProductDGV56.Name = "BatchProductDGV56";
  464. this.BatchProductDGV56.RowTemplate.Height = 23;
  465. this.BatchProductDGV56.Size = new System.Drawing.Size(1032, 421);
  466. this.BatchProductDGV56.TabIndex = 174;
  467. this.BatchProductDGV56.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.BatchProduct_CellContentClick);
  468. this.BatchProductDGV56.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.BatchProductDGV_CellFormatting);
  469. this.BatchProductDGV56.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.BatchProductDGV_CellPainting);
  470. //
  471. // sc_stepcode
  472. //
  473. this.sc_stepcode.AutoSize = true;
  474. this.sc_stepcode.CutLength = null;
  475. this.sc_stepcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  476. this.sc_stepcode.Location = new System.Drawing.Point(1032, 16);
  477. this.sc_stepcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  478. this.sc_stepcode.MaximumSize = new System.Drawing.Size(225, 0);
  479. this.sc_stepcode.Name = "sc_stepcode";
  480. this.sc_stepcode.Size = new System.Drawing.Size(0, 31);
  481. this.sc_stepcode.TabIndex = 171;
  482. //
  483. // pr_detail
  484. //
  485. this.pr_detail.AutoSize = true;
  486. this.pr_detail.CutLength = null;
  487. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.pr_detail.Location = new System.Drawing.Point(622, 52);
  489. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  490. this.pr_detail.MaximumSize = new System.Drawing.Size(225, 0);
  491. this.pr_detail.Name = "pr_detail";
  492. this.pr_detail.Size = new System.Drawing.Size(0, 31);
  493. this.pr_detail.TabIndex = 170;
  494. this.pr_detail.Tag = "pr_detail";
  495. //
  496. // ma_prodcode
  497. //
  498. this.ma_prodcode.AutoSize = true;
  499. this.ma_prodcode.CutLength = null;
  500. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  501. this.ma_prodcode.Location = new System.Drawing.Point(153, 56);
  502. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  503. this.ma_prodcode.MaximumSize = new System.Drawing.Size(225, 0);
  504. this.ma_prodcode.Name = "ma_prodcode";
  505. this.ma_prodcode.Size = new System.Drawing.Size(0, 31);
  506. this.ma_prodcode.TabIndex = 167;
  507. this.ma_prodcode.Tag = "ma_prodcode";
  508. this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
  509. //
  510. // Screen
  511. //
  512. this.Screen.AllPower = null;
  513. this.Screen.BackColor = System.Drawing.Color.Transparent;
  514. this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage")));
  515. this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
  516. this.Screen.IsShowBorder = true;
  517. this.Screen.Location = new System.Drawing.Point(932, 53);
  518. this.Screen.Margin = new System.Windows.Forms.Padding(4);
  519. this.Screen.MoveImage = ((System.Drawing.Image)(resources.GetObject("Screen.MoveImage")));
  520. this.Screen.Name = "Screen";
  521. this.Screen.NormalImage = ((System.Drawing.Image)(resources.GetObject("Screen.NormalImage")));
  522. this.Screen.Power = null;
  523. this.Screen.Size = new System.Drawing.Size(90, 36);
  524. this.Screen.TabIndex = 154;
  525. this.Screen.Tag = "IfRead";
  526. this.Screen.Text = "刷新";
  527. this.Screen.UseVisualStyleBackColor = true;
  528. this.Screen.Click += new System.EventHandler(this.Screen_Click);
  529. //
  530. // dataGridViewTextBoxColumn1
  531. //
  532. this.dataGridViewTextBoxColumn1.DataPropertyName = "sp_fsoncode";
  533. this.dataGridViewTextBoxColumn1.HeaderText = "首选料号";
  534. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  535. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  536. //
  537. // dataGridViewTextBoxColumn2
  538. //
  539. this.dataGridViewTextBoxColumn2.DataPropertyName = "mss_linecode";
  540. this.dataGridViewTextBoxColumn2.HeaderText = "线别";
  541. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  542. //
  543. // dataGridViewTextBoxColumn3
  544. //
  545. this.dataGridViewTextBoxColumn3.DataPropertyName = "mss_makecode";
  546. this.dataGridViewTextBoxColumn3.HeaderText = "工单号";
  547. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  548. //
  549. // dataGridViewTextBoxColumn4
  550. //
  551. this.dataGridViewTextBoxColumn4.DataPropertyName = "mss_id";
  552. this.dataGridViewTextBoxColumn4.HeaderText = "ID";
  553. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  554. this.dataGridViewTextBoxColumn4.Visible = false;
  555. //
  556. // dataGridViewTextBoxColumn5
  557. //
  558. this.dataGridViewTextBoxColumn5.DataPropertyName = "sp_soncode";
  559. this.dataGridViewTextBoxColumn5.HeaderText = "备选料号";
  560. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  561. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  562. //
  563. // dataGridViewTextBoxColumn6
  564. //
  565. this.dataGridViewTextBoxColumn6.DataPropertyName = "mss_barcode";
  566. this.dataGridViewTextBoxColumn6.HeaderText = "物料批号";
  567. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  568. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  569. //
  570. // dataGridViewTextBoxColumn7
  571. //
  572. this.dataGridViewTextBoxColumn7.DataPropertyName = "sp_oneuseqty";
  573. this.dataGridViewTextBoxColumn7.HeaderText = "单位用量";
  574. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  575. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  576. //
  577. // dataGridViewTextBoxColumn8
  578. //
  579. this.dataGridViewTextBoxColumn8.DataPropertyName = "mss_qty";
  580. this.dataGridViewTextBoxColumn8.HeaderText = "备料数量";
  581. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  582. //
  583. // dataGridViewTextBoxColumn9
  584. //
  585. this.dataGridViewTextBoxColumn9.DataPropertyName = "mm_qty";
  586. this.dataGridViewTextBoxColumn9.HeaderText = "需求数";
  587. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  588. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  589. this.dataGridViewTextBoxColumn9.Visible = false;
  590. //
  591. // dataGridViewTextBoxColumn10
  592. //
  593. this.dataGridViewTextBoxColumn10.DataPropertyName = "mss_remain";
  594. this.dataGridViewTextBoxColumn10.HeaderText = "剩余数";
  595. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  596. this.dataGridViewTextBoxColumn10.ReadOnly = true;
  597. //
  598. // dataGridViewTextBoxColumn11
  599. //
  600. this.dataGridViewTextBoxColumn11.DataPropertyName = "mss_useqty";
  601. this.dataGridViewTextBoxColumn11.HeaderText = "已用数量";
  602. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  603. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  604. //
  605. // dataGridViewTextBoxColumn12
  606. //
  607. this.dataGridViewTextBoxColumn12.DataPropertyName = "pr_detail";
  608. this.dataGridViewTextBoxColumn12.HeaderText = "物料名称";
  609. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  610. this.dataGridViewTextBoxColumn12.ReadOnly = true;
  611. //
  612. // dataGridViewTextBoxColumn13
  613. //
  614. this.dataGridViewTextBoxColumn13.DataPropertyName = "pr_spec";
  615. this.dataGridViewTextBoxColumn13.HeaderText = "物料规格";
  616. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  617. this.dataGridViewTextBoxColumn13.ReadOnly = true;
  618. this.dataGridViewTextBoxColumn13.Visible = false;
  619. //
  620. // dataGridViewImageColumn1
  621. //
  622. this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  623. this.dataGridViewImageColumn1.HeaderText = "删除";
  624. this.dataGridViewImageColumn1.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
  625. this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
  626. //
  627. // ms_id
  628. //
  629. this.ms_id.DataPropertyName = "ms_id";
  630. this.ms_id.HeaderText = "ID";
  631. this.ms_id.Name = "ms_id";
  632. this.ms_id.Visible = false;
  633. //
  634. // ms_makecode
  635. //
  636. this.ms_makecode.DataPropertyName = "ms_makecode";
  637. this.ms_makecode.HeaderText = "报工工单";
  638. this.ms_makecode.Name = "ms_makecode";
  639. this.ms_makecode.ReadOnly = true;
  640. this.ms_makecode.Visible = false;
  641. //
  642. // ms_stepcode
  643. //
  644. this.ms_stepcode.DataPropertyName = "ms_stepcode";
  645. this.ms_stepcode.HeaderText = "报工工序";
  646. this.ms_stepcode.Name = "ms_stepcode";
  647. this.ms_stepcode.ReadOnly = true;
  648. this.ms_stepcode.Visible = false;
  649. //
  650. // ms_linecode
  651. //
  652. this.ms_linecode.DataPropertyName = "ms_linecode";
  653. this.ms_linecode.HeaderText = "报工线别";
  654. this.ms_linecode.Name = "ms_linecode";
  655. this.ms_linecode.ReadOnly = true;
  656. //
  657. // ms_sourcecode
  658. //
  659. this.ms_sourcecode.DataPropertyName = "ms_sourcecode";
  660. this.ms_sourcecode.HeaderText = "报工资源";
  661. this.ms_sourcecode.Name = "ms_sourcecode";
  662. this.ms_sourcecode.Visible = false;
  663. //
  664. // ms_okqty
  665. //
  666. this.ms_okqty.DataPropertyName = "ms_okqty";
  667. this.ms_okqty.HeaderText = "良品数";
  668. this.ms_okqty.Name = "ms_okqty";
  669. this.ms_okqty.ReadOnly = true;
  670. //
  671. // ms_agokqty
  672. //
  673. this.ms_agokqty.DataPropertyName = "ms_agokqty";
  674. this.ms_agokqty.HeaderText = "再次通过数";
  675. this.ms_agokqty.Name = "ms_agokqty";
  676. this.ms_agokqty.ReadOnly = true;
  677. //
  678. // ms_ngqty
  679. //
  680. this.ms_ngqty.DataPropertyName = "ms_ngqty";
  681. this.ms_ngqty.HeaderText = "不良数";
  682. this.ms_ngqty.Name = "ms_ngqty";
  683. this.ms_ngqty.ReadOnly = true;
  684. //
  685. // AddBad
  686. //
  687. this.AddBad.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  688. this.AddBad.HeaderText = "录不良";
  689. this.AddBad.Image = global::UAS_MES_NEW.Properties.Resources.plus;
  690. this.AddBad.MinimumWidth = 75;
  691. this.AddBad.Name = "AddBad";
  692. this.AddBad.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  693. this.AddBad.Width = 75;
  694. //
  695. // ms_indate
  696. //
  697. this.ms_indate.DataPropertyName = "ms_indate";
  698. this.ms_indate.HeaderText = "报工时间";
  699. this.ms_indate.Name = "ms_indate";
  700. this.ms_indate.ReadOnly = true;
  701. //
  702. // DeleteRow
  703. //
  704. this.DeleteRow.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  705. this.DeleteRow.HeaderText = "删除";
  706. this.DeleteRow.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
  707. this.DeleteRow.MinimumWidth = 50;
  708. this.DeleteRow.Name = "DeleteRow";
  709. this.DeleteRow.Width = 50;
  710. //
  711. // agoksum
  712. //
  713. this.agoksum.AutoSize = true;
  714. this.agoksum.CutLength = null;
  715. this.agoksum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  716. this.agoksum.Location = new System.Drawing.Point(584, 563);
  717. this.agoksum.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  718. this.agoksum.MaximumSize = new System.Drawing.Size(225, 0);
  719. this.agoksum.Name = "agoksum";
  720. this.agoksum.Size = new System.Drawing.Size(0, 31);
  721. this.agoksum.TabIndex = 242;
  722. this.agoksum.Tag = "ma_prodcode";
  723. //
  724. // label9
  725. //
  726. this.label9.AutoSize = true;
  727. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  728. this.label9.Location = new System.Drawing.Point(450, 563);
  729. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  730. this.label9.Name = "label9";
  731. this.label9.Size = new System.Drawing.Size(134, 31);
  732. this.label9.TabIndex = 241;
  733. this.label9.Text = "再次通过数";
  734. //
  735. // label10
  736. //
  737. this.label10.AutoSize = true;
  738. this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  739. this.label10.Location = new System.Drawing.Point(340, 719);
  740. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  741. this.label10.Name = "label10";
  742. this.label10.Size = new System.Drawing.Size(158, 31);
  743. this.label10.TabIndex = 244;
  744. this.label10.Text = "再次通过录入";
  745. //
  746. // agokqty
  747. //
  748. this.agokqty.AllPower = null;
  749. this.agokqty.BackColor = System.Drawing.Color.White;
  750. this.agokqty.ID = null;
  751. this.agokqty.Location = new System.Drawing.Point(505, 722);
  752. this.agokqty.Name = "agokqty";
  753. this.agokqty.Negative = false;
  754. this.agokqty.Power = null;
  755. this.agokqty.Size = new System.Drawing.Size(196, 28);
  756. this.agokqty.Str = null;
  757. this.agokqty.Str1 = null;
  758. this.agokqty.Str2 = null;
  759. this.agokqty.TabIndex = 243;
  760. //
  761. // Make_StepReport
  762. //
  763. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  764. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  765. this.ClientSize = new System.Drawing.Size(1383, 765);
  766. this.Controls.Add(this.label10);
  767. this.Controls.Add(this.agokqty);
  768. this.Controls.Add(this.agoksum);
  769. this.Controls.Add(this.label9);
  770. this.Controls.Add(this.label8);
  771. this.Controls.Add(this.normalButton2);
  772. this.Controls.Add(this.label7);
  773. this.Controls.Add(this.ngqty);
  774. this.Controls.Add(this.label6);
  775. this.Controls.Add(this.okqty);
  776. this.Controls.Add(this.ngsum);
  777. this.Controls.Add(this.label5);
  778. this.Controls.Add(this.oksum);
  779. this.Controls.Add(this.label4);
  780. this.Controls.Add(this.ma_qty);
  781. this.Controls.Add(this.label1);
  782. this.Controls.Add(this.Remark);
  783. this.Controls.Add(this.ma_bomversion);
  784. this.Controls.Add(this.ma_craftcode);
  785. this.Controls.Add(this.ma_craftcode_label);
  786. this.Controls.Add(this.Lock);
  787. this.Controls.Add(this.label2);
  788. this.Controls.Add(this.ma_code);
  789. this.Controls.Add(this.Clean);
  790. this.Controls.Add(this.OperateResult);
  791. this.Controls.Add(this.pr_batchnum);
  792. this.Controls.Add(this.label3);
  793. this.Controls.Add(this.BatchProductDGV56);
  794. this.Controls.Add(this.sc_stepcode);
  795. this.Controls.Add(this.pr_detail);
  796. this.Controls.Add(this.ma_prodcode);
  797. this.Controls.Add(this.sc_stepcode_label);
  798. this.Controls.Add(this.ma_code_label);
  799. this.Controls.Add(this.pr_detail_label);
  800. this.Controls.Add(this.ma_prodcode_label);
  801. this.Controls.Add(this.Screen);
  802. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  803. this.Margin = new System.Windows.Forms.Padding(4);
  804. this.Name = "Make_StepReport";
  805. this.Tag = "Make!StepReport";
  806. this.Text = "工序报工";
  807. this.Load += new System.EventHandler(this.Make_PositionStock_Load);
  808. this.SizeChanged += new System.EventHandler(this.Make_PositionStock_SizeChanged);
  809. ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV56)).EndInit();
  810. this.ResumeLayout(false);
  811. this.PerformLayout();
  812. }
  813. #endregion
  814. private CustomControl.ButtonUtil.NormalButton Screen;
  815. private System.Windows.Forms.Label ma_code_label;
  816. private System.Windows.Forms.Label pr_detail_label;
  817. private System.Windows.Forms.Label ma_prodcode_label;
  818. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  819. private CustomControl.ValueLabel.ValueLabel pr_detail;
  820. private CustomControl.DataGrid_View.DataGridViewWithSerialNum BatchProductDGV56;
  821. private CustomControl.TextBoxWithIcon.EnterTextBox pr_batchnum;
  822. private System.Windows.Forms.Label label3;
  823. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  824. private CustomControl.ButtonUtil.NormalButton Clean;
  825. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  826. private System.Windows.Forms.Label label2;
  827. private CustomControl.ValueLabel.ValueLabel sc_stepcode;
  828. private System.Windows.Forms.Label sc_stepcode_label;
  829. private CustomControl.CustomCheckBox.LockCheckBox Lock;
  830. private System.Windows.Forms.Label ma_craftcode_label;
  831. private System.Windows.Forms.ComboBox ma_craftcode;
  832. private System.Windows.Forms.Label ma_bomversion;
  833. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  834. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  835. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  836. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  837. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  838. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  839. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  840. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  841. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  842. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  843. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  844. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  845. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  846. private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
  847. private CustomControl.RichText.RichTextAutoBottom Remark;
  848. private CustomControl.ValueLabel.ValueLabel ma_qty;
  849. private System.Windows.Forms.Label label1;
  850. private CustomControl.ValueLabel.ValueLabel oksum;
  851. private System.Windows.Forms.Label label4;
  852. private CustomControl.ValueLabel.ValueLabel ngsum;
  853. private System.Windows.Forms.Label label5;
  854. private CustomControl.TextBoxWithIcon.NumOnlyTextBox okqty;
  855. private System.Windows.Forms.Label label6;
  856. private System.Windows.Forms.Label label7;
  857. private CustomControl.TextBoxWithIcon.NumOnlyTextBox ngqty;
  858. private CustomControl.ButtonUtil.NormalButton normalButton2;
  859. private System.Windows.Forms.Label label8;
  860. private System.Windows.Forms.DataGridViewTextBoxColumn ms_id;
  861. private System.Windows.Forms.DataGridViewTextBoxColumn ms_makecode;
  862. private System.Windows.Forms.DataGridViewTextBoxColumn ms_stepcode;
  863. private System.Windows.Forms.DataGridViewTextBoxColumn ms_linecode;
  864. private System.Windows.Forms.DataGridViewTextBoxColumn ms_sourcecode;
  865. private System.Windows.Forms.DataGridViewTextBoxColumn ms_okqty;
  866. private System.Windows.Forms.DataGridViewTextBoxColumn ms_agokqty;
  867. private System.Windows.Forms.DataGridViewTextBoxColumn ms_ngqty;
  868. private System.Windows.Forms.DataGridViewImageColumn AddBad;
  869. private System.Windows.Forms.DataGridViewTextBoxColumn ms_indate;
  870. private System.Windows.Forms.DataGridViewImageColumn DeleteRow;
  871. private CustomControl.ValueLabel.ValueLabel agoksum;
  872. private System.Windows.Forms.Label label9;
  873. private System.Windows.Forms.Label label10;
  874. private CustomControl.TextBoxWithIcon.NumOnlyTextBox agokqty;
  875. }
  876. }