ac0d4925ed
SVN-Revision: r1168
384 lines
22 KiB
C#
384 lines
22 KiB
C#
namespace Lskj.Main
|
|
{
|
|
partial class FrmLogin
|
|
{
|
|
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmLogin));
|
|
this.lblCopyright = new System.Windows.Forms.Label();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.btnSetConfig = new System.Windows.Forms.Label();
|
|
this.chkUpdate = new DevExpress.XtraEditors.CheckEdit();
|
|
this.chkClient = new DevExpress.XtraEditors.CheckEdit();
|
|
this.chkLogin = new DevExpress.XtraEditors.CheckEdit();
|
|
this.txtPassword = new DevExpress.XtraEditors.TextEdit();
|
|
this.btnColse = new System.Windows.Forms.Button();
|
|
this.cbLedger = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
this.autoGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.chkNotice = new DevExpress.XtraEditors.CheckEdit();
|
|
this.plTop = new System.Windows.Forms.Panel();
|
|
this.btnLogin = new System.Windows.Forms.PictureBox();
|
|
this.chkRemPwd = new DevExpress.XtraEditors.CheckEdit();
|
|
this.lueUserName = new Lskj.Control.AutoGridLookUp();
|
|
this.upDateTimeLab = new System.Windows.Forms.Label();
|
|
this.language = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
this.forgetPwd = new DevExpress.XtraEditors.PictureEdit();
|
|
this.toolTip = new System.Windows.Forms.ToolTip();
|
|
this.checkPwd = new DevExpress.XtraEditors.PictureEdit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkUpdate.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkClient.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkLogin.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPassword.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbLedger.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.autoGridLookUpEdit1View)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkNotice.Properties)).BeginInit();
|
|
this.plTop.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnLogin)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkRemPwd.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lueUserName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.language.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.forgetPwd.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.checkPwd.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblCopyright
|
|
//
|
|
this.lblCopyright.AutoSize = true;
|
|
this.lblCopyright.BackColor = System.Drawing.Color.White;
|
|
this.lblCopyright.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.lblCopyright.ForeColor = System.Drawing.Color.Black;
|
|
this.lblCopyright.Location = new System.Drawing.Point(403, 425);
|
|
this.lblCopyright.Name = "lblCopyright";
|
|
this.lblCopyright.Size = new System.Drawing.Size(253, 17);
|
|
this.lblCopyright.TabIndex = 34;
|
|
this.lblCopyright.Text = "版权所有:成都朗速科技有限公司 版本:V7.0";
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackgroundImage = global::Lskj.Main.Properties.Resources.setting;
|
|
this.pictureBox1.Location = new System.Drawing.Point(305, 425);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(16, 16);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox1.TabIndex = 32;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// btnSetConfig
|
|
//
|
|
this.btnSetConfig.AutoSize = true;
|
|
this.btnSetConfig.BackColor = System.Drawing.Color.White;
|
|
this.btnSetConfig.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnSetConfig.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.btnSetConfig.ForeColor = System.Drawing.Color.Blue;
|
|
this.btnSetConfig.Location = new System.Drawing.Point(321, 425);
|
|
this.btnSetConfig.Name = "btnSetConfig";
|
|
this.btnSetConfig.Size = new System.Drawing.Size(68, 17);
|
|
this.btnSetConfig.TabIndex = 30;
|
|
this.btnSetConfig.Text = "设置服务器";
|
|
this.btnSetConfig.Click += new System.EventHandler(this.OnSetConfigClick);
|
|
//
|
|
// chkUpdate
|
|
//
|
|
this.chkUpdate.Location = new System.Drawing.Point(26, 423);
|
|
this.chkUpdate.Name = "chkUpdate";
|
|
this.chkUpdate.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.chkUpdate.Properties.Appearance.Options.UseFont = true;
|
|
this.chkUpdate.Properties.Caption = "自动升级";
|
|
this.chkUpdate.Size = new System.Drawing.Size(75, 21);
|
|
this.chkUpdate.TabIndex = 36;
|
|
//
|
|
// chkClient
|
|
//
|
|
this.chkClient.Location = new System.Drawing.Point(112, 423);
|
|
this.chkClient.Name = "chkClient";
|
|
this.chkClient.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.chkClient.Properties.Appearance.Options.UseFont = true;
|
|
this.chkClient.Properties.Caption = "智能客户端";
|
|
this.chkClient.Size = new System.Drawing.Size(87, 21);
|
|
this.chkClient.TabIndex = 37;
|
|
//
|
|
// chkLogin
|
|
//
|
|
this.chkLogin.Location = new System.Drawing.Point(416, 298);
|
|
this.chkLogin.Name = "chkLogin";
|
|
this.chkLogin.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
this.chkLogin.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
|
|
this.chkLogin.Properties.Appearance.Options.UseFont = true;
|
|
this.chkLogin.Properties.Appearance.Options.UseForeColor = true;
|
|
this.chkLogin.Properties.Caption = "强制登录";
|
|
this.chkLogin.Size = new System.Drawing.Size(85, 24);
|
|
this.chkLogin.TabIndex = 39;
|
|
//
|
|
// txtPassword
|
|
//
|
|
this.txtPassword.EditValue = "";
|
|
this.txtPassword.Location = new System.Drawing.Point(426, 256);
|
|
this.txtPassword.Name = "txtPassword";
|
|
this.txtPassword.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 11F);
|
|
this.txtPassword.Properties.Appearance.Options.UseFont = true;
|
|
this.txtPassword.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.txtPassword.Properties.NullValuePrompt = "请输入密码";
|
|
this.txtPassword.Properties.NullValuePromptShowForEmptyValue = true;
|
|
this.txtPassword.Properties.PasswordChar = '*';
|
|
this.txtPassword.Size = new System.Drawing.Size(152, 24);
|
|
this.txtPassword.TabIndex = 1;
|
|
this.txtPassword.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnPasswordKeyDown);
|
|
//
|
|
// btnColse
|
|
//
|
|
this.btnColse.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnColse.BackgroundImage = global::Lskj.Main.Properties.Resources.login_close_default;
|
|
this.btnColse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnColse.FlatAppearance.BorderSize = 0;
|
|
this.btnColse.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
this.btnColse.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
this.btnColse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnColse.Location = new System.Drawing.Point(626, 12);
|
|
this.btnColse.Name = "btnColse";
|
|
this.btnColse.Size = new System.Drawing.Size(30, 30);
|
|
this.btnColse.TabIndex = 46;
|
|
this.btnColse.UseVisualStyleBackColor = false;
|
|
this.btnColse.Click += new System.EventHandler(this.OnColseClick);
|
|
//
|
|
// cbLedger
|
|
//
|
|
this.cbLedger.Location = new System.Drawing.Point(426, 154);
|
|
this.cbLedger.Name = "cbLedger";
|
|
this.cbLedger.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
this.cbLedger.Properties.Appearance.Options.UseFont = true;
|
|
this.cbLedger.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.cbLedger.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.cbLedger.Properties.NullValuePrompt = "请选择账薄";
|
|
this.cbLedger.Properties.ShowNullValuePromptWhenFocused = true;
|
|
this.cbLedger.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
this.cbLedger.Properties.Closed += new DevExpress.XtraEditors.Controls.ClosedEventHandler(this.OnLedgerClosed);
|
|
this.cbLedger.Size = new System.Drawing.Size(174, 24);
|
|
this.cbLedger.TabIndex = 47;
|
|
//
|
|
// autoGridLookUpEdit1View
|
|
//
|
|
this.autoGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
|
this.autoGridLookUpEdit1View.Name = "autoGridLookUpEdit1View";
|
|
this.autoGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|
this.autoGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// chkNotice
|
|
//
|
|
this.chkNotice.Location = new System.Drawing.Point(214, 423);
|
|
this.chkNotice.Name = "chkNotice";
|
|
this.chkNotice.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.chkNotice.Properties.Appearance.Options.UseFont = true;
|
|
this.chkNotice.Properties.Caption = "消息通知";
|
|
this.chkNotice.Size = new System.Drawing.Size(70, 21);
|
|
this.chkNotice.TabIndex = 38;
|
|
//
|
|
// plTop
|
|
//
|
|
this.plTop.BackColor = System.Drawing.Color.Transparent;
|
|
this.plTop.Controls.Add(this.btnColse);
|
|
this.plTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.plTop.Location = new System.Drawing.Point(0, 0);
|
|
this.plTop.Name = "plTop";
|
|
this.plTop.Size = new System.Drawing.Size(664, 65);
|
|
this.plTop.TabIndex = 48;
|
|
this.plTop.MouseDown += new System.Windows.Forms.MouseEventHandler(this.plTop_MouseDown);
|
|
this.plTop.MouseMove += new System.Windows.Forms.MouseEventHandler(this.plTop_MouseMove);
|
|
this.plTop.MouseUp += new System.Windows.Forms.MouseEventHandler(this.plTop_MouseUp);
|
|
//
|
|
// btnLogin
|
|
//
|
|
this.btnLogin.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnLogin.BackgroundImage = global::Lskj.Main.Properties.Resources.login_btn;
|
|
this.btnLogin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.btnLogin.Location = new System.Drawing.Point(412, 328);
|
|
this.btnLogin.Name = "btnLogin";
|
|
this.btnLogin.Size = new System.Drawing.Size(174, 38);
|
|
this.btnLogin.TabIndex = 42;
|
|
this.btnLogin.TabStop = false;
|
|
this.btnLogin.Click += new System.EventHandler(this.OnLoginClick);
|
|
this.btnLogin.MouseLeave += new System.EventHandler(this.OnLoginMouseLeave);
|
|
this.btnLogin.MouseMove += new System.Windows.Forms.MouseEventHandler(this.OnLoginMouseMove);
|
|
//
|
|
// chkRemPwd
|
|
//
|
|
this.chkRemPwd.Location = new System.Drawing.Point(507, 298);
|
|
this.chkRemPwd.Name = "chkRemPwd";
|
|
this.chkRemPwd.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
this.chkRemPwd.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
|
|
this.chkRemPwd.Properties.Appearance.Options.UseFont = true;
|
|
this.chkRemPwd.Properties.Appearance.Options.UseForeColor = true;
|
|
this.chkRemPwd.Properties.Caption = "记住密码";
|
|
this.chkRemPwd.Size = new System.Drawing.Size(85, 24);
|
|
this.chkRemPwd.TabIndex = 40;
|
|
//
|
|
// lueUserName
|
|
//
|
|
this.lueUserName.DataSource = null;
|
|
this.lueUserName.EditValue = "";
|
|
this.lueUserName.Location = new System.Drawing.Point(426, 205);
|
|
this.lueUserName.Name = "lueUserName";
|
|
this.lueUserName.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 11F);
|
|
this.lueUserName.Properties.Appearance.Options.UseFont = true;
|
|
this.lueUserName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.lueUserName.Properties.NullValuePrompt = "请输入账号";
|
|
this.lueUserName.Properties.NullValuePromptShowForEmptyValue = true;
|
|
this.lueUserName.Size = new System.Drawing.Size(174, 24);
|
|
this.lueUserName.TabIndex = 0;
|
|
this.lueUserName.EditValueChanged += new System.EventHandler(this.OnEditValueChanged);
|
|
//
|
|
// upDateTimeLab
|
|
//
|
|
this.upDateTimeLab.AutoSize = true;
|
|
this.upDateTimeLab.BackColor = System.Drawing.Color.Transparent;
|
|
this.upDateTimeLab.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.upDateTimeLab.ForeColor = System.Drawing.Color.Black;
|
|
this.upDateTimeLab.Location = new System.Drawing.Point(403, 409);
|
|
this.upDateTimeLab.Name = "upDateTimeLab";
|
|
this.upDateTimeLab.Size = new System.Drawing.Size(68, 17);
|
|
this.upDateTimeLab.TabIndex = 49;
|
|
this.upDateTimeLab.Text = "更新时间:";
|
|
this.upDateTimeLab.Visible = false;
|
|
//
|
|
// language
|
|
//
|
|
this.language.Location = new System.Drawing.Point(26, 393);
|
|
this.language.Name = "language";
|
|
this.language.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
this.language.Properties.Appearance.Options.UseFont = true;
|
|
this.language.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.language.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.language.Properties.NullValuePrompt = "请选择账薄";
|
|
this.language.Properties.ShowNullValuePromptWhenFocused = true;
|
|
this.language.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
this.language.Size = new System.Drawing.Size(84, 24);
|
|
this.language.TabIndex = 50;
|
|
this.language.Visible = false;
|
|
this.language.SelectedIndexChanged += new System.EventHandler(this.Language_SelectedValueChanged);
|
|
//
|
|
// forgetPwd
|
|
//
|
|
this.forgetPwd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.forgetPwd.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.forgetPwd.EditValue = global::Lskj.Main.Properties.Resources.忘记密码;
|
|
this.forgetPwd.Location = new System.Drawing.Point(601, 258);
|
|
this.forgetPwd.Name = "forgetPwd";
|
|
this.forgetPwd.Properties.AllowFocused = false;
|
|
this.forgetPwd.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.forgetPwd.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
|
|
this.forgetPwd.Size = new System.Drawing.Size(21, 21);
|
|
this.forgetPwd.TabIndex = 51;
|
|
this.toolTip.SetToolTip(this.forgetPwd, "忘记密码");
|
|
this.forgetPwd.Visible = false;
|
|
this.forgetPwd.Click += new System.EventHandler(this.OnForgetPwdClick);
|
|
//
|
|
// toolTip
|
|
//
|
|
this.toolTip.AutoPopDelay = 5000;
|
|
this.toolTip.BackColor = System.Drawing.Color.Transparent;
|
|
this.toolTip.InitialDelay = 0;
|
|
this.toolTip.ReshowDelay = 100;
|
|
this.toolTip.ShowAlways = true;
|
|
//
|
|
// checkPwd
|
|
//
|
|
this.checkPwd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.checkPwd.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.checkPwd.EditValue = global::Lskj.Main.Properties.Resources.密码显示;
|
|
this.checkPwd.Location = new System.Drawing.Point(579, 258);
|
|
this.checkPwd.Name = "checkPwd";
|
|
this.checkPwd.Properties.AllowFocused = false;
|
|
this.checkPwd.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.checkPwd.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
|
|
this.checkPwd.Size = new System.Drawing.Size(21, 21);
|
|
this.checkPwd.TabIndex = 52;
|
|
this.toolTip.SetToolTip(this.checkPwd, "显示密码");
|
|
this.checkPwd.Visible = false;
|
|
this.checkPwd.Click += new System.EventHandler(this.OnCheckPwdClick);
|
|
//
|
|
// FrmLogin
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.BackgroundImage = global::Lskj.Main.Properties.Resources.newlogin;
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.ClientSize = new System.Drawing.Size(664, 451);
|
|
this.Controls.Add(this.checkPwd);
|
|
this.Controls.Add(this.forgetPwd);
|
|
this.Controls.Add(this.language);
|
|
this.Controls.Add(this.upDateTimeLab);
|
|
this.Controls.Add(this.chkNotice);
|
|
this.Controls.Add(this.lueUserName);
|
|
this.Controls.Add(this.cbLedger);
|
|
this.Controls.Add(this.txtPassword);
|
|
this.Controls.Add(this.btnLogin);
|
|
this.Controls.Add(this.chkRemPwd);
|
|
this.Controls.Add(this.chkLogin);
|
|
this.Controls.Add(this.chkClient);
|
|
this.Controls.Add(this.chkUpdate);
|
|
this.Controls.Add(this.lblCopyright);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.btnSetConfig);
|
|
this.Controls.Add(this.plTop);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmLogin";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "用户登陆";
|
|
this.TopMost = true;
|
|
this.Load += new System.EventHandler(this.OnLoginLoad);
|
|
this.Shown += new System.EventHandler(this.FrmLogin_Shown);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkUpdate.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkClient.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkLogin.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPassword.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbLedger.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.autoGridLookUpEdit1View)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkNotice.Properties)).EndInit();
|
|
this.plTop.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.btnLogin)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkRemPwd.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lueUserName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.language.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.forgetPwd.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.checkPwd.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lblCopyright;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Label btnSetConfig;
|
|
private DevE |