namespace CSFrameworkV5.Library.CommonForms
{
partial class frmUserApproval
{
///
/// 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(frmUserApproval));
System.Windows.Forms.Label label4;
System.Windows.Forms.Label label2;
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
this.txtUser = new DevExpress.XtraEditors.TextEdit();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.txtPwd = new DevExpress.XtraEditors.TextEdit();
this.labelControl33 = new DevExpress.XtraEditors.LabelControl();
this.btn_Cancle = new DevExpress.XtraEditors.SimpleButton();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
label4 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
this.pnlButtonAction.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
this.panelControl4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtUser.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPwd.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.Controls.Add(this.labelControl7);
this.panelControl1.Controls.Add(this.pictureBox2);
this.panelControl1.Controls.Add(this.panelControl4);
this.panelControl1.Size = new System.Drawing.Size(364, 178);
//
// btnOk
//
this.btnOk.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOk.ImageOptions.Image")));
this.btnOk.Location = new System.Drawing.Point(75, 8);
this.btnOk.Size = new System.Drawing.Size(99, 38);
this.btnOk.TabIndex = 1;
this.btnOk.Text = "审核(&O)";
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// btnCancel
//
this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image")));
this.btnCancel.Location = new System.Drawing.Point(257, 186);
this.btnCancel.Size = new System.Drawing.Size(90, 31);
this.btnCancel.TabIndex = 2;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// pnlButtonAction
//
this.pnlButtonAction.Controls.Add(this.btn_Cancle);
this.pnlButtonAction.Location = new System.Drawing.Point(0, 201);
this.pnlButtonAction.Size = new System.Drawing.Size(364, 55);
this.pnlButtonAction.Controls.SetChildIndex(this.btnOk, 0);
this.pnlButtonAction.Controls.SetChildIndex(this.btn_Cancle, 0);
this.pnlButtonAction.Controls.SetChildIndex(this.btnCancel, 0);
//
// label4
//
label4.AutoSize = true;
label4.Font = new System.Drawing.Font("Tahoma", 11F);
label4.ForeColor = System.Drawing.Color.Red;
label4.Location = new System.Drawing.Point(283, 62);
label4.Name = "label4";
label4.Size = new System.Drawing.Size(16, 18);
label4.TabIndex = 337;
label4.Text = "*";
//
// label2
//
label2.AutoSize = true;
label2.Font = new System.Drawing.Font("Tahoma", 11F);
label2.ForeColor = System.Drawing.Color.Red;
label2.Location = new System.Drawing.Point(283, 27);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(16, 18);
label2.TabIndex = 336;
label2.Text = "*";
//
// labelControl7
//
this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl7.Appearance.Options.UseFont = true;
this.labelControl7.Location = new System.Drawing.Point(75, 24);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(130, 14);
this.labelControl7.TabIndex = 343;
this.labelControl7.Text = "请输入登录帐号及密码";
//
// panelControl4
//
this.panelControl4.Controls.Add(this.txtUser);
this.panelControl4.Controls.Add(label4);
this.panelControl4.Controls.Add(label2);
this.panelControl4.Controls.Add(this.labelControl2);
this.panelControl4.Controls.Add(this.txtPwd);
this.panelControl4.Controls.Add(this.labelControl33);
this.panelControl4.Location = new System.Drawing.Point(12, 65);
this.panelControl4.Name = "panelControl4";
this.panelControl4.Size = new System.Drawing.Size(340, 110);
this.panelControl4.TabIndex = 342;
//
// txtUser
//
this.txtUser.Location = new System.Drawing.Point(101, 24);
this.txtUser.Name = "txtUser";
this.txtUser.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txtUser.Properties.Appearance.Options.UseFont = true;
this.txtUser.Size = new System.Drawing.Size(176, 22);
this.txtUser.TabIndex = 339;
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(56, 58);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(28, 14);
this.labelControl2.TabIndex = 2;
this.labelControl2.Text = "密码:";
//
// txtPwd
//
this.txtPwd.Location = new System.Drawing.Point(101, 55);
this.txtPwd.Name = "txtPwd";
this.txtPwd.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txtPwd.Properties.Appearance.Options.UseFont = true;
this.txtPwd.Properties.PasswordChar = '*';
this.txtPwd.Size = new System.Drawing.Size(176, 22);
this.txtPwd.TabIndex = 0;
//
// labelControl33
//
this.labelControl33.Location = new System.Drawing.Point(32, 27);
this.labelControl33.Name = "labelControl33";
this.labelControl33.Size = new System.Drawing.Size(52, 14);
this.labelControl33.TabIndex = 327;
this.labelControl33.Text = "登录帐号:";
//
// btn_Cancle
//
this.btn_Cancle.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btn_Cancle.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_Cancle.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Cancle.ImageOptions.Image")));
this.btn_Cancle.Location = new System.Drawing.Point(190, 8);
this.btn_Cancle.Name = "btn_Cancle";
this.btn_Cancle.Size = new System.Drawing.Size(99, 38);
this.btn_Cancle.TabIndex = 3;
this.btn_Cancle.Text = "解除审核";
this.btn_Cancle.Click += new System.EventHandler(this.btn_Cancle_Click);
//
// pictureBox2
//
this.pictureBox2.Image = global::CSFrameworkV5.Library.ResImage._48_MenuAuth;
this.pictureBox2.Location = new System.Drawing.Point(13, 11);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(48, 48);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox2.TabIndex = 338;
this.pictureBox2.TabStop = false;
//
// frmUserApproval
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.ClientSize = new System.Drawing.Size(364, 256);
this.ControlBox = false;
this.Name = "frmUserApproval";
this.Text = "审核";
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
this.pnlButtonAction.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
this.panelControl4.ResumeLayout(false);
this.panelControl4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtUser.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPwd.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraEditors.PanelControl panelControl4;
private System.Windows.Forms.PictureBox pictureBox2;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.TextEdit txtPwd;
private DevExpress.XtraEditors.LabelControl labelControl33;
private DevExpress.XtraEditors.SimpleButton btn_Cancle;
private DevExpress.XtraEditors.TextEdit txtUser;
}
}