F_RPT_080118.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_080118
  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_RPT_080118));
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  33. this.c_Label7 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  35. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  36. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  37. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  38. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  39. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  40. this.dgvlc = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  41. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.LogoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.MaterialCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.MaterialRemark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dtpStartTime = new System.Windows.Forms.DateTimePicker();
  50. this.dtpEndTime = new System.Windows.Forms.DateTimePicker();
  51. this.gbxCondition.SuspendLayout();
  52. this.tsrOperate.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.dgvlc)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // gbxCondition
  57. //
  58. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  59. | System.Windows.Forms.AnchorStyles.Right)));
  60. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  61. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  62. this.gbxCondition.Controls.Add(this.dtpEndTime);
  63. this.gbxCondition.Controls.Add(this.dtpStartTime);
  64. this.gbxCondition.Controls.Add(this.c_Label7);
  65. this.gbxCondition.Controls.Add(this.c_Label3);
  66. this.gbxCondition.Controls.Add(this.btnClearCondition);
  67. this.gbxCondition.Controls.Add(this.btnSearch);
  68. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  70. this.gbxCondition.IsMustInput = false;
  71. this.gbxCondition.Location = new System.Drawing.Point(0, 35);
  72. this.gbxCondition.Name = "gbxCondition";
  73. this.gbxCondition.OriginalHeight = -1;
  74. this.gbxCondition.Size = new System.Drawing.Size(1122, 51);
  75. this.gbxCondition.TabIndex = 1;
  76. this.gbxCondition.TabStop = false;
  77. this.gbxCondition.Text = "查询条件 ▼";
  78. //
  79. // c_Label7
  80. //
  81. this.c_Label7.AutoSize = true;
  82. this.c_Label7.BackColor = System.Drawing.Color.Transparent;
  83. this.c_Label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.c_Label7.ForeColor = System.Drawing.SystemColors.ControlText;
  85. this.c_Label7.Location = new System.Drawing.Point(12, 23);
  86. this.c_Label7.Name = "c_Label7";
  87. this.c_Label7.Size = new System.Drawing.Size(53, 12);
  88. this.c_Label7.TabIndex = 60;
  89. this.c_Label7.Text = "撤销时间";
  90. //
  91. // c_Label3
  92. //
  93. this.c_Label3.AutoSize = true;
  94. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  95. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  97. this.c_Label3.Location = new System.Drawing.Point(211, 23);
  98. this.c_Label3.Name = "c_Label3";
  99. this.c_Label3.Size = new System.Drawing.Size(17, 12);
  100. this.c_Label3.TabIndex = 4;
  101. this.c_Label3.Text = "至";
  102. //
  103. // btnClearCondition
  104. //
  105. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  106. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  107. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  108. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  110. this.btnClearCondition.Location = new System.Drawing.Point(1033, 15);
  111. this.btnClearCondition.Name = "btnClearCondition";
  112. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  113. this.btnClearCondition.TabIndex = 33;
  114. this.btnClearCondition.Text = "清空条件(&C)";
  115. this.btnClearCondition.UseVisualStyleBackColor = true;
  116. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  117. //
  118. // btnSearch
  119. //
  120. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  121. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  122. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  123. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.btnSearch.ForeColor = System.Drawing.Color.White;
  125. this.btnSearch.Location = new System.Drawing.Point(942, 15);
  126. this.btnSearch.Name = "btnSearch";
  127. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  128. this.btnSearch.TabIndex = 32;
  129. this.btnSearch.Text = "查询(&Q)";
  130. this.btnSearch.UseVisualStyleBackColor = true;
  131. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  132. //
  133. // tsrOperate
  134. //
  135. this.tsrOperate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  136. | System.Windows.Forms.AnchorStyles.Right)));
  137. this.tsrOperate.AutoSize = false;
  138. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  139. this.tsrOperate.Dock = System.Windows.Forms.DockStyle.None;
  140. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  142. this.tsbtnAdaptive,
  143. this.tsbtnClose});
  144. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  145. this.tsrOperate.Name = "tsrOperate";
  146. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  147. this.tsrOperate.ShowItemToolTips = false;
  148. this.tsrOperate.Size = new System.Drawing.Size(1134, 23);
  149. this.tsrOperate.TabIndex = 0;
  150. this.tsrOperate.Text = "toolStrip1";
  151. //
  152. // tsbtnAdaptive
  153. //
  154. this.tsbtnAdaptive.AutoSize = false;
  155. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  157. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  158. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  159. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  160. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  161. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  162. //
  163. // tsbtnClose
  164. //
  165. this.tsbtnClose.AutoSize = false;
  166. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  168. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  169. this.tsbtnClose.Name = "tsbtnClose";
  170. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  171. this.tsbtnClose.Text = "关闭(&X)";
  172. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  173. //
  174. // dgvlc
  175. //
  176. this.dgvlc.AllowUserToAddRows = false;
  177. this.dgvlc.AllowUserToDeleteRows = false;
  178. this.dgvlc.AllowUserToModifyRows = true;
  179. this.dgvlc.AllowUserToOrderColumns = true;
  180. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  181. this.dgvlc.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  182. this.dgvlc.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  183. | System.Windows.Forms.AnchorStyles.Left)
  184. | System.Windows.Forms.AnchorStyles.Right)));
  185. this.dgvlc.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  186. this.dgvlc.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  187. this.dgvlc.CellHeight = 23;
  188. this.dgvlc.ChildNodeColumnName = null;
  189. this.dgvlc.ChildNodeColumnText = null;
  190. this.dgvlc.ColumnDeep = 1;
  191. this.dgvlc.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  192. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  193. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  194. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  196. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  197. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  198. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  199. this.dgvlc.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  200. this.dgvlc.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  201. this.dgvlc.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  202. this.BarCode,
  203. this.GoodsCode,
  204. this.LogoName,
  205. this.MaterialCode,
  206. this.MaterialRemark,
  207. this.CreateTime,
  208. this.UserCode,
  209. this.UserName});
  210. this.dgvlc.ColumnTreeView = null;
  211. this.dgvlc.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)));
  212. this.dgvlc.DynamicColumnName = "";
  213. this.dgvlc.EnableHeadersVisualStyles = false;
  214. this.dgvlc.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.dgvlc.FormatQuantityColumns = null;
  216. this.dgvlc.HasNode = false;
  217. this.dgvlc.HorizontalMergeColumn = null;
  218. this.dgvlc.IsAutoCountSum = true;
  219. this.dgvlc.IsAutoResizeColumns = false;
  220. this.dgvlc.IsClickF12 = false;
  221. this.dgvlc.IsOpenMergeCellFlag = false;
  222. this.dgvlc.IsSubTotalFlag = false;
  223. this.dgvlc.IsTopDeep = false;
  224. this.dgvlc.Location = new System.Drawing.Point(0, 95);
  225. this.dgvlc.MergeColumnNames = null;
  226. this.dgvlc.MergeDetailColumnNames = null;
  227. this.dgvlc.MergeDetailOnlyColumn = null;
  228. this.dgvlc.MergeOnlyColumn = null;
  229. this.dgvlc.Name = "dgvlc";
  230. this.dgvlc.ReadOnly = true;
  231. this.dgvlc.RefreshAtHscroll = false;
  232. this.dgvlc.RowHeadersWidth = 50;
  233. this.dgvlc.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  234. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  235. this.dgvlc.RowsDefaultCellStyle = dataGridViewCellStyle3;
  236. this.dgvlc.RowTemplate.Height = 21;
  237. this.dgvlc.Size = new System.Drawing.Size(1122, 383);
  238. this.dgvlc.SortOrderColumnName = null;
  239. this.dgvlc.TabIndex = 2;
  240. this.dgvlc.Tag = true;
  241. this.dgvlc.TotalSumColumns = null;
  242. this.dgvlc.ViewRowFilter = "";
  243. this.dgvlc.VirtualNodes = false;
  244. //
  245. // BarCode
  246. //
  247. this.BarCode.DataPropertyName = "BarCode";
  248. this.BarCode.HeaderText = "产品条码";
  249. this.BarCode.Name = "BarCode";
  250. this.BarCode.ReadOnly = true;
  251. //
  252. // GoodsCode
  253. //
  254. this.GoodsCode.DataPropertyName = "GoodsCode";
  255. this.GoodsCode.HeaderText = "产品编码";
  256. this.GoodsCode.Name = "GoodsCode";
  257. this.GoodsCode.ReadOnly = true;
  258. //
  259. // LogoName
  260. //
  261. this.LogoName.DataPropertyName = "LogoName";
  262. this.LogoName.HeaderText = "产品商标";
  263. this.LogoName.Name = "LogoName";
  264. this.LogoName.ReadOnly = true;
  265. //
  266. // MaterialCode
  267. //
  268. this.MaterialCode.DataPropertyName = "MaterialCode";
  269. this.MaterialCode.HeaderText = "物料编码";
  270. this.MaterialCode.Name = "MaterialCode";
  271. this.MaterialCode.ReadOnly = true;
  272. //
  273. // MaterialRemark
  274. //
  275. this.MaterialRemark.DataPropertyName = "MaterialRemark";
  276. this.MaterialRemark.HeaderText = "物料描述";
  277. this.MaterialRemark.Name = "MaterialRemark";
  278. this.MaterialRemark.ReadOnly = true;
  279. //
  280. // CreateTime
  281. //
  282. this.CreateTime.DataPropertyName = "CreateTime";
  283. this.CreateTime.HeaderText = "撤销时间";
  284. this.CreateTime.Name = "CreateTime";
  285. this.CreateTime.ReadOnly = true;
  286. //
  287. // UserCode
  288. //
  289. this.UserCode.DataPropertyName = "UserCode";
  290. this.UserCode.HeaderText = "撤销工号";
  291. this.UserCode.Name = "UserCode";
  292. this.UserCode.ReadOnly = true;
  293. //
  294. // UserName
  295. //
  296. this.UserName.DataPropertyName = "UserName";
  297. this.UserName.HeaderText = "工号名称";
  298. this.UserName.Name = "UserName";
  299. this.UserName.ReadOnly = true;
  300. //
  301. // dtpStartTime
  302. //
  303. this.dtpStartTime.CustomFormat = "yyyy-MM-dd HH:mm";
  304. this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  305. this.dtpStartTime.Location = new System.Drawing.Point(71, 20);
  306. this.dtpStartTime.Name = "dtpStartTime";
  307. this.dtpStartTime.Size = new System.Drawing.Size(134, 21);
  308. this.dtpStartTime.TabIndex = 61;
  309. this.dtpStartTime.Value = new System.DateTime(2025, 6, 10, 0, 0, 0, 0);
  310. //
  311. // dtpEndTime
  312. //
  313. this.dtpEndTime.CustomFormat = "yyyy-MM-dd HH:mm";
  314. this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  315. this.dtpEndTime.Location = new System.Drawing.Point(234, 20);
  316. this.dtpEndTime.Name = "dtpEndTime";
  317. this.dtpEndTime.Size = new System.Drawing.Size(134, 21);
  318. this.dtpEndTime.TabIndex = 62;
  319. this.dtpEndTime.Value = new System.DateTime(2025, 6, 10, 0, 0, 0, 0);
  320. //
  321. // F_RPT_080118
  322. //
  323. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  324. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  325. this.ClientSize = new System.Drawing.Size(1134, 490);
  326. this.Controls.Add(this.dgvlc);
  327. this.Controls.Add(this.gbxCondition);
  328. this.Controls.Add(this.tsrOperate);
  329. this.Name = "F_RPT_080118";
  330. this.Text = "裸瓷非工序撤销明细表";
  331. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_080118_FormClosed);
  332. this.Load += new System.EventHandler(this.F_RPT_080118_Load);
  333. this.gbxCondition.ResumeLayout(false);
  334. this.gbxCondition.PerformLayout();
  335. this.tsrOperate.ResumeLayout(false);
  336. this.tsrOperate.PerformLayout();
  337. ((System.ComponentModel.ISupportInitialize)(this.dgvlc)).EndInit();
  338. this.ResumeLayout(false);
  339. }
  340. #endregion
  341. private Basics.BaseControls.C_ToolStrip tsrOperate;
  342. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  343. private System.Windows.Forms.ToolStripButton tsbtnClose;
  344. private Basics.BaseControls.C_GroupBox gbxCondition;
  345. private Basics.BaseControls.C_Button btnClearCondition;
  346. private Basics.BaseControls.C_Button btnSearch;
  347. private Basics.BaseControls.C_Label c_Label3;
  348. private Basics.BaseControls.C_Label c_Label7;
  349. private Basics.BaseControls.C_DataGridView dgvlc;
  350. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  351. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  352. private System.Windows.Forms.DataGridViewTextBoxColumn LogoName;
  353. private System.Windows.Forms.DataGridViewTextBoxColumn MaterialCode;
  354. private System.Windows.Forms.DataGridViewTextBoxColumn MaterialRemark;
  355. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  356. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  357. private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
  358. private System.Windows.Forms.DateTimePicker dtpStartTime;
  359. private System.Windows.Forms.DateTimePicker dtpEndTime;
  360. }
  361. }