From 4a1815cf918c3fc3996b64697046795f10f1f367 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 01 七月 2025 10:35:44 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs | 130 +++++++++++++++++++++--------------------- 1 files changed, 65 insertions(+), 65 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs index 54fe640..a1a79e7 100644 --- a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs @@ -45,6 +45,7 @@ this.split1 = new DevExpress.XtraEditors.SplitContainerControl(); this.gcMain1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); + this.colChkInt = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_itemNo = new DevExpress.XtraGrid.Columns.GridColumn(); @@ -69,7 +70,6 @@ this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.colChkInt = new DevExpress.XtraGrid.Columns.GridColumn(); this.pageBar1 = new UserControls.Data.UcPageBar(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl(); @@ -286,6 +286,16 @@ this.gridView1.OptionsView.RowAutoHeight = true; this.gridView1.OptionsView.ShowAutoFilterRow = true; this.gridView1.OptionsView.ShowGroupPanel = false; + // + // colChkInt + // + this.colChkInt.Caption = "."; + this.colChkInt.FieldName = "chkInt"; + this.colChkInt.MinWidth = 25; + this.colChkInt.Name = "colChkInt"; + this.colChkInt.Visible = true; + this.colChkInt.VisibleIndex = 0; + this.colChkInt.Width = 94; // // gridColumn4 // @@ -588,16 +598,6 @@ this.gridColumn9.VisibleIndex = 20; this.gridColumn9.Width = 94; // - // colChkInt - // - this.colChkInt.Caption = "."; - this.colChkInt.FieldName = "chkInt"; - this.colChkInt.MinWidth = 25; - this.colChkInt.Name = "colChkInt"; - this.colChkInt.Visible = true; - this.colChkInt.VisibleIndex = 0; - this.colChkInt.Width = 94; - // // pageBar1 // this.pageBar1.CurrentPage = 1; @@ -634,7 +634,7 @@ this.splitMx1.Panel2.Text = "Panel2"; this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; this.splitMx1.Size = new System.Drawing.Size(1158, 570); - this.splitMx1.SplitterPosition = 164; + this.splitMx1.SplitterPosition = 202; this.splitMx1.TabIndex = 0; // // layoutMx1 @@ -666,13 +666,13 @@ this.layoutMx1.Name = "layoutMx1"; this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1108, 0, 812, 500); this.layoutMx1.Root = this.Root; - this.layoutMx1.Size = new System.Drawing.Size(1158, 164); + this.layoutMx1.Size = new System.Drawing.Size(1158, 202); this.layoutMx1.TabIndex = 0; this.layoutMx1.Text = "layoutControl1"; // // txt_cgName // - this.txt_cgName.Location = new System.Drawing.Point(951, 127); + this.txt_cgName.Location = new System.Drawing.Point(951, 156); this.txt_cgName.Name = "txt_cgName"; this.txt_cgName.Properties.Appearance.Options.UseFont = true; this.txt_cgName.Size = new System.Drawing.Size(195, 24); @@ -691,7 +691,7 @@ // // txt_scName // - this.txt_scName.Location = new System.Drawing.Point(667, 127); + this.txt_scName.Location = new System.Drawing.Point(667, 156); this.txt_scName.Name = "txt_scName"; this.txt_scName.Properties.Appearance.Options.UseFont = true; this.txt_scName.Size = new System.Drawing.Size(193, 24); @@ -701,7 +701,7 @@ // // txt_fforbidstatusTxt // - this.txt_fforbidstatusTxt.Location = new System.Drawing.Point(383, 98); + this.txt_fforbidstatusTxt.Location = new System.Drawing.Point(383, 120); this.txt_fforbidstatusTxt.Name = "txt_fforbidstatusTxt"; this.txt_fforbidstatusTxt.Properties.Appearance.Options.UseFont = true; this.txt_fforbidstatusTxt.Size = new System.Drawing.Size(193, 24); @@ -711,7 +711,7 @@ // // txt_xxName // - this.txt_xxName.Location = new System.Drawing.Point(951, 98); + this.txt_xxName.Location = new System.Drawing.Point(951, 120); this.txt_xxName.Name = "txt_xxName"; this.txt_xxName.Properties.Appearance.Options.UseFont = true; this.txt_xxName.Size = new System.Drawing.Size(195, 24); @@ -721,7 +721,7 @@ // // txt_dptName // - this.txt_dptName.Location = new System.Drawing.Point(99, 69); + this.txt_dptName.Location = new System.Drawing.Point(99, 84); this.txt_dptName.Name = "txt_dptName"; this.txt_dptName.Properties.Appearance.Options.UseFont = true; this.txt_dptName.Size = new System.Drawing.Size(193, 24); @@ -731,7 +731,7 @@ // // txt_wlName // - this.txt_wlName.Location = new System.Drawing.Point(951, 69); + this.txt_wlName.Location = new System.Drawing.Point(951, 84); this.txt_wlName.Name = "txt_wlName"; this.txt_wlName.Properties.Appearance.Options.UseFont = true; this.txt_wlName.Size = new System.Drawing.Size(195, 24); @@ -741,7 +741,7 @@ // // txt_wwName // - this.txt_wwName.Location = new System.Drawing.Point(951, 40); + this.txt_wwName.Location = new System.Drawing.Point(951, 48); this.txt_wwName.Name = "txt_wwName"; this.txt_wwName.Properties.Appearance.Options.UseFont = true; this.txt_wwName.Size = new System.Drawing.Size(195, 24); @@ -761,7 +761,7 @@ // // txt_fissueType // - this.txt_fissueType.Location = new System.Drawing.Point(383, 69); + this.txt_fissueType.Location = new System.Drawing.Point(383, 84); this.txt_fissueType.Name = "txt_fissueType"; this.txt_fissueType.Properties.Appearance.Options.UseFont = true; this.txt_fissueType.Size = new System.Drawing.Size(193, 24); @@ -771,7 +771,7 @@ // // txt_ffinishreceiptoverrate // - this.txt_ffinishreceiptoverrate.Location = new System.Drawing.Point(667, 98); + this.txt_ffinishreceiptoverrate.Location = new System.Drawing.Point(667, 120); this.txt_ffinishreceiptoverrate.Name = "txt_ffinishreceiptoverrate"; this.txt_ffinishreceiptoverrate.Properties.Appearance.Options.UseFont = true; this.txt_ffinishreceiptoverrate.Size = new System.Drawing.Size(193, 24); @@ -784,24 +784,24 @@ this.txt_itemName.Location = new System.Drawing.Point(99, 12); this.txt_itemName.Name = "txt_itemName"; this.txt_itemName.Properties.Appearance.Options.UseFont = true; - this.txt_itemName.Size = new System.Drawing.Size(193, 24); + this.txt_itemName.Size = new System.Drawing.Size(193, 32); this.txt_itemName.StyleController = this.layoutMx1; this.txt_itemName.TabIndex = 216; this.txt_itemName.Tag = "itemName"; // // txt_itemModel // - this.txt_itemModel.Location = new System.Drawing.Point(99, 127); + this.txt_itemModel.Location = new System.Drawing.Point(99, 156); this.txt_itemModel.Name = "txt_itemModel"; this.txt_itemModel.Properties.Appearance.Options.UseFont = true; - this.txt_itemModel.Size = new System.Drawing.Size(477, 25); + this.txt_itemModel.Size = new System.Drawing.Size(477, 34); this.txt_itemModel.StyleController = this.layoutMx1; this.txt_itemModel.TabIndex = 219; this.txt_itemModel.Tag = "itemModel"; // // txt_itemDescription // - this.txt_itemDescription.Location = new System.Drawing.Point(99, 40); + this.txt_itemDescription.Location = new System.Drawing.Point(99, 48); this.txt_itemDescription.Name = "txt_itemDescription"; this.txt_itemDescription.Properties.Appearance.Options.UseFont = true; this.txt_itemDescription.Size = new System.Drawing.Size(193, 24); @@ -821,7 +821,7 @@ // // txt_materialProperti // - this.txt_materialProperti.Location = new System.Drawing.Point(383, 40); + this.txt_materialProperti.Location = new System.Drawing.Point(383, 48); this.txt_materialProperti.Name = "txt_materialProperti"; this.txt_materialProperti.Properties.Appearance.Options.UseFont = true; this.txt_materialProperti.Size = new System.Drawing.Size(193, 24); @@ -841,7 +841,7 @@ // // txt_highlimit // - this.txt_highlimit.Location = new System.Drawing.Point(667, 40); + this.txt_highlimit.Location = new System.Drawing.Point(667, 48); this.txt_highlimit.Name = "txt_highlimit"; this.txt_highlimit.Properties.Appearance.Options.UseFont = true; this.txt_highlimit.Size = new System.Drawing.Size(193, 24); @@ -851,7 +851,7 @@ // // txt_lowlimit // - this.txt_lowlimit.Location = new System.Drawing.Point(667, 69); + this.txt_lowlimit.Location = new System.Drawing.Point(667, 84); this.txt_lowlimit.Name = "txt_lowlimit"; this.txt_lowlimit.Properties.Appearance.Options.UseFont = true; this.txt_lowlimit.Size = new System.Drawing.Size(193, 24); @@ -861,7 +861,7 @@ // // txt_prdPack // - this.txt_prdPack.Location = new System.Drawing.Point(99, 98); + this.txt_prdPack.Location = new System.Drawing.Point(99, 120); this.txt_prdPack.Name = "txt_prdPack"; this.txt_prdPack.Properties.Appearance.Options.UseFont = true; this.txt_prdPack.Size = new System.Drawing.Size(193, 24); @@ -936,7 +936,7 @@ rowDefinition3, rowDefinition4, rowDefinition5}); - this.Root.Size = new System.Drawing.Size(1158, 164); + this.Root.Size = new System.Drawing.Size(1158, 202); this.Root.TextVisible = false; // // layoutControlItem1 @@ -944,7 +944,7 @@ this.layoutControlItem1.Control = this.txt_itemName; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; - this.layoutControlItem1.Size = new System.Drawing.Size(284, 28); + this.layoutControlItem1.Size = new System.Drawing.Size(284, 36); this.layoutControlItem1.Text = "鐗╂枡鍚嶇О"; this.layoutControlItem1.TextSize = new System.Drawing.Size(75, 18); // @@ -954,7 +954,7 @@ this.layoutControlItem5.Location = new System.Drawing.Point(284, 0); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 1; - this.layoutControlItem5.Size = new System.Drawing.Size(284, 28); + this.layoutControlItem5.Size = new System.Drawing.Size(284, 36); this.layoutControlItem5.Text = "鐗╂枡缂栫爜"; this.layoutControlItem5.TextSize = new System.Drawing.Size(75, 18); // @@ -964,83 +964,83 @@ this.layoutControlItem13.Location = new System.Drawing.Point(852, 0); this.layoutControlItem13.Name = "layoutControlItem13"; this.layoutControlItem13.OptionsTableLayoutItem.ColumnIndex = 3; - this.layoutControlItem13.Size = new System.Drawing.Size(286, 28); + this.layoutControlItem13.Size = new System.Drawing.Size(286, 36); this.layoutControlItem13.Text = "搴撴埧鍗曚綅"; this.layoutControlItem13.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem14 // this.layoutControlItem14.Control = this.txt_wwName; - this.layoutControlItem14.Location = new System.Drawing.Point(852, 28); + this.layoutControlItem14.Location = new System.Drawing.Point(852, 36); this.layoutControlItem14.Name = "layoutControlItem14"; this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem14.Size = new System.Drawing.Size(286, 29); + this.layoutControlItem14.Size = new System.Drawing.Size(286, 36); this.layoutControlItem14.Text = "濮斿鍗曚綅"; this.layoutControlItem14.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem15 // this.layoutControlItem15.Control = this.txt_wlName; - this.layoutControlItem15.Location = new System.Drawing.Point(852, 57); + this.layoutControlItem15.Location = new System.Drawing.Point(852, 72); this.layoutControlItem15.Name = "layoutControlItem15"; this.layoutControlItem15.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem15.Size = new System.Drawing.Size(286, 29); + this.layoutControlItem15.Size = new System.Drawing.Size(286, 36); this.layoutControlItem15.Text = "鐗╂枡鍗曚綅"; this.layoutControlItem15.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem16 // this.layoutControlItem16.Control = this.txt_xxName; - this.layoutControlItem16.Location = new System.Drawing.Point(852, 86); + this.layoutControlItem16.Location = new System.Drawing.Point(852, 108); this.layoutControlItem16.Name = "layoutControlItem16"; this.layoutControlItem16.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem16.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem16.Size = new System.Drawing.Size(286, 29); + this.layoutControlItem16.Size = new System.Drawing.Size(286, 36); this.layoutControlItem16.Text = "閿�鍞崟浣�"; this.layoutControlItem16.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem17 // this.layoutControlItem17.Control = this.txt_prdPack; - this.layoutControlItem17.Location = new System.Drawing.Point(0, 86); + this.layoutControlItem17.Location = new System.Drawing.Point(0, 108); this.layoutControlItem17.Name = "layoutControlItem17"; this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem17.Size = new System.Drawing.Size(284, 29); + this.layoutControlItem17.Size = new System.Drawing.Size(284, 36); this.layoutControlItem17.Text = "鏈�灏忓寘瑁呮暟"; this.layoutControlItem17.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem18 // this.layoutControlItem18.Control = this.txt_fissueType; - this.layoutControlItem18.Location = new System.Drawing.Point(284, 57); + this.layoutControlItem18.Location = new System.Drawing.Point(284, 72); this.layoutControlItem18.Name = "layoutControlItem18"; this.layoutControlItem18.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem18.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem18.Size = new System.Drawing.Size(284, 29); + this.layoutControlItem18.Size = new System.Drawing.Size(284, 36); this.layoutControlItem18.Text = "鍙戞枡鏂瑰紡"; this.layoutControlItem18.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem23 // this.layoutControlItem23.Control = this.txt_fforbidstatusTxt; - this.layoutControlItem23.Location = new System.Drawing.Point(284, 86); + this.layoutControlItem23.Location = new System.Drawing.Point(284, 108); this.layoutControlItem23.Name = "layoutControlItem23"; this.layoutControlItem23.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem23.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem23.Size = new System.Drawing.Size(284, 29); + this.layoutControlItem23.Size = new System.Drawing.Size(284, 36); this.layoutControlItem23.Text = "绂佺敤鐘舵��"; this.layoutControlItem23.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem9 // this.layoutControlItem9.Control = this.txt_materialProperti; - this.layoutControlItem9.Location = new System.Drawing.Point(284, 28); + this.layoutControlItem9.Location = new System.Drawing.Point(284, 36); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem9.Size = new System.Drawing.Size(284, 29); + this.layoutControlItem9.Size = new System.Drawing.Size(284, 36); this.layoutControlItem9.Text = "鐗╂枡灞炴��"; this.layoutControlItem9.TextSize = new System.Drawing.Size(75, 18); // @@ -1050,29 +1050,29 @@ this.layoutControlItem10.Location = new System.Drawing.Point(568, 0); this.layoutControlItem10.Name = "layoutControlItem10"; this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 2; - this.layoutControlItem10.Size = new System.Drawing.Size(284, 28); + this.layoutControlItem10.Size = new System.Drawing.Size(284, 36); this.layoutControlItem10.Text = "鐢熶骇杞﹂棿"; this.layoutControlItem10.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem11 // this.layoutControlItem11.Control = this.txt_highlimit; - this.layoutControlItem11.Location = new System.Drawing.Point(568, 28); + this.layoutControlItem11.Location = new System.Drawing.Point(568, 36); this.layoutControlItem11.Name = "layoutControlItem11"; this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem11.Size = new System.Drawing.Size(284, 29); + this.layoutControlItem11.Size = new System.Drawing.Size(284, 36); this.layoutControlItem11.Text = "鏈�澶у簱瀛�"; this.layoutControlItem11.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem12 // this.layoutControlItem12.Control = this.txt_lowlimit; - this.layoutControlItem12.Location = new System.Drawing.Point(568, 57); + this.layoutControlItem12.Location = new System.Drawing.Point(568, 72); this.layoutControlItem12.Name = "layoutControlItem12"; this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem12.Size = new System.Drawing.Size(284, 29); + this.layoutControlItem12.Size = new System.Drawing.Size(284, 36); this.layoutControlItem12.Text = "瀹夊叏搴撳瓨"; this.layoutControlItem12.TextSize = new System.Drawing.Size(75, 18); // @@ -1080,64 +1080,64 @@ // this.layoutControlItem19.Control = this.txt_ffinishreceiptoverrate; this.layoutControlItem19.CustomizationFormText = "鍏ュ簱瓒呮敹姣斾緥(%)"; - this.layoutControlItem19.Location = new System.Drawing.Point(568, 86); + this.layoutControlItem19.Location = new System.Drawing.Point(568, 108); this.layoutControlItem19.Name = "layoutControlItem19"; this.layoutControlItem19.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem19.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem19.Size = new System.Drawing.Size(284, 29); + this.layoutControlItem19.Size = new System.Drawing.Size(284, 36); this.layoutControlItem19.Text = "瓒呮敹姣斾緥"; this.layoutControlItem19.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem21 // this.layoutControlItem21.Control = this.txt_scName; - this.layoutControlItem21.Location = new System.Drawing.Point(568, 115); + this.layoutControlItem21.Location = new System.Drawing.Point(568, 144); this.layoutControlItem21.Name = "layoutControlItem21"; this.layoutControlItem21.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem21.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem21.Size = new System.Drawing.Size(284, 29); + this.layoutControlItem21.Size = new System.Drawing.Size(284, 38); this.layoutControlItem21.Text = "鐢熶骇鍗曚綅"; this.layoutControlItem21.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem22 // this.layoutControlItem22.Control = this.txt_cgName; - this.layoutControlItem22.Location = new System.Drawing.Point(852, 115); + this.layoutControlItem22.Location = new System.Drawing.Point(852, 144); this.layoutControlItem22.Name = "layoutControlItem22"; this.layoutControlItem22.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem22.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem22.Size = new System.Drawing.Size(286, 29); + this.layoutControlItem22.Size = new System.Drawing.Size(286, 38); this.layoutControlItem22.Text = "閲囪喘鍗曚綅"; this.layoutControlItem22.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem2 // this.layoutControlItem2.Control = this.txt_itemModel; - this.layoutControlItem2.Location = new System.Drawing.Point(0, 115); + this.layoutControlItem2.Location = new System.Drawing.Point(0, 144); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.OptionsTableLayoutItem.ColumnSpan = 2; this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem2.Size = new System.Drawing.Size(568, 29); + this.layoutControlItem2.Size = new System.Drawing.Size(568, 38); this.layoutControlItem2.Text = "瑙勬牸鍨嬪彿"; this.layoutControlItem2.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem4 // this.layoutControlItem4.Control = this.txt_itemDescription; - this.layoutControlItem4.Location = new System.Drawing.Point(0, 28); + this.layoutControlItem4.Location = new System.Drawing.Point(0, 36); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem4.Size = new System.Drawing.Size(284, 29); + this.layoutControlItem4.Size = new System.Drawing.Size(284, 36); this.layoutControlItem4.Text = "鐗╂枡鎻忚堪"; this.layoutControlItem4.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem20 // this.layoutControlItem20.Control = this.txt_dptName; - this.layoutControlItem20.Location = new System.Drawing.Point(0, 57); + this.layoutControlItem20.Location = new System.Drawing.Point(0, 72); this.layoutControlItem20.Name = "layoutControlItem20"; this.layoutControlItem20.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem20.Size = new System.Drawing.Size(284, 29); + this.layoutControlItem20.Size = new System.Drawing.Size(284, 36); this.layoutControlItem20.Text = "榛樿浠撳簱"; this.layoutControlItem20.TextSize = new System.Drawing.Size(75, 18); // -- Gitblit v1.9.3