namespace Dongke.IBOSS.PRD.Client.HRModule { partial class F_HR_1102 { /// /// 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_1102)); 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.comAdministrationType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox(); this.comRAPType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); 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); 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.dkUserName.StaffEntity = dkStaffEntity1; this.dkUserName.TabIndex = 0; 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, 254); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 14; 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, 254); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 13; this.btnSave.Text = "保存"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // comAdministrationType // this.comAdministrationType.BackgroundColor = System.Drawing.SystemColors.Window; this.comAdministrationType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.comAdministrationType.FormattingEnabled = true; this.comAdministrationType.Location = new System.Drawing.Point(70, 147); this.comAdministrationType.Name = "comAdministrationType"; this.comAdministrationType.Size = new System.Drawing.Size(147, 20); this.comAdministrationType.TabIndex = 10; // // 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 = 2; // // 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.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.c_Label1.IsMustInput = true; this.c_Label1.Location = new System.Drawing.Point(10, 150); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(53, 12); this.c_Label1.TabIndex = 9; this.c_Label1.Text = "考核类别"; // // 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 = 1; 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 = 3; 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 = 4; // // 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 = 5; 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 = 6; 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 = 7; 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.MaxLength = 500; this.txtReason.Multiline = true; this.txtReason.Name = "txtReason"; this.txtReason.Size = new System.Drawing.Size(364, 75); this.txtReason.TabIndex = 8; // // 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, 176); this.c_Label5.Name = "c_Label5"; this.c_Label5.Size = new System.Drawing.Size(29, 12); this.c_Label5.TabIndex = 11; 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, 173); this.txtRemarks.Multiline = true; this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.Size = new System.Drawing.Size(364, 75); this.txtRemarks.TabIndex = 12; // // F_HR_1102 // 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(447, 311); 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.comAdministrationType); this.Controls.Add(this.comRAPType); this.Controls.Add(this.c_Label1); 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_HR_1102"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "F_HR_1102"; this.Load += new System.EventHandler(this.F_HR_1102_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.c_Label1, 0); this.Controls.SetChildIndex(this.comRAPType, 0); this.Controls.SetChildIndex(this.comAdministrationType, 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 comAdministrationType; private Basics.BaseControls.C_ComboBox comRAPType; private Basics.BaseControls.C_Label c_Label1; 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; } }