namespace Dongke.IBOSS.PRD.Client.HRModule
{
partial class F_HR_0302
{
///
/// 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()
{
Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity dkStaffEntity1 = new Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_HR_0302));
Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity dkStaffEntity2 = new Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity();
this.dkStaffName = new Dongke.IBOSS.PRD.Client.Controls.dkStaffSearchBox();
this.txtRecordRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.c_Label28 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtSuggestion = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.c_Label27 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtPause = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.c_Label26 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblExProbationEndDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.c_Label24 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.c_Label23 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.txtJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.txtPost = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.dkUserApplicant = new Dongke.IBOSS.PRD.Client.Controls.dkStaffSearchBox();
this.lblExProbationEndDateValue = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.SuspendLayout();
//
// dkStaffName
//
this.dkStaffName.DataSource = null;
this.dkStaffName.Enabled = true;
this.dkStaffName.IsMustInput = true;
this.dkStaffName.Location = new System.Drawing.Point(43, 14);
this.dkStaffName.Name = "dkStaffName";
this.dkStaffName.PurviewType = ((byte)(0));
this.dkStaffName.Size = new System.Drawing.Size(247, 21);
dkStaffEntity1.AccountID = 0;
dkStaffEntity1.ExProbationEndDate = new System.DateTime(((long)(0)));
dkStaffEntity1.Jobs = 0;
dkStaffEntity1.JobsName = null;
dkStaffEntity1.OPTimeStamp = new System.DateTime(((long)(0)));
dkStaffEntity1.OrganizationID = 0;
dkStaffEntity1.OrganizationName = null;
dkStaffEntity1.Post = 0;
dkStaffEntity1.PostName = null;
dkStaffEntity1.StaffCode = null;
dkStaffEntity1.StaffID = 0;
dkStaffEntity1.StaffName = null;
dkStaffEntity1.StaffStatus = 0;
dkStaffEntity1.UserCode = null;
dkStaffEntity1.UserID = 0;
dkStaffEntity1.UserName = null;
dkStaffEntity1.ValueFlag = false;
this.dkStaffName.StaffEntity = dkStaffEntity1;
this.dkStaffName.TabIndex = 0;
this.dkStaffName.TxtUserBackColor = System.Drawing.SystemColors.Control;
this.dkStaffName.UserCode = "";
this.dkStaffName.UserName = null;
this.dkStaffName.UserRow = null;
this.dkStaffName.WhereCondition = "TP_HR_Staff.StaffStatus = 2 And TP_HR_Staff.ValueFlag = 1";
this.dkStaffName.UserValueChanged += new Dongke.IBOSS.PRD.Client.Controls.dkStaffSearchBox.TextBoxChangedHandle(this.dkStaffName_UserValueChanged);
//
// txtRecordRemarks
//
this.txtRecordRemarks.BackColor = System.Drawing.SystemColors.Window;
this.txtRecordRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtRecordRemarks.ErrorMessage = "";
this.txtRecordRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtRecordRemarks.Location = new System.Drawing.Point(102, 149);
this.txtRecordRemarks.MaxLength = 500;
this.txtRecordRemarks.Multiline = true;
this.txtRecordRemarks.Name = "txtRecordRemarks";
this.txtRecordRemarks.Size = new System.Drawing.Size(461, 42);
this.txtRecordRemarks.TabIndex = 15;
//
// c_Label28
//
this.c_Label28.AutoSize = true;
this.c_Label28.BackColor = System.Drawing.Color.Transparent;
this.c_Label28.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label28.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label28.Location = new System.Drawing.Point(67, 151);
this.c_Label28.Name = "c_Label28";
this.c_Label28.Size = new System.Drawing.Size(29, 12);
this.c_Label28.TabIndex = 14;
this.c_Label28.Text = "备注";
//
// txtSuggestion
//
this.txtSuggestion.BackColor = System.Drawing.Color.Yellow;
this.txtSuggestion.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtSuggestion.ErrorMessage = "";
this.txtSuggestion.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtSuggestion.IsMustInput = true;
this.txtSuggestion.Location = new System.Drawing.Point(102, 122);
this.txtSuggestion.MaxLength = 500;
this.txtSuggestion.Name = "txtSuggestion";
this.txtSuggestion.Size = new System.Drawing.Size(461, 21);
this.txtSuggestion.TabIndex = 13;
//
// c_Label27
//
this.c_Label27.AutoSize = true;
this.c_Label27.BackColor = System.Drawing.Color.Transparent;
this.c_Label27.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label27.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.c_Label27.IsMustInput = true;
this.c_Label27.Location = new System.Drawing.Point(43, 126);
this.c_Label27.Name = "c_Label27";
this.c_Label27.Size = new System.Drawing.Size(53, 12);
this.c_Label27.TabIndex = 12;
this.c_Label27.Text = "部门意见";
//
// txtPause
//
this.txtPause.BackColor = System.Drawing.Color.Yellow;
this.txtPause.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtPause.ErrorMessage = "";
this.txtPause.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtPause.IsMustInput = true;
this.txtPause.Location = new System.Drawing.Point(102, 95);
this.txtPause.MaxLength = 500;
this.txtPause.Name = "txtPause";
this.txtPause.Size = new System.Drawing.Size(461, 21);
this.txtPause.TabIndex = 11;
//
// c_Label26
//
this.c_Label26.AutoSize = true;
this.c_Label26.BackColor = System.Drawing.Color.Transparent;
this.c_Label26.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label26.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.c_Label26.IsMustInput = true;
this.c_Label26.Location = new System.Drawing.Point(43, 99);
this.c_Label26.Name = "c_Label26";
this.c_Label26.Size = new System.Drawing.Size(53, 12);
this.c_Label26.TabIndex = 10;
this.c_Label26.Text = "申请原因";
//
// lblExProbationEndDate
//
this.lblExProbationEndDate.AutoSize = true;
this.lblExProbationEndDate.BackColor = System.Drawing.Color.Transparent;
this.lblExProbationEndDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblExProbationEndDate.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblExProbationEndDate.Location = new System.Drawing.Point(7, 201);
this.lblExProbationEndDate.Name = "lblExProbationEndDate";
this.lblExProbationEndDate.Size = new System.Drawing.Size(89, 12);
this.lblExProbationEndDate.TabIndex = 16;
this.lblExProbationEndDate.Text = "预试用结束日期";
//
// c_Label24
//
this.c_Label24.AutoSize = true;
this.c_Label24.BackColor = System.Drawing.Color.Transparent;
this.c_Label24.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.c_Label24.IsMustInput = true;
this.c_Label24.Location = new System.Drawing.Point(339, 71);
this.c_Label24.Name = "c_Label24";
this.c_Label24.Size = new System.Drawing.Size(29, 12);
this.c_Label24.TabIndex = 8;
this.c_Label24.Text = "职务";
//
// c_Label23
//
this.c_Label23.AutoSize = true;
this.c_Label23.BackColor = System.Drawing.Color.Transparent;
this.c_Label23.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.c_Label23.IsMustInput = true;
this.c_Label23.Location = new System.Drawing.Point(65, 71);
this.c_Label23.Name = "c_Label23";
this.c_Label23.Size = new System.Drawing.Size(29, 12);
this.c_Label23.TabIndex = 6;
this.c_Label23.Text = "工种";
//
// btnSave
//
this.btnSave.BackColor = System.Drawing.SystemColors.ControlDark;
this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
this.btnSave.Font = new System.Drawing.Font("宋体", 9F);
this.btnSave.ForeColor = System.Drawing.Color.White;
this.btnSave.Location = new System.Drawing.Point(387, 220);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 30);
this.btnSave.TabIndex = 18;
this.btnSave.Text = "保存(&S)";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.SystemColors.ControlDark;
this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
this.btnCancel.ForeColor = System.Drawing.Color.White;
this.btnCancel.Location = new System.Drawing.Point(478, 220);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 30);
this.btnCancel.TabIndex = 19;
this.btnCancel.Text = "关闭";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// 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(314, 18);
this.c_Label1.Name = "c_Label1";
this.c_Label1.Size = new System.Drawing.Size(53, 12);
this.c_Label1.TabIndex = 1;
this.c_Label1.Text = "所属部门";
//
// txtOrganization
//
this.txtOrganization.BackColor = System.Drawing.SystemColors.Window;
this.txtOrganization.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtOrganization.Enabled = false;
this.txtOrganization.ErrorMessage = "";
this.txtOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtOrganization.Location = new System.Drawing.Point(375, 14);
this.txtOrganization.Name = "txtOrganization";
this.txtOrganization.Size = new System.Drawing.Size(188, 21);
this.txtOrganization.TabIndex = 2;
//
// 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(342, 44);
this.c_Label3.Name = "c_Label3";
this.c_Label3.Size = new System.Drawing.Size(29, 12);
this.c_Label3.TabIndex = 4;
this.c_Label3.Text = "工号";
this.c_Label3.Visible = false;
//
// txtUser
//
this.txtUser.BackColor = System.Drawing.SystemColors.Window;
this.txtUser.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtUser.Enabled = false;
this.txtUser.ErrorMessage = "";
this.txtUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtUser.Location = new System.Drawing.Point(375, 41);
this.txtUser.Name = "txtUser";
this.txtUser.Size = new System.Drawing.Size(188, 21);
this.txtUser.TabIndex = 5;
this.txtUser.Visible = false;
//
// txtJobs
//
this.txtJobs.BackColor = System.Drawing.Color.Yellow;
this.txtJobs.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtJobs.Enabled = false;
this.txtJobs.ErrorMessage = "";
this.txtJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtJobs.IsMustInput = true;
this.txtJobs.Location = new System.Drawing.Point(102, 68);
this.txtJobs.Name = "txtJobs";
this.txtJobs.Size = new System.Drawing.Size(188, 21);
this.txtJobs.TabIndex = 7;
//
// txtPost
//
this.txtPost.BackColor = System.Drawing.Color.Yellow;
this.txtPost.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtPost.Enabled = false;
this.txtPost.ErrorMessage = "";
this.txtPost.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtPost.IsMustInput = true;
this.txtPost.Location = new System.Drawing.Point(375, 68);
this.txtPost.Name = "txtPost";
this.txtPost.Size = new System.Drawing.Size(188, 21);
this.txtPost.TabIndex = 9;
//
// dkUserApplicant
//
this.dkUserApplicant.DataSource = null;
this.dkUserApplicant.Enabled = true;
this.dkUserApplicant.IsMustInput = false;
this.dkUserApplicant.Location = new System.Drawing.Point(43, 41);
this.dkUserApplicant.Name = "dkUserApplicant";
this.dkUserApplicant.PurviewType = ((byte)(0));
this.dkUserApplicant.Size = new System.Drawing.Size(247, 21);
dkStaffEntity2.AccountID = 0;
dkStaffEntity2.ExProbationEndDate = new System.DateTime(((long)(0)));
dkStaffEntity2.Jobs = 0;
dkStaffEntity2.JobsName = null;
dkStaffEntity2.OPTimeStamp = new System.DateTime(((long)(0)));
dkStaffEntity2.OrganizationID = 0;
dkStaffEntity2.OrganizationName = null;
dkStaffEntity2.Post = 0;
dkStaffEntity2.PostName = null;
dkStaffEntity2.StaffCode = null;
dkStaffEntity2.StaffID = 0;
dkStaffEntity2.StaffName = null;
dkStaffEntity2.StaffStatus = 0;
dkStaffEntity2.UserCode = null;
dkStaffEntity2.UserID = 0;
dkStaffEntity2.UserName = null;
dkStaffEntity2.ValueFlag = false;
this.dkUserApplicant.StaffEntity = dkStaffEntity2;
this.dkUserApplicant.TabIndex = 3;
this.dkUserApplicant.Title = " 申请人";
this.dkUserApplicant.TxtUserBackColor = System.Drawing.SystemColors.Control;
this.dkUserApplicant.UserCode = "";
this.dkUserApplicant.UserName = null;
this.dkUserApplicant.UserRow = null;
this.dkUserApplicant.WhereCondition = "StaffStatus = 2 And ValueFlag = 1";
//
// lblExProbationEndDateValue
//
this.lblExProbationEndDateValue.AutoSize = true;
this.lblExProbationEndDateValue.BackColor = System.Drawing.Color.Transparent;
this.lblExProbationEndDateValue.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblExProbationEndDateValue.Location = new System.Drawing.Point(102, 201);
this.lblExProbationEndDateValue.Name = "lblExProbationEndDateValue";
this.lblExProbationEndDateValue.Size = new System.Drawing.Size(0, 12);
this.lblExProbationEndDateValue.TabIndex = 17;
//
// F_HR_0302
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(577, 280);
this.Controls.Add(this.lblExProbationEndDateValue);
this.Controls.Add(this.dkUserApplicant);
this.Controls.Add(this.txtPost);
this.Controls.Add(this.txtJobs);
this.Controls.Add(this.txtUser);
this.Controls.Add(this.c_Label3);
this.Controls.Add(this.txtOrganization);
this.Controls.Add(this.c_Label1);
this.Controls.Add(this.dkStaffName);
this.Controls.Add(this.txtRecordRemarks);
this.Controls.Add(this.c_Label28);
this.Controls.Add(this.txtSuggestion);
this.Controls.Add(this.c_Label27);
this.Controls.Add(this.txtPause);
this.Controls.Add(this.c_Label26);
this.Controls.Add(this.lblExProbationEndDate);
this.Controls.Add(this.c_Label24);
this.Controls.Add(this.c_Label23);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.btnCancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_HR_0302";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StatusSizingGrip = false;
this.Text = "F_HR_0302";
this.Load += new System.EventHandler(this.F_HR_0302_Load);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.c_Label23, 0);
this.Controls.SetChildIndex(this.c_Label24, 0);
this.Controls.SetChildIndex(this.lblExProbationEndDate, 0);
this.Controls.SetChildIndex(this.c_Label26, 0);
this.Controls.SetChildIndex(this.txtPause, 0);
this.Controls.SetChildIndex(this.c_Label27, 0);
this.Controls.SetChildIndex(this.txtSuggestion, 0);
this.Controls.SetChildIndex(this.c_Label28, 0);
this.Controls.SetChildIndex(this.txtRecordRemarks, 0);
this.Controls.SetChildIndex(this.dkStaffName, 0);
this.Controls.SetChildIndex(this.c_Label1, 0);
this.Controls.SetChildIndex(this.txtOrganization, 0);
this.Controls.SetChildIndex(this.c_Label3, 0);
this.Controls.SetChildIndex(this.txtUser, 0);
this.Controls.SetChildIndex(this.txtJobs, 0);
this.Controls.SetChildIndex(this.txtPost, 0);
this.Controls.SetChildIndex(this.dkUserApplicant, 0);
this.Controls.SetChildIndex(this.lblExProbationEndDateValue, 0);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Controls.dkStaffSearchBox dkStaffName;
private Basics.BaseControls.C_TextBox txtRecordRemarks;
private Basics.BaseControls.C_Label c_Label28;
private Basics.BaseControls.C_TextBox txtSuggestion;
private Basics.BaseControls.C_Label c_Label27;
private Basics.BaseControls.C_TextBox txtPause;
private Basics.BaseControls.C_Label c_Label26;
private Basics.BaseControls.C_Label lblExProbationEndDate;
private Basics.BaseControls.C_Label c_Label24;
private Basics.BaseControls.C_Label c_Label23;
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_Button btnCancel;
private Basics.BaseControls.C_Label c_Label1;
private Basics.BaseControls.C_TextBox txtOrganization;
private Basics.BaseControls.C_Label c_Label3;
private Basics.BaseControls.C_TextBox txtUser;
private Basics.BaseControls.C_TextBox txtJobs;
private Basics.BaseControls.C_TextBox txtPost;
private Controls.dkStaffSearchBox dkUserApplicant;
private Basics.BaseControls.C_Label lblExProbationEndDateValue;
}
}