namespace Dongke.IBOSS.PRD.Client.TATModule
{
partial class F_TAT_0502
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_TAT_0502));
this.lblSalaryType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dtpStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.lblStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtProgressName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblProgressName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.palSalaryType = new System.Windows.Forms.Panel();
this.cbTrial = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
this.cbCeremonial = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.btnReturn = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnPass = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSubmit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.palSalaryType.SuspendLayout();
this.SuspendLayout();
//
// lblSalaryType
//
this.lblSalaryType.AutoSize = true;
this.lblSalaryType.BackColor = System.Drawing.Color.Transparent;
this.lblSalaryType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSalaryType.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblSalaryType.Location = new System.Drawing.Point(15, 71);
this.lblSalaryType.Name = "lblSalaryType";
this.lblSalaryType.Size = new System.Drawing.Size(53, 12);
this.lblSalaryType.TabIndex = 144;
this.lblSalaryType.Text = "策略类型";
//
// dtpStartTime
//
this.dtpStartTime.CustomFormat = "yyyy-MM";
this.dtpStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpStartTime.Location = new System.Drawing.Point(74, 39);
this.dtpStartTime.Name = "dtpStartTime";
this.dtpStartTime.Size = new System.Drawing.Size(170, 21);
this.dtpStartTime.TabIndex = 140;
//
// lblStartTime
//
this.lblStartTime.AutoSize = true;
this.lblStartTime.BackColor = System.Drawing.Color.Transparent;
this.lblStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblStartTime.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblStartTime.Location = new System.Drawing.Point(15, 44);
this.lblStartTime.Name = "lblStartTime";
this.lblStartTime.Size = new System.Drawing.Size(53, 12);
this.lblStartTime.TabIndex = 142;
this.lblStartTime.Text = "开始时间";
//
// txtProgressName
//
this.txtProgressName.BackColor = System.Drawing.Color.Yellow;
this.txtProgressName.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtProgressName.ErrorMessage = "";
this.txtProgressName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtProgressName.IsMustInput = true;
this.txtProgressName.Location = new System.Drawing.Point(74, 12);
this.txtProgressName.MaxLength = 20;
this.txtProgressName.Name = "txtProgressName";
this.txtProgressName.Size = new System.Drawing.Size(170, 21);
this.txtProgressName.TabIndex = 139;
this.txtProgressName.TextValue = "";
//
// lblProgressName
//
this.lblProgressName.AutoSize = true;
this.lblProgressName.BackColor = System.Drawing.Color.Transparent;
this.lblProgressName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblProgressName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.lblProgressName.IsMustInput = true;
this.lblProgressName.Location = new System.Drawing.Point(15, 15);
this.lblProgressName.Name = "lblProgressName";
this.lblProgressName.Size = new System.Drawing.Size(53, 12);
this.lblProgressName.TabIndex = 138;
this.lblProgressName.Text = "进度考核";
//
// palSalaryType
//
this.palSalaryType.BackColor = System.Drawing.Color.Transparent;
this.palSalaryType.Controls.Add(this.cbTrial);
this.palSalaryType.Controls.Add(this.cbCeremonial);
this.palSalaryType.Location = new System.Drawing.Point(74, 66);
this.palSalaryType.Name = "palSalaryType";
this.palSalaryType.Size = new System.Drawing.Size(228, 21);
this.palSalaryType.TabIndex = 145;
//
// cbTrial
//
this.cbTrial.AutoSize = true;
this.cbTrial.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbTrial.Location = new System.Drawing.Point(104, 3);
this.cbTrial.Name = "cbTrial";
this.cbTrial.Size = new System.Drawing.Size(95, 16);
this.cbTrial.TabIndex = 8;
this.cbTrial.TabStop = true;
this.cbTrial.Text = "试用员工策略";
this.cbTrial.UseVisualStyleBackColor = true;
//
// cbCeremonial
//
this.cbCeremonial.AutoSize = true;
this.cbCeremonial.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbCeremonial.Location = new System.Drawing.Point(3, 3);
this.cbCeremonial.Name = "cbCeremonial";
this.cbCeremonial.Size = new System.Drawing.Size(95, 16);
this.cbCeremonial.TabIndex = 7;
this.cbCeremonial.TabStop = true;
this.cbCeremonial.Text = "正式员工策略";
this.cbCeremonial.UseVisualStyleBackColor = true;
//
// 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(74, 93);
this.txtRemarks.Multiline = true;
this.txtRemarks.Name = "txtRemarks";
this.txtRemarks.Size = new System.Drawing.Size(403, 119);
this.txtRemarks.TabIndex = 141;
this.txtRemarks.TextValue = "";
//
// lblRemarks
//
this.lblRemarks.AutoSize = true;
this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRemarks.Location = new System.Drawing.Point(15, 100);
this.lblRemarks.Name = "lblRemarks";
this.lblRemarks.Size = new System.Drawing.Size(53, 12);
this.lblRemarks.TabIndex = 143;
this.lblRemarks.Text = "策略备注";
//
// btnReturn
//
this.btnReturn.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnReturn.BackColor = System.Drawing.Color.Transparent;
this.btnReturn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnReturn.BackgroundImage")));
this.btnReturn.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnReturn.ForeColor = System.Drawing.Color.White;
this.btnReturn.Location = new System.Drawing.Point(168, 218);
this.btnReturn.Name = "btnReturn";
this.btnReturn.Size = new System.Drawing.Size(85, 30);
this.btnReturn.TabIndex = 149;
this.btnReturn.Text = "审批驳回(&S)";
this.btnReturn.UseVisualStyleBackColor = false;
this.btnReturn.Visible = false;
this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click);
//
// btnPass
//
this.btnPass.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnPass.BackColor = System.Drawing.Color.Transparent;
this.btnPass.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPass.BackgroundImage")));
this.btnPass.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnPass.ForeColor = System.Drawing.Color.White;
this.btnPass.Location = new System.Drawing.Point(77, 218);
this.btnPass.Name = "btnPass";
this.btnPass.Size = new System.Drawing.Size(85, 30);
this.btnPass.TabIndex = 148;
this.btnPass.Text = "审批通过(&S)";
this.btnPass.UseVisualStyleBackColor = false;
this.btnPass.Visible = false;
this.btnPass.Click += new System.EventHandler(this.btnPass_Click);
//
// btnClose
//
this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnClose.BackColor = System.Drawing.Color.Transparent;
this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClose.ForeColor = System.Drawing.Color.White;
this.btnClose.Location = new System.Drawing.Point(392, 218);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(85, 30);
this.btnClose.TabIndex = 147;
this.btnClose.Text = "关闭(&C)";
this.btnClose.UseVisualStyleBackColor = false;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnSubmit
//
this.btnSubmit.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnSubmit.BackColor = System.Drawing.Color.Transparent;
this.btnSubmit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSubmit.BackgroundImage")));
this.btnSubmit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSubmit.ForeColor = System.Drawing.Color.White;
this.btnSubmit.Location = new System.Drawing.Point(301, 218);
this.btnSubmit.Name = "btnSubmit";
this.btnSubmit.Size = new System.Drawing.Size(85, 30);
this.btnSubmit.TabIndex = 146;
this.btnSubmit.Text = "提交(&S)";
this.btnSubmit.UseVisualStyleBackColor = false;
this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
//
// F_TAT_0502
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnClose;
this.ClientSize = new System.Drawing.Size(499, 275);
this.Controls.Add(this.btnReturn);
this.Controls.Add(this.btnPass);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnSubmit);
this.Controls.Add(this.lblSalaryType);
this.Controls.Add(this.dtpStartTime);
this.Controls.Add(this.lblStartTime);
this.Controls.Add(this.txtProgressName);
this.Controls.Add(this.lblProgressName);
this.Controls.Add(this.palSalaryType);
this.Controls.Add(this.txtRemarks);
this.Controls.Add(this.lblRemarks);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.IsSaveFormSize = false;
this.Name = "F_TAT_0502";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "F_TAT_0502";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_TAT_0502_FormClosed);
this.Load += new System.EventHandler(this.F_TAT_0502_Load);
this.Controls.SetChildIndex(this.lblRemarks, 0);
this.Controls.SetChildIndex(this.txtRemarks, 0);
this.Controls.SetChildIndex(this.palSalaryType, 0);
this.Controls.SetChildIndex(this.lblProgressName, 0);
this.Controls.SetChildIndex(this.txtProgressName, 0);
this.Controls.SetChildIndex(this.lblStartTime, 0);
this.Controls.SetChildIndex(this.dtpStartTime, 0);
this.Controls.SetChildIndex(this.lblSalaryType, 0);
this.Controls.SetChildIndex(this.btnSubmit, 0);
this.Controls.SetChildIndex(this.btnClose, 0);
this.Controls.SetChildIndex(this.btnPass, 0);
this.Controls.SetChildIndex(this.btnReturn, 0);
this.palSalaryType.ResumeLayout(false);
this.palSalaryType.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_Label lblSalaryType;
private Basics.BaseControls.C_DateTimePicker dtpStartTime;
private Basics.BaseControls.C_Label lblStartTime;
private Basics.BaseControls.C_TextBox txtProgressName;
private Basics.BaseControls.C_Label lblProgressName;
private System.Windows.Forms.Panel palSalaryType;
private Basics.BaseControls.C_RadioButton cbTrial;
private Basics.BaseControls.C_RadioButton cbCeremonial;
private Basics.BaseControls.C_TextBox txtRemarks;
private Basics.BaseControls.C_Label lblRemarks;
private Basics.BaseControls.C_Button btnReturn;
private Basics.BaseControls.C_Button btnPass;
private Basics.BaseControls.C_Button btnClose;
private Basics.BaseControls.C_Button btnSubmit;
}
}