F_HR_1001.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660
  1. namespace Dongke.IBOSS.PRD.Client.HRModule
  2. {
  3. partial class F_HR_1001
  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 dataGridViewCellStyle4 = 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_HR_1001));
  35. Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity dkStaffEntity1 = new Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity();
  36. this.dgvStaffAttendance = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  37. this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.AttendanceDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.CardNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.SettlementFlagName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.AttendanceStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.AbsenceReasonName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.TardinessTimes = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.IDCardNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.SettlementFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.AttendanceStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.AbsenceReason = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  52. this.txtOtherWhere = new System.Windows.Forms.TextBox();
  53. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.comAbsenceReason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  55. this.comAttendanceStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  56. this.lblAbsenceReason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  57. this.lblAttendanceStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  58. this.txtCardNumber = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  59. this.lblCardNumber = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  60. this.comSettlementFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  61. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  62. this.dkStaffName = new Dongke.IBOSS.PRD.Client.Controls.dkStaffSearchBox();
  63. this.dtpmonth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  64. this.lblAttendancemonth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  65. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  66. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  67. this.sfDialogTemplet = new System.Windows.Forms.SaveFileDialog();
  68. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  69. this.tsbtnMoreCondition = new System.Windows.Forms.ToolStripButton();
  70. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  71. this.tsbtnDownloadTemplate = new System.Windows.Forms.ToolStripButton();
  72. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  73. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  74. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  75. ((System.ComponentModel.ISupportInitialize)(this.dgvStaffAttendance)).BeginInit();
  76. this.gbxCondition.SuspendLayout();
  77. this.tsrOperate.SuspendLayout();
  78. this.SuspendLayout();
  79. //
  80. // dgvStaffAttendance
  81. //
  82. this.dgvStaffAttendance.AllowUserToAddRows = false;
  83. this.dgvStaffAttendance.AllowUserToDeleteRows = false;
  84. this.dgvStaffAttendance.AllowUserToModifyRows = true;
  85. this.dgvStaffAttendance.AllowUserToOrderColumns = true;
  86. this.dgvStaffAttendance.AllowUserToResizeRows = false;
  87. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  88. this.dgvStaffAttendance.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  89. this.dgvStaffAttendance.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  90. | System.Windows.Forms.AnchorStyles.Left)
  91. | System.Windows.Forms.AnchorStyles.Right)));
  92. this.dgvStaffAttendance.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  93. this.dgvStaffAttendance.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  94. this.dgvStaffAttendance.CellHeight = 23;
  95. this.dgvStaffAttendance.ChildNodeColumnName = null;
  96. this.dgvStaffAttendance.ChildNodeColumnText = null;
  97. this.dgvStaffAttendance.ColumnDeep = 1;
  98. this.dgvStaffAttendance.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  99. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  100. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  101. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  103. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  104. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  105. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  106. this.dgvStaffAttendance.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  107. this.dgvStaffAttendance.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  108. this.dgvStaffAttendance.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  109. this.StaffID,
  110. this.StaffCode,
  111. this.StaffName,
  112. this.AttendanceDate,
  113. this.CardNumber,
  114. this.SettlementFlagName,
  115. this.AttendanceStatusName,
  116. this.AbsenceReasonName,
  117. this.TardinessTimes,
  118. this.Remarks,
  119. this.IDCardNo,
  120. this.SettlementFlag,
  121. this.AttendanceStatus,
  122. this.AbsenceReason});
  123. this.dgvStaffAttendance.ColumnTreeView = null;
  124. this.dgvStaffAttendance.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)));
  125. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  126. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  127. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  129. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  130. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  131. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  132. this.dgvStaffAttendance.DefaultCellStyle = dataGridViewCellStyle4;
  133. this.dgvStaffAttendance.DynamicColumnName = "";
  134. this.dgvStaffAttendance.EnableHeadersVisualStyles = false;
  135. this.dgvStaffAttendance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.dgvStaffAttendance.HorizontalMergeColumn = null;
  137. this.dgvStaffAttendance.IsAutoCountSum = true;
  138. this.dgvStaffAttendance.IsAutoResizeColumns = false;
  139. this.dgvStaffAttendance.IsClickF12 = false;
  140. this.dgvStaffAttendance.IsOpenMergeCellFlag = false;
  141. this.dgvStaffAttendance.IsSubTotalFlag = false;
  142. this.dgvStaffAttendance.IsTopDeep = false;
  143. this.dgvStaffAttendance.Location = new System.Drawing.Point(0, 168);
  144. this.dgvStaffAttendance.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  145. this.dgvStaffAttendance.MergeColumnNames = null;
  146. this.dgvStaffAttendance.MergeDetailColumnNames = null;
  147. this.dgvStaffAttendance.MergeDetailOnlyColumn = null;
  148. this.dgvStaffAttendance.MergeOnlyColumn = null;
  149. this.dgvStaffAttendance.MultiSelect = false;
  150. this.dgvStaffAttendance.Name = "dgvStaffAttendance";
  151. this.dgvStaffAttendance.ReadOnly = true;
  152. this.dgvStaffAttendance.RefreshAtHscroll = false;
  153. this.dgvStaffAttendance.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  154. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  155. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
  156. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
  158. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  159. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  160. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  161. this.dgvStaffAttendance.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
  162. this.dgvStaffAttendance.RowHeadersWidth = 50;
  163. this.dgvStaffAttendance.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  164. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  165. this.dgvStaffAttendance.RowsDefaultCellStyle = dataGridViewCellStyle6;
  166. this.dgvStaffAttendance.RowTemplate.Height = 21;
  167. this.dgvStaffAttendance.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  168. this.dgvStaffAttendance.Size = new System.Drawing.Size(1063, 449);
  169. this.dgvStaffAttendance.SortOrderColumnName = null;
  170. this.dgvStaffAttendance.TabIndex = 2;
  171. this.dgvStaffAttendance.Tag = true;
  172. this.dgvStaffAttendance.TotalSumColumns = null;
  173. this.dgvStaffAttendance.ViewRowFilter = "";
  174. this.dgvStaffAttendance.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvStaffAttendance_CellEnter);
  175. this.dgvStaffAttendance.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvStaffAttendance_CellMouseDoubleClick);
  176. //
  177. // StaffID
  178. //
  179. this.StaffID.DataPropertyName = "StaffID";
  180. this.StaffID.HeaderText = "员工ID";
  181. this.StaffID.Name = "StaffID";
  182. this.StaffID.ReadOnly = true;
  183. this.StaffID.Visible = false;
  184. //
  185. // StaffCode
  186. //
  187. this.StaffCode.DataPropertyName = "StaffCode";
  188. this.StaffCode.HeaderText = "员工编码";
  189. this.StaffCode.Name = "StaffCode";
  190. this.StaffCode.ReadOnly = true;
  191. //
  192. // StaffName
  193. //
  194. this.StaffName.DataPropertyName = "StaffName";
  195. this.StaffName.HeaderText = "员工姓名";
  196. this.StaffName.Name = "StaffName";
  197. this.StaffName.ReadOnly = true;
  198. //
  199. // AttendanceDate
  200. //
  201. this.AttendanceDate.DataPropertyName = "AttendanceDate";
  202. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  203. dataGridViewCellStyle3.NullValue = null;
  204. this.AttendanceDate.DefaultCellStyle = dataGridViewCellStyle3;
  205. this.AttendanceDate.HeaderText = "考勤日期";
  206. this.AttendanceDate.Name = "AttendanceDate";
  207. this.AttendanceDate.ReadOnly = true;
  208. //
  209. // CardNumber
  210. //
  211. this.CardNumber.DataPropertyName = "CardNumber";
  212. this.CardNumber.HeaderText = "考勤卡号";
  213. this.CardNumber.Name = "CardNumber";
  214. this.CardNumber.ReadOnly = true;
  215. //
  216. // SettlementFlagName
  217. //
  218. this.SettlementFlagName.DataPropertyName = "SettlementFlagName";
  219. this.SettlementFlagName.HeaderText = "工资结算标识";
  220. this.SettlementFlagName.Name = "SettlementFlagName";
  221. this.SettlementFlagName.ReadOnly = true;
  222. //
  223. // AttendanceStatusName
  224. //
  225. this.AttendanceStatusName.DataPropertyName = "AttendanceStatusName";
  226. this.AttendanceStatusName.HeaderText = "考勤状态";
  227. this.AttendanceStatusName.Name = "AttendanceStatusName";
  228. this.AttendanceStatusName.ReadOnly = true;
  229. //
  230. // AbsenceReasonName
  231. //
  232. this.AbsenceReasonName.DataPropertyName = "AbsenceReasonName";
  233. this.AbsenceReasonName.HeaderText = "缺勤原因";
  234. this.AbsenceReasonName.Name = "AbsenceReasonName";
  235. this.AbsenceReasonName.ReadOnly = true;
  236. //
  237. // TardinessTimes
  238. //
  239. this.TardinessTimes.DataPropertyName = "TardinessTimes";
  240. this.TardinessTimes.HeaderText = "迟到早退次数";
  241. this.TardinessTimes.Name = "TardinessTimes";
  242. this.TardinessTimes.ReadOnly = true;
  243. //
  244. // Remarks
  245. //
  246. this.Remarks.DataPropertyName = "Remarks";
  247. this.Remarks.HeaderText = "备注";
  248. this.Remarks.Name = "Remarks";
  249. this.Remarks.ReadOnly = true;
  250. //
  251. // IDCardNo
  252. //
  253. this.IDCardNo.DataPropertyName = "IDCardNo";
  254. this.IDCardNo.HeaderText = "身份证号";
  255. this.IDCardNo.Name = "IDCardNo";
  256. this.IDCardNo.ReadOnly = true;
  257. //
  258. // SettlementFlag
  259. //
  260. this.SettlementFlag.DataPropertyName = "SettlementFlag";
  261. this.SettlementFlag.HeaderText = "工资结算标识编号";
  262. this.SettlementFlag.Name = "SettlementFlag";
  263. this.SettlementFlag.ReadOnly = true;
  264. this.SettlementFlag.Visible = false;
  265. //
  266. // AttendanceStatus
  267. //
  268. this.AttendanceStatus.DataPropertyName = "AttendanceStatus";
  269. this.AttendanceStatus.HeaderText = "出勤状态编号";
  270. this.AttendanceStatus.Name = "AttendanceStatus";
  271. this.AttendanceStatus.ReadOnly = true;
  272. this.AttendanceStatus.Visible = false;
  273. //
  274. // AbsenceReason
  275. //
  276. this.AbsenceReason.DataPropertyName = "AbsenceReason";
  277. this.AbsenceReason.HeaderText = "缺勤原因编号";
  278. this.AbsenceReason.Name = "AbsenceReason";
  279. this.AbsenceReason.ReadOnly = true;
  280. this.AbsenceReason.Visible = false;
  281. //
  282. // gbxCondition
  283. //
  284. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  285. | System.Windows.Forms.AnchorStyles.Right)));
  286. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  287. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  288. this.gbxCondition.Controls.Add(this.txtOtherWhere);
  289. this.gbxCondition.Controls.Add(this.c_Label1);
  290. this.gbxCondition.Controls.Add(this.comAbsenceReason);
  291. this.gbxCondition.Controls.Add(this.comAttendanceStatus);
  292. this.gbxCondition.Controls.Add(this.lblAbsenceReason);
  293. this.gbxCondition.Controls.Add(this.lblAttendanceStatus);
  294. this.gbxCondition.Controls.Add(this.txtCardNumber);
  295. this.gbxCondition.Controls.Add(this.lblCardNumber);
  296. this.gbxCondition.Controls.Add(this.comSettlementFlag);
  297. this.gbxCondition.Controls.Add(this.c_Label3);
  298. this.gbxCondition.Controls.Add(this.dkStaffName);
  299. this.gbxCondition.Controls.Add(this.dtpmonth);
  300. this.gbxCondition.Controls.Add(this.lblAttendancemonth);
  301. this.gbxCondition.Controls.Add(this.btnClearCondition);
  302. this.gbxCondition.Controls.Add(this.btnSearch);
  303. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  305. this.gbxCondition.IsMustInput = false;
  306. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  307. this.gbxCondition.Name = "gbxCondition";
  308. this.gbxCondition.OriginalHeight = -1;
  309. this.gbxCondition.Size = new System.Drawing.Size(1063, 125);
  310. this.gbxCondition.TabIndex = 1;
  311. this.gbxCondition.TabStop = false;
  312. this.gbxCondition.Text = "查询条件 ▼";
  313. //
  314. // txtOtherWhere
  315. //
  316. this.txtOtherWhere.Enabled = false;
  317. this.txtOtherWhere.Location = new System.Drawing.Point(65, 51);
  318. this.txtOtherWhere.Multiline = true;
  319. this.txtOtherWhere.Name = "txtOtherWhere";
  320. this.txtOtherWhere.Size = new System.Drawing.Size(531, 69);
  321. this.txtOtherWhere.TabIndex = 10;
  322. //
  323. // c_Label1
  324. //
  325. this.c_Label1.AutoSize = true;
  326. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  327. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  328. this.c_Label1.Location = new System.Drawing.Point(6, 51);
  329. this.c_Label1.Name = "c_Label1";
  330. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  331. this.c_Label1.TabIndex = 9;
  332. this.c_Label1.Text = "附件条件";
  333. //
  334. // comAbsenceReason
  335. //
  336. this.comAbsenceReason.BackColor = System.Drawing.SystemColors.Window;
  337. this.comAbsenceReason.BackgroundColor = System.Drawing.SystemColors.Window;
  338. this.comAbsenceReason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  339. this.comAbsenceReason.FormattingEnabled = true;
  340. this.comAbsenceReason.Location = new System.Drawing.Point(894, 26);
  341. this.comAbsenceReason.Name = "comAbsenceReason";
  342. this.comAbsenceReason.Size = new System.Drawing.Size(127, 20);
  343. this.comAbsenceReason.TabIndex = 8;
  344. //
  345. // comAttendanceStatus
  346. //
  347. this.comAttendanceStatus.BackColor = System.Drawing.SystemColors.Window;
  348. this.comAttendanceStatus.BackgroundColor = System.Drawing.SystemColors.Window;
  349. this.comAttendanceStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.comAttendanceStatus.FormattingEnabled = true;
  351. this.comAttendanceStatus.Location = new System.Drawing.Point(685, 25);
  352. this.comAttendanceStatus.Name = "comAttendanceStatus";
  353. this.comAttendanceStatus.Size = new System.Drawing.Size(137, 20);
  354. this.comAttendanceStatus.TabIndex = 6;
  355. //
  356. // lblAbsenceReason
  357. //
  358. this.lblAbsenceReason.AutoSize = true;
  359. this.lblAbsenceReason.BackColor = System.Drawing.Color.Transparent;
  360. this.lblAbsenceReason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  361. this.lblAbsenceReason.Location = new System.Drawing.Point(835, 29);
  362. this.lblAbsenceReason.Name = "lblAbsenceReason";
  363. this.lblAbsenceReason.Size = new System.Drawing.Size(53, 12);
  364. this.lblAbsenceReason.TabIndex = 7;
  365. this.lblAbsenceReason.Text = "缺勤原因";
  366. //
  367. // lblAttendanceStatus
  368. //
  369. this.lblAttendanceStatus.AutoSize = true;
  370. this.lblAttendanceStatus.BackColor = System.Drawing.Color.Transparent;
  371. this.lblAttendanceStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. this.lblAttendanceStatus.Location = new System.Drawing.Point(626, 30);
  373. this.lblAttendanceStatus.Name = "lblAttendanceStatus";
  374. this.lblAttendanceStatus.Size = new System.Drawing.Size(53, 12);
  375. this.lblAttendanceStatus.TabIndex = 5;
  376. this.lblAttendanceStatus.Text = "出勤状态";
  377. //
  378. // txtCardNumber
  379. //
  380. this.txtCardNumber.BackColor = System.Drawing.SystemColors.Window;
  381. this.txtCardNumber.BackgroundColor = System.Drawing.SystemColors.Window;
  382. this.txtCardNumber.ErrorMessage = "";
  383. this.txtCardNumber.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  384. this.txtCardNumber.Location = new System.Drawing.Point(283, 24);
  385. this.txtCardNumber.MaxLength = 20;
  386. this.txtCardNumber.Name = "txtCardNumber";
  387. this.txtCardNumber.RejectCharsPattern = "[^a-zA-Z0-9]";
  388. this.txtCardNumber.Size = new System.Drawing.Size(115, 21);
  389. this.txtCardNumber.TabIndex = 2;
  390. this.txtCardNumber.TextValue = "";
  391. //
  392. // lblCardNumber
  393. //
  394. this.lblCardNumber.AutoSize = true;
  395. this.lblCardNumber.BackColor = System.Drawing.Color.Transparent;
  396. this.lblCardNumber.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.lblCardNumber.Location = new System.Drawing.Point(224, 29);
  398. this.lblCardNumber.Name = "lblCardNumber";
  399. this.lblCardNumber.Size = new System.Drawing.Size(53, 12);
  400. this.lblCardNumber.TabIndex = 1;
  401. this.lblCardNumber.Text = "考勤卡号";
  402. //
  403. // comSettlementFlag
  404. //
  405. this.comSettlementFlag.BackgroundColor = System.Drawing.SystemColors.Window;
  406. this.comSettlementFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  407. this.comSettlementFlag.FormattingEnabled = true;
  408. this.comSettlementFlag.Location = new System.Drawing.Point(685, 51);
  409. this.comSettlementFlag.Name = "comSettlementFlag";
  410. this.comSettlementFlag.Size = new System.Drawing.Size(137, 20);
  411. this.comSettlementFlag.TabIndex = 12;
  412. //
  413. // c_Label3
  414. //
  415. this.c_Label3.AutoSize = true;
  416. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  417. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  418. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  419. this.c_Label3.Location = new System.Drawing.Point(602, 51);
  420. this.c_Label3.Name = "c_Label3";
  421. this.c_Label3.Size = new System.Drawing.Size(77, 12);
  422. this.c_Label3.TabIndex = 11;
  423. this.c_Label3.Text = "工资结算标识";
  424. //
  425. // dkStaffName
  426. //
  427. this.dkStaffName.DataSource = null;
  428. this.dkStaffName.Enabled = true;
  429. this.dkStaffName.IsMustInput = false;
  430. this.dkStaffName.Location = new System.Drawing.Point(6, 23);
  431. this.dkStaffName.Name = "dkStaffName";
  432. this.dkStaffName.PurviewType = ((byte)(0));
  433. this.dkStaffName.Size = new System.Drawing.Size(202, 21);
  434. dkStaffEntity1.AccountID = 0;
  435. dkStaffEntity1.ExProbationEndDate = null;
  436. dkStaffEntity1.Jobs = 0;
  437. dkStaffEntity1.JobsName = null;
  438. dkStaffEntity1.OPTimeStamp = new System.DateTime(((long)(0)));
  439. dkStaffEntity1.OrganizationID = 0;
  440. dkStaffEntity1.OrganizationName = null;
  441. dkStaffEntity1.Post = 0;
  442. dkStaffEntity1.PostName = null;
  443. dkStaffEntity1.StaffCode = null;
  444. dkStaffEntity1.StaffID = 0;
  445. dkStaffEntity1.StaffName = null;
  446. dkStaffEntity1.StaffStatus = 0;
  447. dkStaffEntity1.UserCode = null;
  448. dkStaffEntity1.UserID = 0;
  449. dkStaffEntity1.UserName = null;
  450. dkStaffEntity1.ValueFlag = false;
  451. this.dkStaffName.StaffEntity = dkStaffEntity1;
  452. this.dkStaffName.TabIndex = 0;
  453. this.dkStaffName.TxtUserBackColor = System.Drawing.SystemColors.Control;
  454. this.dkStaffName.UserCode = "";
  455. this.dkStaffName.UserName = null;
  456. this.dkStaffName.UserRow = null;
  457. this.dkStaffName.WhereCondition = "StaffStatus = 2 And ValueFlag = 1";
  458. //
  459. // dtpmonth
  460. //
  461. this.dtpmonth.CustomFormat = "yyyy-MM";
  462. this.dtpmonth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  463. this.dtpmonth.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  464. this.dtpmonth.Location = new System.Drawing.Point(466, 25);
  465. this.dtpmonth.Name = "dtpmonth";
  466. this.dtpmonth.Size = new System.Drawing.Size(127, 21);
  467. this.dtpmonth.TabIndex = 4;
  468. //
  469. // lblAttendancemonth
  470. //
  471. this.lblAttendancemonth.AutoSize = true;
  472. this.lblAttendancemonth.BackColor = System.Drawing.Color.Transparent;
  473. this.lblAttendancemonth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  474. this.lblAttendancemonth.ForeColor = System.Drawing.SystemColors.ControlText;
  475. this.lblAttendancemonth.Location = new System.Drawing.Point(407, 29);
  476. this.lblAttendancemonth.Name = "lblAttendancemonth";
  477. this.lblAttendancemonth.Size = new System.Drawing.Size(53, 12);
  478. this.lblAttendancemonth.TabIndex = 3;
  479. this.lblAttendancemonth.Text = "考勤月份";
  480. //
  481. // btnClearCondition
  482. //
  483. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  484. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  485. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  486. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  487. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  488. this.btnClearCondition.Location = new System.Drawing.Point(973, 90);
  489. this.btnClearCondition.Name = "btnClearCondition";
  490. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  491. this.btnClearCondition.TabIndex = 14;
  492. this.btnClearCondition.Text = "清空条件(&C)";
  493. this.btnClearCondition.UseVisualStyleBackColor = true;
  494. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  495. //
  496. // btnSearch
  497. //
  498. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  499. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  500. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  501. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  502. this.btnSearch.ForeColor = System.Drawing.Color.White;
  503. this.btnSearch.Location = new System.Drawing.Point(882, 90);
  504. this.btnSearch.Name = "btnSearch";
  505. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  506. this.btnSearch.TabIndex = 13;
  507. this.btnSearch.Text = "查询(&Q)";
  508. this.btnSearch.UseVisualStyleBackColor = true;
  509. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  510. //
  511. // tsbtnEdit
  512. //
  513. this.tsbtnEdit.AutoSize = false;
  514. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  515. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  516. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  517. this.tsbtnEdit.Name = "tsbtnEdit";
  518. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  519. this.tsbtnEdit.Text = "编辑(&E)";
  520. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  521. //
  522. // tsbtnMoreCondition
  523. //
  524. this.tsbtnMoreCondition.AutoSize = false;
  525. this.tsbtnMoreCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  526. this.tsbtnMoreCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  527. this.tsbtnMoreCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  528. this.tsbtnMoreCondition.Name = "tsbtnMoreCondition";
  529. this.tsbtnMoreCondition.Size = new System.Drawing.Size(80, 25);
  530. this.tsbtnMoreCondition.Text = "更多条件(&M)";
  531. this.tsbtnMoreCondition.Click += new System.EventHandler(this.tsbtnMoreCondition_Click);
  532. //
  533. // toolStripSeparator1
  534. //
  535. this.toolStripSeparator1.AutoSize = false;
  536. this.toolStripSeparator1.Name = "toolStripSeparator1";
  537. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  538. //
  539. // tsbtnDownloadTemplate
  540. //
  541. this.tsbtnDownloadTemplate.AutoSize = false;
  542. this.tsbtnDownloadTemplate.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  543. this.tsbtnDownloadTemplate.ImageTransparentColor = System.Drawing.Color.Magenta;
  544. this.tsbtnDownloadTemplate.Name = "tsbtnDownloadTemplate";
  545. this.tsbtnDownloadTemplate.Size = new System.Drawing.Size(80, 25);
  546. this.tsbtnDownloadTemplate.Text = "下载模板(&E)";
  547. this.tsbtnDownloadTemplate.Click += new System.EventHandler(this.tsbtnDownloadTemplate_Click);
  548. //
  549. // tsbtnAdaptive
  550. //
  551. this.tsbtnAdaptive.AutoSize = false;
  552. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  553. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  554. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  555. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  556. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  557. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  558. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  559. //
  560. // tsbtnClose
  561. //
  562. this.tsbtnClose.AutoSize = false;
  563. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  564. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  565. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  566. this.tsbtnClose.Name = "tsbtnClose";
  567. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  568. this.tsbtnClose.Text = "关闭(&X)";
  569. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  570. //
  571. // tsrOperate
  572. //
  573. this.tsrOperate.AutoSize = false;
  574. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  575. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.HRModule.Properties.Resources.functionbackground;
  576. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  577. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  578. this.tsbtnEdit,
  579. this.tsbtnMoreCondition,
  580. this.toolStripSeparator1,
  581. this.tsbtnDownloadTemplate,
  582. this.tsbtnAdaptive,
  583. this.tsbtnClose});
  584. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  585. this.tsrOperate.Name = "tsrOperate";
  586. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  587. this.tsrOperate.ShowItemToolTips = false;
  588. this.tsrOperate.Size = new System.Drawing.Size(1075, 35);
  589. this.tsrOperate.TabIndex = 0;
  590. this.tsrOperate.Text = "toolStrip1";
  591. //
  592. // F_HR_1001
  593. //
  594. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  595. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  596. this.ClientSize = new System.Drawing.Size(1075, 618);
  597. this.Controls.Add(this.dgvStaffAttendance);
  598. this.Controls.Add(this.gbxCondition);
  599. this.Controls.Add(this.tsrOperate);
  600. this.MaximizeBox = false;
  601. this.MinimizeBox = false;
  602. this.Name = "F_HR_1001";
  603. this.Text = "员工考勤";
  604. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_HR_1001_FormClosed);
  605. this.Load += new System.EventHandler(this.F_HR_1001_Load);
  606. ((System.ComponentModel.ISupportInitialize)(this.dgvStaffAttendance)).EndInit();
  607. this.gbxCondition.ResumeLayout(false);
  608. this.gbxCondition.PerformLayout();
  609. this.tsrOperate.ResumeLayout(false);
  610. this.tsrOperate.PerformLayout();
  611. this.ResumeLayout(false);
  612. }
  613. #endregion
  614. private Basics.BaseControls.C_GroupBox gbxCondition;
  615. private Basics.BaseControls.C_Button btnClearCondition;
  616. private Basics.BaseControls.C_Button btnSearch;
  617. private Basics.BaseControls.C_DataGridView dgvStaffAttendance;
  618. private Basics.BaseControls.C_Label lblAttendancemonth;
  619. private Basics.BaseControls.C_DateTimePicker dtpmonth;
  620. private Controls.dkStaffSearchBox dkStaffName;
  621. private Basics.BaseControls.C_ComboBox comSettlementFlag;
  622. private Basics.BaseControls.C_Label c_Label3;
  623. private System.Windows.Forms.SaveFileDialog sfDialogTemplet;
  624. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  625. private System.Windows.Forms.ToolStripButton tsbtnMoreCondition;
  626. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  627. private System.Windows.Forms.ToolStripButton tsbtnDownloadTemplate;
  628. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  629. private System.Windows.Forms.ToolStripButton tsbtnClose;
  630. private Basics.BaseControls.C_ToolStrip tsrOperate;
  631. private System.Windows.Forms.TextBox txtOtherWhere;
  632. private Basics.BaseControls.C_Label c_Label1;
  633. private Basics.BaseControls.C_ComboBox comAbsenceReason;
  634. private Basics.BaseControls.C_ComboBox comAttendanceStatus;
  635. private Basics.BaseControls.C_Label lblAbsenceReason;
  636. private Basics.BaseControls.C_Label lblAttendanceStatus;
  637. private Basics.BaseControls.C_TextBox txtCardNumber;
  638. private Basics.BaseControls.C_Label lblCardNumber;
  639. private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
  640. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  641. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  642. private System.Windows.Forms.DataGridViewTextBoxColumn AttendanceDate;
  643. private System.Windows.Forms.DataGridViewTextBoxColumn CardNumber;
  644. private System.Windows.Forms.DataGridViewTextBoxColumn SettlementFlagName;
  645. private System.Windows.Forms.DataGridViewTextBoxColumn AttendanceStatusName;
  646. private System.Windows.Forms.DataGridViewTextBoxColumn AbsenceReasonName;
  647. private System.Windows.Forms.DataGridViewTextBoxColumn TardinessTimes;
  648. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  649. private System.Windows.Forms.DataGridViewTextBoxColumn IDCardNo;
  650. private System.Windows.Forms.DataGridViewTextBoxColumn SettlementFlag;
  651. private System.Windows.Forms.DataGridViewTextBoxColumn AttendanceStatus;
  652. private System.Windows.Forms.DataGridViewTextBoxColumn AbsenceReason;
  653. }
  654. }