namespace Dongke.IBOSS.PRD.Client.Controls.FormCommon
{
partial class S_CMN_010
{
///
/// 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(S_CMN_010));
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();
this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.dkTargetobs = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkJobsSearchBox();
this.txtStaffName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblStaffName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.dgvStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
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.postName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.staffStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Staffid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Jobs = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Organizationid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Staffstatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.userid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.c_GroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvStaff)).BeginInit();
this.SuspendLayout();
//
// c_GroupBox1
//
this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
this.c_GroupBox1.Controls.Add(this.dkTargetobs);
this.c_GroupBox1.Controls.Add(this.txtStaffName);
this.c_GroupBox1.Controls.Add(this.lblStaffCode);
this.c_GroupBox1.Controls.Add(this.txtStaffCode);
this.c_GroupBox1.Controls.Add(this.lblStaffName);
this.c_GroupBox1.Controls.Add(this.btnCancel);
this.c_GroupBox1.Controls.Add(this.btnSearch);
this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_GroupBox1.IsMustInput = false;
this.c_GroupBox1.Location = new System.Drawing.Point(0, 4);
this.c_GroupBox1.Name = "c_GroupBox1";
this.c_GroupBox1.OriginalHeight = -1;
this.c_GroupBox1.Size = new System.Drawing.Size(811, 83);
this.c_GroupBox1.TabIndex = 58;
this.c_GroupBox1.TabStop = false;
this.c_GroupBox1.Text = "查询条件 ▼";
//
// dkTargetobs
//
this.dkTargetobs.DataSource = null;
this.dkTargetobs.Enabled = true;
this.dkTargetobs.IsMustInput = false;
this.dkTargetobs.JobsCode = "";
this.dkTargetobs.JobsName = null;
this.dkTargetobs.Location = new System.Drawing.Point(12, 47);
this.dkTargetobs.Name = "dkTargetobs";
this.dkTargetobs.PurviewType = ((byte)(0));
this.dkTargetobs.Size = new System.Drawing.Size(255, 21);
this.dkTargetobs.TabIndex = 23;
this.dkTargetobs.TxtUserBackColor = System.Drawing.SystemColors.Control;
//
// 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(341, 20);
this.txtStaffName.MaxLength = 20;
this.txtStaffName.Name = "txtStaffName";
this.txtStaffName.Size = new System.Drawing.Size(196, 21);
this.txtStaffName.TabIndex = 22;
//
// lblStaffCode
//
this.lblStaffCode.AutoSize = true;
this.lblStaffCode.BackColor = System.Drawing.Color.Transparent;
this.lblStaffCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblStaffCode.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblStaffCode.Location = new System.Drawing.Point(12, 24);
this.lblStaffCode.Name = "lblStaffCode";
this.lblStaffCode.Size = new System.Drawing.Size(53, 12);
this.lblStaffCode.TabIndex = 19;
this.lblStaffCode.Text = "员工编码";
//
// 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(71, 20);
this.txtStaffCode.MaxLength = 20;
this.txtStaffCode.Name = "txtStaffCode";
this.txtStaffCode.Size = new System.Drawing.Size(196, 21);
this.txtStaffCode.TabIndex = 21;
//
// lblStaffName
//
this.lblStaffName.AutoSize = true;
this.lblStaffName.BackColor = System.Drawing.Color.Transparent;
this.lblStaffName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblStaffName.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblStaffName.Location = new System.Drawing.Point(282, 24);
this.lblStaffName.Name = "lblStaffName";
this.lblStaffName.Size = new System.Drawing.Size(53, 12);
this.lblStaffName.TabIndex = 20;
this.lblStaffName.Text = "员工姓名";
//
// 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.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(720, 47);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 30);
this.btnCancel.TabIndex = 4;
this.btnCancel.Text = "清空条件";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnSearch
//
this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | 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(629, 47);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(85, 30);
this.btnSearch.TabIndex = 4;
this.btnSearch.Text = "查询";
this.btnSearch.UseVisualStyleBackColor = false;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// btnOK
//
this.btnOK.BackColor = System.Drawing.Color.Transparent;
this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
this.btnOK.ForeColor = System.Drawing.Color.White;
this.btnOK.Location = new System.Drawing.Point(633, 377);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(85, 30);
this.btnOK.TabIndex = 60;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnClose
//
this.btnClose.BackColor = System.Drawing.Color.Transparent;
this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
this.btnClose.Font = new System.Drawing.Font("宋体", 9F);
this.btnClose.ForeColor = System.Drawing.Color.White;
this.btnClose.Location = new System.Drawing.Point(726, 377);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(85, 30);
this.btnClose.TabIndex = 61;
this.btnClose.Text = "取消";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// dgvStaff
//
this.dgvStaff.AllowUserToAddRows = false;
this.dgvStaff.AllowUserToDeleteRows = false;
this.dgvStaff.AllowUserToModifyRows = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvStaff.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvStaff.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvStaff.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvStaff.CellHeight = 23;
this.dgvStaff.ChildNodeColumnName = null;
this.dgvStaff.ChildNodeColumnText = null;
this.dgvStaff.ColumnDeep = 1;
this.dgvStaff.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.dgvStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Sel,
this.StaffCode,
this.Staffname,
this.Organizationname,
this.Jobsname,
this.postName,
this.staffStatusName,
this.dRemarks,
this.Staffid,
this.Jobs,
this.Organizationid,
this.Staffstatus,
this.userid,
this.UserName});
this.dgvStaff.ColumnTreeView = null;
this.dgvStaff.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)));
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.dgvStaff.DefaultCellStyle = dataGridViewCellStyle3;
this.dgvStaff.DynamicColumnName = "";
this.dgvStaff.EnableHeadersVisualStyles = false;
this.dgvStaff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvStaff.HorizontalMergeColumn = null;
this.dgvStaff.IsAutoCountSum = true;
this.dgvStaff.IsAutoResizeColumns = false;
this.dgvStaff.IsClickF12 = false;
this.dgvStaff.IsOpenMergeCellFlag = false;
this.dgvStaff.IsSubTotalFlag = false;
this.dgvStaff.IsTopDeep = false;
this.dgvStaff.Location = new System.Drawing.Point(5, 92);
this.dgvStaff.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.dgvStaff.MergeColumnNames = null;
this.dgvStaff.MergeDetailColumnNames = null;
this.dgvStaff.MergeDetailOnlyColumn = null;
this.dgvStaff.MergeOnlyColumn = null;
this.dgvStaff.Name = "dgvStaff";
this.dgvStaff.RefreshAtHscroll = false;
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.dgvStaff.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.dgvStaff.RowHeadersWidth = 50;
this.dgvStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvStaff.RowsDefaultCellStyle = dataGridViewCellStyle5;
this.dgvStaff.RowTemplate.Height = 21;
this.dgvStaff.Size = new System.Drawing.Size(806, 280);
this.dgvStaff.SortOrderColumnName = null;
this.dgvStaff.TabIndex = 62;
this.dgvStaff.Tag = true;
this.dgvStaff.TotalSumColumns = null;
this.dgvStaff.ViewRowFilter = "";
this.dgvStaff.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvStaff_CellDoubleClick);
//
// chkChooseAll
//
this.chkChooseAll.AutoSize = true;
this.chkChooseAll.BackColor = System.Drawing.Color.Transparent;
this.chkChooseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chkChooseAll.Location = new System.Drawing.Point(5, 385);
this.chkChooseAll.Name = "chkChooseAll";
this.chkChooseAll.Size = new System.Drawing.Size(48, 16);
this.chkChooseAll.TabIndex = 63;
this.chkChooseAll.Text = "全选";
this.chkChooseAll.UseVisualStyleBackColor = false;
this.chkChooseAll.CheckedChanged += new System.EventHandler(this.chkChooseAll_CheckedChanged);
//
// Sel
//
this.Sel.DataPropertyName = "Sel";
this.Sel.FalseValue = "0";
this.Sel.FillWeight = 50F;
this.Sel.HeaderText = "选择";
this.Sel.IndeterminateValue = "0";
this.Sel.Name = "Sel";
this.Sel.TrueValue = "1";
this.Sel.Width = 50;
//
// StaffCode
//
this.StaffCode.DataPropertyName = "StaffCode";
this.StaffCode.HeaderText = "员工编号";
this.StaffCode.Name = "StaffCode";
this.StaffCode.ReadOnly = true;
this.StaffCode.Resizable = System.Windows.Forms.DataGridViewTriState.False;
//
// Staffname
//
this.Staffname.DataPropertyName = "Staffname";
this.Staffname.HeaderText = "员工姓名";
this.Staffname.Name = "Staffname";
this.Staffname.ReadOnly = true;
//
// Organizationname
//
this.Organizationname.DataPropertyName = "OrganizationFullName";
this.Organizationname.HeaderText = "组织机构";
this.Organizationname.Name = "Organizationname";
this.Organizationname.ReadOnly = true;
this.Organizationname.Width = 200;
//
// Jobsname
//
this.Jobsname.DataPropertyName = "Jobsname";
this.Jobsname.HeaderText = "工种";
this.Jobsname.Name = "Jobsname";
this.Jobsname.ReadOnly = true;
//
// postName
//
this.postName.DataPropertyName = "postName";
this.postName.HeaderText = "职务";
this.postName.Name = "postName";
this.postName.ReadOnly = true;
//
// staffStatusName
//
this.staffStatusName.DataPropertyName = "staffStatusName";
this.staffStatusName.HeaderText = "员工状态";
this.staffStatusName.Name = "staffStatusName";
this.staffStatusName.ReadOnly = true;
//
// dRemarks
//
this.dRemarks.DataPropertyName = "Remarks";
this.dRemarks.HeaderText = "备注";
this.dRemarks.Name = "dRemarks";
this.dRemarks.ReadOnly = true;
//
// Staffid
//
this.Staffid.DataPropertyName = "Staffid";
this.Staffid.HeaderText = "员工ID";
this.Staffid.Name = "Staffid";
this.Staffid.ReadOnly = true;
this.Staffid.Visible = false;
//
// Jobs
//
this.Jobs.DataPropertyName = "Jobs";
this.Jobs.HeaderText = "Jobs";
this.Jobs.Name = "Jobs";
this.Jobs.ReadOnly = true;
this.Jobs.Visible = false;
//
// Organizationid
//
this.Organizationid.DataPropertyName = "Organizationid";
this.Organizationid.HeaderText = "Organizationid";
this.Organizationid.Name = "Organizationid";
this.Organizationid.ReadOnly = true;
this.Organizationid.Visible = false;
//
// Staffstatus
//
this.Staffstatus.DataPropertyName = "Staffstatus";
this.Staffstatus.HeaderText = "Staffstatus";
this.Staffstatus.Name = "Staffstatus";
this.Staffstatus.ReadOnly = true;
this.Staffstatus.Visible = false;
//
// userid
//
this.userid.DataPropertyName = "userid";
this.userid.HeaderText = "userid";
this.userid.Name = "userid";
this.userid.ReadOnly = true;
this.userid.Visible = false;
//
// UserName
//
this.UserName.DataPropertyName = "UserName";
this.UserName.HeaderText = "UserName";
this.UserName.Name = "UserName";
this.UserName.ReadOnly = true;
this.UserName.Visible = false;
//
// S_CMN_010
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(823, 432);
this.Controls.Add(this.chkChooseAll);
this.Controls.Add(this.dgvStaff);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.c_GroupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "S_CMN_010";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StatusSizingGrip = false;
this.Text = "查询员工";
this.Load += new System.EventHandler(this.S_CMN_010_Load);
this.Controls.SetChildIndex(this.c_GroupBox1, 0);
this.Controls.SetChildIndex(this.btnClose, 0);
this.Controls.SetChildIndex(this.btnOK, 0);
this.Controls.SetChildIndex(this.dgvStaff, 0);
this.Controls.SetChildIndex(this.chkChooseAll, 0);
this.c_GroupBox1.ResumeLayout(false);
this.c_GroupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvStaff)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_GroupBox c_GroupBox1;
private Basics.BaseControls.C_Button btnCancel;
private Basics.BaseControls.C_Button btnSearch;
private Basics.BaseControls.C_TextBox txtStaffName;
private Basics.BaseControls.C_Label lblStaffCode;
private Basics.BaseControls.C_TextBox txtStaffCode;
private Basics.BaseControls.C_Label lblStaffName;
private SearchTextBox.dkJobsSearchBox dkTargetobs;
private Basics.BaseControls.C_Button btnOK;
private Basics.BaseControls.C_Button btnClose;
private Basics.BaseControls.C_DataGridView dgvStaff;
private Basics.BaseControls.C_CheckBox chkChooseAll;
private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
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 postName;
private System.Windows.Forms.DataGridViewTextBoxColumn staffStatusName;
private System.Windows.Forms.DataGridViewTextBoxColumn dRemarks;
private System.Windows.Forms.DataGridViewTextBoxColumn Staffid;
private System.Windows.Forms.DataGridViewTextBoxColumn Jobs;
private System.Windows.Forms.DataGridViewTextBoxColumn Organizationid;
private System.Windows.Forms.DataGridViewTextBoxColumn Staffstatus;
private System.Windows.Forms.DataGridViewTextBoxColumn userid;
private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
}
}