From e3b7fd23fa49bc0329e43d274d9a3e0563e4420d Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 30 五月 2025 13:57:19 +0800 Subject: [PATCH] 缺陷描述 --- DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.Designer.cs | 102 ++++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 92 insertions(+), 10 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.Designer.cs index 335fdb8..73fc510 100644 --- a/DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.Designer.cs @@ -28,30 +28,42 @@ /// </summary> private void InitializeComponent() { + DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition(); + DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition(); + DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition(); this.txt_hzabc = new DevExpress.XtraEditors.SearchLookUpEdit(); this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView(); this.txt_hzlxabc = new DevExpress.XtraEditors.ComboBoxEdit(); + this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); + this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); + this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.txt_hzabc.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_hzlxabc.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); + this.layoutControl1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); this.SuspendLayout(); // // txt_hzabc // - this.txt_hzabc.Dock = System.Windows.Forms.DockStyle.Bottom; this.txt_hzabc.EditValue = "璇烽�夋嫨璐т富"; - this.txt_hzabc.Location = new System.Drawing.Point(0, 25); + this.txt_hzabc.Location = new System.Drawing.Point(92, 39); this.txt_hzabc.Name = "txt_hzabc"; - this.txt_hzabc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_hzabc.Properties.Appearance.Options.UseFont = true; this.txt_hzabc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_hzabc.Properties.PopupView = this.searchLookUpEdit1View; - this.txt_hzabc.Size = new System.Drawing.Size(263, 28); + this.txt_hzabc.Size = new System.Drawing.Size(310, 24); + this.txt_hzabc.StyleController = this.layoutControl1; this.txt_hzabc.TabIndex = 312; // // searchLookUpEdit1View // + this.searchLookUpEdit1View.DetailHeight = 300; this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; this.searchLookUpEdit1View.Name = "searchLookUpEdit1View"; this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false; @@ -59,10 +71,10 @@ // // txt_hzlxabc // - this.txt_hzlxabc.Dock = System.Windows.Forms.DockStyle.Top; this.txt_hzlxabc.EditValue = "璇烽�夋嫨璐т富绫诲瀷"; - this.txt_hzlxabc.Location = new System.Drawing.Point(0, 0); + this.txt_hzlxabc.Location = new System.Drawing.Point(92, 0); this.txt_hzlxabc.Name = "txt_hzlxabc"; + this.txt_hzlxabc.Properties.Appearance.Options.UseFont = true; this.txt_hzlxabc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_hzlxabc.Properties.Items.AddRange(new object[] { @@ -71,20 +83,86 @@ "渚涘簲鍟�(BD_Supplier)", "瀹㈡埛(BD_Customer)"}); this.txt_hzlxabc.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; - this.txt_hzlxabc.Size = new System.Drawing.Size(263, 24); + this.txt_hzlxabc.Size = new System.Drawing.Size(310, 24); + this.txt_hzlxabc.StyleController = this.layoutControl1; this.txt_hzlxabc.TabIndex = 313; + // + // layoutControl1 + // + this.layoutControl1.Controls.Add(this.txt_hzlxabc); + this.layoutControl1.Controls.Add(this.txt_hzabc); + this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; + this.layoutControl1.Location = new System.Drawing.Point(0, 0); + this.layoutControl1.Margin = new System.Windows.Forms.Padding(0); + this.layoutControl1.Name = "layoutControl1"; + this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(577, 454, 812, 500); + this.layoutControl1.Root = this.Root; + this.layoutControl1.Size = new System.Drawing.Size(402, 78); + this.layoutControl1.TabIndex = 318; + this.layoutControl1.Text = "layoutControl1"; + // + // 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.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; + this.Root.Name = "Root"; + columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; + columnDefinition1.Width = 100D; + this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { + columnDefinition1}); + rowDefinition1.Height = 100D; + rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; + rowDefinition2.Height = 100D; + rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent; + this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { + rowDefinition1, + rowDefinition2}); + this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); + this.Root.Size = new System.Drawing.Size(402, 78); + this.Root.TextVisible = false; + // + // layoutControlItem1 + // + this.layoutControlItem1.Control = this.txt_hzabc; + this.layoutControlItem1.Location = new System.Drawing.Point(0, 39); + this.layoutControlItem1.Name = "layoutControlItem1"; + this.layoutControlItem1.OptionsTableLayoutItem.RowIndex = 1; + this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); + this.layoutControlItem1.Size = new System.Drawing.Size(402, 39); + this.layoutControlItem1.Text = "閫夋嫨璐т富 "; + this.layoutControlItem1.TextSize = new System.Drawing.Size(80, 18); + // + // layoutControlItem2 + // + this.layoutControlItem2.Control = this.txt_hzlxabc; + this.layoutControlItem2.Location = new System.Drawing.Point(0, 0); + this.layoutControlItem2.Name = "layoutControlItem2"; + this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); + this.layoutControlItem2.Size = new System.Drawing.Size(402, 39); + this.layoutControlItem2.Text = "璐т富绫诲瀷 "; + this.layoutControlItem2.TextSize = new System.Drawing.Size(80, 18); // // UcLookHuoZhu // + this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Controls.Add(this.txt_hzabc); - this.Controls.Add(this.txt_hzlxabc); + this.Controls.Add(this.layoutControl1); + this.Margin = new System.Windows.Forms.Padding(0); this.Name = "UcLookHuoZhu"; - this.Size = new System.Drawing.Size(263, 53); + this.Size = new System.Drawing.Size(402, 78); ((System.ComponentModel.ISupportInitialize)(this.txt_hzabc.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_hzlxabc.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); + this.layoutControl1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); this.ResumeLayout(false); } @@ -94,5 +172,9 @@ private DevExpress.XtraEditors.SearchLookUpEdit txt_hzabc; private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View; private DevExpress.XtraEditors.ComboBoxEdit txt_hzlxabc; + private DevExpress.XtraLayout.LayoutControl layoutControl1; + private DevExpress.XtraLayout.LayoutControlGroup Root; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; } } -- Gitblit v1.9.3