| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820 |
- namespace Dongke.IBOSS.PRD.Client.HRModule
- {
- partial class F_HR_0301
- {
- /// <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 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_HR_0301));
- 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.dgvStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.txtOther = new System.Windows.Forms.TextBox();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.txtStaffName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- 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.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.STAFFRECORDID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.IDCardNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Birthday = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SGendername = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SMaritalstatusname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.HomeTown = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PolicitalStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SNationalname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SEducationalname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GraduatedGraduated = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SpecialField = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SHeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BloodGroup = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Weight = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Address = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.LaidOff = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Disability = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.JoinPartyDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Email = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.OpeningBank = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.AccountNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ROriginalOrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ROriginalJobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ROriginalPostName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RecordDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ExProbationEndDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RApprovalStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RApproverName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.APPROVALDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.appsSuggestion = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.dgvStaff)).BeginInit();
- this.gbxCondition.SuspendLayout();
- this.tsrOperate.SuspendLayout();
- this.SuspendLayout();
- //
- // dgvStaff
- //
- this.dgvStaff.AllowUserToAddRows = false;
- this.dgvStaff.AllowUserToDeleteRows = false;
- this.dgvStaff.AllowUserToModifyRows = true;
- this.dgvStaff.AllowUserToOrderColumns = true;
- this.dgvStaff.AllowUserToResizeRows = false;
- 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.Bottom)
- | 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.StaffID,
- this.STAFFRECORDID,
- this.StaffCode,
- this.StaffName,
- this.IDCardNo,
- this.Birthday,
- this.SGendername,
- this.SMaritalstatusname,
- this.HomeTown,
- this.PolicitalStatus,
- this.SNationalname,
- this.SEducationalname,
- this.GraduatedGraduated,
- this.SpecialField,
- this.Telephone,
- this.SHeight,
- this.BloodGroup,
- this.Weight,
- this.Address,
- this.LaidOff,
- this.Disability,
- this.JoinPartyDate,
- this.Email,
- this.OpeningBank,
- this.AccountNo,
- this.Remarks,
- this.ROriginalOrganizationName,
- this.ROriginalJobsName,
- this.ROriginalPostName,
- this.RecordDate,
- this.ExProbationEndDate,
- this.RApprovalStatusName,
- this.RApproverName,
- this.APPROVALDATE,
- this.appsSuggestion,
- this.Column3,
- this.Column4});
- 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)));
- 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.dgvStaff.DefaultCellStyle = dataGridViewCellStyle7;
- 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.FormatQuantityColumns = null;
- 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(0, 172);
- 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.MultiSelect = false;
- this.dgvStaff.Name = "dgvStaff";
- this.dgvStaff.ReadOnly = true;
- this.dgvStaff.RefreshAtHscroll = false;
- this.dgvStaff.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.dgvStaff.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvStaff.RowHeadersWidth = 50;
- this.dgvStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvStaff.RowsDefaultCellStyle = dataGridViewCellStyle9;
- this.dgvStaff.RowTemplate.Height = 21;
- this.dgvStaff.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvStaff.Size = new System.Drawing.Size(882, 244);
- this.dgvStaff.SortOrderColumnName = null;
- this.dgvStaff.TabIndex = 2;
- this.dgvStaff.Tag = true;
- this.dgvStaff.TotalSumColumns = null;
- this.dgvStaff.ViewRowFilter = "";
- this.dgvStaff.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvStaff_CellMouseDoubleClick);
- //
- // 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.txtOther);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.c_Label3);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Controls.Add(this.txtStaffName);
- this.gbxCondition.Controls.Add(this.c_Label1);
- this.gbxCondition.Controls.Add(this.txtStaffCode);
- this.gbxCondition.Controls.Add(this.c_Label2);
- 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(882, 129);
- this.gbxCondition.TabIndex = 1;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // txtOther
- //
- this.txtOther.Enabled = false;
- this.txtOther.Location = new System.Drawing.Point(70, 45);
- this.txtOther.Multiline = true;
- this.txtOther.Name = "txtOther";
- this.txtOther.ReadOnly = true;
- this.txtOther.Size = new System.Drawing.Size(457, 78);
- this.txtOther.TabIndex = 5;
- //
- // 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(791, 93);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 7;
- this.btnClearCondition.Text = "清空条件";
- this.btnClearCondition.UseVisualStyleBackColor = true;
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // 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(11, 47);
- this.c_Label3.Name = "c_Label3";
- this.c_Label3.Size = new System.Drawing.Size(53, 12);
- this.c_Label3.TabIndex = 4;
- this.c_Label3.Text = "附加条件";
- //
- // 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(700, 93);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 6;
- this.btnSearch.Text = "查询";
- this.btnSearch.UseVisualStyleBackColor = true;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // 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(321, 18);
- this.txtStaffName.MaxLength = 20;
- this.txtStaffName.Name = "txtStaffName";
- this.txtStaffName.Size = new System.Drawing.Size(206, 21);
- this.txtStaffName.TabIndex = 3;
- //
- // 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(9, 21);
- 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 = "员工编码";
- //
- // 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(68, 18);
- this.txtStaffCode.MaxLength = 20;
- this.txtStaffCode.Name = "txtStaffCode";
- this.txtStaffCode.RejectCharsPattern = "[^a-zA-Z0-9]";
- this.txtStaffCode.Size = new System.Drawing.Size(188, 21);
- this.txtStaffCode.TabIndex = 1;
- this.txtStaffCode.TextValue = "";
- //
- // 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(262, 21);
- this.c_Label2.Name = "c_Label2";
- this.c_Label2.Size = new System.Drawing.Size(53, 12);
- this.c_Label2.TabIndex = 2;
- this.c_Label2.Text = "员工姓名";
- //
- // 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.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(894, 35);
- this.tsrOperate.TabIndex = 0;
- 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);
- //
- // StaffID
- //
- this.StaffID.DataPropertyName = "StaffID";
- this.StaffID.HeaderText = "员工ID";
- this.StaffID.Name = "StaffID";
- this.StaffID.ReadOnly = true;
- this.StaffID.Visible = false;
- //
- // STAFFRECORDID
- //
- this.STAFFRECORDID.DataPropertyName = "STAFFRECORDID";
- this.STAFFRECORDID.HeaderText = "员工履历表ID";
- this.STAFFRECORDID.Name = "STAFFRECORDID";
- this.STAFFRECORDID.ReadOnly = true;
- this.STAFFRECORDID.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;
- //
- // IDCardNo
- //
- this.IDCardNo.DataPropertyName = "IDCardNo";
- this.IDCardNo.HeaderText = "身份证号";
- this.IDCardNo.Name = "IDCardNo";
- this.IDCardNo.ReadOnly = true;
- this.IDCardNo.Visible = false;
- //
- // Birthday
- //
- this.Birthday.DataPropertyName = "Birthday";
- this.Birthday.HeaderText = "生日";
- this.Birthday.Name = "Birthday";
- this.Birthday.ReadOnly = true;
- this.Birthday.Visible = false;
- //
- // SGendername
- //
- this.SGendername.DataPropertyName = "SGendername";
- this.SGendername.HeaderText = "性别";
- this.SGendername.Name = "SGendername";
- this.SGendername.ReadOnly = true;
- this.SGendername.Visible = false;
- //
- // SMaritalstatusname
- //
- this.SMaritalstatusname.DataPropertyName = "SMaritalstatusname";
- this.SMaritalstatusname.HeaderText = "婚姻状况";
- this.SMaritalstatusname.Name = "SMaritalstatusname";
- this.SMaritalstatusname.ReadOnly = true;
- this.SMaritalstatusname.Visible = false;
- //
- // HomeTown
- //
- this.HomeTown.DataPropertyName = "HomeTown";
- this.HomeTown.HeaderText = "籍贯";
- this.HomeTown.Name = "HomeTown";
- this.HomeTown.ReadOnly = true;
- this.HomeTown.Visible = false;
- //
- // PolicitalStatus
- //
- this.PolicitalStatus.DataPropertyName = "PolicitalStatus";
- this.PolicitalStatus.HeaderText = "政治面貌";
- this.PolicitalStatus.Name = "PolicitalStatus";
- this.PolicitalStatus.ReadOnly = true;
- this.PolicitalStatus.Visible = false;
- //
- // SNationalname
- //
- this.SNationalname.DataPropertyName = "SNationalname";
- this.SNationalname.HeaderText = "民族";
- this.SNationalname.Name = "SNationalname";
- this.SNationalname.ReadOnly = true;
- this.SNationalname.Visible = false;
- //
- // SEducationalname
- //
- this.SEducationalname.DataPropertyName = "SEducationalname";
- this.SEducationalname.HeaderText = "学历";
- this.SEducationalname.Name = "SEducationalname";
- this.SEducationalname.ReadOnly = true;
- this.SEducationalname.Visible = false;
- //
- // GraduatedGraduated
- //
- this.GraduatedGraduated.DataPropertyName = "Graduated";
- this.GraduatedGraduated.HeaderText = "毕业学校";
- this.GraduatedGraduated.Name = "GraduatedGraduated";
- this.GraduatedGraduated.ReadOnly = true;
- this.GraduatedGraduated.Visible = false;
- //
- // SpecialField
- //
- this.SpecialField.DataPropertyName = "SpecialField";
- this.SpecialField.HeaderText = "专业";
- this.SpecialField.Name = "SpecialField";
- this.SpecialField.ReadOnly = true;
- this.SpecialField.Visible = false;
- //
- // Telephone
- //
- this.Telephone.DataPropertyName = "Telephone";
- this.Telephone.HeaderText = "联系电话";
- this.Telephone.Name = "Telephone";
- this.Telephone.ReadOnly = true;
- this.Telephone.Visible = false;
- //
- // SHeight
- //
- this.SHeight.DataPropertyName = "Height";
- this.SHeight.HeaderText = "身高";
- this.SHeight.Name = "SHeight";
- this.SHeight.ReadOnly = true;
- this.SHeight.Visible = false;
- //
- // BloodGroup
- //
- this.BloodGroup.DataPropertyName = "BloodGroup";
- this.BloodGroup.HeaderText = "血型";
- this.BloodGroup.Name = "BloodGroup";
- this.BloodGroup.ReadOnly = true;
- this.BloodGroup.Visible = false;
- //
- // Weight
- //
- this.Weight.DataPropertyName = "Weight";
- this.Weight.HeaderText = "体重";
- this.Weight.Name = "Weight";
- this.Weight.ReadOnly = true;
- this.Weight.Visible = false;
- //
- // Address
- //
- this.Address.DataPropertyName = "Address";
- this.Address.HeaderText = "家庭住址";
- this.Address.Name = "Address";
- this.Address.ReadOnly = true;
- this.Address.Visible = false;
- //
- // LaidOff
- //
- this.LaidOff.DataPropertyName = "LaidOffText";
- this.LaidOff.HeaderText = "下岗职工";
- this.LaidOff.Name = "LaidOff";
- this.LaidOff.ReadOnly = true;
- this.LaidOff.Visible = false;
- //
- // Disability
- //
- this.Disability.DataPropertyName = "DisabilityText";
- this.Disability.HeaderText = "残疾职工";
- this.Disability.Name = "Disability";
- this.Disability.ReadOnly = true;
- this.Disability.Visible = false;
- //
- // JoinPartyDate
- //
- this.JoinPartyDate.DataPropertyName = "JoinPartyDate";
- this.JoinPartyDate.HeaderText = "入党日期";
- this.JoinPartyDate.Name = "JoinPartyDate";
- this.JoinPartyDate.ReadOnly = true;
- this.JoinPartyDate.Visible = false;
- //
- // Email
- //
- this.Email.DataPropertyName = "Email";
- this.Email.HeaderText = "电子邮箱";
- this.Email.Name = "Email";
- this.Email.ReadOnly = true;
- this.Email.Visible = false;
- //
- // OpeningBank
- //
- this.OpeningBank.DataPropertyName = "OpeningBank";
- this.OpeningBank.HeaderText = "开户行";
- this.OpeningBank.Name = "OpeningBank";
- this.OpeningBank.ReadOnly = true;
- this.OpeningBank.Visible = false;
- //
- // AccountNo
- //
- this.AccountNo.DataPropertyName = "AccountNo";
- this.AccountNo.HeaderText = "开户账号";
- this.AccountNo.Name = "AccountNo";
- this.AccountNo.ReadOnly = true;
- this.AccountNo.Visible = false;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.Name = "Remarks";
- this.Remarks.ReadOnly = true;
- this.Remarks.Visible = false;
- //
- // ROriginalOrganizationName
- //
- this.ROriginalOrganizationName.DataPropertyName = "ROriginalOrganizationName";
- this.ROriginalOrganizationName.HeaderText = "组织机构";
- this.ROriginalOrganizationName.Name = "ROriginalOrganizationName";
- this.ROriginalOrganizationName.ReadOnly = true;
- //
- // ROriginalJobsName
- //
- this.ROriginalJobsName.DataPropertyName = "ROriginalJobsName";
- this.ROriginalJobsName.HeaderText = "工种";
- this.ROriginalJobsName.Name = "ROriginalJobsName";
- this.ROriginalJobsName.ReadOnly = true;
- //
- // ROriginalPostName
- //
- this.ROriginalPostName.DataPropertyName = "ROriginalPostName";
- this.ROriginalPostName.HeaderText = "职务";
- this.ROriginalPostName.Name = "ROriginalPostName";
- this.ROriginalPostName.ReadOnly = true;
- //
- // RecordDate
- //
- this.RecordDate.DataPropertyName = "RECORDDATE";
- dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss";
- dataGridViewCellStyle3.NullValue = null;
- this.RecordDate.DefaultCellStyle = dataGridViewCellStyle3;
- this.RecordDate.HeaderText = "入职日期";
- this.RecordDate.Name = "RecordDate";
- this.RecordDate.ReadOnly = true;
- //
- // ExProbationEndDate
- //
- this.ExProbationEndDate.DataPropertyName = "EXPROBATIONENDDATE";
- dataGridViewCellStyle4.Format = "yyyy-MM-dd";
- dataGridViewCellStyle4.NullValue = null;
- this.ExProbationEndDate.DefaultCellStyle = dataGridViewCellStyle4;
- this.ExProbationEndDate.HeaderText = "试用结束日期";
- this.ExProbationEndDate.Name = "ExProbationEndDate";
- this.ExProbationEndDate.ReadOnly = true;
- //
- // RApprovalStatusName
- //
- this.RApprovalStatusName.DataPropertyName = "RApprovalStatusName";
- this.RApprovalStatusName.HeaderText = "单据状态";
- this.RApprovalStatusName.Name = "RApprovalStatusName";
- this.RApprovalStatusName.ReadOnly = true;
- //
- // RApproverName
- //
- this.RApproverName.DataPropertyName = "RApproverName";
- this.RApproverName.HeaderText = "审批人";
- this.RApproverName.Name = "RApproverName";
- this.RApproverName.ReadOnly = true;
- //
- // APPROVALDATE
- //
- this.APPROVALDATE.DataPropertyName = "APPROVALDATE";
- dataGridViewCellStyle5.Format = "yyyy-MM-dd";
- dataGridViewCellStyle5.NullValue = null;
- this.APPROVALDATE.DefaultCellStyle = dataGridViewCellStyle5;
- 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;
- //
- // Column3
- //
- this.Column3.DataPropertyName = "CREATETIME";
- dataGridViewCellStyle6.Format = "yyyy-MM-dd HH:mm:ss";
- dataGridViewCellStyle6.NullValue = null;
- this.Column3.DefaultCellStyle = dataGridViewCellStyle6;
- this.Column3.HeaderText = "创建时间";
- this.Column3.Name = "Column3";
- this.Column3.ReadOnly = true;
- //
- // Column4
- //
- this.Column4.DataPropertyName = "SCreateUserName";
- this.Column4.HeaderText = "创建人";
- this.Column4.Name = "Column4";
- this.Column4.ReadOnly = true;
- //
- // F_HR_0301
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(894, 417);
- this.Controls.Add(this.dgvStaff);
- this.Controls.Add(this.gbxCondition);
- this.Controls.Add(this.tsrOperate);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "F_HR_0301";
- this.Text = "员工转正";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_HR_0301_FormClosed);
- this.Load += new System.EventHandler(this.F_HR_0301_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dgvStaff)).EndInit();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- 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_Button btnClearCondition;
- private Basics.BaseControls.C_Label c_Label3;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_TextBox txtStaffName;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_TextBox txtStaffCode;
- private Basics.BaseControls.C_Label c_Label2;
- private Basics.BaseControls.C_DataGridView dgvStaff;
- private System.Windows.Forms.TextBox txtOther;
- private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
- private System.Windows.Forms.DataGridViewTextBoxColumn STAFFRECORDID;
- private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
- private System.Windows.Forms.DataGridViewTextBoxColumn IDCardNo;
- private System.Windows.Forms.DataGridViewTextBoxColumn Birthday;
- private System.Windows.Forms.DataGridViewTextBoxColumn SGendername;
- private System.Windows.Forms.DataGridViewTextBoxColumn SMaritalstatusname;
- private System.Windows.Forms.DataGridViewTextBoxColumn HomeTown;
- private System.Windows.Forms.DataGridViewTextBoxColumn PolicitalStatus;
- private System.Windows.Forms.DataGridViewTextBoxColumn SNationalname;
- private System.Windows.Forms.DataGridViewTextBoxColumn SEducationalname;
- private System.Windows.Forms.DataGridViewTextBoxColumn GraduatedGraduated;
- private System.Windows.Forms.DataGridViewTextBoxColumn SpecialField;
- private System.Windows.Forms.DataGridViewTextBoxColumn Telephone;
- private System.Windows.Forms.DataGridViewTextBoxColumn SHeight;
- private System.Windows.Forms.DataGridViewTextBoxColumn BloodGroup;
- private System.Windows.Forms.DataGridViewTextBoxColumn Weight;
- private System.Windows.Forms.DataGridViewTextBoxColumn Address;
- private System.Windows.Forms.DataGridViewTextBoxColumn LaidOff;
- private System.Windows.Forms.DataGridViewTextBoxColumn Disability;
- private System.Windows.Forms.DataGridViewTextBoxColumn JoinPartyDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn Email;
- private System.Windows.Forms.DataGridViewTextBoxColumn OpeningBank;
- private System.Windows.Forms.DataGridViewTextBoxColumn AccountNo;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private System.Windows.Forms.DataGridViewTextBoxColumn ROriginalOrganizationName;
- private System.Windows.Forms.DataGridViewTextBoxColumn ROriginalJobsName;
- private System.Windows.Forms.DataGridViewTextBoxColumn ROriginalPostName;
- private System.Windows.Forms.DataGridViewTextBoxColumn RecordDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn ExProbationEndDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn RApprovalStatusName;
- private System.Windows.Forms.DataGridViewTextBoxColumn RApproverName;
- private System.Windows.Forms.DataGridViewTextBoxColumn APPROVALDATE;
- private System.Windows.Forms.DataGridViewTextBoxColumn appsSuggestion;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
- }
- }
|