namespace Dongke.IBOSS.PRD.Client.TATModule { partial class F_TAT_0602 { /// /// 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_0602)); 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.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.txtAdministrationName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblAdministrationName = 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.lblAdministrationType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lbxAdministrationType = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox(); this.palSalaryType.SuspendLayout(); this.SuspendLayout(); // // 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, 236); this.btnReturn.Name = "btnReturn"; this.btnReturn.Size = new System.Drawing.Size(85, 30); this.btnReturn.TabIndex = 161; 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(71, 236); this.btnPass.Name = "btnPass"; this.btnPass.Size = new System.Drawing.Size(85, 30); this.btnPass.TabIndex = 160; 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, 236); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 159; 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, 236); this.btnSubmit.Name = "btnSubmit"; this.btnSubmit.Size = new System.Drawing.Size(85, 30); this.btnSubmit.TabIndex = 158; this.btnSubmit.Text = "提交(&S)"; this.btnSubmit.UseVisualStyleBackColor = false; this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click); // // 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, 65); this.lblSalaryType.Name = "lblSalaryType"; this.lblSalaryType.Size = new System.Drawing.Size(53, 12); this.lblSalaryType.TabIndex = 156; 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, 33); this.dtpStartTime.Name = "dtpStartTime"; this.dtpStartTime.Size = new System.Drawing.Size(170, 21); this.dtpStartTime.TabIndex = 152; // // 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, 38); this.lblStartTime.Name = "lblStartTime"; this.lblStartTime.Size = new System.Drawing.Size(53, 12); this.lblStartTime.TabIndex = 154; this.lblStartTime.Text = "开始时间"; // // txtAdministrationName // this.txtAdministrationName.BackColor = System.Drawing.Color.Yellow; this.txtAdministrationName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtAdministrationName.ErrorMessage = ""; this.txtAdministrationName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtAdministrationName.IsMustInput = true; this.txtAdministrationName.Location = new System.Drawing.Point(71, 6); this.txtAdministrationName.MaxLength = 20; this.txtAdministrationName.Name = "txtAdministrationName"; this.txtAdministrationName.Size = new System.Drawing.Size(170, 21); this.txtAdministrationName.TabIndex = 151; this.txtAdministrationName.TextValue = ""; // // lblAdministrationName // this.lblAdministrationName.AutoSize = true; this.lblAdministrationName.BackColor = System.Drawing.Color.Transparent; this.lblAdministrationName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblAdministrationName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblAdministrationName.IsMustInput = true; this.lblAdministrationName.Location = new System.Drawing.Point(12, 9); this.lblAdministrationName.Name = "lblAdministrationName"; this.lblAdministrationName.Size = new System.Drawing.Size(53, 12); this.lblAdministrationName.TabIndex = 150; this.lblAdministrationName.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, 60); this.palSalaryType.Name = "palSalaryType"; this.palSalaryType.Size = new System.Drawing.Size(228, 21); this.palSalaryType.TabIndex = 157; // // 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(71, 111); this.txtRemarks.Multiline = true; this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.Size = new System.Drawing.Size(403, 119); this.txtRemarks.TabIndex = 153; 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, 111); this.lblRemarks.Name = "lblRemarks"; this.lblRemarks.Size = new System.Drawing.Size(53, 12); this.lblRemarks.TabIndex = 155; this.lblRemarks.Text = "策略备注"; // // lblAdministrationType // this.lblAdministrationType.AutoSize = true; this.lblAdministrationType.BackColor = System.Drawing.Color.Transparent; this.lblAdministrationType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblAdministrationType.ForeColor = System.Drawing.SystemColors.ControlText; this.lblAdministrationType.Location = new System.Drawing.Point(12, 88); this.lblAdministrationType.Name = "lblAdministrationType"; this.lblAdministrationType.Size = new System.Drawing.Size(53, 12); this.lblAdministrationType.TabIndex = 163; this.lblAdministrationType.Text = "行政类别"; // // lbxAdministrationType // this.lbxAdministrationType.BackColor = System.Drawing.Color.Yellow; this.lbxAdministrationType.BackgroundColor = System.Drawing.SystemColors.Window; this.lbxAdministrationType.DataSource = null; this.lbxAdministrationType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbxAdministrationType.FormattingEnabled = true; this.lbxAdministrationType.IsMustInput = true; // // // this.lbxAdministrationType.ListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.lbxAdministrationType.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbxAdministrationType.ListBox.Location = new System.Drawing.Point(0, 0); this.lbxAdministrationType.ListBox.Name = ""; this.lbxAdministrationType.ListBox.Size = new System.Drawing.Size(168, 136); this.lbxAdministrationType.ListBox.TabIndex = 0; this.lbxAdministrationType.Location = new System.Drawing.Point(71, 85); this.lbxAdministrationType.Name = "lbxAdministrationType"; this.lbxAdministrationType.Size = new System.Drawing.Size(170, 20); this.lbxAdministrationType.TabIndex = 162; // // F_TAT_0602 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(524, 286); this.Controls.Add(this.lblAdministrationType); this.Controls.Add(this.lbxAdministrationType); 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.txtAdministrationName); this.Controls.Add(this.lblAdministrationName); 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_0602"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "F_TAT_0602"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_TAT_0602_FormClosed); this.Load += new System.EventHandler(this.F_TAT_0602_Load); this.Controls.SetChildIndex(this.lblRemarks, 0); this.Controls.SetChildIndex(this.txtRemarks, 0); this.Controls.SetChildIndex(this.palSalaryType, 0); this.Controls.SetChildIndex(this.lblAdministrationName, 0); this.Controls.SetChildIndex(this.txtAdministrationName, 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.Controls.SetChildIndex(this.lbxAdministrationType, 0); this.Controls.SetChildIndex(this.lblAdministrationType, 0); this.palSalaryType.ResumeLayout(false); this.palSalaryType.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Button btnReturn; private Basics.BaseControls.C_Button btnPass; private Basics.BaseControls.C_Button btnClose; private Basics.BaseControls.C_Button btnSubmit; private Basics.BaseControls.C_Label lblSalaryType; private Basics.BaseControls.C_DateTimePicker dtpStartTime; private Basics.BaseControls.C_Label lblStartTime; private Basics.BaseControls.C_TextBox txtAdministrationName; private Basics.BaseControls.C_Label lblAdministrationName; 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_Label lblAdministrationType; private Basics.BaseControls.DKListBoxComboBox lbxAdministrationType; } }