From 77f9269e1bef71f475c72f85fa64cdfd09a503f6 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 29 三月 2025 21:51:14 +0800 Subject: [PATCH] 委外 --- DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.Designer.cs | 32 +++++++++++++++++--------------- 1 files changed, 17 insertions(+), 15 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.Designer.cs b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.Designer.cs index dd015e2..30ec60e 100644 --- a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.Designer.cs @@ -63,13 +63,13 @@ this.txt_shBy = new DevExpress.XtraEditors.TextEdit(); this.txt_shTime = new DevExpress.XtraEditors.TextEdit(); this.txt_shState = new DevExpress.XtraEditors.CheckEdit(); + this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); 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.tabMx = new DevExpress.XtraTab.XtraTabControl(); this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage(); this.gcMx1 = new DevExpress.XtraGrid.GridControl(); @@ -120,13 +120,13 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_shBy.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_shTime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_shState.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).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(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit(); this.tabMx.SuspendLayout(); this.tabMxPage1.SuspendLayout(); @@ -433,6 +433,18 @@ this.txt_shState.TabIndex = 220; this.txt_shState.Tag = "readonly"; // + // layoutControlItem6 + // + this.layoutControlItem6.Control = this.lbGuid; + this.layoutControlItem6.Location = new System.Drawing.Point(828, 43); + this.layoutControlItem6.Name = "layoutControlItem6"; + this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 1; + this.layoutControlItem6.Size = new System.Drawing.Size(278, 43); + this.layoutControlItem6.Text = "lbGuid"; + this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); + this.layoutControlItem6.TextVisible = false; + // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; @@ -522,18 +534,6 @@ this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem5.TextVisible = false; // - // layoutControlItem6 - // - this.layoutControlItem6.Control = this.lbGuid; - this.layoutControlItem6.Location = new System.Drawing.Point(828, 43); - this.layoutControlItem6.Name = "layoutControlItem6"; - this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 3; - this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem6.Size = new System.Drawing.Size(278, 43); - this.layoutControlItem6.Text = "lbGuid"; - this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); - this.layoutControlItem6.TextVisible = false; - // // tabMx // this.tabMx.Dock = System.Windows.Forms.DockStyle.Fill; @@ -571,6 +571,8 @@ // this.gvMx1.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gvMx1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; + this.gvMx1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1.Appearance.Row.Options.UseFont = true; this.gvMx1.ColumnPanelRowHeight = 50; this.gvMx1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gvMx1id, @@ -919,13 +921,13 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_shBy.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_shTime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_shState.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).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(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit(); this.tabMx.ResumeLayout(false); this.tabMxPage1.ResumeLayout(false); -- Gitblit v1.9.3