Make_StepReport.Designer.cs 52 KB

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