F_TAT_0601.Designer.cs 47 KB

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