duheng
2025-01-17 89b928115c2309c6548b096b4d71c0dedbcaa2db
WinFrmUI/HStation.WinFrmUI.Assets.Core/18-pressmeter/02-main/AssetsPressmeterMainMgrPage.Designer.cs
@@ -52,6 +52,7 @@
            ribPageGroupForMore = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            panelControl1 = new DevExpress.XtraEditors.PanelControl();
            gridControl1 = new DevExpress.XtraGrid.GridControl();
            assetsPressmeterMainMgrViewModelBindingSource = new BindingSource(components);
            gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            colID = new DevExpress.XtraGrid.Columns.GridColumn();
            colName = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -65,15 +66,14 @@
            repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            behaviorManager1 = new DevExpress.Utils.Behaviors.BehaviorManager(components);
            dragDropEvents1 = new DevExpress.Utils.DragDrop.DragDropEvents(components);
            assetsPressmeterMainMgrViewModelBindingSource = new BindingSource(components);
            ((ISupportInitialize)ribbonControl1).BeginInit();
            ((ISupportInitialize)panelControl1).BeginInit();
            panelControl1.SuspendLayout();
            ((ISupportInitialize)gridControl1).BeginInit();
            ((ISupportInitialize)assetsPressmeterMainMgrViewModelBindingSource).BeginInit();
            ((ISupportInitialize)gridView1).BeginInit();
            ((ISupportInitialize)repositoryItemButtonEdit1).BeginInit();
            ((ISupportInitialize)behaviorManager1).BeginInit();
            ((ISupportInitialize)assetsPressmeterMainMgrViewModelBindingSource).BeginInit();
            SuspendLayout();
            // 
            // ribbonControl1
@@ -89,7 +89,7 @@
            ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
            ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages;
            ribbonControl1.ShowToolbarCustomizeItem = false;
            ribbonControl1.Size = new Size(1107, 128);
            ribbonControl1.Size = new Size(1107, 101);
            ribbonControl1.Toolbar.ShowCustomizeItem = false;
            ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
            // 
@@ -173,6 +173,7 @@
            barBtnFactor.Id = 18;
            barBtnFactor.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnFactor.ImageOptions.SvgImage");
            barBtnFactor.Name = "barBtnFactor";
            barBtnFactor.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            barBtnFactor.ItemClick += barBtnFactor_ItemClick;
            // 
            // ribbonPage1
@@ -211,10 +212,10 @@
            panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            panelControl1.Controls.Add(gridControl1);
            panelControl1.Dock = DockStyle.Fill;
            panelControl1.Location = new Point(1, 129);
            panelControl1.Location = new Point(1, 102);
            panelControl1.Name = "panelControl1";
            panelControl1.Padding = new Padding(0, 1, 0, 0);
            panelControl1.Size = new Size(1107, 540);
            panelControl1.Size = new Size(1107, 567);
            panelControl1.TabIndex = 3;
            // 
            // gridControl1
@@ -226,9 +227,13 @@
            gridControl1.MenuManager = ribbonControl1;
            gridControl1.Name = "gridControl1";
            gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemButtonEdit1 });
            gridControl1.Size = new Size(1107, 539);
            gridControl1.Size = new Size(1107, 566);
            gridControl1.TabIndex = 0;
            gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
            //
            // assetsPressmeterMainMgrViewModelBindingSource
            //
            assetsPressmeterMainMgrViewModelBindingSource.DataSource = typeof(AssetsPressmeterMainMgrViewModel);
            // 
            // gridView1
            // 
@@ -333,10 +338,6 @@
            // 
            dragDropEvents1.DragDrop += dragDropEvents1_DragDrop;
            // 
            // assetsPressmeterMainMgrViewModelBindingSource
            //
            assetsPressmeterMainMgrViewModelBindingSource.DataSource = typeof(AssetsPressmeterMainMgrViewModel);
            //
            // AssetsPressmeterMainMgrPage
            // 
            Appearance.BackColor = SystemColors.Control;
@@ -352,10 +353,10 @@
            ((ISupportInitialize)panelControl1).EndInit();
            panelControl1.ResumeLayout(false);
            ((ISupportInitialize)gridControl1).EndInit();
            ((ISupportInitialize)assetsPressmeterMainMgrViewModelBindingSource).EndInit();
            ((ISupportInitialize)gridView1).EndInit();
            ((ISupportInitialize)repositoryItemButtonEdit1).EndInit();
            ((ISupportInitialize)behaviorManager1).EndInit();
            ((ISupportInitialize)assetsPressmeterMainMgrViewModelBindingSource).EndInit();
            ResumeLayout(false);
            PerformLayout();
        }