Make_StepReport.Designer.cs 44 KB

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