F_TAT_0301.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699
  1. namespace Dongke.IBOSS.PRD.Client.TATModule
  2. {
  3. partial class F_TAT_0301
  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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_TAT_0301));
  35. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  36. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  37. this.tsbtnCopy = new System.Windows.Forms.ToolStripButton();
  38. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  39. this.tsbtnDetail = new System.Windows.Forms.ToolStripButton();
  40. this.tsbtnApprover = new System.Windows.Forms.ToolStripButton();
  41. this.tsbtnDisable = new System.Windows.Forms.ToolStripButton();
  42. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  43. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  44. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  45. this.dgvBasicSalary = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  46. this.colWagesID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.colWagesName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.colSalaryTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.colBeginAccountMonth = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.colEndAccountMonth = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.colRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.colAuditStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.colAuditStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.colAuditor = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.colAuditlDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.colOPTimeStamp = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  58. this.lbxSalaryType = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  59. this.lblSalaryType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  60. this.lblAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  61. this.dtpEndTimeAfter = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  62. this.lblEndTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  63. this.dtpEndTimeBetween = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  64. this.cbEndTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  65. this.cbStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  66. this.lbxAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  67. this.dtpStartTimeBetween = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  68. this.lblStartTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  69. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  70. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  71. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  72. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  73. this.dtpStartTimeAfter = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  74. this.txtWagesName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  75. this.lblWagesName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  76. this.tsrOperate.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.dgvBasicSalary)).BeginInit();
  78. this.gbxCondition.SuspendLayout();
  79. this.SuspendLayout();
  80. //
  81. // tsrOperate
  82. //
  83. this.tsrOperate.AutoSize = false;
  84. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  85. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.TATModule.Properties.Resources.functionbackground;
  86. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  88. this.tsbtnAdd,
  89. this.tsbtnCopy,
  90. this.tsbtnEdit,
  91. this.tsbtnDetail,
  92. this.tsbtnApprover,
  93. this.tsbtnDisable,
  94. this.toolStripSeparator3,
  95. this.tsbtnAdaptive,
  96. this.tsbtnClose});
  97. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  98. this.tsrOperate.Name = "tsrOperate";
  99. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  100. this.tsrOperate.ShowItemToolTips = false;
  101. this.tsrOperate.Size = new System.Drawing.Size(1046, 35);
  102. this.tsrOperate.TabIndex = 3;
  103. //
  104. // tsbtnAdd
  105. //
  106. this.tsbtnAdd.AutoSize = false;
  107. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  109. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  110. this.tsbtnAdd.Name = "tsbtnAdd";
  111. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  112. this.tsbtnAdd.Text = "新建(&N)";
  113. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  114. //
  115. // tsbtnCopy
  116. //
  117. this.tsbtnCopy.AutoSize = false;
  118. this.tsbtnCopy.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.tsbtnCopy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  120. this.tsbtnCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
  121. this.tsbtnCopy.Name = "tsbtnCopy";
  122. this.tsbtnCopy.Size = new System.Drawing.Size(60, 25);
  123. this.tsbtnCopy.Text = "复制(&P)";
  124. this.tsbtnCopy.Click += new System.EventHandler(this.tsbtnCopy_Click);
  125. //
  126. // tsbtnEdit
  127. //
  128. this.tsbtnEdit.AutoSize = false;
  129. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  131. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  132. this.tsbtnEdit.Name = "tsbtnEdit";
  133. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  134. this.tsbtnEdit.Text = "编辑(&E)";
  135. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  136. //
  137. // tsbtnDetail
  138. //
  139. this.tsbtnDetail.AutoSize = false;
  140. this.tsbtnDetail.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  141. this.tsbtnDetail.ImageTransparentColor = System.Drawing.Color.Magenta;
  142. this.tsbtnDetail.Name = "tsbtnDetail";
  143. this.tsbtnDetail.Size = new System.Drawing.Size(60, 25);
  144. this.tsbtnDetail.Text = "明细";
  145. this.tsbtnDetail.Click += new System.EventHandler(this.tsbtnDetail_Click);
  146. //
  147. // tsbtnApprover
  148. //
  149. this.tsbtnApprover.AutoSize = false;
  150. this.tsbtnApprover.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.tsbtnApprover.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  152. this.tsbtnApprover.ImageTransparentColor = System.Drawing.Color.Magenta;
  153. this.tsbtnApprover.Name = "tsbtnApprover";
  154. this.tsbtnApprover.Size = new System.Drawing.Size(60, 25);
  155. this.tsbtnApprover.Text = "审核(&S)";
  156. this.tsbtnApprover.Click += new System.EventHandler(this.tsbtnApprover_Click);
  157. //
  158. // tsbtnDisable
  159. //
  160. this.tsbtnDisable.AutoSize = false;
  161. this.tsbtnDisable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.tsbtnDisable.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  163. this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta;
  164. this.tsbtnDisable.Name = "tsbtnDisable";
  165. this.tsbtnDisable.Size = new System.Drawing.Size(60, 25);
  166. this.tsbtnDisable.Text = "停用(&D)";
  167. this.tsbtnDisable.Click += new System.EventHandler(this.tsbtnDisable_Click);
  168. //
  169. // toolStripSeparator3
  170. //
  171. this.toolStripSeparator3.AutoSize = false;
  172. this.toolStripSeparator3.Name = "toolStripSeparator3";
  173. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  174. //
  175. // tsbtnAdaptive
  176. //
  177. this.tsbtnAdaptive.AutoSize = false;
  178. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  180. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  181. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  182. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  183. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  184. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  185. //
  186. // tsbtnClose
  187. //
  188. this.tsbtnClose.AutoSize = false;
  189. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  191. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  192. this.tsbtnClose.Name = "tsbtnClose";
  193. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  194. this.tsbtnClose.Text = "关闭(&X)";
  195. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  196. //
  197. // dgvBasicSalary
  198. //
  199. this.dgvBasicSalary.AllowUserToAddRows = false;
  200. this.dgvBasicSalary.AllowUserToDeleteRows = false;
  201. this.dgvBasicSalary.AllowUserToModifyRows = true;
  202. this.dgvBasicSalary.AllowUserToOrderColumns = true;
  203. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  204. this.dgvBasicSalary.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  205. this.dgvBasicSalary.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  206. | System.Windows.Forms.AnchorStyles.Left)
  207. | System.Windows.Forms.AnchorStyles.Right)));
  208. this.dgvBasicSalary.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  209. this.dgvBasicSalary.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  210. this.dgvBasicSalary.CellHeight = 23;
  211. this.dgvBasicSalary.ChildNodeColumnName = null;
  212. this.dgvBasicSalary.ChildNodeColumnText = null;
  213. this.dgvBasicSalary.ColumnDeep = 1;
  214. this.dgvBasicSalary.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  215. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  216. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  217. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  219. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  220. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  221. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  222. this.dgvBasicSalary.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  223. this.dgvBasicSalary.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  224. this.dgvBasicSalary.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  225. this.colWagesID,
  226. this.colWagesName,
  227. this.colSalaryTypeName,
  228. this.colBeginAccountMonth,
  229. this.colEndAccountMonth,
  230. this.colRemarks,
  231. this.colAuditStatusName,
  232. this.colAuditStatus,
  233. this.colAuditor,
  234. this.colAuditlDate,
  235. this.colOPTimeStamp});
  236. this.dgvBasicSalary.ColumnTreeView = null;
  237. this.dgvBasicSalary.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)));
  238. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  239. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  240. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  242. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  243. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  244. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  245. this.dgvBasicSalary.DefaultCellStyle = dataGridViewCellStyle5;
  246. this.dgvBasicSalary.DynamicColumnName = "";
  247. this.dgvBasicSalary.EnableHeadersVisualStyles = false;
  248. this.dgvBasicSalary.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.dgvBasicSalary.IsAutoCountSum = true;
  250. this.dgvBasicSalary.IsAutoResizeColumns = false;
  251. this.dgvBasicSalary.IsClickF12 = false;
  252. this.dgvBasicSalary.IsSubTotalFlag = false;
  253. this.dgvBasicSalary.Location = new System.Drawing.Point(0, 123);
  254. this.dgvBasicSalary.MultiSelect = false;
  255. this.dgvBasicSalary.Name = "dgvBasicSalary";
  256. this.dgvBasicSalary.ReadOnly = true;
  257. this.dgvBasicSalary.RefreshAtHscroll = false;
  258. this.dgvBasicSalary.RowHeadersWidth = 50;
  259. this.dgvBasicSalary.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  260. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  261. this.dgvBasicSalary.RowsDefaultCellStyle = dataGridViewCellStyle6;
  262. this.dgvBasicSalary.RowTemplate.Height = 21;
  263. this.dgvBasicSalary.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  264. this.dgvBasicSalary.Size = new System.Drawing.Size(1034, 379);
  265. this.dgvBasicSalary.SortOrderColumnName = null;
  266. this.dgvBasicSalary.TabIndex = 23;
  267. this.dgvBasicSalary.Tag = true;
  268. this.dgvBasicSalary.TotalSumColumns = null;
  269. this.dgvBasicSalary.ViewRowFilter = "";
  270. this.dgvBasicSalary.VirtualMode = true;
  271. this.dgvBasicSalary.SelectionChanged += new System.EventHandler(this.dgvBasicSalary_SelectionChanged);
  272. //
  273. // colWagesID
  274. //
  275. this.colWagesID.DataPropertyName = "BasicSalaryID";
  276. this.colWagesID.HeaderText = "基本工资策略ID";
  277. this.colWagesID.Name = "colWagesID";
  278. this.colWagesID.ReadOnly = true;
  279. this.colWagesID.Visible = false;
  280. //
  281. // colWagesName
  282. //
  283. this.colWagesName.DataPropertyName = "BasicSalaryName";
  284. this.colWagesName.HeaderText = "策略名称";
  285. this.colWagesName.Name = "colWagesName";
  286. this.colWagesName.ReadOnly = true;
  287. //
  288. // colSalaryTypeName
  289. //
  290. this.colSalaryTypeName.DataPropertyName = "SalaryTypeName";
  291. this.colSalaryTypeName.HeaderText = "策略类型";
  292. this.colSalaryTypeName.Name = "colSalaryTypeName";
  293. this.colSalaryTypeName.ReadOnly = true;
  294. //
  295. // colBeginAccountMonth
  296. //
  297. this.colBeginAccountMonth.DataPropertyName = "BeginAccountMonth";
  298. dataGridViewCellStyle3.Format = "yyyy-MM";
  299. this.colBeginAccountMonth.DefaultCellStyle = dataGridViewCellStyle3;
  300. this.colBeginAccountMonth.HeaderText = "开始账务月";
  301. this.colBeginAccountMonth.Name = "colBeginAccountMonth";
  302. this.colBeginAccountMonth.ReadOnly = true;
  303. //
  304. // colEndAccountMonth
  305. //
  306. this.colEndAccountMonth.DataPropertyName = "EndAccountMonth";
  307. dataGridViewCellStyle4.Format = "yyyy-MM";
  308. this.colEndAccountMonth.DefaultCellStyle = dataGridViewCellStyle4;
  309. this.colEndAccountMonth.HeaderText = "结束账务月";
  310. this.colEndAccountMonth.Name = "colEndAccountMonth";
  311. this.colEndAccountMonth.ReadOnly = true;
  312. //
  313. // colRemarks
  314. //
  315. this.colRemarks.DataPropertyName = "Remarks";
  316. this.colRemarks.HeaderText = "策略备注";
  317. this.colRemarks.Name = "colRemarks";
  318. this.colRemarks.ReadOnly = true;
  319. this.colRemarks.Width = 200;
  320. //
  321. // colAuditStatusName
  322. //
  323. this.colAuditStatusName.DataPropertyName = "AuditStatusName";
  324. this.colAuditStatusName.HeaderText = "审核状态";
  325. this.colAuditStatusName.Name = "colAuditStatusName";
  326. this.colAuditStatusName.ReadOnly = true;
  327. //
  328. // colAuditStatus
  329. //
  330. this.colAuditStatus.DataPropertyName = "AuditStatus";
  331. this.colAuditStatus.HeaderText = "审核状态(int)";
  332. this.colAuditStatus.Name = "colAuditStatus";
  333. this.colAuditStatus.ReadOnly = true;
  334. this.colAuditStatus.Visible = false;
  335. //
  336. // colAuditor
  337. //
  338. this.colAuditor.DataPropertyName = "UserName";
  339. this.colAuditor.HeaderText = "审核人";
  340. this.colAuditor.Name = "colAuditor";
  341. this.colAuditor.ReadOnly = true;
  342. //
  343. // colAuditlDate
  344. //
  345. this.colAuditlDate.DataPropertyName = "AuditlDate";
  346. this.colAuditlDate.HeaderText = "审核日期";
  347. this.colAuditlDate.Name = "colAuditlDate";
  348. this.colAuditlDate.ReadOnly = true;
  349. //
  350. // colOPTimeStamp
  351. //
  352. this.colOPTimeStamp.DataPropertyName = "OPTimeStamp";
  353. this.colOPTimeStamp.HeaderText = "OPTimeStamp";
  354. this.colOPTimeStamp.Name = "colOPTimeStamp";
  355. this.colOPTimeStamp.ReadOnly = true;
  356. this.colOPTimeStamp.Visible = false;
  357. //
  358. // gbxCondition
  359. //
  360. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  361. | System.Windows.Forms.AnchorStyles.Right)));
  362. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  363. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  364. this.gbxCondition.Controls.Add(this.lbxSalaryType);
  365. this.gbxCondition.Controls.Add(this.lblSalaryType);
  366. this.gbxCondition.Controls.Add(this.lblAuditStatus);
  367. this.gbxCondition.Controls.Add(this.dtpEndTimeAfter);
  368. this.gbxCondition.Controls.Add(this.lblEndTo);
  369. this.gbxCondition.Controls.Add(this.dtpEndTimeBetween);
  370. this.gbxCondition.Controls.Add(this.cbEndTime);
  371. this.gbxCondition.Controls.Add(this.cbStartTime);
  372. this.gbxCondition.Controls.Add(this.lbxAuditStatus);
  373. this.gbxCondition.Controls.Add(this.dtpStartTimeBetween);
  374. this.gbxCondition.Controls.Add(this.lblStartTo);
  375. this.gbxCondition.Controls.Add(this.btnClearCondition);
  376. this.gbxCondition.Controls.Add(this.btnSearch);
  377. this.gbxCondition.Controls.Add(this.txtRemarks);
  378. this.gbxCondition.Controls.Add(this.lblRemarks);
  379. this.gbxCondition.Controls.Add(this.dtpStartTimeAfter);
  380. this.gbxCondition.Controls.Add(this.txtWagesName);
  381. this.gbxCondition.Controls.Add(this.lblWagesName);
  382. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  383. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  384. this.gbxCondition.IsMustInput = false;
  385. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  386. this.gbxCondition.Name = "gbxCondition";
  387. this.gbxCondition.OriginalHeight = -1;
  388. this.gbxCondition.Size = new System.Drawing.Size(1034, 79);
  389. this.gbxCondition.TabIndex = 25;
  390. this.gbxCondition.TabStop = false;
  391. this.gbxCondition.Text = "查询条件 ▼";
  392. //
  393. // lbxSalaryType
  394. //
  395. this.lbxSalaryType.BackColor = System.Drawing.SystemColors.Window;
  396. this.lbxSalaryType.BackgroundColor = System.Drawing.SystemColors.Window;
  397. this.lbxSalaryType.DataSource = null;
  398. this.lbxSalaryType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  399. this.lbxSalaryType.FormattingEnabled = true;
  400. //
  401. //
  402. //
  403. this.lbxSalaryType.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  404. this.lbxSalaryType.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  405. this.lbxSalaryType.ListBox.Location = new System.Drawing.Point(0, 0);
  406. this.lbxSalaryType.ListBox.Name = "";
  407. this.lbxSalaryType.ListBox.Size = new System.Drawing.Size(119, 136);
  408. this.lbxSalaryType.ListBox.TabIndex = 0;
  409. this.lbxSalaryType.Location = new System.Drawing.Point(251, 18);
  410. this.lbxSalaryType.Name = "lbxSalaryType";
  411. this.lbxSalaryType.Size = new System.Drawing.Size(121, 20);
  412. this.lbxSalaryType.TabIndex = 113;
  413. //
  414. // lblSalaryType
  415. //
  416. this.lblSalaryType.AutoSize = true;
  417. this.lblSalaryType.BackColor = System.Drawing.Color.Transparent;
  418. this.lblSalaryType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  419. this.lblSalaryType.ForeColor = System.Drawing.SystemColors.ControlText;
  420. this.lblSalaryType.Location = new System.Drawing.Point(192, 21);
  421. this.lblSalaryType.Name = "lblSalaryType";
  422. this.lblSalaryType.Size = new System.Drawing.Size(53, 12);
  423. this.lblSalaryType.TabIndex = 111;
  424. this.lblSalaryType.Text = "策略类型";
  425. //
  426. // lblAuditStatus
  427. //
  428. this.lblAuditStatus.AutoSize = true;
  429. this.lblAuditStatus.BackColor = System.Drawing.Color.Transparent;
  430. this.lblAuditStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  431. this.lblAuditStatus.ForeColor = System.Drawing.SystemColors.ControlText;
  432. this.lblAuditStatus.Location = new System.Drawing.Point(745, 24);
  433. this.lblAuditStatus.Name = "lblAuditStatus";
  434. this.lblAuditStatus.Size = new System.Drawing.Size(53, 12);
  435. this.lblAuditStatus.TabIndex = 109;
  436. this.lblAuditStatus.Text = "审核状态";
  437. //
  438. // dtpEndTimeAfter
  439. //
  440. this.dtpEndTimeAfter.CustomFormat = "yyyy-MM";
  441. this.dtpEndTimeAfter.Enabled = false;
  442. this.dtpEndTimeAfter.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  443. this.dtpEndTimeAfter.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  444. this.dtpEndTimeAfter.Location = new System.Drawing.Point(618, 45);
  445. this.dtpEndTimeAfter.Name = "dtpEndTimeAfter";
  446. this.dtpEndTimeAfter.Size = new System.Drawing.Size(121, 21);
  447. this.dtpEndTimeAfter.TabIndex = 108;
  448. //
  449. // lblEndTo
  450. //
  451. this.lblEndTo.AutoSize = true;
  452. this.lblEndTo.BackColor = System.Drawing.Color.Transparent;
  453. this.lblEndTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  454. this.lblEndTo.ForeColor = System.Drawing.SystemColors.ControlText;
  455. this.lblEndTo.Location = new System.Drawing.Point(595, 49);
  456. this.lblEndTo.Name = "lblEndTo";
  457. this.lblEndTo.Size = new System.Drawing.Size(17, 12);
  458. this.lblEndTo.TabIndex = 107;
  459. this.lblEndTo.Text = "至";
  460. //
  461. // dtpEndTimeBetween
  462. //
  463. this.dtpEndTimeBetween.CustomFormat = "yyyy-MM";
  464. this.dtpEndTimeBetween.Enabled = false;
  465. this.dtpEndTimeBetween.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  466. this.dtpEndTimeBetween.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  467. this.dtpEndTimeBetween.Location = new System.Drawing.Point(468, 43);
  468. this.dtpEndTimeBetween.Name = "dtpEndTimeBetween";
  469. this.dtpEndTimeBetween.Size = new System.Drawing.Size(121, 21);
  470. this.dtpEndTimeBetween.TabIndex = 106;
  471. //
  472. // cbEndTime
  473. //
  474. this.cbEndTime.AutoSize = true;
  475. this.cbEndTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  476. this.cbEndTime.Location = new System.Drawing.Point(378, 48);
  477. this.cbEndTime.Name = "cbEndTime";
  478. this.cbEndTime.Size = new System.Drawing.Size(84, 16);
  479. this.cbEndTime.TabIndex = 105;
  480. this.cbEndTime.Text = "结束账务月";
  481. this.cbEndTime.UseVisualStyleBackColor = true;
  482. this.cbEndTime.CheckedChanged += new System.EventHandler(this.cbEndTime_CheckedChanged);
  483. //
  484. // cbStartTime
  485. //
  486. this.cbStartTime.AutoSize = true;
  487. this.cbStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.cbStartTime.Location = new System.Drawing.Point(378, 23);
  489. this.cbStartTime.Name = "cbStartTime";
  490. this.cbStartTime.Size = new System.Drawing.Size(84, 16);
  491. this.cbStartTime.TabIndex = 104;
  492. this.cbStartTime.Text = "开始账务月";
  493. this.cbStartTime.UseVisualStyleBackColor = true;
  494. this.cbStartTime.CheckedChanged += new System.EventHandler(this.cbStartTime_CheckedChanged);
  495. //
  496. // lbxAuditStatus
  497. //
  498. this.lbxAuditStatus.BackColor = System.Drawing.SystemColors.Window;
  499. this.lbxAuditStatus.BackgroundColor = System.Drawing.SystemColors.Window;
  500. this.lbxAuditStatus.DataSource = null;
  501. this.lbxAuditStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  502. this.lbxAuditStatus.FormattingEnabled = true;
  503. //
  504. //
  505. //
  506. this.lbxAuditStatus.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  507. this.lbxAuditStatus.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  508. this.lbxAuditStatus.ListBox.Location = new System.Drawing.Point(0, 0);
  509. this.lbxAuditStatus.ListBox.Name = "";
  510. this.lbxAuditStatus.ListBox.Size = new System.Drawing.Size(119, 136);
  511. this.lbxAuditStatus.ListBox.TabIndex = 0;
  512. this.lbxAuditStatus.Location = new System.Drawing.Point(804, 20);
  513. this.lbxAuditStatus.Name = "lbxAuditStatus";
  514. this.lbxAuditStatus.Size = new System.Drawing.Size(121, 20);
  515. this.lbxAuditStatus.TabIndex = 103;
  516. //
  517. // dtpStartTimeBetween
  518. //
  519. this.dtpStartTimeBetween.CustomFormat = "yyyy-MM";
  520. this.dtpStartTimeBetween.Enabled = false;
  521. this.dtpStartTimeBetween.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  522. this.dtpStartTimeBetween.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  523. this.dtpStartTimeBetween.Location = new System.Drawing.Point(468, 18);
  524. this.dtpStartTimeBetween.Name = "dtpStartTimeBetween";
  525. this.dtpStartTimeBetween.Size = new System.Drawing.Size(121, 21);
  526. this.dtpStartTimeBetween.TabIndex = 23;
  527. //
  528. // lblStartTo
  529. //
  530. this.lblStartTo.AutoSize = true;
  531. this.lblStartTo.BackColor = System.Drawing.Color.Transparent;
  532. this.lblStartTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  533. this.lblStartTo.ForeColor = System.Drawing.SystemColors.ControlText;
  534. this.lblStartTo.Location = new System.Drawing.Point(595, 22);
  535. this.lblStartTo.Name = "lblStartTo";
  536. this.lblStartTo.Size = new System.Drawing.Size(17, 12);
  537. this.lblStartTo.TabIndex = 22;
  538. this.lblStartTo.Text = "至";
  539. //
  540. // btnClearCondition
  541. //
  542. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  543. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  544. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  545. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  546. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  547. this.btnClearCondition.Location = new System.Drawing.Point(944, 45);
  548. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  549. this.btnClearCondition.Name = "btnClearCondition";
  550. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  551. this.btnClearCondition.TabIndex = 19;
  552. this.btnClearCondition.Text = "清空条件(&C)";
  553. this.btnClearCondition.UseVisualStyleBackColor = false;
  554. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  555. //
  556. // btnSearch
  557. //
  558. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  559. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  560. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  561. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  562. this.btnSearch.ForeColor = System.Drawing.Color.White;
  563. this.btnSearch.Location = new System.Drawing.Point(853, 45);
  564. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  565. this.btnSearch.Name = "btnSearch";
  566. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  567. this.btnSearch.TabIndex = 18;
  568. this.btnSearch.Text = "查询(&Q)";
  569. this.btnSearch.UseVisualStyleBackColor = false;
  570. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  571. //
  572. // txtRemarks
  573. //
  574. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  575. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  576. this.txtRemarks.ErrorMessage = "";
  577. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  578. this.txtRemarks.Location = new System.Drawing.Point(65, 46);
  579. this.txtRemarks.MaxLength = 500;
  580. this.txtRemarks.Name = "txtRemarks";
  581. this.txtRemarks.Size = new System.Drawing.Size(307, 21);
  582. this.txtRemarks.TabIndex = 16;
  583. //
  584. // lblRemarks
  585. //
  586. this.lblRemarks.AutoSize = true;
  587. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  588. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  589. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  590. this.lblRemarks.Location = new System.Drawing.Point(6, 51);
  591. this.lblRemarks.Name = "lblRemarks";
  592. this.lblRemarks.Size = new System.Drawing.Size(53, 12);
  593. this.lblRemarks.TabIndex = 15;
  594. this.lblRemarks.Text = "策略备注";
  595. //
  596. // dtpStartTimeAfter
  597. //
  598. this.dtpStartTimeAfter.CustomFormat = "yyyy-MM";
  599. this.dtpStartTimeAfter.Enabled = false;
  600. this.dtpStartTimeAfter.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  601. this.dtpStartTimeAfter.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  602. this.dtpStartTimeAfter.Location = new System.Drawing.Point(618, 18);
  603. this.dtpStartTimeAfter.Name = "dtpStartTimeAfter";
  604. this.dtpStartTimeAfter.Size = new System.Drawing.Size(121, 21);
  605. this.dtpStartTimeAfter.TabIndex = 6;
  606. //
  607. // txtWagesName
  608. //
  609. this.txtWagesName.BackColor = System.Drawing.SystemColors.Window;
  610. this.txtWagesName.BackgroundColor = System.Drawing.SystemColors.Window;
  611. this.txtWagesName.ErrorMessage = "";
  612. this.txtWagesName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  613. this.txtWagesName.Location = new System.Drawing.Point(65, 18);
  614. this.txtWagesName.MaxLength = 20;
  615. this.txtWagesName.Name = "txtWagesName";
  616. this.txtWagesName.Size = new System.Drawing.Size(121, 21);
  617. this.txtWagesName.TabIndex = 1;
  618. //
  619. // lblWagesName
  620. //
  621. this.lblWagesName.AutoSize = true;
  622. this.lblWagesName.BackColor = System.Drawing.Color.Transparent;
  623. this.lblWagesName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  624. this.lblWagesName.ForeColor = System.Drawing.SystemColors.ControlText;
  625. this.lblWagesName.Location = new System.Drawing.Point(6, 22);
  626. this.lblWagesName.Name = "lblWagesName";
  627. this.lblWagesName.Size = new System.Drawing.Size(53, 12);
  628. this.lblWagesName.TabIndex = 0;
  629. this.lblWagesName.Text = "策略名称";
  630. //
  631. // F_TAT_0301
  632. //
  633. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  634. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  635. this.ClientSize = new System.Drawing.Size(1046, 514);
  636. this.Controls.Add(this.gbxCondition);
  637. this.Controls.Add(this.dgvBasicSalary);
  638. this.Controls.Add(this.tsrOperate);
  639. this.Name = "F_TAT_0301";
  640. this.Text = "基本工资策略";
  641. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_TAT_0301_FormClosed);
  642. this.Load += new System.EventHandler(this.F_TAT_0301_Load);
  643. this.tsrOperate.ResumeLayout(false);
  644. this.tsrOperate.PerformLayout();
  645. ((System.ComponentModel.ISupportInitialize)(this.dgvBasicSalary)).EndInit();
  646. this.gbxCondition.ResumeLayout(false);
  647. this.gbxCondition.PerformLayout();
  648. this.ResumeLayout(false);
  649. }
  650. #endregion
  651. private Basics.BaseControls.C_ToolStrip tsrOperate;
  652. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  653. private System.Windows.Forms.ToolStripButton tsbtnCopy;
  654. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  655. private System.Windows.Forms.ToolStripButton tsbtnApprover;
  656. private System.Windows.Forms.ToolStripButton tsbtnDisable;
  657. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  658. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  659. private System.Windows.Forms.ToolStripButton tsbtnClose;
  660. private Basics.BaseControls.C_DataGridView dgvBasicSalary;
  661. private Basics.BaseControls.C_GroupBox gbxCondition;
  662. private Basics.BaseControls.DKListBoxComboBox lbxSalaryType;
  663. private Basics.BaseControls.C_Label lblSalaryType;
  664. private Basics.BaseControls.C_Label lblAuditStatus;
  665. private Basics.BaseControls.C_DateTimePicker dtpEndTimeAfter;
  666. private Basics.BaseControls.C_Label lblEndTo;
  667. private Basics.BaseControls.C_DateTimePicker dtpEndTimeBetween;
  668. private Basics.BaseControls.C_CheckBox cbEndTime;
  669. private Basics.BaseControls.C_CheckBox cbStartTime;
  670. private Basics.BaseControls.DKListBoxComboBox lbxAuditStatus;
  671. private Basics.BaseControls.C_DateTimePicker dtpStartTimeBetween;
  672. private Basics.BaseControls.C_Label lblStartTo;
  673. private Basics.BaseControls.C_Button btnClearCondition;
  674. private Basics.BaseControls.C_Button btnSearch;
  675. private Basics.BaseControls.C_TextBox txtRemarks;
  676. private Basics.BaseControls.C_Label lblRemarks;
  677. private Basics.BaseControls.C_DateTimePicker dtpStartTimeAfter;
  678. private Basics.BaseControls.C_TextBox txtWagesName;
  679. private Basics.BaseControls.C_Label lblWagesName;
  680. private System.Windows.Forms.DataGridViewTextBoxColumn colWagesID;
  681. private System.Windows.Forms.DataGridViewTextBoxColumn colWagesName;
  682. private System.Windows.Forms.DataGridViewTextBoxColumn colSalaryTypeName;
  683. private System.Windows.Forms.DataGridViewTextBoxColumn colBeginAccountMonth;
  684. private System.Windows.Forms.DataGridViewTextBoxColumn colEndAccountMonth;
  685. private System.Windows.Forms.DataGridViewTextBoxColumn colRemarks;
  686. private System.Windows.Forms.DataGridViewTextBoxColumn colAuditStatusName;
  687. private System.Windows.Forms.DataGridViewTextBoxColumn colAuditStatus;
  688. private System.Windows.Forms.DataGridViewTextBoxColumn colAuditor;
  689. private System.Windows.Forms.DataGridViewTextBoxColumn colAuditlDate;
  690. private System.Windows.Forms.DataGridViewTextBoxColumn colOPTimeStamp;
  691. private System.Windows.Forms.ToolStripButton tsbtnDetail;
  692. }
  693. }