F_TAT_0401.Designer.cs 43 KB

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