F_TAT_0801.Designer.cs 38 KB

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