From ccc1b0d541d8f3bdd2bcb72dd0b5533e68b886d5 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 09 六月 2025 09:53:37 +0800 Subject: [PATCH] 采购明细报表 --- DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs | 426 ++++++++++++++++++++++++++++++++++------------------ 1 files changed, 279 insertions(+), 147 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs index d4fa2f9..e2ee6b5 100644 --- a/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs @@ -30,188 +30,306 @@ 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.txtUser = new DevExpress.XtraEditors.TextEdit(); - this.chkSaveLoginInfo = 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.txtDataset = new DevExpress.XtraEditors.LookUpEdit(); + 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.lblLoadingInfo = new System.Windows.Forms.Label(); + this.txtUser = new DevExpress.XtraEditors.TextEdit(); + this.txtPwd = new DevExpress.XtraEditors.TextEdit(); + this.ckWeight = new DevExpress.XtraEditors.CheckEdit(); + 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.layoutControlItem6 = 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.chkSaveLoginInfo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPwd.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtDataset.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.ckWeight.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(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).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.txtUser); - this.panel1.Controls.Add(this.chkSaveLoginInfo); - this.panel1.Controls.Add(this.txtPwd); - this.panel1.Controls.Add(this.btnCancel); - this.panel1.Controls.Add(this.labelControl3); - this.panel1.Controls.Add(this.txtDataset); - 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", 9F); - this.panel1.Location = new System.Drawing.Point(218, 465); + 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(392, 276); + this.panel1.Size = new System.Drawing.Size(375, 258); this.panel1.TabIndex = 243; // - // txtUser + // lay1 // - this.txtUser.EditValue = "admin"; - this.txtUser.Location = new System.Drawing.Point(102, 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; - // - // chkSaveLoginInfo - // - this.chkSaveLoginInfo.Location = new System.Drawing.Point(102, 139); - this.chkSaveLoginInfo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.chkSaveLoginInfo.Name = "chkSaveLoginInfo"; - this.chkSaveLoginInfo.Properties.Appearance.ForeColor = System.Drawing.Color.Black; - this.chkSaveLoginInfo.Properties.Appearance.Options.UseForeColor = true; - this.chkSaveLoginInfo.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat; - this.chkSaveLoginInfo.Properties.Caption = "淇濆瓨鐧诲綍淇℃伅"; - this.chkSaveLoginInfo.Size = new System.Drawing.Size(157, 26); - this.chkSaveLoginInfo.TabIndex = 17; - // - // txtPwd - // - this.txtPwd.EditValue = "csframework"; - this.txtPwd.Location = new System.Drawing.Point(102, 52); - 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; + 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.Controls.Add(this.ckWeight); + 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(223, 193); + 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(87, 37); + this.btnCancel.Size = new System.Drawing.Size(94, 25); + this.btnCancel.StyleController = this.lay1; this.btnCancel.TabIndex = 15; this.btnCancel.Text = "鍙栨秷 (&C)"; // - // labelControl3 + // ckRemember // - this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Black; - 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(6, 97); - 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 = "缁勭粐鏈烘瀯锛�"; - // - // txtDataset - // - this.txtDataset.Location = new System.Drawing.Point(102, 93); - this.txtDataset.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.txtDataset.Name = "txtDataset"; - this.txtDataset.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; - this.txtDataset.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { - new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); - this.txtDataset.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { - new DevExpress.XtraEditors.Controls.LookUpColumnInfo("DataSetID", "甯愬缂栧彿", 100, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default), - new DevExpress.XtraEditors.Controls.LookUpColumnInfo("DataSetName", "甯愬鍚嶇О", 200, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)}); - this.txtDataset.Properties.NullText = ""; - this.txtDataset.Properties.PopupWidth = 343; - this.txtDataset.Size = new System.Drawing.Size(154, 26); - this.txtDataset.TabIndex = 228; + 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(173, 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(102, 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(87, 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(6, 58); - 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(6, 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; // - // lblLoadingInfo + // ckWeight // - this.lblLoadingInfo.AutoSize = true; - this.lblLoadingInfo.BackColor = System.Drawing.Color.Transparent; - this.lblLoadingInfo.ForeColor = System.Drawing.Color.White; - this.lblLoadingInfo.Location = new System.Drawing.Point(215, 444); - this.lblLoadingInfo.Name = "lblLoadingInfo"; - this.lblLoadingInfo.Size = new System.Drawing.Size(83, 18); - this.lblLoadingInfo.TabIndex = 242; - this.lblLoadingInfo.Text = "鍑嗗灏辩华..."; + this.ckWeight.Location = new System.Drawing.Point(189, 106); + this.ckWeight.Name = "ckWeight"; + this.ckWeight.Properties.Caption = "浠呯О閲嶆ā寮�"; + this.ckWeight.Properties.ContentAlignment = DevExpress.Utils.HorzAlignment.Far; + this.ckWeight.Size = new System.Drawing.Size(174, 24); + this.ckWeight.StyleController = this.lay1; + this.ckWeight.TabIndex = 23; + // + // 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.layoutControlItem6}); + 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.RowIndex = 2; + this.layoutControlItem3.Size = new System.Drawing.Size(177, 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; + // + // layoutControlItem6 + // + this.layoutControlItem6.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Far; + this.layoutControlItem6.Control = this.ckWeight; + this.layoutControlItem6.Location = new System.Drawing.Point(177, 94); + this.layoutControlItem6.Name = "layoutControlItem6"; + this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 1; + this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 2; + this.layoutControlItem6.Size = new System.Drawing.Size(178, 47); + this.layoutControlItem6.Text = "绉伴噸妯″紡"; + this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); + this.layoutControlItem6.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 // @@ -219,41 +337,55 @@ 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.None; - this.BackgroundImageStore = global::Gs.DevApp.Properties.Resources.login_bg6; - this.ClientSize = new System.Drawing.Size(782, 806); - this.Controls.Add(this.lbVersion); - this.Controls.Add(this.panel1); - this.Controls.Add(this.lblLoadingInfo); + 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.chkSaveLoginInfo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPwd.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtDataset.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.ckWeight.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(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).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 chkSaveLoginInfo; + private DevExpress.XtraEditors.CheckEdit ckRemember; private DevExpress.XtraEditors.TextEdit txtPwd; private DevExpress.XtraEditors.SimpleButton btnCancel; - private DevExpress.XtraEditors.LabelControl labelControl3; - private DevExpress.XtraEditors.LookUpEdit txtDataset; private DevExpress.XtraEditors.SimpleButton btnLogin; - private DevExpress.XtraEditors.LabelControl labelControl2; - private DevExpress.XtraEditors.LabelControl labelControl1; - private System.Windows.Forms.Label lblLoadingInfo; + 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; + private DevExpress.XtraEditors.CheckEdit ckWeight; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; } } \ No newline at end of file -- Gitblit v1.9.3