namespace Dongke.IBOSS.PRD.Client.TATModule { partial class F_TAT_0402 { /// /// 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_0402)); 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.txtQualityName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblQualityName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.cbTrial = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton(); this.cbCeremonial = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton(); this.palSalaryType = new System.Windows.Forms.Panel(); 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(12, 71); this.lblSalaryType.Name = "lblSalaryType"; this.lblSalaryType.Size = new System.Drawing.Size(53, 12); this.lblSalaryType.TabIndex = 136; 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(71, 39); this.dtpStartTime.Name = "dtpStartTime"; this.dtpStartTime.Size = new System.Drawing.Size(170, 21); this.dtpStartTime.TabIndex = 132; // // 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(12, 44); this.lblStartTime.Name = "lblStartTime"; this.lblStartTime.Size = new System.Drawing.Size(53, 12); this.lblStartTime.TabIndex = 134; this.lblStartTime.Text = "开始时间"; // // txtQualityName // this.txtQualityName.BackColor = System.Drawing.Color.Yellow; this.txtQualityName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtQualityName.ErrorMessage = ""; this.txtQualityName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtQualityName.IsMustInput = true; this.txtQualityName.Location = new System.Drawing.Point(71, 12); this.txtQualityName.MaxLength = 20; this.txtQualityName.Name = "txtQualityName"; this.txtQualityName.Size = new System.Drawing.Size(170, 21); this.txtQualityName.TabIndex = 131; this.txtQualityName.TextValue = ""; // // lblQualityName // this.lblQualityName.AutoSize = true; this.lblQualityName.BackColor = System.Drawing.Color.Transparent; this.lblQualityName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblQualityName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblQualityName.IsMustInput = true; this.lblQualityName.Location = new System.Drawing.Point(12, 15); this.lblQualityName.Name = "lblQualityName"; this.lblQualityName.Size = new System.Drawing.Size(53, 12); this.lblQualityName.TabIndex = 130; this.lblQualityName.Text = "策略名称"; // // 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; // // 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, 66); this.palSalaryType.Name = "palSalaryType"; this.palSalaryType.Size = new System.Drawing.Size(228, 21); this.palSalaryType.TabIndex = 137; // // 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, 93); this.txtRemarks.Multiline = true; this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.Size = new System.Drawing.Size(403, 119); this.txtRemarks.TabIndex = 133; 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(12, 100); this.lblRemarks.Name = "lblRemarks"; this.lblRemarks.Size = new System.Drawing.Size(53, 12); this.lblRemarks.TabIndex = 135; 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(165, 218); this.btnReturn.Name = "btnReturn"; this.btnReturn.Size = new System.Drawing.Size(85, 30); this.btnReturn.TabIndex = 141; 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(74, 218); this.btnPass.Name = "btnPass"; this.btnPass.Size = new System.Drawing.Size(85, 30); this.btnPass.TabIndex = 140; 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(389, 218); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 139; 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(298, 218); this.btnSubmit.Name = "btnSubmit"; this.btnSubmit.Size = new System.Drawing.Size(85, 30); this.btnSubmit.TabIndex = 138; this.btnSubmit.Text = "提交(&S)"; this.btnSubmit.UseVisualStyleBackColor = false; this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click); // // F_TAT_0402 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(511, 271); 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.txtQualityName); this.Controls.Add(this.lblQualityName); 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_0402"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "F_TAT_0402"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_TAT_0402_FormClosed); this.Load += new System.EventHandler(this.F_TAT_0402_Load); this.Controls.SetChildIndex(this.lblRemarks, 0); this.Controls.SetChildIndex(this.txtRemarks, 0); this.Controls.SetChildIndex(this.palSalaryType, 0); this.Controls.SetChildIndex(this.lblQualityName, 0); this.Controls.SetChildIndex(this.txtQualityName, 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 txtQualityName; private Basics.BaseControls.C_Label lblQualityName; private Basics.BaseControls.C_RadioButton cbTrial; private Basics.BaseControls.C_RadioButton cbCeremonial; private System.Windows.Forms.Panel palSalaryType; 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; } }