F_PM_2701.Designer.cs 65 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2701
  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(F_PM_2701));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.gbSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  36. this.cbWorkShop = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  37. this.lblWorkShop = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.c_CheckBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  39. this.GroutingDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  40. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.GroutingDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  42. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.cbAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  44. this.lblAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.cbSelectTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  46. this.txtRreason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  47. this.lblRreason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  49. this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  50. this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  51. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  52. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.lblGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  56. this.txtScrapDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  57. this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  58. this.txtScrapDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  59. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  60. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  61. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  62. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  63. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  64. this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  65. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  66. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  67. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  68. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  69. this.tsbtnApprover = new System.Windows.Forms.ToolStripButton();
  70. this.tsbtnReverse = new System.Windows.Forms.ToolStripButton();
  71. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  72. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  73. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  74. this.dgvScrapProduct = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  75. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.COM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.STAFFNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.NUMS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.GroutingDailyID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.GroutingDailyDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.ScrapReason = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.ScrapDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.GMouldTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.ScrapTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.AuditStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.BackOutFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  98. this.BackOutTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.BackOutUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.AccountID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.ValueFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.ScrapProductID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.AuditStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.ScrapType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.gbSelect.SuspendLayout();
  107. this.tsrOperate.SuspendLayout();
  108. ((System.ComponentModel.ISupportInitialize)(this.dgvScrapProduct)).BeginInit();
  109. this.SuspendLayout();
  110. //
  111. // gbSelect
  112. //
  113. this.gbSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  114. | System.Windows.Forms.AnchorStyles.Right)));
  115. this.gbSelect.BackColor = System.Drawing.Color.Transparent;
  116. this.gbSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbSelect.BackgroundImage")));
  117. this.gbSelect.Controls.Add(this.cbWorkShop);
  118. this.gbSelect.Controls.Add(this.lblWorkShop);
  119. this.gbSelect.Controls.Add(this.c_CheckBox1);
  120. this.gbSelect.Controls.Add(this.GroutingDateEnd);
  121. this.gbSelect.Controls.Add(this.c_Label2);
  122. this.gbSelect.Controls.Add(this.GroutingDateStart);
  123. this.gbSelect.Controls.Add(this.txtUserCode);
  124. this.gbSelect.Controls.Add(this.cbAuditStatus);
  125. this.gbSelect.Controls.Add(this.lblAuditStatus);
  126. this.gbSelect.Controls.Add(this.cbSelectTime);
  127. this.gbSelect.Controls.Add(this.txtRreason);
  128. this.gbSelect.Controls.Add(this.lblRreason);
  129. this.gbSelect.Controls.Add(this.txtRemarks);
  130. this.gbSelect.Controls.Add(this.txtGroutingUserCode);
  131. this.gbSelect.Controls.Add(this.txtGoodsName);
  132. this.gbSelect.Controls.Add(this.txtGoodsCode);
  133. this.gbSelect.Controls.Add(this.c_Label1);
  134. this.gbSelect.Controls.Add(this.lblGroutingUserCode);
  135. this.gbSelect.Controls.Add(this.lblGoodsName);
  136. this.gbSelect.Controls.Add(this.lblGoodsCode);
  137. this.gbSelect.Controls.Add(this.txtScrapDateEnd);
  138. this.gbSelect.Controls.Add(this.lblTo);
  139. this.gbSelect.Controls.Add(this.txtScrapDateStart);
  140. this.gbSelect.Controls.Add(this.lblRemarks);
  141. this.gbSelect.Controls.Add(this.txtBarCode);
  142. this.gbSelect.Controls.Add(this.lblBarCode);
  143. this.gbSelect.Controls.Add(this.btnClearCondition);
  144. this.gbSelect.Controls.Add(this.btnSearch);
  145. this.gbSelect.Controls.Add(this.lblGroutingLineName);
  146. this.gbSelect.Controls.Add(this.lblGroutingLineCode);
  147. this.gbSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.gbSelect.ForeColor = System.Drawing.SystemColors.ControlText;
  149. this.gbSelect.IsMustInput = false;
  150. this.gbSelect.Location = new System.Drawing.Point(0, 38);
  151. this.gbSelect.Name = "gbSelect";
  152. this.gbSelect.OriginalHeight = -1;
  153. this.gbSelect.Size = new System.Drawing.Size(1119, 103);
  154. this.gbSelect.TabIndex = 13;
  155. this.gbSelect.TabStop = false;
  156. this.gbSelect.Text = "查询条件 ▼";
  157. this.gbSelect.Enter += new System.EventHandler(this.gbSelect_Enter);
  158. //
  159. // cbWorkShop
  160. //
  161. this.cbWorkShop.BackColor = System.Drawing.SystemColors.Window;
  162. this.cbWorkShop.BackgroundColor = System.Drawing.SystemColors.Window;
  163. this.cbWorkShop.DataSource = null;
  164. this.cbWorkShop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.cbWorkShop.FormattingEnabled = true;
  166. //
  167. //
  168. //
  169. this.cbWorkShop.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  170. this.cbWorkShop.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.cbWorkShop.ListBox.Location = new System.Drawing.Point(0, 0);
  172. this.cbWorkShop.ListBox.Name = "";
  173. this.cbWorkShop.ListBox.Size = new System.Drawing.Size(132, 136);
  174. this.cbWorkShop.ListBox.TabIndex = 0;
  175. this.cbWorkShop.Location = new System.Drawing.Point(896, 43);
  176. this.cbWorkShop.Name = "cbWorkShop";
  177. this.cbWorkShop.Size = new System.Drawing.Size(134, 20);
  178. this.cbWorkShop.TabIndex = 109;
  179. //
  180. // lblWorkShop
  181. //
  182. this.lblWorkShop.AutoSize = true;
  183. this.lblWorkShop.BackColor = System.Drawing.Color.Transparent;
  184. this.lblWorkShop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.lblWorkShop.ForeColor = System.Drawing.SystemColors.ControlText;
  186. this.lblWorkShop.Location = new System.Drawing.Point(840, 47);
  187. this.lblWorkShop.Name = "lblWorkShop";
  188. this.lblWorkShop.Size = new System.Drawing.Size(29, 12);
  189. this.lblWorkShop.TabIndex = 108;
  190. this.lblWorkShop.Text = "车间";
  191. //
  192. // c_CheckBox1
  193. //
  194. this.c_CheckBox1.AutoSize = true;
  195. this.c_CheckBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.c_CheckBox1.Location = new System.Drawing.Point(419, 46);
  197. this.c_CheckBox1.Name = "c_CheckBox1";
  198. this.c_CheckBox1.Size = new System.Drawing.Size(72, 16);
  199. this.c_CheckBox1.TabIndex = 104;
  200. this.c_CheckBox1.Text = "注浆日期";
  201. this.c_CheckBox1.UseVisualStyleBackColor = true;
  202. //
  203. // GroutingDateEnd
  204. //
  205. this.GroutingDateEnd.CustomFormat = "yyyy-MM-dd";
  206. this.GroutingDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.GroutingDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  208. this.GroutingDateEnd.Location = new System.Drawing.Point(697, 44);
  209. this.GroutingDateEnd.Name = "GroutingDateEnd";
  210. this.GroutingDateEnd.Size = new System.Drawing.Size(134, 21);
  211. this.GroutingDateEnd.TabIndex = 106;
  212. //
  213. // c_Label2
  214. //
  215. this.c_Label2.AutoSize = true;
  216. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  217. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  219. this.c_Label2.Location = new System.Drawing.Point(662, 50);
  220. this.c_Label2.Name = "c_Label2";
  221. this.c_Label2.Size = new System.Drawing.Size(17, 12);
  222. this.c_Label2.TabIndex = 107;
  223. this.c_Label2.Text = "至";
  224. //
  225. // GroutingDateStart
  226. //
  227. this.GroutingDateStart.CustomFormat = "yyyy-MM-dd";
  228. this.GroutingDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.GroutingDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  230. this.GroutingDateStart.Location = new System.Drawing.Point(497, 44);
  231. this.GroutingDateStart.Name = "GroutingDateStart";
  232. this.GroutingDateStart.Size = new System.Drawing.Size(134, 21);
  233. this.GroutingDateStart.TabIndex = 105;
  234. //
  235. // txtUserCode
  236. //
  237. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  238. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  239. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  240. this.txtUserCode.ErrorMessage = "";
  241. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.txtUserCode.Location = new System.Drawing.Point(78, 76);
  243. this.txtUserCode.MaxLength = 20;
  244. this.txtUserCode.Name = "txtUserCode";
  245. this.txtUserCode.Size = new System.Drawing.Size(134, 21);
  246. this.txtUserCode.TabIndex = 103;
  247. //
  248. // cbAuditStatus
  249. //
  250. this.cbAuditStatus.BackColor = System.Drawing.SystemColors.Window;
  251. this.cbAuditStatus.BackgroundColor = System.Drawing.SystemColors.Window;
  252. this.cbAuditStatus.DataSource = null;
  253. this.cbAuditStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.cbAuditStatus.FormattingEnabled = true;
  255. //
  256. //
  257. //
  258. this.cbAuditStatus.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  259. this.cbAuditStatus.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.cbAuditStatus.ListBox.Location = new System.Drawing.Point(0, 0);
  261. this.cbAuditStatus.ListBox.Name = "";
  262. this.cbAuditStatus.ListBox.Size = new System.Drawing.Size(132, 136);
  263. this.cbAuditStatus.ListBox.TabIndex = 0;
  264. this.cbAuditStatus.Location = new System.Drawing.Point(896, 20);
  265. this.cbAuditStatus.Name = "cbAuditStatus";
  266. this.cbAuditStatus.Size = new System.Drawing.Size(134, 20);
  267. this.cbAuditStatus.TabIndex = 102;
  268. //
  269. // lblAuditStatus
  270. //
  271. this.lblAuditStatus.AutoSize = true;
  272. this.lblAuditStatus.BackColor = System.Drawing.Color.Transparent;
  273. this.lblAuditStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.lblAuditStatus.ForeColor = System.Drawing.SystemColors.ControlText;
  275. this.lblAuditStatus.Location = new System.Drawing.Point(840, 24);
  276. this.lblAuditStatus.Name = "lblAuditStatus";
  277. this.lblAuditStatus.Size = new System.Drawing.Size(53, 12);
  278. this.lblAuditStatus.TabIndex = 101;
  279. this.lblAuditStatus.Text = "审核状态";
  280. //
  281. // cbSelectTime
  282. //
  283. this.cbSelectTime.AutoSize = true;
  284. this.cbSelectTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.cbSelectTime.Location = new System.Drawing.Point(419, 22);
  286. this.cbSelectTime.Name = "cbSelectTime";
  287. this.cbSelectTime.Size = new System.Drawing.Size(72, 16);
  288. this.cbSelectTime.TabIndex = 3;
  289. this.cbSelectTime.Text = "损坯日期";
  290. this.cbSelectTime.UseVisualStyleBackColor = true;
  291. this.cbSelectTime.CheckedChanged += new System.EventHandler(this.cbSelectTime_CheckedChanged);
  292. //
  293. // txtRreason
  294. //
  295. this.txtRreason.BackColor = System.Drawing.SystemColors.Window;
  296. this.txtRreason.BackgroundColor = System.Drawing.SystemColors.Window;
  297. this.txtRreason.ErrorMessage = "";
  298. this.txtRreason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. this.txtRreason.Location = new System.Drawing.Point(277, 76);
  300. this.txtRreason.MaxLength = 500;
  301. this.txtRreason.Name = "txtRreason";
  302. this.txtRreason.Size = new System.Drawing.Size(134, 21);
  303. this.txtRreason.TabIndex = 13;
  304. //
  305. // lblRreason
  306. //
  307. this.lblRreason.AutoSize = true;
  308. this.lblRreason.BackColor = System.Drawing.Color.Transparent;
  309. this.lblRreason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.lblRreason.ForeColor = System.Drawing.SystemColors.ControlText;
  311. this.lblRreason.Location = new System.Drawing.Point(218, 82);
  312. this.lblRreason.Name = "lblRreason";
  313. this.lblRreason.Size = new System.Drawing.Size(53, 12);
  314. this.lblRreason.TabIndex = 100;
  315. this.lblRreason.Text = "损坯原因";
  316. //
  317. // txtRemarks
  318. //
  319. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  320. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  321. this.txtRemarks.ErrorMessage = "";
  322. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. this.txtRemarks.Location = new System.Drawing.Point(452, 75);
  324. this.txtRemarks.MaxLength = 500;
  325. this.txtRemarks.Name = "txtRemarks";
  326. this.txtRemarks.Size = new System.Drawing.Size(428, 21);
  327. this.txtRemarks.TabIndex = 12;
  328. //
  329. // txtGroutingUserCode
  330. //
  331. this.txtGroutingUserCode.BackColor = System.Drawing.SystemColors.Window;
  332. this.txtGroutingUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  333. this.txtGroutingUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  334. this.txtGroutingUserCode.ErrorMessage = "";
  335. this.txtGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  336. this.txtGroutingUserCode.Location = new System.Drawing.Point(274, 47);
  337. this.txtGroutingUserCode.MaxLength = 20;
  338. this.txtGroutingUserCode.Name = "txtGroutingUserCode";
  339. this.txtGroutingUserCode.Size = new System.Drawing.Size(134, 21);
  340. this.txtGroutingUserCode.TabIndex = 9;
  341. //
  342. // txtGoodsName
  343. //
  344. this.txtGoodsName.BackColor = System.Drawing.SystemColors.Window;
  345. this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
  346. this.txtGoodsName.ErrorMessage = "";
  347. this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.txtGoodsName.Location = new System.Drawing.Point(274, 20);
  349. this.txtGoodsName.MaxLength = 20;
  350. this.txtGoodsName.Name = "txtGoodsName";
  351. this.txtGoodsName.Size = new System.Drawing.Size(134, 21);
  352. this.txtGoodsName.TabIndex = 9;
  353. //
  354. // txtGoodsCode
  355. //
  356. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  357. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  358. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  359. this.txtGoodsCode.ErrorMessage = "";
  360. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  361. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  362. this.txtGoodsCode.Location = new System.Drawing.Point(75, 20);
  363. this.txtGoodsCode.MaxLength = 10;
  364. this.txtGoodsCode.Name = "txtGoodsCode";
  365. this.txtGoodsCode.Size = new System.Drawing.Size(134, 21);
  366. this.txtGoodsCode.TabIndex = 8;
  367. //
  368. // c_Label1
  369. //
  370. this.c_Label1.AutoSize = true;
  371. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  372. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  374. this.c_Label1.Location = new System.Drawing.Point(18, 82);
  375. this.c_Label1.Name = "c_Label1";
  376. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  377. this.c_Label1.TabIndex = 95;
  378. this.c_Label1.Text = "责任工号";
  379. //
  380. // lblGroutingUserCode
  381. //
  382. this.lblGroutingUserCode.AutoSize = true;
  383. this.lblGroutingUserCode.BackColor = System.Drawing.Color.Transparent;
  384. this.lblGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. this.lblGroutingUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  386. this.lblGroutingUserCode.Location = new System.Drawing.Point(215, 51);
  387. this.lblGroutingUserCode.Name = "lblGroutingUserCode";
  388. this.lblGroutingUserCode.Size = new System.Drawing.Size(53, 12);
  389. this.lblGroutingUserCode.TabIndex = 95;
  390. this.lblGroutingUserCode.Text = "成型工号";
  391. //
  392. // lblGoodsName
  393. //
  394. this.lblGoodsName.AutoSize = true;
  395. this.lblGoodsName.BackColor = System.Drawing.Color.Transparent;
  396. this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.lblGoodsName.ForeColor = System.Drawing.SystemColors.ControlText;
  398. this.lblGoodsName.Location = new System.Drawing.Point(215, 24);
  399. this.lblGoodsName.Name = "lblGoodsName";
  400. this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
  401. this.lblGoodsName.TabIndex = 95;
  402. this.lblGoodsName.Text = "产品名称";
  403. //
  404. // lblGoodsCode
  405. //
  406. this.lblGoodsCode.AutoSize = true;
  407. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  408. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  409. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  410. this.lblGoodsCode.Location = new System.Drawing.Point(18, 26);
  411. this.lblGoodsCode.Name = "lblGoodsCode";
  412. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  413. this.lblGoodsCode.TabIndex = 94;
  414. this.lblGoodsCode.Text = "产品编码";
  415. //
  416. // txtScrapDateEnd
  417. //
  418. this.txtScrapDateEnd.CustomFormat = "yyyy-MM-dd";
  419. this.txtScrapDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  420. this.txtScrapDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  421. this.txtScrapDateEnd.Location = new System.Drawing.Point(697, 20);
  422. this.txtScrapDateEnd.Name = "txtScrapDateEnd";
  423. this.txtScrapDateEnd.Size = new System.Drawing.Size(134, 21);
  424. this.txtScrapDateEnd.TabIndex = 5;
  425. //
  426. // lblTo
  427. //
  428. this.lblTo.AutoSize = true;
  429. this.lblTo.BackColor = System.Drawing.Color.Transparent;
  430. this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  431. this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText;
  432. this.lblTo.Location = new System.Drawing.Point(662, 26);
  433. this.lblTo.Name = "lblTo";
  434. this.lblTo.Size = new System.Drawing.Size(17, 12);
  435. this.lblTo.TabIndex = 92;
  436. this.lblTo.Text = "至";
  437. //
  438. // txtScrapDateStart
  439. //
  440. this.txtScrapDateStart.CustomFormat = "yyyy-MM-dd";
  441. this.txtScrapDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  442. this.txtScrapDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  443. this.txtScrapDateStart.Location = new System.Drawing.Point(497, 20);
  444. this.txtScrapDateStart.Name = "txtScrapDateStart";
  445. this.txtScrapDateStart.Size = new System.Drawing.Size(134, 21);
  446. this.txtScrapDateStart.TabIndex = 4;
  447. //
  448. // lblRemarks
  449. //
  450. this.lblRemarks.AutoSize = true;
  451. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  452. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  453. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  454. this.lblRemarks.Location = new System.Drawing.Point(417, 79);
  455. this.lblRemarks.Name = "lblRemarks";
  456. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  457. this.lblRemarks.TabIndex = 83;
  458. this.lblRemarks.Text = "备注";
  459. //
  460. // txtBarCode
  461. //
  462. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  463. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  464. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  465. this.txtBarCode.ErrorMessage = "";
  466. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  467. this.txtBarCode.Location = new System.Drawing.Point(75, 47);
  468. this.txtBarCode.MaxLength = 11;
  469. this.txtBarCode.Name = "txtBarCode";
  470. this.txtBarCode.Size = new System.Drawing.Size(134, 21);
  471. this.txtBarCode.TabIndex = 10;
  472. //
  473. // lblBarCode
  474. //
  475. this.lblBarCode.AutoSize = true;
  476. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  477. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  478. this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
  479. this.lblBarCode.Location = new System.Drawing.Point(18, 50);
  480. this.lblBarCode.Name = "lblBarCode";
  481. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  482. this.lblBarCode.TabIndex = 80;
  483. this.lblBarCode.Text = "产品条码";
  484. //
  485. // btnClearCondition
  486. //
  487. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  488. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  489. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  490. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  491. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  492. this.btnClearCondition.Location = new System.Drawing.Point(1028, 65);
  493. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  494. this.btnClearCondition.Name = "btnClearCondition";
  495. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  496. this.btnClearCondition.TabIndex = 75;
  497. this.btnClearCondition.Text = "清空条件(&C)";
  498. this.btnClearCondition.UseVisualStyleBackColor = false;
  499. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  500. //
  501. // btnSearch
  502. //
  503. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  504. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  505. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  506. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  507. this.btnSearch.ForeColor = System.Drawing.Color.White;
  508. this.btnSearch.Location = new System.Drawing.Point(937, 65);
  509. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  510. this.btnSearch.Name = "btnSearch";
  511. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  512. this.btnSearch.TabIndex = 74;
  513. this.btnSearch.Text = "查询(&Q)";
  514. this.btnSearch.UseVisualStyleBackColor = false;
  515. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  516. //
  517. // lblGroutingLineName
  518. //
  519. this.lblGroutingLineName.AutoSize = true;
  520. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  521. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  522. this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  523. this.lblGroutingLineName.Location = new System.Drawing.Point(189, 19);
  524. this.lblGroutingLineName.Name = "lblGroutingLineName";
  525. this.lblGroutingLineName.Size = new System.Drawing.Size(0, 12);
  526. this.lblGroutingLineName.TabIndex = 14;
  527. //
  528. // lblGroutingLineCode
  529. //
  530. this.lblGroutingLineCode.AutoSize = true;
  531. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  532. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  533. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  534. this.lblGroutingLineCode.Location = new System.Drawing.Point(12, 17);
  535. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  536. this.lblGroutingLineCode.Size = new System.Drawing.Size(0, 12);
  537. this.lblGroutingLineCode.TabIndex = 9;
  538. //
  539. // tsrOperate
  540. //
  541. this.tsrOperate.AutoSize = false;
  542. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  543. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  544. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  545. this.tsrOperate.ImageScalingSize = new System.Drawing.Size(20, 20);
  546. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  547. this.tsbtnAdd,
  548. this.tsbtnEdit,
  549. this.tsbtnApprover,
  550. this.tsbtnReverse,
  551. this.toolStripSeparator3,
  552. this.tsbtnAdaptive,
  553. this.tsbtnClose});
  554. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  555. this.tsrOperate.Name = "tsrOperate";
  556. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  557. this.tsrOperate.ShowItemToolTips = false;
  558. this.tsrOperate.Size = new System.Drawing.Size(1131, 35);
  559. this.tsrOperate.TabIndex = 14;
  560. //
  561. // tsbtnAdd
  562. //
  563. this.tsbtnAdd.AutoSize = false;
  564. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  565. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  566. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  567. this.tsbtnAdd.Name = "tsbtnAdd";
  568. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  569. this.tsbtnAdd.Text = "新建(&N)";
  570. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  571. //
  572. // tsbtnEdit
  573. //
  574. this.tsbtnEdit.AutoSize = false;
  575. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  576. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  577. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  578. this.tsbtnEdit.Name = "tsbtnEdit";
  579. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  580. this.tsbtnEdit.Text = "编辑(&E)";
  581. this.tsbtnEdit.Visible = false;
  582. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  583. //
  584. // tsbtnApprover
  585. //
  586. this.tsbtnApprover.AutoSize = false;
  587. this.tsbtnApprover.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  588. this.tsbtnApprover.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  589. this.tsbtnApprover.ImageTransparentColor = System.Drawing.Color.Magenta;
  590. this.tsbtnApprover.Name = "tsbtnApprover";
  591. this.tsbtnApprover.Size = new System.Drawing.Size(60, 25);
  592. this.tsbtnApprover.Text = "审批(&S)";
  593. this.tsbtnApprover.Visible = false;
  594. this.tsbtnApprover.Click += new System.EventHandler(this.tsbtnApprover_Click);
  595. //
  596. // tsbtnReverse
  597. //
  598. this.tsbtnReverse.AutoSize = false;
  599. this.tsbtnReverse.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  600. this.tsbtnReverse.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  601. this.tsbtnReverse.ImageTransparentColor = System.Drawing.Color.Magenta;
  602. this.tsbtnReverse.Name = "tsbtnReverse";
  603. this.tsbtnReverse.Size = new System.Drawing.Size(60, 25);
  604. this.tsbtnReverse.Text = "撤销(&D)";
  605. this.tsbtnReverse.Click += new System.EventHandler(this.tsbtnReverse_Click);
  606. //
  607. // toolStripSeparator3
  608. //
  609. this.toolStripSeparator3.AutoSize = false;
  610. this.toolStripSeparator3.Name = "toolStripSeparator3";
  611. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  612. //
  613. // tsbtnAdaptive
  614. //
  615. this.tsbtnAdaptive.AutoSize = false;
  616. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  617. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  618. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  619. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  620. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  621. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  622. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  623. //
  624. // tsbtnClose
  625. //
  626. this.tsbtnClose.AutoSize = false;
  627. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  628. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  629. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  630. this.tsbtnClose.Name = "tsbtnClose";
  631. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  632. this.tsbtnClose.Text = "关闭(&X)";
  633. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  634. //
  635. // dgvScrapProduct
  636. //
  637. this.dgvScrapProduct.AllowUserToAddRows = false;
  638. this.dgvScrapProduct.AllowUserToDeleteRows = false;
  639. this.dgvScrapProduct.AllowUserToModifyRows = true;
  640. this.dgvScrapProduct.AllowUserToOrderColumns = true;
  641. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  642. this.dgvScrapProduct.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  643. this.dgvScrapProduct.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  644. | System.Windows.Forms.AnchorStyles.Left)
  645. | System.Windows.Forms.AnchorStyles.Right)));
  646. this.dgvScrapProduct.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  647. this.dgvScrapProduct.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  648. this.dgvScrapProduct.CellHeight = 23;
  649. this.dgvScrapProduct.ChildNodeColumnName = null;
  650. this.dgvScrapProduct.ChildNodeColumnText = null;
  651. this.dgvScrapProduct.ColumnDeep = 1;
  652. this.dgvScrapProduct.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  653. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  654. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  655. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  656. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  657. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  658. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  659. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  660. this.dgvScrapProduct.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  661. this.dgvScrapProduct.ColumnHeadersHeight = 29;
  662. this.dgvScrapProduct.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  663. this.dgvScrapProduct.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  664. this.GoodsID,
  665. this.COM,
  666. this.GroutingLineCode,
  667. this.GroutingLineName,
  668. this.GoodsCode,
  669. this.GoodsName,
  670. this.GroutingUserCode,
  671. this.STAFFNAME,
  672. this.NUMS,
  673. this.MouldCode,
  674. this.BarCode,
  675. this.GroutingMouldCode,
  676. this.GroutingDate,
  677. this.GroutingDailyID,
  678. this.GroutingDailyDetailID,
  679. this.GroutingLineID,
  680. this.ScrapReason,
  681. this.ScrapDate,
  682. this.GMouldTypeID,
  683. this.GroutingLineDetailID,
  684. this.ScrapTypeName,
  685. this.AuditStatusName,
  686. this.BackOutFlag,
  687. this.BackOutTime,
  688. this.BackOutUserCode,
  689. this.Remarks,
  690. this.AccountID,
  691. this.ValueFlag,
  692. this.ScrapProductID,
  693. this.AuditStatus,
  694. this.ScrapType});
  695. this.dgvScrapProduct.ColumnTreeView = null;
  696. this.dgvScrapProduct.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  697. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  698. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  699. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  700. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  701. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  702. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  703. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  704. this.dgvScrapProduct.DefaultCellStyle = dataGridViewCellStyle5;
  705. this.dgvScrapProduct.DynamicColumnName = "";
  706. this.dgvScrapProduct.EnableHeadersVisualStyles = false;
  707. this.dgvScrapProduct.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  708. this.dgvScrapProduct.FormatQuantityColumns = null;
  709. this.dgvScrapProduct.HorizontalMergeColumn = null;
  710. this.dgvScrapProduct.IsAutoCountSum = true;
  711. this.dgvScrapProduct.IsAutoResizeColumns = false;
  712. this.dgvScrapProduct.IsClickF12 = false;
  713. this.dgvScrapProduct.IsOpenMergeCellFlag = false;
  714. this.dgvScrapProduct.IsSubTotalFlag = false;
  715. this.dgvScrapProduct.IsTopDeep = false;
  716. this.dgvScrapProduct.Location = new System.Drawing.Point(-6, 147);
  717. this.dgvScrapProduct.MergeColumnNames = null;
  718. this.dgvScrapProduct.MergeDetailColumnNames = null;
  719. this.dgvScrapProduct.MergeDetailOnlyColumn = null;
  720. this.dgvScrapProduct.MergeOnlyColumn = null;
  721. this.dgvScrapProduct.Name = "dgvScrapProduct";
  722. this.dgvScrapProduct.ReadOnly = true;
  723. this.dgvScrapProduct.RefreshAtHscroll = false;
  724. this.dgvScrapProduct.RowHeadersWidth = 50;
  725. this.dgvScrapProduct.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  726. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  727. this.dgvScrapProduct.RowsDefaultCellStyle = dataGridViewCellStyle6;
  728. this.dgvScrapProduct.RowTemplate.Height = 21;
  729. this.dgvScrapProduct.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  730. this.dgvScrapProduct.Size = new System.Drawing.Size(1119, 327);
  731. this.dgvScrapProduct.SortOrderColumnName = null;
  732. this.dgvScrapProduct.TabIndex = 14;
  733. this.dgvScrapProduct.Tag = true;
  734. this.dgvScrapProduct.TotalSumColumns = null;
  735. this.dgvScrapProduct.ViewRowFilter = "";
  736. this.dgvScrapProduct.VirtualMode = true;
  737. this.dgvScrapProduct.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvScrapProduct_CellDoubleClick);
  738. //
  739. // GoodsID
  740. //
  741. this.GoodsID.DataPropertyName = "GoodsID";
  742. this.GoodsID.HeaderText = "产品ID";
  743. this.GoodsID.MinimumWidth = 6;
  744. this.GoodsID.Name = "GoodsID";
  745. this.GoodsID.ReadOnly = true;
  746. this.GoodsID.Visible = false;
  747. this.GoodsID.Width = 125;
  748. //
  749. // COM
  750. //
  751. this.COM.DataPropertyName = "统计方式";
  752. this.COM.HeaderText = "统计方式";
  753. this.COM.Name = "COM";
  754. this.COM.ReadOnly = true;
  755. //
  756. // GroutingLineCode
  757. //
  758. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  759. this.GroutingLineCode.HeaderText = "成型线编码";
  760. this.GroutingLineCode.MinimumWidth = 6;
  761. this.GroutingLineCode.Name = "GroutingLineCode";
  762. this.GroutingLineCode.ReadOnly = true;
  763. this.GroutingLineCode.Width = 125;
  764. //
  765. // GroutingLineName
  766. //
  767. this.GroutingLineName.DataPropertyName = "GroutingLineName";
  768. this.GroutingLineName.HeaderText = "成型线名称";
  769. this.GroutingLineName.MinimumWidth = 6;
  770. this.GroutingLineName.Name = "GroutingLineName";
  771. this.GroutingLineName.ReadOnly = true;
  772. this.GroutingLineName.Width = 125;
  773. //
  774. // GoodsCode
  775. //
  776. this.GoodsCode.DataPropertyName = "GoodsCode";
  777. this.GoodsCode.HeaderText = "产品编码";
  778. this.GoodsCode.MinimumWidth = 6;
  779. this.GoodsCode.Name = "GoodsCode";
  780. this.GoodsCode.ReadOnly = true;
  781. this.GoodsCode.Width = 125;
  782. //
  783. // GoodsName
  784. //
  785. this.GoodsName.DataPropertyName = "GoodsName";
  786. this.GoodsName.HeaderText = "产品名称";
  787. this.GoodsName.MinimumWidth = 6;
  788. this.GoodsName.Name = "GoodsName";
  789. this.GoodsName.ReadOnly = true;
  790. this.GoodsName.Width = 125;
  791. //
  792. // GroutingUserCode
  793. //
  794. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  795. this.GroutingUserCode.HeaderText = "成型工位号";
  796. this.GroutingUserCode.MinimumWidth = 6;
  797. this.GroutingUserCode.Name = "GroutingUserCode";
  798. this.GroutingUserCode.ReadOnly = true;
  799. this.GroutingUserCode.Width = 125;
  800. //
  801. // STAFFNAME
  802. //
  803. this.STAFFNAME.DataPropertyName = "STAFFNAME";
  804. this.STAFFNAME.HeaderText = "员工姓名";
  805. this.STAFFNAME.MinimumWidth = 6;
  806. this.STAFFNAME.Name = "STAFFNAME";
  807. this.STAFFNAME.ReadOnly = true;
  808. this.STAFFNAME.Width = 125;
  809. //
  810. // NUMS
  811. //
  812. this.NUMS.DataPropertyName = "NUMS";
  813. this.NUMS.HeaderText = "数量";
  814. this.NUMS.Name = "NUMS";
  815. this.NUMS.ReadOnly = true;
  816. //
  817. // MouldCode
  818. //
  819. this.MouldCode.DataPropertyName = "MouldCode";
  820. this.MouldCode.HeaderText = "模具编号";
  821. this.MouldCode.MinimumWidth = 6;
  822. this.MouldCode.Name = "MouldCode";
  823. this.MouldCode.ReadOnly = true;
  824. this.MouldCode.Visible = false;
  825. this.MouldCode.Width = 125;
  826. //
  827. // BarCode
  828. //
  829. this.BarCode.DataPropertyName = "BarCode";
  830. this.BarCode.HeaderText = "产品条码";
  831. this.BarCode.MinimumWidth = 6;
  832. this.BarCode.Name = "BarCode";
  833. this.BarCode.ReadOnly = true;
  834. this.BarCode.Width = 125;
  835. //
  836. // GroutingMouldCode
  837. //
  838. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  839. this.GroutingMouldCode.HeaderText = "注浆模具编号";
  840. this.GroutingMouldCode.MinimumWidth = 6;
  841. this.GroutingMouldCode.Name = "GroutingMouldCode";
  842. this.GroutingMouldCode.ReadOnly = true;
  843. this.GroutingMouldCode.Width = 125;
  844. //
  845. // GroutingDate
  846. //
  847. this.GroutingDate.DataPropertyName = "GroutingDate";
  848. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  849. dataGridViewCellStyle3.NullValue = null;
  850. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
  851. this.GroutingDate.HeaderText = "注浆日期";
  852. this.GroutingDate.MinimumWidth = 6;
  853. this.GroutingDate.Name = "GroutingDate";
  854. this.GroutingDate.ReadOnly = true;
  855. this.GroutingDate.Width = 125;
  856. //
  857. // GroutingDailyID
  858. //
  859. this.GroutingDailyID.DataPropertyName = "GroutingDailyID";
  860. this.GroutingDailyID.HeaderText = "注浆日报ID";
  861. this.GroutingDailyID.MinimumWidth = 6;
  862. this.GroutingDailyID.Name = "GroutingDailyID";
  863. this.GroutingDailyID.ReadOnly = true;
  864. this.GroutingDailyID.Visible = false;
  865. this.GroutingDailyID.Width = 125;
  866. //
  867. // GroutingDailyDetailID
  868. //
  869. this.GroutingDailyDetailID.DataPropertyName = "GroutingDailyDetailID";
  870. this.GroutingDailyDetailID.HeaderText = "注浆日报明细ID";
  871. this.GroutingDailyDetailID.MinimumWidth = 6;
  872. this.GroutingDailyDetailID.Name = "GroutingDailyDetailID";
  873. this.GroutingDailyDetailID.ReadOnly = true;
  874. this.GroutingDailyDetailID.Visible = false;
  875. this.GroutingDailyDetailID.Width = 125;
  876. //
  877. // GroutingLineID
  878. //
  879. this.GroutingLineID.DataPropertyName = "GroutingLineID";
  880. this.GroutingLineID.HeaderText = "成型线ID";
  881. this.GroutingLineID.MinimumWidth = 6;
  882. this.GroutingLineID.Name = "GroutingLineID";
  883. this.GroutingLineID.ReadOnly = true;
  884. this.GroutingLineID.Visible = false;
  885. this.GroutingLineID.Width = 125;
  886. //
  887. // ScrapReason
  888. //
  889. this.ScrapReason.DataPropertyName = "ScrapReason";
  890. this.ScrapReason.HeaderText = "报损原因";
  891. this.ScrapReason.MinimumWidth = 6;
  892. this.ScrapReason.Name = "ScrapReason";
  893. this.ScrapReason.ReadOnly = true;
  894. this.ScrapReason.Width = 125;
  895. //
  896. // ScrapDate
  897. //
  898. this.ScrapDate.DataPropertyName = "ScrapDate";
  899. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  900. dataGridViewCellStyle4.NullValue = null;
  901. this.ScrapDate.DefaultCellStyle = dataGridViewCellStyle4;
  902. this.ScrapDate.HeaderText = "报损日期";
  903. this.ScrapDate.MinimumWidth = 6;
  904. this.ScrapDate.Name = "ScrapDate";
  905. this.ScrapDate.ReadOnly = true;
  906. this.ScrapDate.Width = 125;
  907. //
  908. // GMouldTypeID
  909. //
  910. this.GMouldTypeID.DataPropertyName = "GMouldTypeID";
  911. this.GMouldTypeID.HeaderText = "成型线类型ID";
  912. this.GMouldTypeID.MinimumWidth = 6;
  913. this.GMouldTypeID.Name = "GMouldTypeID";
  914. this.GMouldTypeID.ReadOnly = true;
  915. this.GMouldTypeID.Visible = false;
  916. this.GMouldTypeID.Width = 125;
  917. //
  918. // GroutingLineDetailID
  919. //
  920. this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
  921. this.GroutingLineDetailID.HeaderText = "成型线明细ID";
  922. this.GroutingLineDetailID.MinimumWidth = 6;
  923. this.GroutingLineDetailID.Name = "GroutingLineDetailID";
  924. this.GroutingLineDetailID.ReadOnly = true;
  925. this.GroutingLineDetailID.Visible = false;
  926. this.GroutingLineDetailID.Width = 125;
  927. //
  928. // ScrapTypeName
  929. //
  930. this.ScrapTypeName.DataPropertyName = "ScrapTypeName";
  931. this.ScrapTypeName.HeaderText = "报损类型";
  932. this.ScrapTypeName.MinimumWidth = 6;
  933. this.ScrapTypeName.Name = "ScrapTypeName";
  934. this.ScrapTypeName.ReadOnly = true;
  935. this.ScrapTypeName.Width = 125;
  936. //
  937. // AuditStatusName
  938. //
  939. this.AuditStatusName.DataPropertyName = "AuditStatusName";
  940. this.AuditStatusName.HeaderText = "审核状态";
  941. this.AuditStatusName.MinimumWidth = 6;
  942. this.AuditStatusName.Name = "AuditStatusName";
  943. this.AuditStatusName.ReadOnly = true;
  944. this.AuditStatusName.Width = 125;
  945. //
  946. // BackOutFlag
  947. //
  948. this.BackOutFlag.DataPropertyName = "BackOutFlag";
  949. this.BackOutFlag.FalseValue = "0";
  950. this.BackOutFlag.HeaderText = "撤销标识";
  951. this.BackOutFlag.MinimumWidth = 6;
  952. this.BackOutFlag.Name = "BackOutFlag";
  953. this.BackOutFlag.ReadOnly = true;
  954. this.BackOutFlag.TrueValue = "1";
  955. this.BackOutFlag.Width = 125;
  956. //
  957. // BackOutTime
  958. //
  959. this.BackOutTime.DataPropertyName = "BackOutTime";
  960. this.BackOutTime.HeaderText = "撤销时间";
  961. this.BackOutTime.MinimumWidth = 6;
  962. this.BackOutTime.Name = "BackOutTime";
  963. this.BackOutTime.ReadOnly = true;
  964. this.BackOutTime.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  965. this.BackOutTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  966. this.BackOutTime.Width = 125;
  967. //
  968. // BackOutUserCode
  969. //
  970. this.BackOutUserCode.DataPropertyName = "BackOutUserCode";
  971. this.BackOutUserCode.HeaderText = "撤销工号";
  972. this.BackOutUserCode.MinimumWidth = 6;
  973. this.BackOutUserCode.Name = "BackOutUserCode";
  974. this.BackOutUserCode.ReadOnly = true;
  975. this.BackOutUserCode.Width = 125;
  976. //
  977. // Remarks
  978. //
  979. this.Remarks.DataPropertyName = "Remarks";
  980. this.Remarks.HeaderText = "备注";
  981. this.Remarks.MinimumWidth = 6;
  982. this.Remarks.Name = "Remarks";
  983. this.Remarks.ReadOnly = true;
  984. this.Remarks.Width = 125;
  985. //
  986. // AccountID
  987. //
  988. this.AccountID.DataPropertyName = "AccountID";
  989. this.AccountID.HeaderText = "帐套ID";
  990. this.AccountID.MinimumWidth = 6;
  991. this.AccountID.Name = "AccountID";
  992. this.AccountID.ReadOnly = true;
  993. this.AccountID.Visible = false;
  994. this.AccountID.Width = 125;
  995. //
  996. // ValueFlag
  997. //
  998. this.ValueFlag.DataPropertyName = "ValueFlag";
  999. this.ValueFlag.HeaderText = "有效标识";
  1000. this.ValueFlag.MinimumWidth = 6;
  1001. this.ValueFlag.Name = "ValueFlag";
  1002. this.ValueFlag.ReadOnly = true;
  1003. this.ValueFlag.Visible = false;
  1004. this.ValueFlag.Width = 125;
  1005. //
  1006. // ScrapProductID
  1007. //
  1008. this.ScrapProductID.DataPropertyName = "ScrapProductID";
  1009. this.ScrapProductID.HeaderText = "报损ID";
  1010. this.ScrapProductID.MinimumWidth = 6;
  1011. this.ScrapProductID.Name = "ScrapProductID";
  1012. this.ScrapProductID.ReadOnly = true;
  1013. this.ScrapProductID.Visible = false;
  1014. this.ScrapProductID.Width = 125;
  1015. //
  1016. // AuditStatus
  1017. //
  1018. this.AuditStatus.DataPropertyName = "AuditStatus";
  1019. this.AuditStatus.HeaderText = "审核状态";
  1020. this.AuditStatus.MinimumWidth = 6;
  1021. this.AuditStatus.Name = "AuditStatus";
  1022. this.AuditStatus.ReadOnly = true;
  1023. this.AuditStatus.Visible = false;
  1024. this.AuditStatus.Width = 125;
  1025. //
  1026. // ScrapType
  1027. //
  1028. this.ScrapType.DataPropertyName = "ScrapType";
  1029. this.ScrapType.HeaderText = "ScrapType";
  1030. this.ScrapType.MinimumWidth = 6;
  1031. this.ScrapType.Name = "ScrapType";
  1032. this.ScrapType.ReadOnly = true;
  1033. this.ScrapType.Visible = false;
  1034. this.ScrapType.Width = 125;
  1035. //
  1036. // F_PM_2701
  1037. //
  1038. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1039. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1040. this.ClientSize = new System.Drawing.Size(1131, 477);
  1041. this.Controls.Add(this.dgvScrapProduct);
  1042. this.Controls.Add(this.tsrOperate);
  1043. this.Controls.Add(this.gbSelect);
  1044. this.Margin = new System.Windows.Forms.Padding(4);
  1045. this.Name = "F_PM_2701";
  1046. this.Text = "成型报损";
  1047. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_2701_FormClosed);
  1048. this.Load += new System.EventHandler(this.F_PM_2701_Load);
  1049. this.gbSelect.ResumeLayout(false);
  1050. this.gbSelect.PerformLayout();
  1051. this.tsrOperate.ResumeLayout(false);
  1052. this.tsrOperate.PerformLayout();
  1053. ((System.ComponentModel.ISupportInitialize)(this.dgvScrapProduct)).EndInit();
  1054. this.ResumeLayout(false);
  1055. }
  1056. #endregion
  1057. private Basics.BaseControls.C_GroupBox gbSelect;
  1058. private Basics.BaseControls.C_Button btnClearCondition;
  1059. private Basics.BaseControls.C_Button btnSearch;
  1060. private Basics.BaseControls.C_Label lblGroutingLineName;
  1061. private Basics.BaseControls.C_Label lblGroutingLineCode;
  1062. private Basics.BaseControls.C_TextBox txtRreason;
  1063. private Basics.BaseControls.C_Label lblRreason;
  1064. private Basics.BaseControls.C_TextBox txtRemarks;
  1065. private Basics.BaseControls.C_TextBox txtGoodsName;
  1066. private Basics.BaseControls.C_TextBox txtGoodsCode;
  1067. private Basics.BaseControls.C_Label lblGoodsName;
  1068. private Basics.BaseControls.C_Label lblGoodsCode;
  1069. private Basics.BaseControls.C_DateTimePicker txtScrapDateEnd;
  1070. private Basics.BaseControls.C_Label lblTo;
  1071. private Basics.BaseControls.C_DateTimePicker txtScrapDateStart;
  1072. private Basics.BaseControls.C_Label lblRemarks;
  1073. private Basics.BaseControls.C_TextBox txtBarCode;
  1074. private Basics.BaseControls.C_Label lblBarCode;
  1075. private Basics.BaseControls.C_ToolStrip tsrOperate;
  1076. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  1077. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  1078. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  1079. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  1080. private System.Windows.Forms.ToolStripButton tsbtnClose;
  1081. private Basics.BaseControls.C_DataGridView dgvScrapProduct;
  1082. private Basics.BaseControls.C_CheckBox cbSelectTime;
  1083. private System.Windows.Forms.ToolStripButton tsbtnApprover;
  1084. private Basics.BaseControls.C_Label lblAuditStatus;
  1085. private Basics.BaseControls.DKListBoxComboBox cbAuditStatus;
  1086. private Basics.BaseControls.C_TextBox txtGroutingUserCode;
  1087. private Basics.BaseControls.C_Label lblGroutingUserCode;
  1088. private Basics.BaseControls.C_Label c_Label1;
  1089. private Basics.BaseControls.C_TextBox txtUserCode;
  1090. private System.Windows.Forms.ToolStripButton tsbtnReverse;
  1091. private Basics.BaseControls.C_CheckBox c_CheckBox1;
  1092. private Basics.BaseControls.C_DateTimePicker GroutingDateEnd;
  1093. private Basics.BaseControls.C_Label c_Label2;
  1094. private Basics.BaseControls.C_DateTimePicker GroutingDateStart;
  1095. private Basics.BaseControls.DKListBoxComboBox cbWorkShop;
  1096. private Basics.BaseControls.C_Label lblWorkShop;
  1097. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  1098. private System.Windows.Forms.DataGridViewTextBoxColumn COM;
  1099. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  1100. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
  1101. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  1102. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  1103. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  1104. private System.Windows.Forms.DataGridViewTextBoxColumn STAFFNAME;
  1105. private System.Windows.Forms.DataGridViewTextBoxColumn NUMS;
  1106. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  1107. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  1108. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  1109. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  1110. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyID;
  1111. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyDetailID;
  1112. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
  1113. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapReason;
  1114. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapDate;
  1115. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeID;
  1116. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
  1117. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapTypeName;
  1118. private System.Windows.Forms.DataGridViewTextBoxColumn AuditStatusName;
  1119. private System.Windows.Forms.DataGridViewCheckBoxColumn BackOutFlag;
  1120. private System.Windows.Forms.DataGridViewTextBoxColumn BackOutTime;
  1121. private System.Windows.Forms.DataGridViewTextBoxColumn BackOutUserCode;
  1122. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  1123. private System.Windows.Forms.DataGridViewTextBoxColumn AccountID;
  1124. private System.Windows.Forms.DataGridViewTextBoxColumn ValueFlag;
  1125. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapProductID;
  1126. private System.Windows.Forms.DataGridViewTextBoxColumn AuditStatus;
  1127. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapType;
  1128. }
  1129. }