namespace Dongke.IBOSS.PRD.Client.HRModule { partial class F_HR_1002 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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 dataGridViewCellStyle3 = 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_HR_1002)); 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.DataGridViewComboBoxColumn(); this.AbsenceReasonName = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.TardinessTimes = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.IDCardNo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.SettlementFlag = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox(); 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.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip(); this.tsbtnImport = new System.Windows.Forms.ToolStripButton(); this.tsbtnBrush = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton(); this.tsbtnClose = new System.Windows.Forms.ToolStripButton(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.oFileDialog = new System.Windows.Forms.OpenFileDialog(); ((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.dgvStaffAttendance.ColumnTreeView = null; this.dgvStaffAttendance.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvStaffAttendance.DefaultCellStyle = dataGridViewCellStyle3; 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(12, 103); 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.RefreshAtHscroll = false; this.dgvStaffAttendance.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvStaffAttendance.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; this.dgvStaffAttendance.RowHeadersWidth = 50; this.dgvStaffAttendance.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvStaffAttendance.RowsDefaultCellStyle = dataGridViewCellStyle5; this.dgvStaffAttendance.RowTemplate.Height = 21; this.dgvStaffAttendance.Size = new System.Drawing.Size(926, 457); this.dgvStaffAttendance.SortOrderColumnName = null; this.dgvStaffAttendance.TabIndex = 2; this.dgvStaffAttendance.Tag = true; this.dgvStaffAttendance.TotalSumColumns = null; this.dgvStaffAttendance.ViewRowFilter = ""; this.dgvStaffAttendance.CellMouseMove += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvStaffAttendance_CellMouseMove); // // 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"; this.AttendanceDate.HeaderText = "考勤日期"; this.AttendanceDate.Name = "AttendanceDate"; this.AttendanceDate.ReadOnly = true; // // CardNumber // this.CardNumber.DataPropertyName = "CardNumber"; this.CardNumber.HeaderText = "考勤卡号"; this.CardNumber.Name = "CardNumber"; // // SettlementFlagName // this.SettlementFlagName.DataPropertyName = "SettlementFlagName"; this.SettlementFlagName.HeaderText = "工资结算标识"; this.SettlementFlagName.Name = "SettlementFlagName"; this.SettlementFlagName.ReadOnly = true; // // AttendanceStatusName // this.AttendanceStatusName.DataPropertyName = "AttendanceStatus"; this.AttendanceStatusName.HeaderText = "出勤状态"; this.AttendanceStatusName.Name = "AttendanceStatusName"; // // AbsenceReasonName // this.AbsenceReasonName.DataPropertyName = "AbsenceReason"; this.AbsenceReasonName.HeaderText = "缺勤原因"; this.AbsenceReasonName.Name = "AbsenceReasonName"; // // TardinessTimes // this.TardinessTimes.DataPropertyName = "TardinessTimes"; this.TardinessTimes.HeaderText = "迟到早退次数"; this.TardinessTimes.Name = "TardinessTimes"; this.TardinessTimes.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // Remarks // this.Remarks.DataPropertyName = "Remarks"; this.Remarks.HeaderText = "备注"; this.Remarks.Name = "Remarks"; // // 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.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.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(12, 38); this.gbxCondition.Name = "gbxCondition"; this.gbxCondition.OriginalHeight = -1; this.gbxCondition.Size = new System.Drawing.Size(926, 60); this.gbxCondition.TabIndex = 1; this.gbxCondition.TabStop = false; this.gbxCondition.Text = "查询条件 ▼"; // // dkStaffName // this.dkStaffName.DataSource = null; this.dkStaffName.Enabled = true; this.dkStaffName.IsMustInput = false; this.dkStaffName.Location = new System.Drawing.Point(6, 20); this.dkStaffName.Name = "dkStaffName"; this.dkStaffName.PurviewType = ((byte)(0)); this.dkStaffName.Size = new System.Drawing.Size(247, 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(318, 20); this.dtpmonth.Name = "dtpmonth"; this.dtpmonth.Size = new System.Drawing.Size(127, 21); this.dtpmonth.TabIndex = 2; // // 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(259, 24); this.lblAttendancemonth.Name = "lblAttendancemonth"; this.lblAttendancemonth.Size = new System.Drawing.Size(53, 12); this.lblAttendancemonth.TabIndex = 1; 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(835, 24); this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(85, 30); this.btnClearCondition.TabIndex = 4; 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(744, 24); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 3; this.btnSearch.Text = "查询(&Q)"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_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.tsbtnImport, this.tsbtnBrush, this.toolStripSeparator1, 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(950, 35); this.tsrOperate.TabIndex = 0; this.tsrOperate.Text = "toolStrip1"; // // tsbtnImport // this.tsbtnImport.AutoSize = false; this.tsbtnImport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnImport.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnImport.Name = "tsbtnImport"; this.tsbtnImport.Size = new System.Drawing.Size(60, 25); this.tsbtnImport.Text = "导入(&I)"; this.tsbtnImport.Click += new System.EventHandler(this.tsbtnImport_Click); // // tsbtnBrush // this.tsbtnBrush.AutoSize = false; this.tsbtnBrush.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnBrush.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnBrush.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnBrush.Name = "tsbtnBrush"; this.tsbtnBrush.Size = new System.Drawing.Size(70, 25); this.tsbtnBrush.Text = "数据刷(&B)"; this.tsbtnBrush.Click += new System.EventHandler(this.tsbtnBrush_Click); // // toolStripSeparator1 // this.toolStripSeparator1.AutoSize = false; this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // 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); // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage"))); this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(762, 565); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 28; this.btnSave.Text = "保存(&S)"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage"))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(853, 565); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 29; this.btnCancel.Text = "取消(&X)"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // oFileDialog // this.oFileDialog.FileName = "openFileDialog1"; // // F_HR_1002 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(950, 618); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.dgvStaffAttendance); this.Controls.Add(this.gbxCondition); this.Controls.Add(this.tsrOperate); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_HR_1002"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "编辑员工考勤"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_HR_1002_FormClosed); this.Load += new System.EventHandler(this.F_HR_1002_Load); this.Controls.SetChildIndex(this.tsrOperate, 0); this.Controls.SetChildIndex(this.gbxCondition, 0); this.Controls.SetChildIndex(this.dgvStaffAttendance, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvStaffAttendance)).EndInit(); this.gbxCondition.ResumeLayout(false); this.gbxCondition.PerformLayout(); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_ToolStrip tsrOperate; private System.Windows.Forms.ToolStripButton tsbtnBrush; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton tsbtnAdaptive; private System.Windows.Forms.ToolStripButton tsbtnClose; 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 Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_Button btnCancel; private Controls.dkStaffSearchBox dkStaffName; private System.Windows.Forms.ToolStripButton tsbtnImport; private System.Windows.Forms.OpenFileDialog oFileDialog; 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.DataGridViewComboBoxColumn AttendanceStatusName; private System.Windows.Forms.DataGridViewComboBoxColumn AbsenceReasonName; private System.Windows.Forms.DataGridViewComboBoxColumn TardinessTimes; private System.Windows.Forms.DataGridViewTextBoxColumn Remarks; private System.Windows.Forms.DataGridViewTextBoxColumn IDCardNo; private System.Windows.Forms.DataGridViewTextBoxColumn SettlementFlag; } }