namespace Dongke.IBOSS.PRD.Client.PMModule
{
partial class F_PM_1105
{
///
/// 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 dkStaffEntity2 = new Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_1105));
this.dkUserName = new Dongke.IBOSS.PRD.Client.Controls.dkStaffSearchBox();
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.comRAPType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.lblStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dtpRAPDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtRAPAmount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtReason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.SuspendLayout();
//
// dkUserName
//
this.dkUserName.DataSource = null;
this.dkUserName.Enabled = true;
this.dkUserName.IsMustInput = true;
this.dkUserName.Location = new System.Drawing.Point(12, 12);
this.dkUserName.Name = "dkUserName";
this.dkUserName.PurviewType = ((byte)(0));
this.dkUserName.Size = new System.Drawing.Size(205, 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.dkUserName.StaffEntity = dkStaffEntity2;
this.dkUserName.TabIndex = 1;
this.dkUserName.TxtUserBackColor = System.Drawing.SystemColors.Control;
this.dkUserName.UserCode = "";
this.dkUserName.UserName = null;
this.dkUserName.UserRow = null;
this.dkUserName.WhereCondition = "StaffStatus = 2 And ValueFlag = 1";
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.Color.Transparent;
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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCancel.ForeColor = System.Drawing.Color.White;
this.btnCancel.Location = new System.Drawing.Point(349, 228);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 30);
this.btnCancel.TabIndex = 9;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnSave
//
this.btnSave.BackColor = System.Drawing.Color.Transparent;
this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.ForeColor = System.Drawing.Color.White;
this.btnSave.Location = new System.Drawing.Point(258, 228);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 30);
this.btnSave.TabIndex = 8;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// comRAPType
//
this.comRAPType.BackgroundColor = System.Drawing.SystemColors.Window;
this.comRAPType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comRAPType.FormattingEnabled = true;
this.comRAPType.Location = new System.Drawing.Point(287, 12);
this.comRAPType.Name = "comRAPType";
this.comRAPType.Size = new System.Drawing.Size(147, 20);
this.comRAPType.TabIndex = 21;
//
// 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.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.lblStaffCode.IsMustInput = true;
this.lblStaffCode.Location = new System.Drawing.Point(228, 16);
this.lblStaffCode.Name = "lblStaffCode";
this.lblStaffCode.Size = new System.Drawing.Size(53, 12);
this.lblStaffCode.TabIndex = 20;
this.lblStaffCode.Text = "奖惩类型";
//
// 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.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.c_Label2.IsMustInput = true;
this.c_Label2.Location = new System.Drawing.Point(11, 43);
this.c_Label2.Name = "c_Label2";
this.c_Label2.Size = new System.Drawing.Size(53, 12);
this.c_Label2.TabIndex = 23;
this.c_Label2.Text = "奖惩日期";
//
// dtpRAPDate
//
this.dtpRAPDate.CustomFormat = "yyyy-MM-dd";
this.dtpRAPDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpRAPDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpRAPDate.Location = new System.Drawing.Point(71, 39);
this.dtpRAPDate.Name = "dtpRAPDate";
this.dtpRAPDate.Size = new System.Drawing.Size(146, 21);
this.dtpRAPDate.TabIndex = 24;
//
// 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.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.c_Label3.IsMustInput = true;
this.c_Label3.Location = new System.Drawing.Point(227, 43);
this.c_Label3.Name = "c_Label3";
this.c_Label3.Size = new System.Drawing.Size(53, 12);
this.c_Label3.TabIndex = 25;
this.c_Label3.Text = "奖惩金额";
//
// txtRAPAmount
//
this.txtRAPAmount.AllowNegative = false;
this.txtRAPAmount.BackColor = System.Drawing.Color.Yellow;
this.txtRAPAmount.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtRAPAmount.ErrorMessage = "必须输入项目";
this.txtRAPAmount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtRAPAmount.HasError = true;
this.txtRAPAmount.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtRAPAmount.IsMustInput = true;
this.txtRAPAmount.Location = new System.Drawing.Point(287, 39);
this.txtRAPAmount.MaxValue = new decimal(new int[] {
999,
0,
0,
0});
this.txtRAPAmount.MinValue = new decimal(new int[] {
0,
0,
0,
0});
this.txtRAPAmount.Name = "txtRAPAmount";
this.txtRAPAmount.Number = new System.Drawing.Point(6, 2);
this.txtRAPAmount.Size = new System.Drawing.Size(147, 21);
this.txtRAPAmount.TabIndex = 26;
this.txtRAPAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// c_Label4
//
this.c_Label4.AutoSize = true;
this.c_Label4.BackColor = System.Drawing.Color.Transparent;
this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.c_Label4.IsMustInput = true;
this.c_Label4.Location = new System.Drawing.Point(11, 66);
this.c_Label4.Name = "c_Label4";
this.c_Label4.Size = new System.Drawing.Size(53, 12);
this.c_Label4.TabIndex = 27;
this.c_Label4.Text = "奖惩原因";
//
// txtReason
//
this.txtReason.BackColor = System.Drawing.Color.Yellow;
this.txtReason.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtReason.ErrorMessage = "必须输入项目";
this.txtReason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtReason.HasError = true;
this.txtReason.IsMustInput = true;
this.txtReason.Location = new System.Drawing.Point(70, 66);
this.txtReason.Multiline = true;
this.txtReason.Name = "txtReason";
this.txtReason.Size = new System.Drawing.Size(364, 75);
this.txtReason.TabIndex = 28;
//
// c_Label5
//
this.c_Label5.AutoSize = true;
this.c_Label5.BackColor = System.Drawing.Color.Transparent;
this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label5.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label5.Location = new System.Drawing.Point(34, 150);
this.c_Label5.Name = "c_Label5";
this.c_Label5.Size = new System.Drawing.Size(29, 12);
this.c_Label5.TabIndex = 29;
this.c_Label5.Text = "备注";
//
// txtRemarks
//
this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtRemarks.ErrorMessage = "";
this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtRemarks.Location = new System.Drawing.Point(70, 147);
this.txtRemarks.Multiline = true;
this.txtRemarks.Name = "txtRemarks";
this.txtRemarks.Size = new System.Drawing.Size(364, 75);
this.txtRemarks.TabIndex = 30;
//
// F_PM_1105
//
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(453, 288);
this.Controls.Add(this.txtRemarks);
this.Controls.Add(this.c_Label5);
this.Controls.Add(this.txtReason);
this.Controls.Add(this.c_Label4);
this.Controls.Add(this.txtRAPAmount);
this.Controls.Add(this.c_Label3);
this.Controls.Add(this.dtpRAPDate);
this.Controls.Add(this.c_Label2);
this.Controls.Add(this.comRAPType);
this.Controls.Add(this.lblStaffCode);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.dkUserName);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_PM_1105";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StatusSizingGrip = false;
this.Text = "F_PM_1105";
this.Load += new System.EventHandler(this.F_PM_1105_Load);
this.Controls.SetChildIndex(this.dkUserName, 0);
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.lblStaffCode, 0);
this.Controls.SetChildIndex(this.comRAPType, 0);
this.Controls.SetChildIndex(this.c_Label2, 0);
this.Controls.SetChildIndex(this.dtpRAPDate, 0);
this.Controls.SetChildIndex(this.c_Label3, 0);
this.Controls.SetChildIndex(this.txtRAPAmount, 0);
this.Controls.SetChildIndex(this.c_Label4, 0);
this.Controls.SetChildIndex(this.txtReason, 0);
this.Controls.SetChildIndex(this.c_Label5, 0);
this.Controls.SetChildIndex(this.txtRemarks, 0);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Controls.dkStaffSearchBox dkUserName;
private Basics.BaseControls.C_Button btnCancel;
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_ComboBox comRAPType;
private Basics.BaseControls.C_Label lblStaffCode;
private Basics.BaseControls.C_Label c_Label2;
private Basics.BaseControls.C_DateTimePicker dtpRAPDate;
private Basics.BaseControls.C_Label c_Label3;
private Basics.BaseControls.C_TXT_Digital txtRAPAmount;
private Basics.BaseControls.C_Label c_Label4;
private Basics.BaseControls.C_TextBox txtReason;
private Basics.BaseControls.C_Label c_Label5;
private Basics.BaseControls.C_TextBox txtRemarks;
}
}