F_TAT_0501.Designer.cs 43 KB

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