using Dongke.IBOSS.PRD.Basics.BaseControls; namespace Dongke.IBOSS.PRD.Client.HRModule { partial class F_HR_0103 { /// /// 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_HR_0103)); this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.chkStaffStatus0 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton(); this.chkStaffStatus1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton(); this.chkStaffStatus2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton(); this.SuspendLayout(); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.BackColor = System.Drawing.Color.Transparent; this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage"))); this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnOK.ForeColor = System.Drawing.Color.White; this.btnOK.Location = new System.Drawing.Point(99, 73); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 30); this.btnOK.TabIndex = 12; this.btnOK.Text = "确定(&K)"; this.btnOK.UseVisualStyleBackColor = false; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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(190, 73); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 13; this.btnClose.Text = "取消(&C)"; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // chkStaffStatus0 // this.chkStaffStatus0.AutoSize = true; this.chkStaffStatus0.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkStaffStatus0.Location = new System.Drawing.Point(37, 38); this.chkStaffStatus0.Name = "chkStaffStatus0"; this.chkStaffStatus0.Size = new System.Drawing.Size(59, 16); this.chkStaffStatus0.TabIndex = 14; this.chkStaffStatus0.Text = "未入职"; this.chkStaffStatus0.UseVisualStyleBackColor = true; // // chkStaffStatus1 // this.chkStaffStatus1.AutoSize = true; this.chkStaffStatus1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkStaffStatus1.Location = new System.Drawing.Point(113, 38); this.chkStaffStatus1.Name = "chkStaffStatus1"; this.chkStaffStatus1.Size = new System.Drawing.Size(59, 16); this.chkStaffStatus1.TabIndex = 14; this.chkStaffStatus1.Text = "试用期"; this.chkStaffStatus1.UseVisualStyleBackColor = true; // // chkStaffStatus2 // this.chkStaffStatus2.AutoSize = true; this.chkStaffStatus2.Checked = true; this.chkStaffStatus2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkStaffStatus2.Location = new System.Drawing.Point(188, 38); this.chkStaffStatus2.Name = "chkStaffStatus2"; this.chkStaffStatus2.Size = new System.Drawing.Size(47, 16); this.chkStaffStatus2.TabIndex = 14; this.chkStaffStatus2.TabStop = true; this.chkStaffStatus2.Text = "入职"; this.chkStaffStatus2.UseVisualStyleBackColor = true; // // F_HR_0103 // 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(287, 128); this.Controls.Add(this.chkStaffStatus2); this.Controls.Add(this.chkStaffStatus1); this.Controls.Add(this.chkStaffStatus0); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnOK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_HR_0103"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "员工状态"; this.Controls.SetChildIndex(this.btnOK, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.chkStaffStatus0, 0); this.Controls.SetChildIndex(this.chkStaffStatus1, 0); this.Controls.SetChildIndex(this.chkStaffStatus2, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private C_Button btnOK; private C_Button btnClose; private C_RadioButton chkStaffStatus0; private C_RadioButton chkStaffStatus1; private C_RadioButton chkStaffStatus2; } }