| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521 |
- namespace Dongke.IBOSS.PRD.Client.HRModule
- {
- partial class F_HR_0203
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_HR_0203));
- 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.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.txtOther = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.lblMore = 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.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.dgvStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ROriginalOrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ROriginalJobsName = 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.REMARKS = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SOPTIMESTAMP = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.StaffRecordID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ROPTIMESTAMP = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.tsbtnApprover = 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.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvStaff)).BeginInit();
- this.tsrOperate.SuspendLayout();
- this.SuspendLayout();
- //
- // 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.lblMore);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Controls.Add(this.txtStaffName);
- this.gbxCondition.Controls.Add(this.lblStaffCode);
- this.gbxCondition.Controls.Add(this.txtStaffCode);
- this.gbxCondition.Controls.Add(this.lblStaffName);
- 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(943, 119);
- this.gbxCondition.TabIndex = 1;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // txtOther
- //
- this.txtOther.BackColor = System.Drawing.SystemColors.Control;
- this.txtOther.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtOther.Enabled = false;
- this.txtOther.ErrorMessage = "";
- this.txtOther.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtOther.Location = new System.Drawing.Point(68, 45);
- this.txtOther.Multiline = true;
- this.txtOther.Name = "txtOther";
- this.txtOther.ReadOnly = true;
- this.txtOther.Size = new System.Drawing.Size(479, 68);
- 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(852, 83);
- 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);
- //
- // lblMore
- //
- this.lblMore.AutoSize = true;
- this.lblMore.BackColor = System.Drawing.Color.Transparent;
- this.lblMore.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblMore.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblMore.Location = new System.Drawing.Point(11, 47);
- this.lblMore.Name = "lblMore";
- this.lblMore.Size = new System.Drawing.Size(53, 12);
- this.lblMore.TabIndex = 4;
- this.lblMore.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(761, 83);
- 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(351, 18);
- this.txtStaffName.MaxLength = 20;
- this.txtStaffName.Name = "txtStaffName";
- this.txtStaffName.Size = new System.Drawing.Size(196, 21);
- this.txtStaffName.TabIndex = 3;
- //
- // 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(9, 21);
- this.lblStaffCode.Name = "lblStaffCode";
- this.lblStaffCode.Size = new System.Drawing.Size(53, 12);
- this.lblStaffCode.TabIndex = 0;
- 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(68, 18);
- 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 = 1;
- this.txtStaffCode.TextValue = "";
- //
- // 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(279, 21);
- this.lblStaffName.Name = "lblStaffName";
- this.lblStaffName.Size = new System.Drawing.Size(53, 12);
- this.lblStaffName.TabIndex = 2;
- this.lblStaffName.Text = "员工姓名";
- //
- // 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.StaffCode,
- this.StaffName,
- this.ROriginalOrganizationName,
- this.ROriginalJobsName,
- this.RECORDDATE,
- this.EXPROBATIONENDDATE,
- this.RApprovalStatusName,
- this.RApproverName,
- this.APPROVALDATE,
- this.REMARKS,
- this.SOPTIMESTAMP,
- this.StaffRecordID,
- this.ROPTIMESTAMP});
- 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.IsAutoCountSum = true;
- this.dgvStaff.IsAutoResizeColumns = false;
- this.dgvStaff.IsClickF12 = false;
- this.dgvStaff.IsSubTotalFlag = false;
- this.dgvStaff.Location = new System.Drawing.Point(0, 162);
- this.dgvStaff.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.dgvStaff.MultiSelect = false;
- this.dgvStaff.Name = "dgvStaff";
- this.dgvStaff.ReadOnly = true;
- this.dgvStaff.RefreshAtHscroll = false;
- this.dgvStaff.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.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.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvStaff.Size = new System.Drawing.Size(943, 454);
- this.dgvStaff.SortOrderColumnName = null;
- this.dgvStaff.TabIndex = 25;
- this.dgvStaff.Tag = true;
- this.dgvStaff.TotalSumColumns = null;
- this.dgvStaff.ViewRowFilter = "";
- this.dgvStaff.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvStaff_CellMouseDoubleClick);
- //
- // StaffID
- //
- this.StaffID.DataPropertyName = "StaffID";
- this.StaffID.HeaderText = "员工ID";
- this.StaffID.Name = "StaffID";
- this.StaffID.ReadOnly = true;
- this.StaffID.Visible = false;
- //
- // StaffCode
- //
- this.StaffCode.DataPropertyName = "StaffCode";
- this.StaffCode.HeaderText = "员工编码";
- this.StaffCode.Name = "StaffCode";
- this.StaffCode.ReadOnly = true;
- //
- // StaffName
- //
- this.StaffName.DataPropertyName = "StaffName";
- this.StaffName.HeaderText = "员工姓名";
- this.StaffName.Name = "StaffName";
- this.StaffName.ReadOnly = true;
- //
- // 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;
- //
- // RECORDDATE
- //
- this.RECORDDATE.DataPropertyName = "RECORDDATE";
- this.RECORDDATE.HeaderText = "入职日期";
- this.RECORDDATE.Name = "RECORDDATE";
- this.RECORDDATE.ReadOnly = true;
- //
- // EXPROBATIONENDDATE
- //
- this.EXPROBATIONENDDATE.DataPropertyName = "EXPROBATIONENDDATE";
- 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";
- this.APPROVALDATE.HeaderText = "审批日期";
- this.APPROVALDATE.Name = "APPROVALDATE";
- this.APPROVALDATE.ReadOnly = true;
- //
- // REMARKS
- //
- this.REMARKS.DataPropertyName = "REMARKS";
- this.REMARKS.HeaderText = "备注";
- this.REMARKS.Name = "REMARKS";
- this.REMARKS.ReadOnly = true;
- //
- // SOPTIMESTAMP
- //
- this.SOPTIMESTAMP.DataPropertyName = "SOPTIMESTAMP";
- this.SOPTIMESTAMP.HeaderText = "SOPTIMESTAMP";
- this.SOPTIMESTAMP.Name = "SOPTIMESTAMP";
- this.SOPTIMESTAMP.ReadOnly = true;
- this.SOPTIMESTAMP.Visible = false;
- //
- // StaffRecordID
- //
- this.StaffRecordID.DataPropertyName = "StaffRecordID";
- this.StaffRecordID.HeaderText = "StaffRecordID";
- this.StaffRecordID.Name = "StaffRecordID";
- this.StaffRecordID.ReadOnly = true;
- this.StaffRecordID.Visible = false;
- //
- // ROPTIMESTAMP
- //
- this.ROPTIMESTAMP.DataPropertyName = "ROPTIMESTAMP";
- this.ROPTIMESTAMP.HeaderText = "ROPTIMESTAMP";
- this.ROPTIMESTAMP.Name = "ROPTIMESTAMP";
- this.ROPTIMESTAMP.ReadOnly = true;
- this.ROPTIMESTAMP.Visible = false;
- //
- // 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.tsbtnApprover,
- 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(955, 35);
- this.tsrOperate.TabIndex = 0;
- this.tsrOperate.Text = "toolStrip1";
- //
- // tsbtnApprover
- //
- this.tsbtnApprover.AutoSize = false;
- this.tsbtnApprover.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnApprover.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnApprover.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnApprover.Name = "tsbtnApprover";
- this.tsbtnApprover.Size = new System.Drawing.Size(60, 25);
- this.tsbtnApprover.Text = "审批(&R)";
- this.tsbtnApprover.Click += new System.EventHandler(this.tsbtnApprover_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);
- //
- // F_HR_0203
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(955, 618);
- this.Controls.Add(this.tsrOperate);
- this.Controls.Add(this.gbxCondition);
- this.Controls.Add(this.dgvStaff);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "F_HR_0203";
- this.Text = "员工入职审批";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_HR_0201_FormClosed);
- this.Load += new System.EventHandler(this.F_HR_0201_Load);
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvStaff)).EndInit();
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private Basics.BaseControls.C_TextBox txtOther;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_Label lblMore;
- 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 Basics.BaseControls.C_DataGridView dgvStaff;
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripButton tsbtnApprover;
- 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 System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
- private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
- private System.Windows.Forms.DataGridViewTextBoxColumn ROriginalOrganizationName;
- private System.Windows.Forms.DataGridViewTextBoxColumn ROriginalJobsName;
- 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 REMARKS;
- private System.Windows.Forms.DataGridViewTextBoxColumn SOPTIMESTAMP;
- private System.Windows.Forms.DataGridViewTextBoxColumn StaffRecordID;
- private System.Windows.Forms.DataGridViewTextBoxColumn ROPTIMESTAMP;
- }
- }
|