lixiaojun
2024-12-13 3d0d8f7aa9f58ca8759f15001caf4e1e78bb99d1
WinFrmUI/HStation.WinFrmUI.Assets.Core/22-cooling/02-main/AssetsCoolingMainMgrPage.Designer.cs
@@ -52,6 +52,7 @@
            ribPageGroupForMore = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            panelControl1 = new DevExpress.XtraEditors.PanelControl();
            gridControl1 = new DevExpress.XtraGrid.GridControl();
            assetsCoolingMainMgrViewModelBindingSource = new BindingSource(components);
            gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            colID = new DevExpress.XtraGrid.Columns.GridColumn();
            colName = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -59,23 +60,25 @@
            colCaliber = new DevExpress.XtraGrid.Columns.GridColumn();
            colCoefficient = new DevExpress.XtraGrid.Columns.GridColumn();
            colLowerLimit = new DevExpress.XtraGrid.Columns.GridColumn();
            colKeyWords = new DevExpress.XtraGrid.Columns.GridColumn();
            colFlags = new DevExpress.XtraGrid.Columns.GridColumn();
            colTagName = new DevExpress.XtraGrid.Columns.GridColumn();
            colSortCode = new DevExpress.XtraGrid.Columns.GridColumn();
            colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
            colDetail = new DevExpress.XtraGrid.Columns.GridColumn();
            repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            svgImg32 = new DevExpress.Utils.SvgImageCollection(components);
            assetsCoolingMainMgrViewModelBindingSource = new BindingSource(components);
            colFlags = new DevExpress.XtraGrid.Columns.GridColumn();
            colTagName = new DevExpress.XtraGrid.Columns.GridColumn();
            colKeyWords = new DevExpress.XtraGrid.Columns.GridColumn();
            behaviorManager1 = new DevExpress.Utils.Behaviors.BehaviorManager(components);
            dragDropEvents1 = new DevExpress.Utils.DragDrop.DragDropEvents(components);
            ((ISupportInitialize)ribbonControl1).BeginInit();
            ((ISupportInitialize)panelControl1).BeginInit();
            panelControl1.SuspendLayout();
            ((ISupportInitialize)gridControl1).BeginInit();
            ((ISupportInitialize)assetsCoolingMainMgrViewModelBindingSource).BeginInit();
            ((ISupportInitialize)gridView1).BeginInit();
            ((ISupportInitialize)repositoryItemButtonEdit1).BeginInit();
            ((ISupportInitialize)svgImg32).BeginInit();
            ((ISupportInitialize)assetsCoolingMainMgrViewModelBindingSource).BeginInit();
            ((ISupportInitialize)behaviorManager1).BeginInit();
            SuspendLayout();
            // 
            // ribbonControl1
@@ -167,6 +170,7 @@
            barCkDrag.Id = 17;
            barCkDrag.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCkDrag.ImageOptions.SvgImage");
            barCkDrag.Name = "barCkDrag";
            barCkDrag.CheckedChanged += barCkDrag_CheckedChanged;
            // 
            // barBtnFactor
            // 
@@ -231,8 +235,13 @@
            gridControl1.TabIndex = 0;
            gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
            // 
            // assetsCoolingMainMgrViewModelBindingSource
            //
            assetsCoolingMainMgrViewModelBindingSource.DataSource = typeof(AssetsCoolingMainMgrViewModel);
            //
            // gridView1
            // 
            behaviorManager1.SetBehaviors(gridView1, new DevExpress.Utils.Behaviors.Behavior[] { DevExpress.Utils.DragDrop.DragDropBehavior.Create(typeof(DevExpress.XtraGrid.Extensions.ColumnViewDragDropSource), true, true, true, true, dragDropEvents1) });
            gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colID, colName, colMaterial, colCaliber, colCoefficient, colLowerLimit, colKeyWords, colFlags, colTagName, colSortCode, colDescription, colDetail });
            gridView1.GridControl = gridControl1;
            gridView1.Name = "gridView1";
@@ -295,6 +304,33 @@
            colLowerLimit.VisibleIndex = 4;
            colLowerLimit.Width = 100;
            // 
            // colKeyWords
            //
            colKeyWords.FieldName = "KeyWords";
            colKeyWords.MinWidth = 100;
            colKeyWords.Name = "colKeyWords";
            colKeyWords.Visible = true;
            colKeyWords.VisibleIndex = 5;
            colKeyWords.Width = 100;
            //
            // colFlags
            //
            colFlags.FieldName = "Flags";
            colFlags.MinWidth = 100;
            colFlags.Name = "colFlags";
            colFlags.Visible = true;
            colFlags.VisibleIndex = 6;
            colFlags.Width = 100;
            //
            // colTagName
            //
            colTagName.FieldName = "TagName";
            colTagName.MinWidth = 100;
            colTagName.Name = "colTagName";
            colTagName.Visible = true;
            colTagName.VisibleIndex = 7;
            colTagName.Width = 100;
            //
            // colSortCode
            // 
            colSortCode.FieldName = "SortCode";
@@ -337,36 +373,9 @@
            svgImg32.ImageSize = new Size(32, 32);
            svgImg32.Add("menu", "image://svgimages/pdf viewer/menu.svg");
            // 
            // assetsCoolingMainMgrViewModelBindingSource
            // dragDropEvents1
            // 
            assetsCoolingMainMgrViewModelBindingSource.DataSource = typeof(AssetsCoolingMainMgrViewModel);
            //
            // colFlags
            //
            colFlags.FieldName = "Flags";
            colFlags.MinWidth = 100;
            colFlags.Name = "colFlags";
            colFlags.Visible = true;
            colFlags.VisibleIndex = 6;
            colFlags.Width = 100;
            //
            // colTagName
            //
            colTagName.FieldName = "TagName";
            colTagName.MinWidth = 100;
            colTagName.Name = "colTagName";
            colTagName.Visible = true;
            colTagName.VisibleIndex = 7;
            colTagName.Width = 100;
            //
            // colKeyWords
            //
            colKeyWords.FieldName = "KeyWords";
            colKeyWords.MinWidth = 100;
            colKeyWords.Name = "colKeyWords";
            colKeyWords.Visible = true;
            colKeyWords.VisibleIndex = 5;
            colKeyWords.Width = 100;
            dragDropEvents1.DragDrop += dragDropEvents1_DragDrop;
            // 
            // AssetsCoolingMainMgrPage
            // 
@@ -383,10 +392,11 @@
            ((ISupportInitialize)panelControl1).EndInit();
            panelControl1.ResumeLayout(false);
            ((ISupportInitialize)gridControl1).EndInit();
            ((ISupportInitialize)assetsCoolingMainMgrViewModelBindingSource).EndInit();
            ((ISupportInitialize)gridView1).EndInit();
            ((ISupportInitialize)repositoryItemButtonEdit1).EndInit();
            ((ISupportInitialize)svgImg32).EndInit();
            ((ISupportInitialize)assetsCoolingMainMgrViewModelBindingSource).EndInit();
            ((ISupportInitialize)behaviorManager1).EndInit();
            ResumeLayout(false);
            PerformLayout();
        }
@@ -426,5 +436,7 @@
        private DevExpress.XtraGrid.Columns.GridColumn colKeyWords;
        private DevExpress.XtraGrid.Columns.GridColumn colFlags;
        private DevExpress.XtraGrid.Columns.GridColumn colTagName;
        private DevExpress.Utils.Behaviors.BehaviorManager behaviorManager1;
        private DevExpress.Utils.DragDrop.DragDropEvents dragDropEvents1;
    }
}