F_PM_2701.Designer.cs 54 KB

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