Make_StepReport.Designer.cs 44 KB

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