| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- using Dongke.IBOSS.PRD.Basics.BaseControls;
- namespace Dongke.IBOSS.PRD.Client.HRModule
- {
- partial class F_HR_0103
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|