duheng
2024-08-12 e48f546ff305be3152b09f6f348f88f3c679d041
WinFrmUI/HStation.WinFrmUI.Basic/00-SysTypeManage/SysTypeManageMainPanel.Designer.cs
@@ -53,6 +53,7 @@
            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            svgImage32 = new DevExpress.Utils.SvgImageCollection(components);
            layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)dockManager1).BeginInit();
            dockPanel1.SuspendLayout();
@@ -65,15 +66,17 @@
            ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)svgImage32).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
            SuspendLayout();
            // 
            // ribbonControl1
            // 
            ribbonControl1.Dock = DockStyle.None;
            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 });
            ribbonControl1.Location = new Point(0, 0);
            ribbonControl1.Location = new Point(2, 2);
            ribbonControl1.MaxItemId = 17;
            ribbonControl1.Name = "ribbonControl1";
            ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { ribbonPage1 });
@@ -81,7 +84,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, 101);
            ribbonControl1.Size = new Size(929, 101);
            ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
            // 
            // barBtnEditPumpCurve
@@ -133,10 +136,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, 101);
            dockPanel1.Location = new Point(0, 0);
            dockPanel1.Name = "dockPanel1";
            dockPanel1.OriginalSize = new Size(200, 200);
            dockPanel1.Size = new Size(200, 446);
            dockPanel1.Size = new Size(200, 547);
            dockPanel1.Text = "模块列表";
            // 
            // dockPanel1_Container
@@ -144,7 +147,7 @@
            dockPanel1_Container.Controls.Add(moduleTreeListCtrl1);
            dockPanel1_Container.Location = new Point(3, 26);
            dockPanel1_Container.Name = "dockPanel1_Container";
            dockPanel1_Container.Size = new Size(193, 417);
            dockPanel1_Container.Size = new Size(193, 518);
            dockPanel1_Container.TabIndex = 0;
            // 
            // moduleTreeListCtrl1
@@ -154,18 +157,18 @@
            moduleTreeListCtrl1.Dock = DockStyle.Fill;
            moduleTreeListCtrl1.Location = new Point(0, 0);
            moduleTreeListCtrl1.Name = "moduleTreeListCtrl1";
            moduleTreeListCtrl1.Size = new Size(193, 417);
            moduleTreeListCtrl1.Size = new Size(193, 518);
            moduleTreeListCtrl1.TabIndex = 0;
            // 
            // gridControl1
            // 
            gridControl1.DataSource = typeViewModelBindingSource;
            gridControl1.Location = new Point(2, 2);
            gridControl1.Location = new Point(2, 184);
            gridControl1.MainView = gridView1;
            gridControl1.MenuManager = ribbonControl1;
            gridControl1.Name = "gridControl1";
            gridControl1.Size = new Size(929, 442);
            gridControl1.TabIndex = 3;
            gridControl1.Size = new Size(929, 361);
            gridControl1.TabIndex = 0;
            gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
            // 
            // typeViewModelBindingSource
@@ -233,12 +236,13 @@
            // 
            // layoutControl1
            // 
            layoutControl1.Controls.Add(ribbonControl1);
            layoutControl1.Controls.Add(gridControl1);
            layoutControl1.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(200, 101);
            layoutControl1.Location = new Point(200, 0);
            layoutControl1.Name = "layoutControl1";
            layoutControl1.Root = Root;
            layoutControl1.Size = new Size(933, 446);
            layoutControl1.Size = new Size(933, 547);
            layoutControl1.TabIndex = 6;
            layoutControl1.Text = "layoutControl1";
            // 
@@ -246,18 +250,18 @@
            // 
            Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            Root.GroupBordersVisible = false;
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 });
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem1 });
            Root.Name = "Root";
            Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            Root.Size = new Size(933, 446);
            Root.Size = new Size(933, 547);
            Root.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            layoutControlItem1.Control = gridControl1;
            layoutControlItem1.Location = new Point(0, 0);
            layoutControlItem1.Location = new Point(0, 182);
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Size = new Size(933, 446);
            layoutControlItem1.Size = new Size(933, 365);
            layoutControlItem1.TextSize = new Size(0, 0);
            layoutControlItem1.TextVisible = false;
            // 
@@ -273,6 +277,15 @@
            svgImage32.Add("bletter", "image://svgimages/outlook inspired/bletter.svg");
            svgImage32.Add("bold", "image://svgimages/outlook inspired/bold.svg");
            // 
            // layoutControlItem2
            //
            layoutControlItem2.Control = ribbonControl1;
            layoutControlItem2.Location = new Point(0, 0);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.Size = new Size(933, 182);
            layoutControlItem2.TextSize = new Size(0, 0);
            layoutControlItem2.TextVisible = false;
            //
            // SysTypeManageMainPanel
            // 
            Appearance.BackColor = SystemColors.Control;
@@ -281,7 +294,6 @@
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(layoutControl1);
            Controls.Add(dockPanel1);
            Controls.Add(ribbonControl1);
            Name = "SysTypeManageMainPanel";
            Size = new Size(1133, 547);
            ((System.ComponentModel.ISupportInitialize)ribbonControl1).EndInit();
@@ -293,11 +305,12 @@
            ((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
            layoutControl1.ResumeLayout(false);
            layoutControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)Root).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
            ((System.ComponentModel.ISupportInitialize)svgImage32).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
            ResumeLayout(false);
            PerformLayout();
        }
        #endregion
@@ -325,5 +338,6 @@
        private SysModuleTreeListCtrl moduleTreeListCtrl1;
        private DevExpress.XtraGrid.Columns.GridColumn colExtendTypeDisPlayName;
        private DevExpress.Utils.SvgImageCollection svgImage32;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
    }
}