From 0f3565802d82703c4bf374891fe67f2ea89458a7 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 23 五月 2025 16:37:13 +0800 Subject: [PATCH] copy --- DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.Designer.cs | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.Designer.cs index 1505a50..c614ad5 100644 --- a/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.Designer.cs @@ -379,7 +379,7 @@ this.splitMx1.Panel2.Text = "Panel2"; this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; this.splitMx1.Size = new System.Drawing.Size(708, 632); - this.splitMx1.SplitterPosition = 189; + this.splitMx1.SplitterPosition = 197; this.splitMx1.TabIndex = 1; // // layoutMx1 @@ -415,7 +415,7 @@ this.layoutMx1.Name = "layoutMx1"; this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(-31, 392, 812, 500); this.layoutMx1.Root = this.Root; - this.layoutMx1.Size = new System.Drawing.Size(708, 189); + this.layoutMx1.Size = new System.Drawing.Size(708, 197); this.layoutMx1.TabIndex = 0; this.layoutMx1.Text = "layoutControl1"; // @@ -744,7 +744,7 @@ rowDefinition3, rowDefinition4, rowDefinition5}); - this.Root.Size = new System.Drawing.Size(710, 175); + this.Root.Size = new System.Drawing.Size(710, 176); this.Root.TextVisible = false; // // layoutControlItem1 @@ -840,7 +840,7 @@ this.layoutControlItem25.Name = "layoutControlItem25"; this.layoutControlItem25.OptionsTableLayoutItem.ColumnIndex = 4; this.layoutControlItem25.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem25.Size = new System.Drawing.Size(138, 31); + this.layoutControlItem25.Size = new System.Drawing.Size(138, 32); this.layoutControlItem25.Text = "瀹℃牳鐘舵��"; this.layoutControlItem25.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem25.TextVisible = false; @@ -908,7 +908,7 @@ this.layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem9.OptionsTableLayoutItem.ColumnSpan = 2; this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem9.Size = new System.Drawing.Size(276, 31); + this.layoutControlItem9.Size = new System.Drawing.Size(276, 32); this.layoutControlItem9.Text = "澶辨晥鏃ユ湡"; this.layoutControlItem9.TextSize = new System.Drawing.Size(60, 18); // @@ -943,7 +943,7 @@ this.layoutControlItem15.MinSize = new System.Drawing.Size(90, 31); this.layoutControlItem15.Name = "layoutControlItem15"; this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem15.Size = new System.Drawing.Size(138, 31); + this.layoutControlItem15.Size = new System.Drawing.Size(138, 32); this.layoutControlItem15.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem15.Text = "閫夋嫨宸ュ簭"; this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0); @@ -956,7 +956,7 @@ this.layoutControlItem10.Name = "layoutControlItem10"; this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem10.Size = new System.Drawing.Size(138, 31); + this.layoutControlItem10.Size = new System.Drawing.Size(138, 32); this.layoutControlItem10.Text = "澶嶅埗"; this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem10.TextVisible = false; @@ -967,7 +967,7 @@ this.tabMx.Location = new System.Drawing.Point(0, 0); this.tabMx.Name = "tabMx"; this.tabMx.SelectedTabPage = this.tabMxPage1; - this.tabMx.Size = new System.Drawing.Size(708, 431); + this.tabMx.Size = new System.Drawing.Size(708, 423); this.tabMx.TabIndex = 4; this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.tabMxPage1}); @@ -976,7 +976,7 @@ // this.tabMxPage1.Controls.Add(this.gcMx1); this.tabMxPage1.Name = "tabMxPage1"; - this.tabMxPage1.Size = new System.Drawing.Size(706, 399); + this.tabMxPage1.Size = new System.Drawing.Size(706, 391); this.tabMxPage1.Text = "宸ュ簭淇℃伅"; // // gcMx1 @@ -993,7 +993,7 @@ this.repositoryItemComboBox1, this.repositoryItemComboBox2, this.rptGx}); - this.gcMx1.Size = new System.Drawing.Size(706, 399); + this.gcMx1.Size = new System.Drawing.Size(706, 391); this.gcMx1.TabIndex = 0; this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvMx1}); -- Gitblit v1.9.3