namespace Lskj.PubMrpAnalyze { partial class FrmLogin { /// /// 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(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(); ((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(); 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.PubMrpAnalyze.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(431, 295); 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 = 38; // // txtPassword // this.txtPassword.EditValue = ""; this.txtPassword.Location = new System.Drawing.Point(431, 251); 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(174, 24); this.txtPassword.TabIndex = 0; this.txtPassword.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnPasswordKeyDown); // // btnColse // this.btnColse.BackColor = System.Drawing.Color.Transparent; this.btnColse.BackgroundImage = global::Lskj.PubMrpAnalyze.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(431, 153); 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 = 50; // // 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.PubMrpAnalyze.Properties.Resources.login_btn; this.btnLogin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnLogin.Location = new System.Drawing.Point(431, 326); 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(522, 295); 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 = 38; // // lueUserName // this.lueUserName.DataSource = null; this.lueUserName.EditValue = ""; this.lueUserName.Location = new System.Drawing.Point(431, 204); 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 = 49; this.lueUserName.EditValueChanged += new System.EventHandler(this.OnEditValueChanged); // // FrmLogin // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::Lskj.PubMrpAnalyze.Properties.Resources.newlogin; this.ClientSize = new System.Drawing.Size(664, 451); 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.Load += new System.EventHandler(this.OnLoginLoad); ((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(); 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 DevExpress.XtraEditors.CheckEdit chkUpdate; private DevExpress.XtraEditors.CheckEdit chkClient; private DevExpress.XtraEditors.CheckEdit chkLogin; private DevExpress.XtraEditors.TextEdit txtPassword; private System.Windows.Forms.Button btnColse; private DevExpress.XtraEditors.ComboBoxEdit cbLedger; private Lskj.Control.AutoGridLookUp lueUserName; private DevExpress.XtraGrid.Views.Grid.GridView autoGridLookUpEdit1View; private DevExpress.XtraEditors.CheckEdit chkNotice; private System.Windows.Forms.Panel plTop; private System.Windows.Forms.PictureBox btnLogin; private DevExpress.XtraEditors.CheckEdit chkRemPwd; } }