| | |
| | | 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.comOrg = new System.Windows.Forms.ComboBox(); |
| | | this.txtUser = new DevExpress.XtraEditors.TextEdit(); |
| | | this.ckRemember = new DevExpress.XtraEditors.CheckEdit(); |
| | | this.txtPwd = new DevExpress.XtraEditors.TextEdit(); |
| | | this.lay1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); |
| | | this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); |
| | | this.ckRemember = new DevExpress.XtraEditors.CheckEdit(); |
| | | this.btnLogin = new DevExpress.XtraEditors.SimpleButton(); |
| | | this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); |
| | | this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); |
| | | this.label1 = new System.Windows.Forms.Label(); |
| | | 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.txtUser.Properties)).BeginInit(); |
| | | ((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.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold); |
| | | this.lbVersion.ForeColor = System.Drawing.Color.White; |
| | | this.lbVersion.Location = new System.Drawing.Point(12, 9); |
| | | 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(0, 24); |
| | | this.lbVersion.TabIndex = 244; |
| | | 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.comOrg); |
| | | this.panel1.Controls.Add(this.txtUser); |
| | | this.panel1.Controls.Add(this.ckRemember); |
| | | this.panel1.Controls.Add(this.txtPwd); |
| | | this.panel1.Controls.Add(this.btnCancel); |
| | | this.panel1.Controls.Add(this.labelControl3); |
| | | this.panel1.Controls.Add(this.btnLogin); |
| | | this.panel1.Controls.Add(this.labelControl2); |
| | | this.panel1.Controls.Add(this.labelControl1); |
| | | this.panel1.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.panel1.Location = new System.Drawing.Point(230, 457); |
| | | 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(328, 276); |
| | | this.panel1.Size = new System.Drawing.Size(375, 258); |
| | | this.panel1.TabIndex = 243; |
| | | // |
| | | // comOrg |
| | | // lay1 |
| | | // |
| | | this.comOrg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
| | | this.comOrg.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.comOrg.FormattingEnabled = true; |
| | | this.comOrg.Location = new System.Drawing.Point(138, 97); |
| | | this.comOrg.Name = "comOrg"; |
| | | this.comOrg.Size = new System.Drawing.Size(154, 29); |
| | | this.comOrg.TabIndex = 245; |
| | | 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"; |
| | | // |
| | | // txtUser |
| | | // btnCancel |
| | | // |
| | | this.txtUser.EditValue = ""; |
| | | this.txtUser.Location = new System.Drawing.Point(138, 9); |
| | | this.txtUser.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
| | | this.txtUser.Name = "txtUser"; |
| | | this.txtUser.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txtUser.Properties.Appearance.Options.UseFont = true; |
| | | this.txtUser.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; |
| | | this.txtUser.Size = new System.Drawing.Size(154, 30); |
| | | this.txtUser.TabIndex = 21; |
| | | 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(138, 139); |
| | | 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.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | 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(157, 27); |
| | | this.ckRemember.Size = new System.Drawing.Size(351, 26); |
| | | this.ckRemember.StyleController = this.lay1; |
| | | this.ckRemember.TabIndex = 17; |
| | | // |
| | | // txtPwd |
| | | // |
| | | this.txtPwd.EditValue = ""; |
| | | this.txtPwd.Location = new System.Drawing.Point(138, 53); |
| | | this.txtPwd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
| | | this.txtPwd.Name = "txtPwd"; |
| | | this.txtPwd.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | 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(154, 30); |
| | | this.txtPwd.TabIndex = 22; |
| | | // |
| | | // btnCancel |
| | | // |
| | | this.btnCancel.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | 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(189, 193); |
| | | this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
| | | this.btnCancel.Name = "btnCancel"; |
| | | this.btnCancel.Size = new System.Drawing.Size(103, 37); |
| | | this.btnCancel.TabIndex = 15; |
| | | this.btnCancel.Text = "取消 (&C)"; |
| | | // |
| | | // labelControl3 |
| | | // |
| | | this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Black; |
| | | this.labelControl3.Appearance.Options.UseFont = true; |
| | | this.labelControl3.Appearance.Options.UseForeColor = true; |
| | | this.labelControl3.Appearance.Options.UseTextOptions = true; |
| | | this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; |
| | | this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; |
| | | this.labelControl3.Location = new System.Drawing.Point(42, 102); |
| | | this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
| | | this.labelControl3.Name = "labelControl3"; |
| | | this.labelControl3.Size = new System.Drawing.Size(93, 18); |
| | | this.labelControl3.TabIndex = 233; |
| | | this.labelControl3.Text = "组织机构:"; |
| | | // |
| | | // btnLogin |
| | | // |
| | | this.btnLogin.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | 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(72, 193); |
| | | 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(102, 37); |
| | | this.btnLogin.Size = new System.Drawing.Size(92, 25); |
| | | this.btnLogin.StyleController = this.lay1; |
| | | this.btnLogin.TabIndex = 14; |
| | | this.btnLogin.Text = "登录 (&L)"; |
| | | // |
| | | // labelControl2 |
| | | // txtUser |
| | | // |
| | | this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Black; |
| | | this.labelControl2.Appearance.Options.UseFont = true; |
| | | this.labelControl2.Appearance.Options.UseForeColor = true; |
| | | this.labelControl2.Appearance.Options.UseTextOptions = true; |
| | | this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; |
| | | this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; |
| | | this.labelControl2.Location = new System.Drawing.Point(42, 59); |
| | | this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
| | | this.labelControl2.Name = "labelControl2"; |
| | | this.labelControl2.Size = new System.Drawing.Size(93, 18); |
| | | this.labelControl2.TabIndex = 232; |
| | | this.labelControl2.Text = "密码:"; |
| | | 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; |
| | | // |
| | | // labelControl1 |
| | | // txtPwd |
| | | // |
| | | this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black; |
| | | this.labelControl1.Appearance.Options.UseFont = true; |
| | | this.labelControl1.Appearance.Options.UseForeColor = true; |
| | | this.labelControl1.Appearance.Options.UseTextOptions = true; |
| | | this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; |
| | | this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; |
| | | this.labelControl1.Location = new System.Drawing.Point(42, 15); |
| | | this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
| | | this.labelControl1.Name = "labelControl1"; |
| | | this.labelControl1.Size = new System.Drawing.Size(93, 18); |
| | | this.labelControl1.TabIndex = 231; |
| | | this.labelControl1.Text = "登录帐号:"; |
| | | 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; |
| | | // |
| | | // label1 |
| | | // Root |
| | | // |
| | | this.label1.AutoSize = true; |
| | | this.label1.BackColor = System.Drawing.Color.Transparent; |
| | | this.label1.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.label1.Location = new System.Drawing.Point(13, 758); |
| | | this.label1.Name = "label1"; |
| | | this.label1.Size = new System.Drawing.Size(163, 21); |
| | | this.label1.TabIndex = 245; |
| | | this.label1.Text = "技术支持:广深科技"; |
| | | 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.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_bg6; |
| | | this.ClientSize = new System.Drawing.Size(782, 793); |
| | | this.Controls.Add(this.label1); |
| | | this.Controls.Add(this.lbVersion); |
| | | this.Controls.Add(this.panel1); |
| | | 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.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.txtUser.Properties)).EndInit(); |
| | | ((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); |
| | | this.PerformLayout(); |
| | | |
| | | } |
| | | |
| | | #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.LabelControl labelControl3; |
| | | private DevExpress.XtraEditors.SimpleButton btnLogin; |
| | | private DevExpress.XtraEditors.LabelControl labelControl2; |
| | | private DevExpress.XtraEditors.LabelControl labelControl1; |
| | | private System.Windows.Forms.ComboBox comOrg; |
| | | private System.Windows.Forms.Label label1; |
| | | 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; |
| | | } |
| | | } |