namespace Dongke.IBOSS.PRD.Client.Controls
{
partial class S_CMN_012
{
///
/// 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(S_CMN_012));
this.btnPass = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnNotPass = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.SuspendLayout();
//
// btnPass
//
this.btnPass.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
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(29, 70);
this.btnPass.Name = "btnPass";
this.btnPass.Size = new System.Drawing.Size(85, 30);
this.btnPass.TabIndex = 28;
this.btnPass.Text = "通过";
this.btnPass.UseVisualStyleBackColor = false;
this.btnPass.Click += new System.EventHandler(this.btnPass_Click);
//
// btnNotPass
//
this.btnNotPass.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnNotPass.BackColor = System.Drawing.Color.Transparent;
this.btnNotPass.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnNotPass.BackgroundImage")));
this.btnNotPass.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnNotPass.ForeColor = System.Drawing.Color.White;
this.btnNotPass.Location = new System.Drawing.Point(120, 70);
this.btnNotPass.Name = "btnNotPass";
this.btnNotPass.Size = new System.Drawing.Size(85, 30);
this.btnNotPass.TabIndex = 29;
this.btnNotPass.Text = "不通过";
this.btnNotPass.UseVisualStyleBackColor = false;
this.btnNotPass.Click += new System.EventHandler(this.btnNotPass_Click);
//
// c_Label1
//
this.c_Label1.AutoSize = true;
this.c_Label1.BackColor = System.Drawing.Color.Transparent;
this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label1.Location = new System.Drawing.Point(51, 27);
this.c_Label1.Name = "c_Label1";
this.c_Label1.Size = new System.Drawing.Size(89, 12);
this.c_Label1.TabIndex = 30;
this.c_Label1.Text = "审核是否通过?";
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.BackColor = System.Drawing.Color.Transparent;
this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
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(211, 70);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(85, 30);
this.btnClose.TabIndex = 31;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = false;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// S_CMN_012
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(308, 137);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.c_Label1);
this.Controls.Add(this.btnPass);
this.Controls.Add(this.btnNotPass);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "S_CMN_012";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StatusSizingGrip = false;
this.Text = "审核";
this.Controls.SetChildIndex(this.btnNotPass, 0);
this.Controls.SetChildIndex(this.btnPass, 0);
this.Controls.SetChildIndex(this.c_Label1, 0);
this.Controls.SetChildIndex(this.btnClose, 0);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_Button btnPass;
private Basics.BaseControls.C_Button btnNotPass;
private Basics.BaseControls.C_Label c_Label1;
private Basics.BaseControls.C_Button btnClose;
}
}