F_RPT_030109.Designer.cs 62 KB

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