namespace Gs.DevApp.DevFrm { 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)); DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition4 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition5 = new DevExpress.XtraLayout.RowDefinition(); this.lbVersion = new System.Windows.Forms.Label(); this.table1 = new System.Windows.Forms.TableLayoutPanel(); this.panel1 = new System.Windows.Forms.Panel(); this.lay1 = new DevExpress.XtraLayout.LayoutControl(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); this.ckRemember = new DevExpress.XtraEditors.CheckEdit(); this.btnLogin = new DevExpress.XtraEditors.SimpleButton(); this.txtUser = new DevExpress.XtraEditors.TextEdit(); this.txtPwd = new DevExpress.XtraEditors.TextEdit(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.panelLog = new System.Windows.Forms.Panel(); this.table1.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lay1)).BeginInit(); this.lay1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ckRemember.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtUser.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPwd.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); this.SuspendLayout(); // // lbVersion // this.lbVersion.AutoSize = true; this.lbVersion.BackColor = System.Drawing.Color.Transparent; this.lbVersion.Location = new System.Drawing.Point(3, 767); this.lbVersion.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0); this.lbVersion.Name = "lbVersion"; this.lbVersion.Size = new System.Drawing.Size(143, 18); this.lbVersion.TabIndex = 245; this.lbVersion.Text = "技术支持:广深科技"; // // table1 // this.table1.BackColor = System.Drawing.Color.Transparent; this.table1.ColumnCount = 1; this.table1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.table1.Controls.Add(this.lbVersion, 0, 2); this.table1.Controls.Add(this.panel1, 0, 1); this.table1.Controls.Add(this.panelLog, 0, 0); this.table1.Dock = System.Windows.Forms.DockStyle.Fill; this.table1.Location = new System.Drawing.Point(0, 0); this.table1.Name = "table1"; this.table1.RowCount = 3; this.table1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 49.02216F)); this.table1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.97784F)); this.table1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.table1.Size = new System.Drawing.Size(734, 793); this.table1.TabIndex = 247; // // panel1 // this.panel1.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.panel1.BackColor = System.Drawing.Color.Transparent; this.panel1.Controls.Add(this.lay1); this.panel1.Location = new System.Drawing.Point(179, 505); this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(375, 258); this.panel1.TabIndex = 243; // // lay1 // this.lay1.Controls.Add(this.btnCancel); this.lay1.Controls.Add(this.ckRemember); this.lay1.Controls.Add(this.btnLogin); this.lay1.Controls.Add(this.txtUser); this.lay1.Controls.Add(this.txtPwd); this.lay1.Dock = System.Windows.Forms.DockStyle.Fill; this.lay1.Location = new System.Drawing.Point(0, 0); this.lay1.Name = "lay1"; this.lay1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(934, 404, 812, 500); this.lay1.Root = this.Root; this.lay1.Size = new System.Drawing.Size(375, 258); this.lay1.TabIndex = 233; this.lay1.Text = "layoutControl1"; // // btnCancel // this.btnCancel.Appearance.Options.UseFont = true; this.btnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand; this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image"))); this.btnCancel.Location = new System.Drawing.Point(269, 153); this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(94, 25); this.btnCancel.StyleController = this.lay1; this.btnCancel.TabIndex = 15; this.btnCancel.Text = "取消 (&C)"; // // ckRemember // this.ckRemember.Location = new System.Drawing.Point(12, 106); this.ckRemember.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.ckRemember.Name = "ckRemember"; this.ckRemember.Properties.Appearance.ForeColor = System.Drawing.Color.Black; this.ckRemember.Properties.Appearance.Options.UseFont = true; this.ckRemember.Properties.Appearance.Options.UseForeColor = true; this.ckRemember.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat; this.ckRemember.Properties.Caption = "保存登录信息"; this.ckRemember.Size = new System.Drawing.Size(351, 26); this.ckRemember.StyleController = this.lay1; this.ckRemember.TabIndex = 17; // // btnLogin // this.btnLogin.Appearance.Options.UseFont = true; this.btnLogin.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnLogin.Cursor = System.Windows.Forms.Cursors.Hand; this.btnLogin.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnLogin.ImageOptions.Image"))); this.btnLogin.Location = new System.Drawing.Point(93, 153); this.btnLogin.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnLogin.Name = "btnLogin"; this.btnLogin.Size = new System.Drawing.Size(92, 25); this.btnLogin.StyleController = this.lay1; this.btnLogin.TabIndex = 14; this.btnLogin.Text = "登录 (&L)"; // // txtUser // this.txtUser.EditValue = ""; this.txtUser.Location = new System.Drawing.Point(99, 12); this.txtUser.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtUser.Name = "txtUser"; this.txtUser.Properties.Appearance.Options.UseFont = true; this.txtUser.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.txtUser.Size = new System.Drawing.Size(264, 26); this.txtUser.StyleController = this.lay1; this.txtUser.TabIndex = 21; // // txtPwd // this.txtPwd.EditValue = ""; this.txtPwd.Location = new System.Drawing.Point(99, 59); this.txtPwd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtPwd.Name = "txtPwd"; this.txtPwd.Properties.Appearance.Options.UseFont = true; this.txtPwd.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.txtPwd.Properties.PasswordChar = '*'; this.txtPwd.Size = new System.Drawing.Size(264, 26); this.txtPwd.StyleController = this.lay1; this.txtPwd.TabIndex = 22; // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItem2, this.layoutControlItem3, this.layoutControlItem4, this.layoutControlItem5}); this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; this.Root.Name = "Root"; columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; columnDefinition1.Width = 100D; columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent; columnDefinition2.Width = 100D; this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { columnDefinition1, columnDefinition2}); rowDefinition1.Height = 100D; rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; rowDefinition2.Height = 100D; rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent; rowDefinition3.Height = 100D; rowDefinition3.SizeType = System.Windows.Forms.SizeType.Percent; rowDefinition4.Height = 100D; rowDefinition4.SizeType = System.Windows.Forms.SizeType.Percent; rowDefinition5.Height = 50D; rowDefinition5.SizeType = System.Windows.Forms.SizeType.AutoSize; this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition1, rowDefinition2, rowDefinition3, rowDefinition4, rowDefinition5}); this.Root.Size = new System.Drawing.Size(375, 258); this.Root.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.txtUser; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.OptionsTableLayoutItem.ColumnSpan = 2; this.layoutControlItem1.Size = new System.Drawing.Size(355, 47); this.layoutControlItem1.Text = "登录帐号:"; this.layoutControlItem1.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem2 // this.layoutControlItem2.Control = this.txtPwd; this.layoutControlItem2.Location = new System.Drawing.Point(0, 47); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.OptionsTableLayoutItem.ColumnSpan = 2; this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 1; this.layoutControlItem2.Size = new System.Drawing.Size(355, 47); this.layoutControlItem2.Text = "登录密码:"; this.layoutControlItem2.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem3 // this.layoutControlItem3.Control = this.ckRemember; this.layoutControlItem3.Location = new System.Drawing.Point(0, 94); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.OptionsTableLayoutItem.ColumnSpan = 2; this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 2; this.layoutControlItem3.Size = new System.Drawing.Size(355, 47); this.layoutControlItem3.Text = "保存密码"; this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem3.TextVisible = false; // // layoutControlItem4 // this.layoutControlItem4.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Far; this.layoutControlItem4.Control = this.btnLogin; this.layoutControlItem4.Location = new System.Drawing.Point(0, 141); this.layoutControlItem4.MaxSize = new System.Drawing.Size(96, 29); this.layoutControlItem4.MinSize = new System.Drawing.Size(96, 29); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 3; this.layoutControlItem4.Size = new System.Drawing.Size(177, 47); this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem4.Text = "登录"; this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextVisible = false; // // layoutControlItem5 // this.layoutControlItem5.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Far; this.layoutControlItem5.Control = this.btnCancel; this.layoutControlItem5.Location = new System.Drawing.Point(177, 141); this.layoutControlItem5.MaxSize = new System.Drawing.Size(98, 29); this.layoutControlItem5.MinSize = new System.Drawing.Size(98, 29); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 3; this.layoutControlItem5.Size = new System.Drawing.Size(178, 47); this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem5.Text = "取消"; this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem5.TextVisible = false; // // panelLog // this.panelLog.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.panelLog.BackgroundImage = global::Gs.DevApp.Properties.Resources.logo_png_black; this.panelLog.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.panelLog.Location = new System.Drawing.Point(312, 263); this.panelLog.Name = "panelLog"; this.panelLog.Size = new System.Drawing.Size(110, 110); this.panelLog.TabIndex = 246; // // FrmLogin // this.Appearance.BackColor = System.Drawing.Color.Black; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Stretch; this.BackgroundImageStore = global::Gs.DevApp.Properties.Resources.login_bgOk; this.ClientSize = new System.Drawing.Size(734, 793); this.Controls.Add(this.table1); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmLogin"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.table1.ResumeLayout(false); this.table1.PerformLayout(); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.lay1)).EndInit(); this.lay1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ckRemember.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtUser.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPwd.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lbVersion; private System.Windows.Forms.TableLayoutPanel table1; private System.Windows.Forms.Panel panel1; private DevExpress.XtraEditors.TextEdit txtUser; private DevExpress.XtraEditors.CheckEdit ckRemember; private DevExpress.XtraEditors.TextEdit txtPwd; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraEditors.SimpleButton btnLogin; private DevExpress.XtraLayout.LayoutControl lay1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private System.Windows.Forms.Panel panelLog; } }