namespace Dongke.IBOSS.PRD.Client.HRModule
{
partial class F_HR_0202
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_HR_0202));
Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity dkStaffEntity1 = new Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity();
Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity dkStaffEntity2 = new Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.txtPause = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblPause = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dateExProbationEndDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.lblExProbationEndDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.chkExProbationEndDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
this.droppost = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
this.lblpost = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dropJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
this.lblJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblSuggestion = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtSuggestion = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.ilPic = new System.Windows.Forms.ImageList(this.components);
this.dkApplicant = new Dongke.IBOSS.PRD.Client.Controls.dkStaffSearchBox();
this.lblRecordRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtRecordRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.dkStaffName = new Dongke.IBOSS.PRD.Client.Controls.dkStaffSearchBox();
this.dkOriginalUserCode = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox();
this.lblOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization();
this.SuspendLayout();
//
// 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(331, 217);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 30);
this.btnSave.TabIndex = 17;
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(422, 217);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 30);
this.btnCancel.TabIndex = 18;
this.btnCancel.Text = "关闭(&X)";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// 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(98, 93);
this.txtPause.MaxLength = 500;
this.txtPause.Name = "txtPause";
this.txtPause.Size = new System.Drawing.Size(409, 21);
this.txtPause.TabIndex = 8;
//
// lblPause
//
this.lblPause.AutoSize = true;
this.lblPause.BackColor = System.Drawing.Color.Transparent;
this.lblPause.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblPause.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.lblPause.IsMustInput = true;
this.lblPause.Location = new System.Drawing.Point(39, 97);
this.lblPause.Name = "lblPause";
this.lblPause.Size = new System.Drawing.Size(53, 12);
this.lblPause.TabIndex = 7;
this.lblPause.Text = "申请原因";
//
// dateExProbationEndDate
//
this.dateExProbationEndDate.CustomFormat = "yyyy-MM-dd";
this.dateExProbationEndDate.Enabled = false;
this.dateExProbationEndDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dateExProbationEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateExProbationEndDate.Location = new System.Drawing.Point(98, 195);
this.dateExProbationEndDate.Name = "dateExProbationEndDate";
this.dateExProbationEndDate.Size = new System.Drawing.Size(124, 21);
this.dateExProbationEndDate.TabIndex = 14;
//
// 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(3, 198);
this.lblExProbationEndDate.Name = "lblExProbationEndDate";
this.lblExProbationEndDate.Size = new System.Drawing.Size(89, 12);
this.lblExProbationEndDate.TabIndex = 13;
this.lblExProbationEndDate.Text = "预试用结束日期";
//
// chkExProbationEndDate
//
this.chkExProbationEndDate.AutoSize = true;
this.chkExProbationEndDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chkExProbationEndDate.Location = new System.Drawing.Point(240, 198);
this.chkExProbationEndDate.Name = "chkExProbationEndDate";
this.chkExProbationEndDate.Size = new System.Drawing.Size(48, 16);
this.chkExProbationEndDate.TabIndex = 15;
this.chkExProbationEndDate.Text = "试用";
this.chkExProbationEndDate.UseVisualStyleBackColor = true;
this.chkExProbationEndDate.CheckedChanged += new System.EventHandler(this.chkExProbationEndDate_CheckedChanged);
//
// droppost
//
this.droppost.BackColor = System.Drawing.Color.Yellow;
this.droppost.BackgroundColor = System.Drawing.SystemColors.Window;
this.droppost.DataSource = null;
this.droppost.DisplayMember = null;
this.droppost.ErrorMessage = "必须输入项目";
this.droppost.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.droppost.HasError = true;
this.droppost.IsMustInput = true;
this.droppost.IsSetPosition = false;
this.droppost.Location = new System.Drawing.Point(343, 39);
this.droppost.Name = "droppost";
this.droppost.PromptBackColor = System.Drawing.Color.Snow;
this.droppost.PromptForeColor = System.Drawing.Color.Gray;
this.droppost.SelectedValue = "";
this.droppost.Size = new System.Drawing.Size(164, 21);
this.droppost.TabIndex = 4;
this.droppost.ValueMember = null;
//
// lblpost
//
this.lblpost.AutoSize = true;
this.lblpost.BackColor = System.Drawing.Color.Transparent;
this.lblpost.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblpost.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.lblpost.IsMustInput = true;
this.lblpost.Location = new System.Drawing.Point(308, 43);
this.lblpost.Name = "lblpost";
this.lblpost.Size = new System.Drawing.Size(29, 12);
this.lblpost.TabIndex = 3;
this.lblpost.Text = "职务";
//
// dropJobs
//
this.dropJobs.BackColor = System.Drawing.Color.Yellow;
this.dropJobs.BackgroundColor = System.Drawing.SystemColors.Window;
this.dropJobs.DataSource = null;
this.dropJobs.DisplayMember = null;
this.dropJobs.ErrorMessage = "必须输入项目";
this.dropJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dropJobs.HasError = true;
this.dropJobs.IsMustInput = true;
this.dropJobs.IsSetPosition = false;
this.dropJobs.Location = new System.Drawing.Point(98, 66);
this.dropJobs.Name = "dropJobs";
this.dropJobs.PromptBackColor = System.Drawing.Color.Snow;
this.dropJobs.PromptForeColor = System.Drawing.Color.Gray;
this.dropJobs.SelectedValue = "";
this.dropJobs.Size = new System.Drawing.Size(163, 21);
this.dropJobs.TabIndex = 6;
this.dropJobs.ValueMember = null;
//
// lblJobs
//
this.lblJobs.AutoSize = true;
this.lblJobs.BackColor = System.Drawing.Color.Transparent;
this.lblJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblJobs.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.lblJobs.IsMustInput = true;
this.lblJobs.Location = new System.Drawing.Point(63, 70);
this.lblJobs.Name = "lblJobs";
this.lblJobs.Size = new System.Drawing.Size(29, 12);
this.lblJobs.TabIndex = 5;
this.lblJobs.Text = "工种";
//
// lblSuggestion
//
this.lblSuggestion.AutoSize = true;
this.lblSuggestion.BackColor = System.Drawing.Color.Transparent;
this.lblSuggestion.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSuggestion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.lblSuggestion.IsMustInput = true;
this.lblSuggestion.Location = new System.Drawing.Point(39, 124);
this.lblSuggestion.Name = "lblSuggestion";
this.lblSuggestion.Size = new System.Drawing.Size(53, 12);
this.lblSuggestion.TabIndex = 9;
this.lblSuggestion.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(98, 120);
this.txtSuggestion.MaxLength = 500;
this.txtSuggestion.Name = "txtSuggestion";
this.txtSuggestion.Size = new System.Drawing.Size(409, 21);
this.txtSuggestion.TabIndex = 10;
//
// ilPic
//
this.ilPic.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.ilPic.ImageSize = new System.Drawing.Size(16, 16);
this.ilPic.TransparentColor = System.Drawing.Color.Transparent;
//
// dkApplicant
//
this.dkApplicant.DataSource = null;
this.dkApplicant.Enabled = true;
this.dkApplicant.IsMustInput = false;
this.dkApplicant.Location = new System.Drawing.Point(51, 39);
this.dkApplicant.Name = "dkApplicant";
this.dkApplicant.PurviewType = ((byte)(0));
this.dkApplicant.Size = new System.Drawing.Size(210, 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.dkApplicant.StaffEntity = dkStaffEntity1;
this.dkApplicant.TabIndex = 2;
this.dkApplicant.Title = "申请人";
this.dkApplicant.TxtUserBackColor = System.Drawing.SystemColors.Control;
this.dkApplicant.UserCode = "";
this.dkApplicant.UserName = null;
this.dkApplicant.UserRow = null;
this.dkApplicant.WhereCondition = "TP_HR_Staff.StaffStatus = 2 And TP_HR_Staff.ValueFlag = 1";
//
// lblRecordRemarks
//
this.lblRecordRemarks.AutoSize = true;
this.lblRecordRemarks.BackColor = System.Drawing.Color.Transparent;
this.lblRecordRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRecordRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblRecordRemarks.Location = new System.Drawing.Point(63, 151);
this.lblRecordRemarks.Name = "lblRecordRemarks";
this.lblRecordRemarks.Size = new System.Drawing.Size(29, 12);
this.lblRecordRemarks.TabIndex = 11;
this.lblRecordRemarks.Text = "备注";
//
// 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(98, 147);
this.txtRecordRemarks.MaxLength = 500;
this.txtRecordRemarks.Multiline = true;
this.txtRecordRemarks.Name = "txtRecordRemarks";
this.txtRecordRemarks.Size = new System.Drawing.Size(409, 42);
this.txtRecordRemarks.TabIndex = 12;
//
// dkStaffName
//
this.dkStaffName.DataSource = null;
this.dkStaffName.Enabled = true;
this.dkStaffName.IsMustInput = true;
this.dkStaffName.Location = new System.Drawing.Point(39, 12);
this.dkStaffName.Name = "dkStaffName";
this.dkStaffName.PurviewType = ((byte)(0));
this.dkStaffName.Size = new System.Drawing.Size(222, 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.dkStaffName.StaffEntity = dkStaffEntity2;
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";
//
// dkOriginalUserCode
//
this.dkOriginalUserCode.DataSource = null;
this.dkOriginalUserCode.Enabled = true;
this.dkOriginalUserCode.IsMustInput = false;
this.dkOriginalUserCode.IsWorker = true;
this.dkOriginalUserCode.Location = new System.Drawing.Point(41, 227);
this.dkOriginalUserCode.Name = "dkOriginalUserCode";
this.dkOriginalUserCode.PurviewOperateFlag = true;
this.dkOriginalUserCode.PurviewType = ((byte)(0));
this.dkOriginalUserCode.Size = new System.Drawing.Size(223, 21);
this.dkOriginalUserCode.TabIndex = 16;
this.dkOriginalUserCode.Title = "所属工号(已经被隐藏了)";
this.dkOriginalUserCode.TxtUserBackColor = System.Drawing.SystemColors.Control;
this.dkOriginalUserCode.UserCode = "";
this.dkOriginalUserCode.UserID = null;
this.dkOriginalUserCode.UserIDS = null;
this.dkOriginalUserCode.UserName = null;
this.dkOriginalUserCode.Visible = false;
//
// lblOrganization
//
this.lblOrganization.AutoSize = true;
this.lblOrganization.BackColor = System.Drawing.Color.Transparent;
this.lblOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblOrganization.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.lblOrganization.IsMustInput = true;
this.lblOrganization.Location = new System.Drawing.Point(284, 16);
this.lblOrganization.Name = "lblOrganization";
this.lblOrganization.Size = new System.Drawing.Size(53, 12);
this.lblOrganization.TabIndex = 61;
this.lblOrganization.Text = "所属部门";
//
// scbOrganization
//
this.scbOrganization.CheckedData = null;
this.scbOrganization.IsOnlyDisplayEnd = false;
this.scbOrganization.Location = new System.Drawing.Point(343, 12);
this.scbOrganization.Name = "scbOrganization";
this.scbOrganization.Size = new System.Drawing.Size(164, 21);
this.scbOrganization.TabIndex = 60;
//
// F_HR_0202
//
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(526, 273);
this.Controls.Add(this.lblOrganization);
this.Controls.Add(this.scbOrganization);
this.Controls.Add(this.dkOriginalUserCode);
this.Controls.Add(this.dkStaffName);
this.Controls.Add(this.txtRecordRemarks);
this.Controls.Add(this.lblRecordRemarks);
this.Controls.Add(this.dkApplicant);
this.Controls.Add(this.txtSuggestion);
this.Controls.Add(this.lblSuggestion);
this.Controls.Add(this.txtPause);
this.Controls.Add(this.lblPause);
this.Controls.Add(this.dateExProbationEndDate);
this.Controls.Add(this.lblExProbationEndDate);
this.Controls.Add(this.chkExProbationEndDate);
this.Controls.Add(this.droppost);
this.Controls.Add(this.lblpost);
this.Controls.Add(this.dropJobs);
this.Controls.Add(this.lblJobs);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.btnCancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_HR_0202";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StatusSizingGrip = false;
this.Text = "F_HR_0104";
this.Load += new System.EventHandler(this.F_HR_0104_Load);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.lblJobs, 0);
this.Controls.SetChildIndex(this.dropJobs, 0);
this.Controls.SetChildIndex(this.lblpost, 0);
this.Controls.SetChildIndex(this.droppost, 0);
this.Controls.SetChildIndex(this.chkExProbationEndDate, 0);
this.Controls.SetChildIndex(this.lblExProbationEndDate, 0);
this.Controls.SetChildIndex(this.dateExProbationEndDate, 0);
this.Controls.SetChildIndex(this.lblPause, 0);
this.Controls.SetChildIndex(this.txtPause, 0);
this.Controls.SetChildIndex(this.lblSuggestion, 0);
this.Controls.SetChildIndex(this.txtSuggestion, 0);
this.Controls.SetChildIndex(this.dkApplicant, 0);
this.Controls.SetChildIndex(this.lblRecordRemarks, 0);
this.Controls.SetChildIndex(this.txtRecordRemarks, 0);
this.Controls.SetChildIndex(this.dkStaffName, 0);
this.Controls.SetChildIndex(this.dkOriginalUserCode, 0);
this.Controls.SetChildIndex(this.scbOrganization, 0);
this.Controls.SetChildIndex(this.lblOrganization, 0);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_Button btnCancel;
private Basics.BaseControls.C_TextBox txtPause;
private Basics.BaseControls.C_Label lblPause;
private Basics.BaseControls.C_DateTimePicker dateExProbationEndDate;
private Basics.BaseControls.C_Label lblExProbationEndDate;
private Basics.BaseControls.C_CheckBox chkExProbationEndDate;
private Basics.BaseControls.C_TXT_DropDownList droppost;
private Basics.BaseControls.C_Label lblpost;
private Basics.BaseControls.C_TXT_DropDownList dropJobs;
private Basics.BaseControls.C_Label lblJobs;
private Basics.BaseControls.C_Label lblSuggestion;
private Basics.BaseControls.C_TextBox txtSuggestion;
private System.Windows.Forms.ImageList ilPic;
private Controls.dkStaffSearchBox dkApplicant;
private Basics.BaseControls.C_Label lblRecordRemarks;
private Basics.BaseControls.C_TextBox txtRecordRemarks;
private Controls.dkStaffSearchBox dkStaffName;
private Controls.SearchTextBox.dkUserInfoSearchBox dkOriginalUserCode;
private Basics.BaseControls.C_Label lblOrganization;
private Controls.SearchBox.ScbOrganization scbOrganization;
}
}