old_flsystem/FLSystem/Forms/LockForm.Designer.cs

151 lines
7.2 KiB
C#

namespace FLSystem.Forms
{
partial class LockForm
{
/// <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()
{
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
this.lb_LoginName = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.panel1 = new System.Windows.Forms.Panel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// simpleButton1
//
this.simpleButton1.Location = new System.Drawing.Point(76, 181);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(142, 28);
this.simpleButton1.TabIndex = 6;
this.simpleButton1.Text = "立即解锁 >>";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// textEdit1
//
this.textEdit1.Location = new System.Drawing.Point(61, 120);
this.textEdit1.Name = "textEdit1";
this.textEdit1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 15F);
this.textEdit1.Properties.Appearance.Options.UseFont = true;
this.textEdit1.Properties.PasswordChar = '*';
this.textEdit1.Size = new System.Drawing.Size(347, 30);
this.textEdit1.TabIndex = 7;
//
// lb_LoginName
//
this.lb_LoginName.Appearance.Font = new System.Drawing.Font("Tahoma", 20F);
this.lb_LoginName.Appearance.ForeColor = System.Drawing.Color.RoyalBlue;
this.lb_LoginName.Appearance.Options.UseFont = true;
this.lb_LoginName.Appearance.Options.UseForeColor = true;
this.lb_LoginName.Location = new System.Drawing.Point(61, 38);
this.lb_LoginName.Name = "lb_LoginName";
this.lb_LoginName.Size = new System.Drawing.Size(81, 33);
this.lb_LoginName.TabIndex = 8;
this.lb_LoginName.Text = "先森吳";
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold);
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Gray;
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Appearance.Options.UseForeColor = true;
this.labelControl1.Location = new System.Drawing.Point(146, 78);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(105, 24);
this.labelControl1.TabIndex = 8;
this.labelControl1.Text = "正在锁定中";
//
// panel1
//
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Controls.Add(this.simpleButton2);
this.panel1.Controls.Add(this.simpleButton1);
this.panel1.Controls.Add(this.textEdit1);
this.panel1.Controls.Add(this.labelControl1);
this.panel1.Controls.Add(this.lb_LoginName);
this.panel1.Location = new System.Drawing.Point(123, 124);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(433, 236);
this.panel1.TabIndex = 10;
//
// pictureBox1
//
this.pictureBox1.Image = global::FLSystem.Properties.Resources.;
this.pictureBox1.Location = new System.Drawing.Point(110, 74);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(28, 28);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 9;
this.pictureBox1.TabStop = false;
//
// simpleButton2
//
this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.simpleButton2.Location = new System.Drawing.Point(247, 181);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(142, 28);
this.simpleButton2.TabIndex = 6;
this.simpleButton2.Text = "最小化";
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
//
// LockForm
//
this.AcceptButton = this.simpleButton1;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.simpleButton2;
this.ClientSize = new System.Drawing.Size(803, 620);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MinimumSize = new System.Drawing.Size(343, 257);
this.Name = "LockForm";
this.Text = "LockForm";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LockForm_FormClosing);
this.Load += new System.EventHandler(this.LockForm_Load);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Main_MouseDown);
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.TextEdit textEdit1;
private DevExpress.XtraEditors.LabelControl lb_LoginName;
private DevExpress.XtraEditors.LabelControl labelControl1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.PictureBox pictureBox1;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
}
}