F_HR_1002.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  1. namespace Dongke.IBOSS.PRD.Client.HRModule
  2. {
  3. partial class F_HR_1002
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_HR_1002));
  34. Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity dkStaffEntity1 = new Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity();
  35. this.dgvStaffAttendance = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  36. this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.AttendanceDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.CardNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.SettlementFlagName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.AttendanceStatusName = new System.Windows.Forms.DataGridViewComboBoxColumn();
  43. this.AbsenceReasonName = new System.Windows.Forms.DataGridViewComboBoxColumn();
  44. this.TardinessTimes = new System.Windows.Forms.DataGridViewComboBoxColumn();
  45. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.IDCardNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.SettlementFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  49. this.dkStaffName = new Dongke.IBOSS.PRD.Client.Controls.dkStaffSearchBox();
  50. this.dtpmonth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  51. this.lblAttendancemonth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  53. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  54. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  55. this.tsbtnImport = new System.Windows.Forms.ToolStripButton();
  56. this.tsbtnBrush = new System.Windows.Forms.ToolStripButton();
  57. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  58. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  59. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  60. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  61. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  62. this.oFileDialog = new System.Windows.Forms.OpenFileDialog();
  63. ((System.ComponentModel.ISupportInitialize)(this.dgvStaffAttendance)).BeginInit();
  64. this.gbxCondition.SuspendLayout();
  65. this.tsrOperate.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // dgvStaffAttendance
  69. //
  70. this.dgvStaffAttendance.AllowUserToAddRows = false;
  71. this.dgvStaffAttendance.AllowUserToDeleteRows = false;
  72. this.dgvStaffAttendance.AllowUserToModifyRows = true;
  73. this.dgvStaffAttendance.AllowUserToOrderColumns = true;
  74. this.dgvStaffAttendance.AllowUserToResizeRows = false;
  75. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  76. this.dgvStaffAttendance.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  77. this.dgvStaffAttendance.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  78. | System.Windows.Forms.AnchorStyles.Left)
  79. | System.Windows.Forms.AnchorStyles.Right)));
  80. this.dgvStaffAttendance.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  81. this.dgvStaffAttendance.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  82. this.dgvStaffAttendance.CellHeight = 23;
  83. this.dgvStaffAttendance.ChildNodeColumnName = null;
  84. this.dgvStaffAttendance.ChildNodeColumnText = null;
  85. this.dgvStaffAttendance.ColumnDeep = 1;
  86. this.dgvStaffAttendance.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  87. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  88. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  89. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  91. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  92. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  93. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  94. this.dgvStaffAttendance.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  95. this.dgvStaffAttendance.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  96. this.dgvStaffAttendance.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  97. this.StaffID,
  98. this.StaffCode,
  99. this.StaffName,
  100. this.AttendanceDate,
  101. this.CardNumber,
  102. this.SettlementFlagName,
  103. this.AttendanceStatusName,
  104. this.AbsenceReasonName,
  105. this.TardinessTimes,
  106. this.Remarks,
  107. this.IDCardNo,
  108. this.SettlementFlag});
  109. this.dgvStaffAttendance.ColumnTreeView = null;
  110. this.dgvStaffAttendance.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
  111. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  112. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  113. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  115. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  116. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  117. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  118. this.dgvStaffAttendance.DefaultCellStyle = dataGridViewCellStyle3;
  119. this.dgvStaffAttendance.DynamicColumnName = "";
  120. this.dgvStaffAttendance.EnableHeadersVisualStyles = false;
  121. this.dgvStaffAttendance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.dgvStaffAttendance.HorizontalMergeColumn = null;
  123. this.dgvStaffAttendance.IsAutoCountSum = true;
  124. this.dgvStaffAttendance.IsAutoResizeColumns = false;
  125. this.dgvStaffAttendance.IsClickF12 = false;
  126. this.dgvStaffAttendance.IsOpenMergeCellFlag = false;
  127. this.dgvStaffAttendance.IsSubTotalFlag = false;
  128. this.dgvStaffAttendance.IsTopDeep = false;
  129. this.dgvStaffAttendance.Location = new System.Drawing.Point(12, 103);
  130. this.dgvStaffAttendance.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  131. this.dgvStaffAttendance.MergeColumnNames = null;
  132. this.dgvStaffAttendance.MergeDetailColumnNames = null;
  133. this.dgvStaffAttendance.MergeDetailOnlyColumn = null;
  134. this.dgvStaffAttendance.MergeOnlyColumn = null;
  135. this.dgvStaffAttendance.MultiSelect = false;
  136. this.dgvStaffAttendance.Name = "dgvStaffAttendance";
  137. this.dgvStaffAttendance.RefreshAtHscroll = false;
  138. this.dgvStaffAttendance.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  139. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  140. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  141. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  143. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  144. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  145. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  146. this.dgvStaffAttendance.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  147. this.dgvStaffAttendance.RowHeadersWidth = 50;
  148. this.dgvStaffAttendance.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  149. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  150. this.dgvStaffAttendance.RowsDefaultCellStyle = dataGridViewCellStyle5;
  151. this.dgvStaffAttendance.RowTemplate.Height = 21;
  152. this.dgvStaffAttendance.Size = new System.Drawing.Size(926, 457);
  153. this.dgvStaffAttendance.SortOrderColumnName = null;
  154. this.dgvStaffAttendance.TabIndex = 2;
  155. this.dgvStaffAttendance.Tag = true;
  156. this.dgvStaffAttendance.TotalSumColumns = null;
  157. this.dgvStaffAttendance.ViewRowFilter = "";
  158. this.dgvStaffAttendance.CellMouseMove += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvStaffAttendance_CellMouseMove);
  159. //
  160. // StaffID
  161. //
  162. this.StaffID.DataPropertyName = "StaffID";
  163. this.StaffID.HeaderText = "员工ID";
  164. this.StaffID.Name = "StaffID";
  165. this.StaffID.ReadOnly = true;
  166. this.StaffID.Visible = false;
  167. //
  168. // StaffCode
  169. //
  170. this.StaffCode.DataPropertyName = "StaffCode";
  171. this.StaffCode.HeaderText = "员工编码";
  172. this.StaffCode.Name = "StaffCode";
  173. this.StaffCode.ReadOnly = true;
  174. //
  175. // StaffName
  176. //
  177. this.StaffName.DataPropertyName = "StaffName";
  178. this.StaffName.HeaderText = "员工姓名";
  179. this.StaffName.Name = "StaffName";
  180. this.StaffName.ReadOnly = true;
  181. //
  182. // AttendanceDate
  183. //
  184. this.AttendanceDate.DataPropertyName = "AttendanceDate";
  185. this.AttendanceDate.HeaderText = "考勤日期";
  186. this.AttendanceDate.Name = "AttendanceDate";
  187. this.AttendanceDate.ReadOnly = true;
  188. //
  189. // CardNumber
  190. //
  191. this.CardNumber.DataPropertyName = "CardNumber";
  192. this.CardNumber.HeaderText = "考勤卡号";
  193. this.CardNumber.Name = "CardNumber";
  194. //
  195. // SettlementFlagName
  196. //
  197. this.SettlementFlagName.DataPropertyName = "SettlementFlagName";
  198. this.SettlementFlagName.HeaderText = "工资结算标识";
  199. this.SettlementFlagName.Name = "SettlementFlagName";
  200. this.SettlementFlagName.ReadOnly = true;
  201. //
  202. // AttendanceStatusName
  203. //
  204. this.AttendanceStatusName.DataPropertyName = "AttendanceStatus";
  205. this.AttendanceStatusName.HeaderText = "出勤状态";
  206. this.AttendanceStatusName.Name = "AttendanceStatusName";
  207. //
  208. // AbsenceReasonName
  209. //
  210. this.AbsenceReasonName.DataPropertyName = "AbsenceReason";
  211. this.AbsenceReasonName.HeaderText = "缺勤原因";
  212. this.AbsenceReasonName.Name = "AbsenceReasonName";
  213. //
  214. // TardinessTimes
  215. //
  216. this.TardinessTimes.DataPropertyName = "TardinessTimes";
  217. this.TardinessTimes.HeaderText = "迟到早退次数";
  218. this.TardinessTimes.Name = "TardinessTimes";
  219. this.TardinessTimes.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  220. //
  221. // Remarks
  222. //
  223. this.Remarks.DataPropertyName = "Remarks";
  224. this.Remarks.HeaderText = "备注";
  225. this.Remarks.Name = "Remarks";
  226. //
  227. // IDCardNo
  228. //
  229. this.IDCardNo.DataPropertyName = "IDCardNo";
  230. this.IDCardNo.HeaderText = "身份证号";
  231. this.IDCardNo.Name = "IDCardNo";
  232. this.IDCardNo.ReadOnly = true;
  233. //
  234. // SettlementFlag
  235. //
  236. this.SettlementFlag.DataPropertyName = "SettlementFlag";
  237. this.SettlementFlag.HeaderText = "工资结算标识编号";
  238. this.SettlementFlag.Name = "SettlementFlag";
  239. this.SettlementFlag.Visible = false;
  240. //
  241. // gbxCondition
  242. //
  243. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  244. | System.Windows.Forms.AnchorStyles.Right)));
  245. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  246. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  247. this.gbxCondition.Controls.Add(this.dkStaffName);
  248. this.gbxCondition.Controls.Add(this.dtpmonth);
  249. this.gbxCondition.Controls.Add(this.lblAttendancemonth);
  250. this.gbxCondition.Controls.Add(this.btnClearCondition);
  251. this.gbxCondition.Controls.Add(this.btnSearch);
  252. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  254. this.gbxCondition.IsMustInput = false;
  255. this.gbxCondition.Location = new System.Drawing.Point(12, 38);
  256. this.gbxCondition.Name = "gbxCondition";
  257. this.gbxCondition.OriginalHeight = -1;
  258. this.gbxCondition.Size = new System.Drawing.Size(926, 60);
  259. this.gbxCondition.TabIndex = 1;
  260. this.gbxCondition.TabStop = false;
  261. this.gbxCondition.Text = "查询条件 ▼";
  262. //
  263. // dkStaffName
  264. //
  265. this.dkStaffName.DataSource = null;
  266. this.dkStaffName.Enabled = true;
  267. this.dkStaffName.IsMustInput = false;
  268. this.dkStaffName.Location = new System.Drawing.Point(6, 20);
  269. this.dkStaffName.Name = "dkStaffName";
  270. this.dkStaffName.PurviewType = ((byte)(0));
  271. this.dkStaffName.Size = new System.Drawing.Size(247, 21);
  272. dkStaffEntity1.AccountID = 0;
  273. dkStaffEntity1.ExProbationEndDate = null;
  274. dkStaffEntity1.Jobs = 0;
  275. dkStaffEntity1.JobsName = null;
  276. dkStaffEntity1.OPTimeStamp = new System.DateTime(((long)(0)));
  277. dkStaffEntity1.OrganizationID = 0;
  278. dkStaffEntity1.OrganizationName = null;
  279. dkStaffEntity1.Post = 0;
  280. dkStaffEntity1.PostName = null;
  281. dkStaffEntity1.StaffCode = null;
  282. dkStaffEntity1.StaffID = 0;
  283. dkStaffEntity1.StaffName = null;
  284. dkStaffEntity1.StaffStatus = 0;
  285. dkStaffEntity1.UserCode = null;
  286. dkStaffEntity1.UserID = 0;
  287. dkStaffEntity1.UserName = null;
  288. dkStaffEntity1.ValueFlag = false;
  289. this.dkStaffName.StaffEntity = dkStaffEntity1;
  290. this.dkStaffName.TabIndex = 0;
  291. this.dkStaffName.TxtUserBackColor = System.Drawing.SystemColors.Control;
  292. this.dkStaffName.UserCode = "";
  293. this.dkStaffName.UserName = null;
  294. this.dkStaffName.UserRow = null;
  295. this.dkStaffName.WhereCondition = "StaffStatus = 2 And ValueFlag = 1";
  296. //
  297. // dtpmonth
  298. //
  299. this.dtpmonth.CustomFormat = "yyyy-MM";
  300. this.dtpmonth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.dtpmonth.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  302. this.dtpmonth.Location = new System.Drawing.Point(318, 20);
  303. this.dtpmonth.Name = "dtpmonth";
  304. this.dtpmonth.Size = new System.Drawing.Size(127, 21);
  305. this.dtpmonth.TabIndex = 2;
  306. //
  307. // lblAttendancemonth
  308. //
  309. this.lblAttendancemonth.AutoSize = true;
  310. this.lblAttendancemonth.BackColor = System.Drawing.Color.Transparent;
  311. this.lblAttendancemonth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.lblAttendancemonth.ForeColor = System.Drawing.SystemColors.ControlText;
  313. this.lblAttendancemonth.Location = new System.Drawing.Point(259, 24);
  314. this.lblAttendancemonth.Name = "lblAttendancemonth";
  315. this.lblAttendancemonth.Size = new System.Drawing.Size(53, 12);
  316. this.lblAttendancemonth.TabIndex = 1;
  317. this.lblAttendancemonth.Text = "考勤月份";
  318. //
  319. // btnClearCondition
  320. //
  321. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  322. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  323. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  324. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  325. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  326. this.btnClearCondition.Location = new System.Drawing.Point(835, 24);
  327. this.btnClearCondition.Name = "btnClearCondition";
  328. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  329. this.btnClearCondition.TabIndex = 4;
  330. this.btnClearCondition.Text = "清空条件(&C)";
  331. this.btnClearCondition.UseVisualStyleBackColor = true;
  332. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  333. //
  334. // btnSearch
  335. //
  336. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  337. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  338. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  339. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.btnSearch.ForeColor = System.Drawing.Color.White;
  341. this.btnSearch.Location = new System.Drawing.Point(744, 24);
  342. this.btnSearch.Name = "btnSearch";
  343. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  344. this.btnSearch.TabIndex = 3;
  345. this.btnSearch.Text = "查询(&Q)";
  346. this.btnSearch.UseVisualStyleBackColor = true;
  347. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  348. //
  349. // tsrOperate
  350. //
  351. this.tsrOperate.AutoSize = false;
  352. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  353. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.HRModule.Properties.Resources.functionbackground;
  354. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  355. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  356. this.tsbtnImport,
  357. this.tsbtnBrush,
  358. this.toolStripSeparator1,
  359. this.tsbtnAdaptive,
  360. this.tsbtnClose});
  361. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  362. this.tsrOperate.Name = "tsrOperate";
  363. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  364. this.tsrOperate.ShowItemToolTips = false;
  365. this.tsrOperate.Size = new System.Drawing.Size(950, 35);
  366. this.tsrOperate.TabIndex = 0;
  367. this.tsrOperate.Text = "toolStrip1";
  368. //
  369. // tsbtnImport
  370. //
  371. this.tsbtnImport.AutoSize = false;
  372. this.tsbtnImport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  373. this.tsbtnImport.ImageTransparentColor = System.Drawing.Color.Magenta;
  374. this.tsbtnImport.Name = "tsbtnImport";
  375. this.tsbtnImport.Size = new System.Drawing.Size(60, 25);
  376. this.tsbtnImport.Text = "导入(&I)";
  377. this.tsbtnImport.Click += new System.EventHandler(this.tsbtnImport_Click);
  378. //
  379. // tsbtnBrush
  380. //
  381. this.tsbtnBrush.AutoSize = false;
  382. this.tsbtnBrush.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  383. this.tsbtnBrush.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  384. this.tsbtnBrush.ImageTransparentColor = System.Drawing.Color.Magenta;
  385. this.tsbtnBrush.Name = "tsbtnBrush";
  386. this.tsbtnBrush.Size = new System.Drawing.Size(70, 25);
  387. this.tsbtnBrush.Text = "数据刷(&B)";
  388. this.tsbtnBrush.Click += new System.EventHandler(this.tsbtnBrush_Click);
  389. //
  390. // toolStripSeparator1
  391. //
  392. this.toolStripSeparator1.AutoSize = false;
  393. this.toolStripSeparator1.Name = "toolStripSeparator1";
  394. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  395. //
  396. // tsbtnAdaptive
  397. //
  398. this.tsbtnAdaptive.AutoSize = false;
  399. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  401. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  402. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  403. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  404. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  405. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  406. //
  407. // tsbtnClose
  408. //
  409. this.tsbtnClose.AutoSize = false;
  410. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  411. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  412. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  413. this.tsbtnClose.Name = "tsbtnClose";
  414. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  415. this.tsbtnClose.Text = "关闭(&X)";
  416. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  417. //
  418. // btnSave
  419. //
  420. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  421. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  422. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  423. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  424. this.btnSave.ForeColor = System.Drawing.Color.White;
  425. this.btnSave.Location = new System.Drawing.Point(762, 565);
  426. this.btnSave.Name = "btnSave";
  427. this.btnSave.Size = new System.Drawing.Size(85, 30);
  428. this.btnSave.TabIndex = 28;
  429. this.btnSave.Text = "保存(&S)";
  430. this.btnSave.UseVisualStyleBackColor = true;
  431. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  432. //
  433. // btnCancel
  434. //
  435. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  436. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  437. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  438. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  439. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  440. this.btnCancel.ForeColor = System.Drawing.Color.White;
  441. this.btnCancel.Location = new System.Drawing.Point(853, 565);
  442. this.btnCancel.Name = "btnCancel";
  443. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  444. this.btnCancel.TabIndex = 29;
  445. this.btnCancel.Text = "取消(&X)";
  446. this.btnCancel.UseVisualStyleBackColor = true;
  447. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  448. //
  449. // oFileDialog
  450. //
  451. this.oFileDialog.FileName = "openFileDialog1";
  452. //
  453. // F_HR_1002
  454. //
  455. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  456. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  457. this.CancelButton = this.btnCancel;
  458. this.ClientSize = new System.Drawing.Size(950, 618);
  459. this.Controls.Add(this.btnCancel);
  460. this.Controls.Add(this.btnSave);
  461. this.Controls.Add(this.dgvStaffAttendance);
  462. this.Controls.Add(this.gbxCondition);
  463. this.Controls.Add(this.tsrOperate);
  464. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  465. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  466. this.IsSaveFormSize = false;
  467. this.MaximizeBox = false;
  468. this.MinimizeBox = false;
  469. this.Name = "F_HR_1002";
  470. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  471. this.Text = "编辑员工考勤";
  472. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_HR_1002_FormClosed);
  473. this.Load += new System.EventHandler(this.F_HR_1002_Load);
  474. this.Controls.SetChildIndex(this.tsrOperate, 0);
  475. this.Controls.SetChildIndex(this.gbxCondition, 0);
  476. this.Controls.SetChildIndex(this.dgvStaffAttendance, 0);
  477. this.Controls.SetChildIndex(this.btnSave, 0);
  478. this.Controls.SetChildIndex(this.btnCancel, 0);
  479. ((System.ComponentModel.ISupportInitialize)(this.dgvStaffAttendance)).EndInit();
  480. this.gbxCondition.ResumeLayout(false);
  481. this.gbxCondition.PerformLayout();
  482. this.tsrOperate.ResumeLayout(false);
  483. this.tsrOperate.PerformLayout();
  484. this.ResumeLayout(false);
  485. this.PerformLayout();
  486. }
  487. #endregion
  488. private Basics.BaseControls.C_ToolStrip tsrOperate;
  489. private System.Windows.Forms.ToolStripButton tsbtnBrush;
  490. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  491. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  492. private System.Windows.Forms.ToolStripButton tsbtnClose;
  493. private Basics.BaseControls.C_GroupBox gbxCondition;
  494. private Basics.BaseControls.C_Button btnClearCondition;
  495. private Basics.BaseControls.C_Button btnSearch;
  496. private Basics.BaseControls.C_DataGridView dgvStaffAttendance;
  497. private Basics.BaseControls.C_Label lblAttendancemonth;
  498. private Basics.BaseControls.C_DateTimePicker dtpmonth;
  499. private Basics.BaseControls.C_Button btnSave;
  500. private Basics.BaseControls.C_Button btnCancel;
  501. private Controls.dkStaffSearchBox dkStaffName;
  502. private System.Windows.Forms.ToolStripButton tsbtnImport;
  503. private System.Windows.Forms.OpenFileDialog oFileDialog;
  504. private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
  505. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  506. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  507. private System.Windows.Forms.DataGridViewTextBoxColumn AttendanceDate;
  508. private System.Windows.Forms.DataGridViewTextBoxColumn CardNumber;
  509. private System.Windows.Forms.DataGridViewTextBoxColumn SettlementFlagName;
  510. private System.Windows.Forms.DataGridViewComboBoxColumn AttendanceStatusName;
  511. private System.Windows.Forms.DataGridViewComboBoxColumn AbsenceReasonName;
  512. private System.Windows.Forms.DataGridViewComboBoxColumn TardinessTimes;
  513. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  514. private System.Windows.Forms.DataGridViewTextBoxColumn IDCardNo;
  515. private System.Windows.Forms.DataGridViewTextBoxColumn SettlementFlag;
  516. }
  517. }