| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660 |
- namespace Dongke.IBOSS.PRD.Client.HRModule
- {
- partial class F_HR_1001
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_HR_1001));
- Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity dkStaffEntity1 = new Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity();
- this.dgvStaffAttendance = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.AttendanceDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CardNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SettlementFlagName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.AttendanceStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.AbsenceReasonName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.TardinessTimes = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.IDCardNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SettlementFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.AttendanceStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.AbsenceReason = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.txtOtherWhere = new System.Windows.Forms.TextBox();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.comAbsenceReason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
- this.comAttendanceStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
- this.lblAbsenceReason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblAttendanceStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtCardNumber = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblCardNumber = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.comSettlementFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
- this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dkStaffName = new Dongke.IBOSS.PRD.Client.Controls.dkStaffSearchBox();
- this.dtpmonth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.lblAttendancemonth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.sfDialogTemplet = new System.Windows.Forms.SaveFileDialog();
- this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
- this.tsbtnMoreCondition = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnDownloadTemplate = new System.Windows.Forms.ToolStripButton();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- ((System.ComponentModel.ISupportInitialize)(this.dgvStaffAttendance)).BeginInit();
- this.gbxCondition.SuspendLayout();
- this.tsrOperate.SuspendLayout();
- this.SuspendLayout();
- //
- // dgvStaffAttendance
- //
- this.dgvStaffAttendance.AllowUserToAddRows = false;
- this.dgvStaffAttendance.AllowUserToDeleteRows = false;
- this.dgvStaffAttendance.AllowUserToModifyRows = true;
- this.dgvStaffAttendance.AllowUserToOrderColumns = true;
- this.dgvStaffAttendance.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvStaffAttendance.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvStaffAttendance.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgvStaffAttendance.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvStaffAttendance.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvStaffAttendance.CellHeight = 23;
- this.dgvStaffAttendance.ChildNodeColumnName = null;
- this.dgvStaffAttendance.ChildNodeColumnText = null;
- this.dgvStaffAttendance.ColumnDeep = 1;
- this.dgvStaffAttendance.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvStaffAttendance.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvStaffAttendance.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvStaffAttendance.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.StaffID,
- this.StaffCode,
- this.StaffName,
- this.AttendanceDate,
- this.CardNumber,
- this.SettlementFlagName,
- this.AttendanceStatusName,
- this.AbsenceReasonName,
- this.TardinessTimes,
- this.Remarks,
- this.IDCardNo,
- this.SettlementFlag,
- this.AttendanceStatus,
- this.AbsenceReason});
- this.dgvStaffAttendance.ColumnTreeView = null;
- 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)));
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvStaffAttendance.DefaultCellStyle = dataGridViewCellStyle4;
- this.dgvStaffAttendance.DynamicColumnName = "";
- this.dgvStaffAttendance.EnableHeadersVisualStyles = false;
- this.dgvStaffAttendance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvStaffAttendance.HorizontalMergeColumn = null;
- this.dgvStaffAttendance.IsAutoCountSum = true;
- this.dgvStaffAttendance.IsAutoResizeColumns = false;
- this.dgvStaffAttendance.IsClickF12 = false;
- this.dgvStaffAttendance.IsOpenMergeCellFlag = false;
- this.dgvStaffAttendance.IsSubTotalFlag = false;
- this.dgvStaffAttendance.IsTopDeep = false;
- this.dgvStaffAttendance.Location = new System.Drawing.Point(0, 168);
- this.dgvStaffAttendance.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.dgvStaffAttendance.MergeColumnNames = null;
- this.dgvStaffAttendance.MergeDetailColumnNames = null;
- this.dgvStaffAttendance.MergeDetailOnlyColumn = null;
- this.dgvStaffAttendance.MergeOnlyColumn = null;
- this.dgvStaffAttendance.MultiSelect = false;
- this.dgvStaffAttendance.Name = "dgvStaffAttendance";
- this.dgvStaffAttendance.ReadOnly = true;
- this.dgvStaffAttendance.RefreshAtHscroll = false;
- this.dgvStaffAttendance.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvStaffAttendance.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvStaffAttendance.RowHeadersWidth = 50;
- this.dgvStaffAttendance.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvStaffAttendance.RowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvStaffAttendance.RowTemplate.Height = 21;
- this.dgvStaffAttendance.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvStaffAttendance.Size = new System.Drawing.Size(1063, 449);
- this.dgvStaffAttendance.SortOrderColumnName = null;
- this.dgvStaffAttendance.TabIndex = 2;
- this.dgvStaffAttendance.Tag = true;
- this.dgvStaffAttendance.TotalSumColumns = null;
- this.dgvStaffAttendance.ViewRowFilter = "";
- this.dgvStaffAttendance.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvStaffAttendance_CellEnter);
- this.dgvStaffAttendance.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvStaffAttendance_CellMouseDoubleClick);
- //
- // StaffID
- //
- this.StaffID.DataPropertyName = "StaffID";
- this.StaffID.HeaderText = "员工ID";
- this.StaffID.Name = "StaffID";
- this.StaffID.ReadOnly = true;
- this.StaffID.Visible = false;
- //
- // StaffCode
- //
- this.StaffCode.DataPropertyName = "StaffCode";
- this.StaffCode.HeaderText = "员工编码";
- this.StaffCode.Name = "StaffCode";
- this.StaffCode.ReadOnly = true;
- //
- // StaffName
- //
- this.StaffName.DataPropertyName = "StaffName";
- this.StaffName.HeaderText = "员工姓名";
- this.StaffName.Name = "StaffName";
- this.StaffName.ReadOnly = true;
- //
- // AttendanceDate
- //
- this.AttendanceDate.DataPropertyName = "AttendanceDate";
- dataGridViewCellStyle3.Format = "yyyy-MM-dd";
- dataGridViewCellStyle3.NullValue = null;
- this.AttendanceDate.DefaultCellStyle = dataGridViewCellStyle3;
- this.AttendanceDate.HeaderText = "考勤日期";
- this.AttendanceDate.Name = "AttendanceDate";
- this.AttendanceDate.ReadOnly = true;
- //
- // CardNumber
- //
- this.CardNumber.DataPropertyName = "CardNumber";
- this.CardNumber.HeaderText = "考勤卡号";
- this.CardNumber.Name = "CardNumber";
- this.CardNumber.ReadOnly = true;
- //
- // SettlementFlagName
- //
- this.SettlementFlagName.DataPropertyName = "SettlementFlagName";
- this.SettlementFlagName.HeaderText = "工资结算标识";
- this.SettlementFlagName.Name = "SettlementFlagName";
- this.SettlementFlagName.ReadOnly = true;
- //
- // AttendanceStatusName
- //
- this.AttendanceStatusName.DataPropertyName = "AttendanceStatusName";
- this.AttendanceStatusName.HeaderText = "考勤状态";
- this.AttendanceStatusName.Name = "AttendanceStatusName";
- this.AttendanceStatusName.ReadOnly = true;
- //
- // AbsenceReasonName
- //
- this.AbsenceReasonName.DataPropertyName = "AbsenceReasonName";
- this.AbsenceReasonName.HeaderText = "缺勤原因";
- this.AbsenceReasonName.Name = "AbsenceReasonName";
- this.AbsenceReasonName.ReadOnly = true;
- //
- // TardinessTimes
- //
- this.TardinessTimes.DataPropertyName = "TardinessTimes";
- this.TardinessTimes.HeaderText = "迟到早退次数";
- this.TardinessTimes.Name = "TardinessTimes";
- this.TardinessTimes.ReadOnly = true;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.Name = "Remarks";
- this.Remarks.ReadOnly = true;
- //
- // IDCardNo
- //
- this.IDCardNo.DataPropertyName = "IDCardNo";
- this.IDCardNo.HeaderText = "身份证号";
- this.IDCardNo.Name = "IDCardNo";
- this.IDCardNo.ReadOnly = true;
- //
- // SettlementFlag
- //
- this.SettlementFlag.DataPropertyName = "SettlementFlag";
- this.SettlementFlag.HeaderText = "工资结算标识编号";
- this.SettlementFlag.Name = "SettlementFlag";
- this.SettlementFlag.ReadOnly = true;
- this.SettlementFlag.Visible = false;
- //
- // AttendanceStatus
- //
- this.AttendanceStatus.DataPropertyName = "AttendanceStatus";
- this.AttendanceStatus.HeaderText = "出勤状态编号";
- this.AttendanceStatus.Name = "AttendanceStatus";
- this.AttendanceStatus.ReadOnly = true;
- this.AttendanceStatus.Visible = false;
- //
- // AbsenceReason
- //
- this.AbsenceReason.DataPropertyName = "AbsenceReason";
- this.AbsenceReason.HeaderText = "缺勤原因编号";
- this.AbsenceReason.Name = "AbsenceReason";
- this.AbsenceReason.ReadOnly = true;
- this.AbsenceReason.Visible = false;
- //
- // gbxCondition
- //
- this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
- this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
- this.gbxCondition.Controls.Add(this.txtOtherWhere);
- this.gbxCondition.Controls.Add(this.c_Label1);
- this.gbxCondition.Controls.Add(this.comAbsenceReason);
- this.gbxCondition.Controls.Add(this.comAttendanceStatus);
- this.gbxCondition.Controls.Add(this.lblAbsenceReason);
- this.gbxCondition.Controls.Add(this.lblAttendanceStatus);
- this.gbxCondition.Controls.Add(this.txtCardNumber);
- this.gbxCondition.Controls.Add(this.lblCardNumber);
- this.gbxCondition.Controls.Add(this.comSettlementFlag);
- this.gbxCondition.Controls.Add(this.c_Label3);
- this.gbxCondition.Controls.Add(this.dkStaffName);
- this.gbxCondition.Controls.Add(this.dtpmonth);
- this.gbxCondition.Controls.Add(this.lblAttendancemonth);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
- this.gbxCondition.IsMustInput = false;
- this.gbxCondition.Location = new System.Drawing.Point(0, 38);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.OriginalHeight = -1;
- this.gbxCondition.Size = new System.Drawing.Size(1063, 125);
- this.gbxCondition.TabIndex = 1;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // txtOtherWhere
- //
- this.txtOtherWhere.Enabled = false;
- this.txtOtherWhere.Location = new System.Drawing.Point(65, 51);
- this.txtOtherWhere.Multiline = true;
- this.txtOtherWhere.Name = "txtOtherWhere";
- this.txtOtherWhere.Size = new System.Drawing.Size(531, 69);
- this.txtOtherWhere.TabIndex = 10;
- //
- // c_Label1
- //
- this.c_Label1.AutoSize = true;
- this.c_Label1.BackColor = System.Drawing.Color.Transparent;
- this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label1.Location = new System.Drawing.Point(6, 51);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(53, 12);
- this.c_Label1.TabIndex = 9;
- this.c_Label1.Text = "附件条件";
- //
- // comAbsenceReason
- //
- this.comAbsenceReason.BackColor = System.Drawing.SystemColors.Window;
- this.comAbsenceReason.BackgroundColor = System.Drawing.SystemColors.Window;
- this.comAbsenceReason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.comAbsenceReason.FormattingEnabled = true;
- this.comAbsenceReason.Location = new System.Drawing.Point(894, 26);
- this.comAbsenceReason.Name = "comAbsenceReason";
- this.comAbsenceReason.Size = new System.Drawing.Size(127, 20);
- this.comAbsenceReason.TabIndex = 8;
- //
- // comAttendanceStatus
- //
- this.comAttendanceStatus.BackColor = System.Drawing.SystemColors.Window;
- this.comAttendanceStatus.BackgroundColor = System.Drawing.SystemColors.Window;
- this.comAttendanceStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.comAttendanceStatus.FormattingEnabled = true;
- this.comAttendanceStatus.Location = new System.Drawing.Point(685, 25);
- this.comAttendanceStatus.Name = "comAttendanceStatus";
- this.comAttendanceStatus.Size = new System.Drawing.Size(137, 20);
- this.comAttendanceStatus.TabIndex = 6;
- //
- // lblAbsenceReason
- //
- this.lblAbsenceReason.AutoSize = true;
- this.lblAbsenceReason.BackColor = System.Drawing.Color.Transparent;
- this.lblAbsenceReason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblAbsenceReason.Location = new System.Drawing.Point(835, 29);
- this.lblAbsenceReason.Name = "lblAbsenceReason";
- this.lblAbsenceReason.Size = new System.Drawing.Size(53, 12);
- this.lblAbsenceReason.TabIndex = 7;
- this.lblAbsenceReason.Text = "缺勤原因";
- //
- // lblAttendanceStatus
- //
- this.lblAttendanceStatus.AutoSize = true;
- this.lblAttendanceStatus.BackColor = System.Drawing.Color.Transparent;
- this.lblAttendanceStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblAttendanceStatus.Location = new System.Drawing.Point(626, 30);
- this.lblAttendanceStatus.Name = "lblAttendanceStatus";
- this.lblAttendanceStatus.Size = new System.Drawing.Size(53, 12);
- this.lblAttendanceStatus.TabIndex = 5;
- this.lblAttendanceStatus.Text = "出勤状态";
- //
- // txtCardNumber
- //
- this.txtCardNumber.BackColor = System.Drawing.SystemColors.Window;
- this.txtCardNumber.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtCardNumber.ErrorMessage = "";
- this.txtCardNumber.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtCardNumber.Location = new System.Drawing.Point(283, 24);
- this.txtCardNumber.MaxLength = 20;
- this.txtCardNumber.Name = "txtCardNumber";
- this.txtCardNumber.RejectCharsPattern = "[^a-zA-Z0-9]";
- this.txtCardNumber.Size = new System.Drawing.Size(115, 21);
- this.txtCardNumber.TabIndex = 2;
- this.txtCardNumber.TextValue = "";
- //
- // lblCardNumber
- //
- this.lblCardNumber.AutoSize = true;
- this.lblCardNumber.BackColor = System.Drawing.Color.Transparent;
- this.lblCardNumber.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblCardNumber.Location = new System.Drawing.Point(224, 29);
- this.lblCardNumber.Name = "lblCardNumber";
- this.lblCardNumber.Size = new System.Drawing.Size(53, 12);
- this.lblCardNumber.TabIndex = 1;
- this.lblCardNumber.Text = "考勤卡号";
- //
- // comSettlementFlag
- //
- this.comSettlementFlag.BackgroundColor = System.Drawing.SystemColors.Window;
- this.comSettlementFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.comSettlementFlag.FormattingEnabled = true;
- this.comSettlementFlag.Location = new System.Drawing.Point(685, 51);
- this.comSettlementFlag.Name = "comSettlementFlag";
- this.comSettlementFlag.Size = new System.Drawing.Size(137, 20);
- this.comSettlementFlag.TabIndex = 12;
- //
- // c_Label3
- //
- this.c_Label3.AutoSize = true;
- this.c_Label3.BackColor = System.Drawing.Color.Transparent;
- this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label3.Location = new System.Drawing.Point(602, 51);
- this.c_Label3.Name = "c_Label3";
- this.c_Label3.Size = new System.Drawing.Size(77, 12);
- this.c_Label3.TabIndex = 11;
- this.c_Label3.Text = "工资结算标识";
- //
- // dkStaffName
- //
- this.dkStaffName.DataSource = null;
- this.dkStaffName.Enabled = true;
- this.dkStaffName.IsMustInput = false;
- this.dkStaffName.Location = new System.Drawing.Point(6, 23);
- this.dkStaffName.Name = "dkStaffName";
- this.dkStaffName.PurviewType = ((byte)(0));
- this.dkStaffName.Size = new System.Drawing.Size(202, 21);
- dkStaffEntity1.AccountID = 0;
- dkStaffEntity1.ExProbationEndDate = null;
- dkStaffEntity1.Jobs = 0;
- dkStaffEntity1.JobsName = null;
- dkStaffEntity1.OPTimeStamp = new System.DateTime(((long)(0)));
- dkStaffEntity1.OrganizationID = 0;
- dkStaffEntity1.OrganizationName = null;
- dkStaffEntity1.Post = 0;
- dkStaffEntity1.PostName = null;
- dkStaffEntity1.StaffCode = null;
- dkStaffEntity1.StaffID = 0;
- dkStaffEntity1.StaffName = null;
- dkStaffEntity1.StaffStatus = 0;
- dkStaffEntity1.UserCode = null;
- dkStaffEntity1.UserID = 0;
- dkStaffEntity1.UserName = null;
- dkStaffEntity1.ValueFlag = false;
- this.dkStaffName.StaffEntity = dkStaffEntity1;
- this.dkStaffName.TabIndex = 0;
- this.dkStaffName.TxtUserBackColor = System.Drawing.SystemColors.Control;
- this.dkStaffName.UserCode = "";
- this.dkStaffName.UserName = null;
- this.dkStaffName.UserRow = null;
- this.dkStaffName.WhereCondition = "StaffStatus = 2 And ValueFlag = 1";
- //
- // dtpmonth
- //
- this.dtpmonth.CustomFormat = "yyyy-MM";
- this.dtpmonth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpmonth.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpmonth.Location = new System.Drawing.Point(466, 25);
- this.dtpmonth.Name = "dtpmonth";
- this.dtpmonth.Size = new System.Drawing.Size(127, 21);
- this.dtpmonth.TabIndex = 4;
- //
- // lblAttendancemonth
- //
- this.lblAttendancemonth.AutoSize = true;
- this.lblAttendancemonth.BackColor = System.Drawing.Color.Transparent;
- this.lblAttendancemonth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblAttendancemonth.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblAttendancemonth.Location = new System.Drawing.Point(407, 29);
- this.lblAttendancemonth.Name = "lblAttendancemonth";
- this.lblAttendancemonth.Size = new System.Drawing.Size(53, 12);
- this.lblAttendancemonth.TabIndex = 3;
- this.lblAttendancemonth.Text = "考勤月份";
- //
- // btnClearCondition
- //
- this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
- this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
- this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClearCondition.ForeColor = System.Drawing.Color.White;
- this.btnClearCondition.Location = new System.Drawing.Point(973, 90);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 14;
- this.btnClearCondition.Text = "清空条件(&C)";
- this.btnClearCondition.UseVisualStyleBackColor = true;
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // btnSearch
- //
- this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSearch.BackColor = System.Drawing.Color.Transparent;
- this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
- this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSearch.ForeColor = System.Drawing.Color.White;
- this.btnSearch.Location = new System.Drawing.Point(882, 90);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 13;
- this.btnSearch.Text = "查询(&Q)";
- this.btnSearch.UseVisualStyleBackColor = true;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // tsbtnEdit
- //
- this.tsbtnEdit.AutoSize = false;
- this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnEdit.Name = "tsbtnEdit";
- this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
- this.tsbtnEdit.Text = "编辑(&E)";
- this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
- //
- // tsbtnMoreCondition
- //
- this.tsbtnMoreCondition.AutoSize = false;
- this.tsbtnMoreCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnMoreCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnMoreCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnMoreCondition.Name = "tsbtnMoreCondition";
- this.tsbtnMoreCondition.Size = new System.Drawing.Size(80, 25);
- this.tsbtnMoreCondition.Text = "更多条件(&M)";
- this.tsbtnMoreCondition.Click += new System.EventHandler(this.tsbtnMoreCondition_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.AutoSize = false;
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // tsbtnDownloadTemplate
- //
- this.tsbtnDownloadTemplate.AutoSize = false;
- this.tsbtnDownloadTemplate.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnDownloadTemplate.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnDownloadTemplate.Name = "tsbtnDownloadTemplate";
- this.tsbtnDownloadTemplate.Size = new System.Drawing.Size(80, 25);
- this.tsbtnDownloadTemplate.Text = "下载模板(&E)";
- this.tsbtnDownloadTemplate.Click += new System.EventHandler(this.tsbtnDownloadTemplate_Click);
- //
- // tsbtnAdaptive
- //
- this.tsbtnAdaptive.AutoSize = false;
- this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
- this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
- this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
- //
- // tsbtnClose
- //
- this.tsbtnClose.AutoSize = false;
- this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClose.Name = "tsbtnClose";
- this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
- this.tsbtnClose.Text = "关闭(&X)";
- this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
- this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.HRModule.Properties.Resources.functionbackground;
- this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnEdit,
- this.tsbtnMoreCondition,
- this.toolStripSeparator1,
- this.tsbtnDownloadTemplate,
- this.tsbtnAdaptive,
- this.tsbtnClose});
- this.tsrOperate.Location = new System.Drawing.Point(0, 0);
- this.tsrOperate.Name = "tsrOperate";
- this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
- this.tsrOperate.ShowItemToolTips = false;
- this.tsrOperate.Size = new System.Drawing.Size(1075, 35);
- this.tsrOperate.TabIndex = 0;
- this.tsrOperate.Text = "toolStrip1";
- //
- // F_HR_1001
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1075, 618);
- this.Controls.Add(this.dgvStaffAttendance);
- this.Controls.Add(this.gbxCondition);
- this.Controls.Add(this.tsrOperate);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_HR_1001";
- this.Text = "员工考勤";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_HR_1001_FormClosed);
- this.Load += new System.EventHandler(this.F_HR_1001_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dgvStaffAttendance)).EndInit();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_DataGridView dgvStaffAttendance;
- private Basics.BaseControls.C_Label lblAttendancemonth;
- private Basics.BaseControls.C_DateTimePicker dtpmonth;
- private Controls.dkStaffSearchBox dkStaffName;
- private Basics.BaseControls.C_ComboBox comSettlementFlag;
- private Basics.BaseControls.C_Label c_Label3;
- private System.Windows.Forms.SaveFileDialog sfDialogTemplet;
- private System.Windows.Forms.ToolStripButton tsbtnEdit;
- private System.Windows.Forms.ToolStripButton tsbtnMoreCondition;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton tsbtnDownloadTemplate;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.TextBox txtOtherWhere;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_ComboBox comAbsenceReason;
- private Basics.BaseControls.C_ComboBox comAttendanceStatus;
- private Basics.BaseControls.C_Label lblAbsenceReason;
- private Basics.BaseControls.C_Label lblAttendanceStatus;
- private Basics.BaseControls.C_TextBox txtCardNumber;
- private Basics.BaseControls.C_Label lblCardNumber;
- private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
- private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
- private System.Windows.Forms.DataGridViewTextBoxColumn AttendanceDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn CardNumber;
- private System.Windows.Forms.DataGridViewTextBoxColumn SettlementFlagName;
- private System.Windows.Forms.DataGridViewTextBoxColumn AttendanceStatusName;
- private System.Windows.Forms.DataGridViewTextBoxColumn AbsenceReasonName;
- private System.Windows.Forms.DataGridViewTextBoxColumn TardinessTimes;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private System.Windows.Forms.DataGridViewTextBoxColumn IDCardNo;
- private System.Windows.Forms.DataGridViewTextBoxColumn SettlementFlag;
- private System.Windows.Forms.DataGridViewTextBoxColumn AttendanceStatus;
- private System.Windows.Forms.DataGridViewTextBoxColumn AbsenceReason;
- }
- }
|