namespace Dongke.IBOSS.PRD.Client.HRModule { partial class F_HR_0601 { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_HR_0601)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip(); this.tsbtnAdd = new System.Windows.Forms.ToolStripButton(); this.tsbtnEdit = new System.Windows.Forms.ToolStripButton(); this.tsbtnDisable = new System.Windows.Forms.ToolStripButton(); this.tsbtnMoreCondition = 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.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox(); this.txtStaffName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.txtStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.txtOther = new System.Windows.Forms.TextBox(); this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dgvStaffRecord = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TurnoverDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ApplicantName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Reason = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Suggestion = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ROriginalPostName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RTargetPostName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ApprovalStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ApproverName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ApprovalDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.appsSuggestion = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UpdateTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TurnoverDateName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StaffRecordID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ApprovalStatus = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RecordType = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.STAFFID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tsrOperate.SuspendLayout(); this.gbxCondition.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvStaffRecord)).BeginInit(); this.SuspendLayout(); // // tsrOperate // this.tsrOperate.AutoSize = false; this.tsrOperate.BackColor = System.Drawing.Color.Transparent; this.tsrOperate.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tsrOperate.BackgroundImage"))); 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.tsbtnAdd, this.tsbtnEdit, this.tsbtnDisable, this.tsbtnMoreCondition, 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(887, 35); this.tsrOperate.TabIndex = 2; this.tsrOperate.Text = "toolStrip1"; // // tsbtnAdd // this.tsbtnAdd.AutoSize = false; this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnAdd.Name = "tsbtnAdd"; this.tsbtnAdd.Size = new System.Drawing.Size(60, 25); this.tsbtnAdd.Text = "新建(&N)"; this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click); // // tsbtnEdit // this.tsbtnEdit.AutoSize = false; this.tsbtnEdit.Enabled = 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); // // tsbtnDisable // this.tsbtnDisable.AutoSize = false; this.tsbtnDisable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnDisable.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnDisable.Name = "tsbtnDisable"; this.tsbtnDisable.Size = new System.Drawing.Size(60, 25); this.tsbtnDisable.Text = "停用(&S)"; this.tsbtnDisable.Click += new System.EventHandler(this.tsbtnDisable_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); // // 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); // // 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.txtStaffName); this.gbxCondition.Controls.Add(this.txtStaffCode); this.gbxCondition.Controls.Add(this.btnSearch); this.gbxCondition.Controls.Add(this.btnClearCondition); this.gbxCondition.Controls.Add(this.txtOther); this.gbxCondition.Controls.Add(this.c_Label2); this.gbxCondition.Controls.Add(this.c_Label4); this.gbxCondition.Controls.Add(this.c_Label1); 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(875, 125); this.gbxCondition.TabIndex = 3; this.gbxCondition.TabStop = false; this.gbxCondition.Text = "查询条件 ▼"; // // txtStaffName // this.txtStaffName.BackColor = System.Drawing.SystemColors.Window; this.txtStaffName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtStaffName.ErrorMessage = ""; this.txtStaffName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtStaffName.Location = new System.Drawing.Point(333, 20); this.txtStaffName.MaxLength = 20; this.txtStaffName.Name = "txtStaffName"; this.txtStaffName.Size = new System.Drawing.Size(196, 21); this.txtStaffName.TabIndex = 1; // // txtStaffCode // this.txtStaffCode.BackColor = System.Drawing.SystemColors.Window; this.txtStaffCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtStaffCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtStaffCode.ErrorMessage = ""; this.txtStaffCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtStaffCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtStaffCode.Location = new System.Drawing.Point(72, 20); this.txtStaffCode.MaxLength = 20; this.txtStaffCode.Name = "txtStaffCode"; this.txtStaffCode.RejectCharsPattern = "[^a-zA-Z0-9]"; this.txtStaffCode.Size = new System.Drawing.Size(196, 21); this.txtStaffCode.TabIndex = 0; this.txtStaffCode.TextValue = ""; // // 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(689, 85); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 3; this.btnSearch.Text = "查询(&Q)"; this.btnSearch.UseVisualStyleBackColor = false; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // 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(780, 85); this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(85, 30); this.btnClearCondition.TabIndex = 4; this.btnClearCondition.Text = "清空条件(&C)"; this.btnClearCondition.UseVisualStyleBackColor = false; this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click); // // txtOther // this.txtOther.Enabled = false; this.txtOther.Location = new System.Drawing.Point(72, 47); this.txtOther.Multiline = true; this.txtOther.Name = "txtOther"; this.txtOther.ReadOnly = true; this.txtOther.Size = new System.Drawing.Size(457, 68); this.txtOther.TabIndex = 2; // // c_Label2 // this.c_Label2.AutoSize = true; this.c_Label2.BackColor = System.Drawing.Color.Transparent; this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label2.Location = new System.Drawing.Point(13, 49); this.c_Label2.Name = "c_Label2"; this.c_Label2.Size = new System.Drawing.Size(53, 12); this.c_Label2.TabIndex = 10; this.c_Label2.Text = "附件条件"; // // c_Label4 // this.c_Label4.AutoSize = true; this.c_Label4.BackColor = System.Drawing.Color.Transparent; this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label4.Location = new System.Drawing.Point(274, 24); this.c_Label4.Name = "c_Label4"; this.c_Label4.Size = new System.Drawing.Size(53, 12); this.c_Label4.TabIndex = 8; this.c_Label4.Text = "员工姓名"; // // 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.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label1.Location = new System.Drawing.Point(13, 24); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(53, 12); this.c_Label1.TabIndex = 0; this.c_Label1.Text = "员工编号"; // // dgvStaffRecord // this.dgvStaffRecord.AllowUserToAddRows = false; this.dgvStaffRecord.AllowUserToDeleteRows = false; this.dgvStaffRecord.AllowUserToModifyRows = true; this.dgvStaffRecord.AllowUserToOrderColumns = true; this.dgvStaffRecord.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvStaffRecord.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvStaffRecord.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.dgvStaffRecord.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvStaffRecord.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvStaffRecord.CellHeight = 23; this.dgvStaffRecord.ChildNodeColumnName = null; this.dgvStaffRecord.ChildNodeColumnText = null; this.dgvStaffRecord.ColumnDeep = 1; this.dgvStaffRecord.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.dgvStaffRecord.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvStaffRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvStaffRecord.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.StaffCode, this.StaffName, this.OrganizationName, this.JobsName, this.TurnoverDate, this.ApplicantName, this.Reason, this.Suggestion, this.ROriginalPostName, this.RTargetPostName, this.ApprovalStatusName, this.ApproverName, this.ApprovalDate, this.appsSuggestion, this.Remarks, this.CreateTime, this.CreateUserName, this.UpdateTime, this.TurnoverDateName, this.StaffRecordID, this.ApprovalStatus, this.RecordType, this.STAFFID}); this.dgvStaffRecord.ColumnTreeView = null; this.dgvStaffRecord.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))); dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvStaffRecord.DefaultCellStyle = dataGridViewCellStyle7; this.dgvStaffRecord.DynamicColumnName = ""; this.dgvStaffRecord.EnableHeadersVisualStyles = false; this.dgvStaffRecord.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvStaffRecord.IsAutoCountSum = true; this.dgvStaffRecord.IsAutoResizeColumns = false; this.dgvStaffRecord.IsClickF12 = false; this.dgvStaffRecord.IsSubTotalFlag = false; this.dgvStaffRecord.Location = new System.Drawing.Point(0, 171); this.dgvStaffRecord.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dgvStaffRecord.MultiSelect = false; this.dgvStaffRecord.Name = "dgvStaffRecord"; this.dgvStaffRecord.ReadOnly = true; this.dgvStaffRecord.RefreshAtHscroll = false; this.dgvStaffRecord.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvStaffRecord.RowHeadersDefaultCellStyle = dataGridViewCellStyle8; this.dgvStaffRecord.RowHeadersWidth = 50; this.dgvStaffRecord.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvStaffRecord.RowsDefaultCellStyle = dataGridViewCellStyle9; this.dgvStaffRecord.RowTemplate.Height = 21; this.dgvStaffRecord.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvStaffRecord.Size = new System.Drawing.Size(875, 447); this.dgvStaffRecord.SortOrderColumnName = null; this.dgvStaffRecord.TabIndex = 14; this.dgvStaffRecord.Tag = true; this.dgvStaffRecord.TotalSumColumns = null; this.dgvStaffRecord.ViewRowFilter = ""; this.dgvStaffRecord.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvStaffRecord_CellEnter); this.dgvStaffRecord.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvStaffRecord_CellMouseDoubleClick); // // 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; // // OrganizationName // this.OrganizationName.DataPropertyName = "SOrganizationname"; this.OrganizationName.HeaderText = "组织机构"; this.OrganizationName.Name = "OrganizationName"; this.OrganizationName.ReadOnly = true; // // JobsName // this.JobsName.DataPropertyName = "SJobsname"; this.JobsName.HeaderText = "工种"; this.JobsName.Name = "JobsName"; this.JobsName.ReadOnly = true; // // TurnoverDate // this.TurnoverDate.DataPropertyName = "TurnoverDate"; dataGridViewCellStyle3.Format = "yyyy-MM-dd"; dataGridViewCellStyle3.NullValue = null; this.TurnoverDate.DefaultCellStyle = dataGridViewCellStyle3; this.TurnoverDate.HeaderText = "调整日期"; this.TurnoverDate.Name = "TurnoverDate"; this.TurnoverDate.ReadOnly = true; // // ApplicantName // this.ApplicantName.DataPropertyName = "RApplicantName"; this.ApplicantName.HeaderText = "申请人"; this.ApplicantName.Name = "ApplicantName"; this.ApplicantName.ReadOnly = true; // // Reason // this.Reason.DataPropertyName = "REASON"; this.Reason.HeaderText = "调整原因"; this.Reason.Name = "Reason"; this.Reason.ReadOnly = true; // // Suggestion // this.Suggestion.DataPropertyName = "SUGGESTION"; this.Suggestion.HeaderText = "部门意见"; this.Suggestion.Name = "Suggestion"; this.Suggestion.ReadOnly = true; // // ROriginalPostName // this.ROriginalPostName.DataPropertyName = "ROriginalPostName"; this.ROriginalPostName.HeaderText = "调整前职务"; this.ROriginalPostName.Name = "ROriginalPostName"; this.ROriginalPostName.ReadOnly = true; // // RTargetPostName // this.RTargetPostName.DataPropertyName = "RTargetPostName"; this.RTargetPostName.HeaderText = "调整后职务"; this.RTargetPostName.Name = "RTargetPostName"; this.RTargetPostName.ReadOnly = true; // // ApprovalStatusName // this.ApprovalStatusName.DataPropertyName = "RApprovalStatusName"; this.ApprovalStatusName.HeaderText = "审批状态"; this.ApprovalStatusName.Name = "ApprovalStatusName"; this.ApprovalStatusName.ReadOnly = true; // // ApproverName // this.ApproverName.DataPropertyName = "RApproverName"; this.ApproverName.HeaderText = "审批人"; this.ApproverName.Name = "ApproverName"; this.ApproverName.ReadOnly = true; // // ApprovalDate // this.ApprovalDate.DataPropertyName = "ApprovalDate"; dataGridViewCellStyle4.Format = "yyyy-MM-dd"; dataGridViewCellStyle4.NullValue = null; this.ApprovalDate.DefaultCellStyle = dataGridViewCellStyle4; this.ApprovalDate.HeaderText = "审批日期"; this.ApprovalDate.Name = "ApprovalDate"; this.ApprovalDate.ReadOnly = true; // // appsSuggestion // this.appsSuggestion.DataPropertyName = "appsSuggestion"; this.appsSuggestion.HeaderText = "审批意见"; this.appsSuggestion.Name = "appsSuggestion"; this.appsSuggestion.ReadOnly = true; // // Remarks // this.Remarks.DataPropertyName = "Remarks"; this.Remarks.HeaderText = "备注"; this.Remarks.Name = "Remarks"; this.Remarks.ReadOnly = true; // // CreateTime // this.CreateTime.DataPropertyName = "CreateTime"; dataGridViewCellStyle5.Format = "yyyy-MM-dd HH:mm:ss"; dataGridViewCellStyle5.NullValue = null; this.CreateTime.DefaultCellStyle = dataGridViewCellStyle5; this.CreateTime.HeaderText = "创建时间"; this.CreateTime.Name = "CreateTime"; this.CreateTime.ReadOnly = true; // // CreateUserName // this.CreateUserName.DataPropertyName = "RCreateUserName"; this.CreateUserName.HeaderText = "创建人"; this.CreateUserName.Name = "CreateUserName"; this.CreateUserName.ReadOnly = true; // // UpdateTime // this.UpdateTime.DataPropertyName = "UpdateTime"; dataGridViewCellStyle6.Format = "yyyy-MM-dd HH:mm:ss"; dataGridViewCellStyle6.NullValue = null; this.UpdateTime.DefaultCellStyle = dataGridViewCellStyle6; this.UpdateTime.HeaderText = "修改时间"; this.UpdateTime.Name = "UpdateTime"; this.UpdateTime.ReadOnly = true; // // TurnoverDateName // this.TurnoverDateName.DataPropertyName = "RUpdateUserName"; this.TurnoverDateName.HeaderText = "修改人"; this.TurnoverDateName.Name = "TurnoverDateName"; this.TurnoverDateName.ReadOnly = true; // // StaffRecordID // this.StaffRecordID.DataPropertyName = "StaffRecordID"; this.StaffRecordID.HeaderText = "工种调整ID"; this.StaffRecordID.Name = "StaffRecordID"; this.StaffRecordID.ReadOnly = true; this.StaffRecordID.Visible = false; // // ApprovalStatus // this.ApprovalStatus.DataPropertyName = "ApprovalStatus"; this.ApprovalStatus.HeaderText = "ApprovalStatus"; this.ApprovalStatus.Name = "ApprovalStatus"; this.ApprovalStatus.ReadOnly = true; this.ApprovalStatus.Visible = false; // // RecordType // this.RecordType.DataPropertyName = "RecordType"; this.RecordType.HeaderText = "RecordType"; this.RecordType.Name = "RecordType"; this.RecordType.ReadOnly = true; this.RecordType.Visible = false; // // STAFFID // this.STAFFID.DataPropertyName = "STAFFID"; this.STAFFID.HeaderText = "STAFFID"; this.STAFFID.Name = "STAFFID"; this.STAFFID.ReadOnly = true; this.STAFFID.Visible = false; // // F_HR_0601 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(887, 618); this.Controls.Add(this.dgvStaffRecord); this.Controls.Add(this.gbxCondition); this.Controls.Add(this.tsrOperate); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_HR_0601"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "职务调整"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_HR_0601_FormClosed); this.Load += new System.EventHandler(this.F_HR_0601_Load); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); this.gbxCondition.ResumeLayout(false); this.gbxCondition.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvStaffRecord)).EndInit(); this.ResumeLayout(false); } #endregion private Basics.BaseControls.C_ToolStrip tsrOperate; private System.Windows.Forms.ToolStripButton tsbtnAdd; private System.Windows.Forms.ToolStripButton tsbtnEdit; private System.Windows.Forms.ToolStripButton tsbtnDisable; private System.Windows.Forms.ToolStripButton tsbtnMoreCondition; 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_TextBox txtStaffName; private Basics.BaseControls.C_TextBox txtStaffCode; private Basics.BaseControls.C_Button btnSearch; private Basics.BaseControls.C_Button btnClearCondition; private System.Windows.Forms.TextBox txtOther; private Basics.BaseControls.C_Label c_Label2; private Basics.BaseControls.C_Label c_Label4; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_DataGridView dgvStaffRecord; private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode; private System.Windows.Forms.DataGridViewTextBoxColumn StaffName; private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName; private System.Windows.Forms.DataGridViewTextBoxColumn JobsName; private System.Windows.Forms.DataGridViewTextBoxColumn TurnoverDate; private System.Windows.Forms.DataGridViewTextBoxColumn ApplicantName; private System.Windows.Forms.DataGridViewTextBoxColumn Reason; private System.Windows.Forms.DataGridViewTextBoxColumn Suggestion; private System.Windows.Forms.DataGridViewTextBoxColumn ROriginalPostName; private System.Windows.Forms.DataGridViewTextBoxColumn RTargetPostName; private System.Windows.Forms.DataGridViewTextBoxColumn ApprovalStatusName; private System.Windows.Forms.DataGridViewTextBoxColumn ApproverName; private System.Windows.Forms.DataGridViewTextBoxColumn ApprovalDate; private System.Windows.Forms.DataGridViewTextBoxColumn appsSuggestion; private System.Windows.Forms.DataGridViewTextBoxColumn Remarks; private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime; private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName; private System.Windows.Forms.DataGridViewTextBoxColumn UpdateTime; private System.Windows.Forms.DataGridViewTextBoxColumn TurnoverDateName; private System.Windows.Forms.DataGridViewTextBoxColumn StaffRecordID; private System.Windows.Forms.DataGridViewTextBoxColumn ApprovalStatus; private System.Windows.Forms.DataGridViewTextBoxColumn RecordType; private System.Windows.Forms.DataGridViewTextBoxColumn STAFFID; } }