namespace CSFrameworkV5.Library
|
{
|
partial class frmLock
|
{
|
/// <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.Windows.Forms.Label label4;
|
System.Windows.Forms.Label label2;
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLock));
|
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.btnLock = new DevExpress.XtraEditors.SimpleButton();
|
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
this.btnExitSys = new DevExpress.XtraEditors.SimpleButton();
|
this.btnUnLock = new DevExpress.XtraEditors.SimpleButton();
|
this.txtUser = new DevExpress.XtraEditors.TextEdit();
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
|
this.txtPwd = new DevExpress.XtraEditors.TextEdit();
|
this.labelControl33 = new DevExpress.XtraEditors.LabelControl();
|
label4 = new System.Windows.Forms.Label();
|
label2 = new System.Windows.Forms.Label();
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
this.xtraTabControl1.SuspendLayout();
|
this.xtraTabPage1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
this.panelControl1.SuspendLayout();
|
this.xtraTabPage2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
this.panelControl2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtUser.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtPwd.Properties)).BeginInit();
|
this.SuspendLayout();
|
//
|
// label4
|
//
|
label4.AutoSize = true;
|
label4.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
label4.ForeColor = System.Drawing.Color.Red;
|
label4.Location = new System.Drawing.Point(276, 108);
|
label4.Name = "label4";
|
label4.Size = new System.Drawing.Size(14, 14);
|
label4.TabIndex = 337;
|
label4.Text = "*";
|
//
|
// label2
|
//
|
label2.AutoSize = true;
|
label2.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
label2.ForeColor = System.Drawing.Color.Red;
|
label2.Location = new System.Drawing.Point(276, 73);
|
label2.Name = "label2";
|
label2.Size = new System.Drawing.Size(14, 14);
|
label2.TabIndex = 336;
|
label2.Text = "*";
|
//
|
// xtraTabControl1
|
//
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
|
this.xtraTabControl1.Size = new System.Drawing.Size(773, 451);
|
this.xtraTabControl1.TabIndex = 0;
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
this.xtraTabPage1,
|
this.xtraTabPage2});
|
//
|
// xtraTabPage1
|
//
|
this.xtraTabPage1.Controls.Add(this.panelControl1);
|
this.xtraTabPage1.Name = "xtraTabPage1";
|
this.xtraTabPage1.Size = new System.Drawing.Size(767, 422);
|
this.xtraTabPage1.Text = "xtraTabPage1";
|
//
|
// panelControl1
|
//
|
this.panelControl1.Anchor = System.Windows.Forms.AnchorStyles.None;
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.panelControl1.Controls.Add(this.labelControl1);
|
this.panelControl1.Controls.Add(this.btnLock);
|
this.panelControl1.Location = new System.Drawing.Point(258, 117);
|
this.panelControl1.Name = "panelControl1";
|
this.panelControl1.Size = new System.Drawing.Size(242, 194);
|
this.panelControl1.TabIndex = 2;
|
//
|
// labelControl1
|
//
|
this.labelControl1.Location = new System.Drawing.Point(43, 163);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(166, 14);
|
this.labelControl1.TabIndex = 2;
|
this.labelControl1.Text = "点击按钮或按 “Ctrl+L”解除锁定";
|
//
|
// btnLock
|
//
|
this.btnLock.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
this.btnLock.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnLock.ImageOptions.Image = global::CSFrameworkV5.Library.Properties.Resources.Lock1;
|
this.btnLock.Location = new System.Drawing.Point(57, 17);
|
this.btnLock.Name = "btnLock";
|
this.btnLock.Size = new System.Drawing.Size(135, 132);
|
this.btnLock.TabIndex = 1;
|
this.btnLock.Click += new System.EventHandler(this.btnLock_Click);
|
//
|
// xtraTabPage2
|
//
|
this.xtraTabPage2.Controls.Add(this.panelControl2);
|
this.xtraTabPage2.Name = "xtraTabPage2";
|
this.xtraTabPage2.Size = new System.Drawing.Size(767, 422);
|
this.xtraTabPage2.Text = "xtraTabPage2";
|
//
|
// panelControl2
|
//
|
this.panelControl2.Anchor = System.Windows.Forms.AnchorStyles.None;
|
this.panelControl2.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
this.panelControl2.Appearance.Options.UseFont = true;
|
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
|
this.panelControl2.Controls.Add(this.btnExitSys);
|
this.panelControl2.Controls.Add(this.btnUnLock);
|
this.panelControl2.Controls.Add(this.txtUser);
|
this.panelControl2.Controls.Add(label4);
|
this.panelControl2.Controls.Add(this.pictureBox2);
|
this.panelControl2.Controls.Add(label2);
|
this.panelControl2.Controls.Add(this.labelControl2);
|
this.panelControl2.Controls.Add(this.labelControl7);
|
this.panelControl2.Controls.Add(this.txtPwd);
|
this.panelControl2.Controls.Add(this.labelControl33);
|
this.panelControl2.Location = new System.Drawing.Point(227, 108);
|
this.panelControl2.Name = "panelControl2";
|
this.panelControl2.Size = new System.Drawing.Size(317, 195);
|
this.panelControl2.TabIndex = 347;
|
//
|
// btnExitSys
|
//
|
this.btnExitSys.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnExitSys.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnExitSys.ImageOptions.Image = global::CSFrameworkV5.Library.Properties.Resources._16_Close;
|
this.btnExitSys.Location = new System.Drawing.Point(180, 140);
|
this.btnExitSys.Name = "btnExitSys";
|
this.btnExitSys.Size = new System.Drawing.Size(79, 32);
|
this.btnExitSys.TabIndex = 347;
|
this.btnExitSys.Text = "退出系统";
|
this.btnExitSys.Click += new System.EventHandler(this.btnExitSys_Click);
|
//
|
// btnUnLock
|
//
|
this.btnUnLock.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnUnLock.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnUnLock.ImageOptions.Image = global::CSFrameworkV5.Library.Properties.Resources._14;
|
this.btnUnLock.Location = new System.Drawing.Point(93, 140);
|
this.btnUnLock.Name = "btnUnLock";
|
this.btnUnLock.Size = new System.Drawing.Size(79, 32);
|
this.btnUnLock.TabIndex = 347;
|
this.btnUnLock.Text = "解除锁定";
|
this.btnUnLock.Click += new System.EventHandler(this.btnUnLock_Click);
|
//
|
// txtUser
|
//
|
this.txtUser.Location = new System.Drawing.Point(92, 67);
|
this.txtUser.Name = "txtUser";
|
this.txtUser.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
|
this.txtUser.Properties.Appearance.Options.UseFont = true;
|
this.txtUser.Size = new System.Drawing.Size(177, 26);
|
this.txtUser.TabIndex = 0;
|
//
|
// pictureBox2
|
//
|
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
|
this.pictureBox2.Location = new System.Drawing.Point(56, 22);
|
this.pictureBox2.Name = "pictureBox2";
|
this.pictureBox2.Size = new System.Drawing.Size(32, 32);
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
this.pictureBox2.TabIndex = 344;
|
this.pictureBox2.TabStop = false;
|
//
|
// labelControl2
|
//
|
this.labelControl2.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.labelControl2.Appearance.Options.UseFont = true;
|
this.labelControl2.Location = new System.Drawing.Point(52, 97);
|
this.labelControl2.Name = "labelControl2";
|
this.labelControl2.Size = new System.Drawing.Size(31, 20);
|
this.labelControl2.TabIndex = 2;
|
this.labelControl2.Text = "密码:";
|
//
|
// labelControl7
|
//
|
this.labelControl7.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.labelControl7.Appearance.Options.UseFont = true;
|
this.labelControl7.Location = new System.Drawing.Point(93, 26);
|
this.labelControl7.Name = "labelControl7";
|
this.labelControl7.Size = new System.Drawing.Size(140, 20);
|
this.labelControl7.TabIndex = 346;
|
this.labelControl7.Text = "请输入登录帐号及密码";
|
//
|
// txtPwd
|
//
|
this.txtPwd.Location = new System.Drawing.Point(92, 98);
|
this.txtPwd.Name = "txtPwd";
|
this.txtPwd.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
|
this.txtPwd.Properties.Appearance.Options.UseFont = true;
|
this.txtPwd.Properties.PasswordChar = '*';
|
this.txtPwd.Size = new System.Drawing.Size(177, 26);
|
this.txtPwd.TabIndex = 1;
|
//
|
// labelControl33
|
//
|
this.labelControl33.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.labelControl33.Appearance.Options.UseFont = true;
|
this.labelControl33.Location = new System.Drawing.Point(24, 68);
|
this.labelControl33.Name = "labelControl33";
|
this.labelControl33.Size = new System.Drawing.Size(59, 20);
|
this.labelControl33.TabIndex = 327;
|
this.labelControl33.Text = "登录帐号:";
|
//
|
// frmLock
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(773, 451);
|
this.ControlBox = false;
|
this.Controls.Add(this.xtraTabControl1);
|
this.KeyPreview = true;
|
this.Name = "frmLock";
|
this.Text = "frmLock";
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmLock_FormClosing);
|
this.Load += new System.EventHandler(this.frmLock_Load);
|
this.Shown += new System.EventHandler(this.frmLock_Shown);
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLock_KeyDown);
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
this.xtraTabControl1.ResumeLayout(false);
|
this.xtraTabPage1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
this.panelControl1.ResumeLayout(false);
|
this.panelControl1.PerformLayout();
|
this.xtraTabPage2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
this.panelControl2.ResumeLayout(false);
|
this.panelControl2.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtUser.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtPwd.Properties)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.XtraEditors.SimpleButton btnLock;
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
private System.Windows.Forms.PictureBox pictureBox2;
|
private DevExpress.XtraEditors.TextEdit txtUser;
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
private DevExpress.XtraEditors.TextEdit txtPwd;
|
private DevExpress.XtraEditors.LabelControl labelControl33;
|
private DevExpress.XtraEditors.LabelControl labelControl7;
|
private DevExpress.XtraEditors.SimpleButton btnExitSys;
|
private DevExpress.XtraEditors.SimpleButton btnUnLock;
|
}
|
}
|