From 366c2ea3e7c68487ec04f2252262f8fb78245a2d Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 30 七月 2024 13:15:45 +0800 Subject: [PATCH] 提交缺少控件 --- WinFrmUI/HStation.WinFrmUI.Basic/00-SysTypeManage/SysTypeManageMainPanel.Designer.cs | 58 +++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 35 insertions(+), 23 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Basic/00-SysTypeManage/SysTypeManageMainPanel.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Basic/00-SysTypeManage/SysTypeManageMainPanel.Designer.cs index c67fb52..53750b3 100644 --- a/WinFrmUI/HStation.WinFrmUI.Basic/00-SysTypeManage/SysTypeManageMainPanel.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Basic/00-SysTypeManage/SysTypeManageMainPanel.Designer.cs @@ -45,13 +45,14 @@ gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); colName = new DevExpress.XtraGrid.Columns.GridColumn(); colCode = new DevExpress.XtraGrid.Columns.GridColumn(); + colExtendTypeDisPlayName = new DevExpress.XtraGrid.Columns.GridColumn(); colSortCode = new DevExpress.XtraGrid.Columns.GridColumn(); colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); - colExtendTypeDisPlayName = new DevExpress.XtraGrid.Columns.GridColumn(); + svgImage32 = new DevExpress.Utils.SvgImageCollection(components); ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)dockManager1).BeginInit(); dockPanel1.SuspendLayout(); @@ -63,11 +64,12 @@ layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); + ((System.ComponentModel.ISupportInitialize)svgImage32).BeginInit(); SuspendLayout(); // // ribbonControl1 // - ribbonControl1.DrawGroupsBorderMode = DevExpress.Utils.DefaultBoolean.False; + ribbonControl1.DrawGroupsBorderMode = DevExpress.Utils.DefaultBoolean.True; ribbonControl1.ExpandCollapseItem.Id = 0; ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic; ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, barBtnEditPumpCurve, BtnAdd, BtnDelete }); @@ -79,7 +81,7 @@ ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False; ribbonControl1.ShowPageHeadersInFormCaption = DevExpress.Utils.DefaultBoolean.True; ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide; - ribbonControl1.Size = new Size(1133, 77); + ribbonControl1.Size = new Size(1133, 101); ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; // // barBtnEditPumpCurve @@ -118,7 +120,7 @@ ribbonPageGroup1.ItemLinks.Add(barBtnEditPumpCurve); ribbonPageGroup1.ItemLinks.Add(BtnDelete); ribbonPageGroup1.Name = "ribbonPageGroup1"; - ribbonPageGroup1.Text = "ribbonPageGroup1"; + ribbonPageGroup1.Text = "鍩虹鎿嶄綔"; // // dockManager1 // @@ -131,10 +133,10 @@ dockPanel1.Controls.Add(dockPanel1_Container); dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left; dockPanel1.ID = new Guid("20cba9f0-4c76-45ad-a0f6-714fb6b14171"); - dockPanel1.Location = new Point(0, 77); + dockPanel1.Location = new Point(0, 101); dockPanel1.Name = "dockPanel1"; dockPanel1.OriginalSize = new Size(200, 200); - dockPanel1.Size = new Size(200, 470); + dockPanel1.Size = new Size(200, 446); dockPanel1.Text = "妯″潡鍒楄〃"; // // dockPanel1_Container @@ -142,7 +144,7 @@ dockPanel1_Container.Controls.Add(moduleTreeListCtrl1); dockPanel1_Container.Location = new Point(3, 26); dockPanel1_Container.Name = "dockPanel1_Container"; - dockPanel1_Container.Size = new Size(193, 441); + dockPanel1_Container.Size = new Size(193, 417); dockPanel1_Container.TabIndex = 0; // // moduleTreeListCtrl1 @@ -152,7 +154,7 @@ moduleTreeListCtrl1.Dock = DockStyle.Fill; moduleTreeListCtrl1.Location = new Point(0, 0); moduleTreeListCtrl1.Name = "moduleTreeListCtrl1"; - moduleTreeListCtrl1.Size = new Size(193, 441); + moduleTreeListCtrl1.Size = new Size(193, 417); moduleTreeListCtrl1.TabIndex = 0; // // gridControl1 @@ -162,7 +164,7 @@ gridControl1.MainView = gridView1; gridControl1.MenuManager = ribbonControl1; gridControl1.Name = "gridControl1"; - gridControl1.Size = new Size(929, 466); + gridControl1.Size = new Size(929, 442); gridControl1.TabIndex = 3; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // @@ -199,6 +201,16 @@ colCode.Visible = true; colCode.VisibleIndex = 1; // + // colExtendTypeDisPlayName + // + colExtendTypeDisPlayName.AppearanceCell.Options.UseTextOptions = true; + colExtendTypeDisPlayName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; + colExtendTypeDisPlayName.Caption = "鎷撳睍绫诲瀷"; + colExtendTypeDisPlayName.FieldName = "ExtendTypeDisPlayName"; + colExtendTypeDisPlayName.Name = "colExtendTypeDisPlayName"; + colExtendTypeDisPlayName.Visible = true; + colExtendTypeDisPlayName.VisibleIndex = 2; + // // colSortCode // colSortCode.AppearanceCell.Options.UseTextOptions = true; @@ -223,10 +235,10 @@ // layoutControl1.Controls.Add(gridControl1); layoutControl1.Dock = DockStyle.Fill; - layoutControl1.Location = new Point(200, 77); + layoutControl1.Location = new Point(200, 101); layoutControl1.Name = "layoutControl1"; layoutControl1.Root = Root; - layoutControl1.Size = new Size(933, 470); + layoutControl1.Size = new Size(933, 446); layoutControl1.TabIndex = 6; layoutControl1.Text = "layoutControl1"; // @@ -237,7 +249,7 @@ Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 }); Root.Name = "Root"; Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); - Root.Size = new Size(933, 470); + Root.Size = new Size(933, 446); Root.TextVisible = false; // // layoutControlItem1 @@ -245,7 +257,7 @@ layoutControlItem1.Control = gridControl1; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; - layoutControlItem1.Size = new Size(933, 470); + layoutControlItem1.Size = new Size(933, 446); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // @@ -255,24 +267,22 @@ barButtonItem1.Id = 14; barButtonItem1.Name = "barButtonItem1"; // - // colExtendTypeDisPlayName + // svgImage32 // - colExtendTypeDisPlayName.AppearanceCell.Options.UseTextOptions = true; - colExtendTypeDisPlayName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; - colExtendTypeDisPlayName.Caption = "鎷撳睍绫诲瀷"; - colExtendTypeDisPlayName.FieldName = "ExtendTypeDisPlayName"; - colExtendTypeDisPlayName.Name = "colExtendTypeDisPlayName"; - colExtendTypeDisPlayName.Visible = true; - colExtendTypeDisPlayName.VisibleIndex = 2; + svgImage32.ImageSize = new Size(32, 32); + svgImage32.Add("bletter", "image://svgimages/outlook inspired/bletter.svg"); + svgImage32.Add("bold", "image://svgimages/outlook inspired/bold.svg"); // - // TypeManageCtrl + // SysTypeManageMainPanel // + Appearance.BackColor = SystemColors.Control; + Appearance.Options.UseBackColor = true; AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Controls.Add(dockPanel1); Controls.Add(ribbonControl1); - Name = "TypeManageCtrl"; + Name = "SysTypeManageMainPanel"; Size = new Size(1133, 547); ((System.ComponentModel.ISupportInitialize)ribbonControl1).EndInit(); ((System.ComponentModel.ISupportInitialize)dockManager1).EndInit(); @@ -285,6 +295,7 @@ layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); + ((System.ComponentModel.ISupportInitialize)svgImage32).EndInit(); ResumeLayout(false); PerformLayout(); } @@ -313,5 +324,6 @@ private DevExpress.XtraGrid.Columns.GridColumn colDescription; private SysModuleTreeListCtrl moduleTreeListCtrl1; private DevExpress.XtraGrid.Columns.GridColumn colExtendTypeDisPlayName; + private DevExpress.Utils.SvgImageCollection svgImage32; } } -- Gitblit v1.9.3