namespace Dongke.IBOSS.PRD.Client.TATModule { partial class F_TAT_0303 { /// /// 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_0303)); this.lblDefectFineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtBasicSalaryName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dtpStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.lblSalaryType = 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.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.btnPass = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnReturn = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSubmit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.palSalaryType.SuspendLayout(); this.SuspendLayout(); // // lblDefectFineName // this.lblDefectFineName.AutoSize = true; this.lblDefectFineName.BackColor = System.Drawing.Color.Transparent; this.lblDefectFineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblDefectFineName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblDefectFineName.IsMustInput = true; this.lblDefectFineName.Location = new System.Drawing.Point(12, 15); this.lblDefectFineName.Name = "lblDefectFineName"; this.lblDefectFineName.Size = new System.Drawing.Size(53, 12); this.lblDefectFineName.TabIndex = 1; this.lblDefectFineName.Text = "策略名称"; // // txtBasicSalaryName // this.txtBasicSalaryName.BackColor = System.Drawing.Color.Yellow; this.txtBasicSalaryName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtBasicSalaryName.ErrorMessage = ""; this.txtBasicSalaryName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtBasicSalaryName.IsMustInput = true; this.txtBasicSalaryName.Location = new System.Drawing.Point(71, 12); this.txtBasicSalaryName.MaxLength = 20; this.txtBasicSalaryName.Name = "txtBasicSalaryName"; this.txtBasicSalaryName.Size = new System.Drawing.Size(170, 21); this.txtBasicSalaryName.TabIndex = 2; this.txtBasicSalaryName.TextValue = ""; // // 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(258, 15); this.lblStartTime.Name = "lblStartTime"; this.lblStartTime.Size = new System.Drawing.Size(53, 12); this.lblStartTime.TabIndex = 116; this.lblStartTime.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(317, 12); this.dtpStartTime.Name = "dtpStartTime"; this.dtpStartTime.Size = new System.Drawing.Size(166, 21); this.dtpStartTime.TabIndex = 117; // // 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(12, 41); this.lblSalaryType.Name = "lblSalaryType"; this.lblSalaryType.Size = new System.Drawing.Size(53, 12); this.lblSalaryType.TabIndex = 130; this.lblSalaryType.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(71, 39); this.palSalaryType.Name = "palSalaryType"; this.palSalaryType.Size = new System.Drawing.Size(228, 21); this.palSalaryType.TabIndex = 132; // // 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, 2); 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, 2); 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; // // 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(12, 66); this.lblRemarks.Name = "lblRemarks"; this.lblRemarks.Size = new System.Drawing.Size(53, 12); this.lblRemarks.TabIndex = 133; this.lblRemarks.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(71, 66); this.txtRemarks.Multiline = true; this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.Size = new System.Drawing.Size(412, 119); this.txtRemarks.TabIndex = 134; this.txtRemarks.TextValue = ""; // // 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(71, 191); this.btnPass.Name = "btnPass"; this.btnPass.Size = new System.Drawing.Size(85, 30); this.btnPass.TabIndex = 135; this.btnPass.Text = "审批通过(&S)"; this.btnPass.UseVisualStyleBackColor = false; this.btnPass.Visible = false; this.btnPass.Click += new System.EventHandler(this.btnPass_Click); // // 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(162, 191); this.btnReturn.Name = "btnReturn"; this.btnReturn.Size = new System.Drawing.Size(85, 30); this.btnReturn.TabIndex = 136; this.btnReturn.Text = "审批驳回(&S)"; this.btnReturn.UseVisualStyleBackColor = false; this.btnReturn.Visible = false; this.btnReturn.Click += new System.EventHandler(this.btnReturn_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(307, 191); this.btnSubmit.Name = "btnSubmit"; this.btnSubmit.Size = new System.Drawing.Size(85, 30); this.btnSubmit.TabIndex = 137; this.btnSubmit.Text = "提交(&S)"; this.btnSubmit.UseVisualStyleBackColor = false; this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_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(398, 191); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 138; this.btnClose.Text = "关闭(&C)"; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // F_TAT_0303 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(515, 257); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnSubmit); this.Controls.Add(this.btnReturn); this.Controls.Add(this.btnPass); this.Controls.Add(this.txtRemarks); this.Controls.Add(this.lblRemarks); this.Controls.Add(this.palSalaryType); this.Controls.Add(this.lblSalaryType); this.Controls.Add(this.dtpStartTime); this.Controls.Add(this.lblStartTime); this.Controls.Add(this.txtBasicSalaryName); this.Controls.Add(this.lblDefectFineName); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_TAT_0303"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "F_TAT_0303"; this.Load += new System.EventHandler(this.F_TAT_0303_Load); this.Controls.SetChildIndex(this.lblDefectFineName, 0); this.Controls.SetChildIndex(this.txtBasicSalaryName, 0); this.Controls.SetChildIndex(this.lblStartTime, 0); this.Controls.SetChildIndex(this.dtpStartTime, 0); this.Controls.SetChildIndex(this.lblSalaryType, 0); this.Controls.SetChildIndex(this.palSalaryType, 0); this.Controls.SetChildIndex(this.lblRemarks, 0); this.Controls.SetChildIndex(this.txtRemarks, 0); this.Controls.SetChildIndex(this.btnPass, 0); this.Controls.SetChildIndex(this.btnReturn, 0); this.Controls.SetChildIndex(this.btnSubmit, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.palSalaryType.ResumeLayout(false); this.palSalaryType.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Label lblDefectFineName; private Basics.BaseControls.C_TextBox txtBasicSalaryName; private Basics.BaseControls.C_Label lblStartTime; private Basics.BaseControls.C_DateTimePicker dtpStartTime; private Basics.BaseControls.C_Label lblSalaryType; private System.Windows.Forms.Panel palSalaryType; private Basics.BaseControls.C_RadioButton cbTrial; private Basics.BaseControls.C_RadioButton cbCeremonial; private Basics.BaseControls.C_Label lblRemarks; private Basics.BaseControls.C_TextBox txtRemarks; private Basics.BaseControls.C_Button btnPass; private Basics.BaseControls.C_Button btnReturn; private Basics.BaseControls.C_Button btnSubmit; private Basics.BaseControls.C_Button btnClose; } }