namespace Dongke.IBOSS.PRD.Client.HRModule
{
partial class F_PAM_0504
{
///
/// 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_PAM_0504));
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.rbt1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
this.rbt2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.BackColor = System.Drawing.Color.Transparent;
this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCancel.ForeColor = System.Drawing.Color.White;
this.btnCancel.Location = new System.Drawing.Point(128, 60);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 30);
this.btnCancel.TabIndex = 14;
this.btnCancel.Text = "关闭";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.BackColor = System.Drawing.Color.Transparent;
this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.ForeColor = System.Drawing.Color.White;
this.btnSave.Location = new System.Drawing.Point(37, 60);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 30);
this.btnSave.TabIndex = 13;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// rbt1
//
this.rbt1.AutoSize = true;
this.rbt1.Checked = true;
this.rbt1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rbt1.Location = new System.Drawing.Point(27, 27);
this.rbt1.Name = "rbt1";
this.rbt1.Size = new System.Drawing.Size(71, 16);
this.rbt1.TabIndex = 15;
this.rbt1.TabStop = true;
this.rbt1.Text = "审核通过";
this.rbt1.UseVisualStyleBackColor = true;
//
// rbt2
//
this.rbt2.AutoSize = true;
this.rbt2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rbt2.Location = new System.Drawing.Point(104, 27);
this.rbt2.Name = "rbt2";
this.rbt2.Size = new System.Drawing.Size(83, 16);
this.rbt2.TabIndex = 15;
this.rbt2.TabStop = true;
this.rbt2.Text = "审核不通过";
this.rbt2.UseVisualStyleBackColor = true;
//
// F_PAM_0504
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(226, 117);
this.Controls.Add(this.rbt2);
this.Controls.Add(this.rbt1);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_PAM_0504";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StatusSizingGrip = false;
this.Text = "行政考核审核";
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.rbt1, 0);
this.Controls.SetChildIndex(this.rbt2, 0);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_Button btnCancel;
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_RadioButton rbt1;
private Basics.BaseControls.C_RadioButton rbt2;
}
}