duheng
2024-07-05 5aba1bf12cd27faa797e7f3d15e0f960bdc2a4b2
WinFrmUI/HStation.WinFrmUI.Xhs.Project/01-project/XhsProjectListPage.Designer.cs
@@ -30,13 +30,19 @@
        {
            components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XhsProjectListPage));
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
            ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
            BtnAdd = new DevExpress.XtraBars.BarButtonItem();
            BtnEdit = new DevExpress.XtraBars.BarButtonItem();
            BtnDelete = new DevExpress.XtraBars.BarButtonItem();
            BtnUpdateUseStatus = new DevExpress.XtraBars.BarButtonItem();
            BtnUpdateSortCode = new DevExpress.XtraBars.BarButtonItem();
            BtnRefresh = new DevExpress.XtraBars.BarButtonItem();
            BtnModelEdit = new DevExpress.XtraBars.BarButtonItem();
            BtnEditModel = new DevExpress.XtraBars.BarButtonItem();
            ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            gridControl1 = new DevExpress.XtraGrid.GridControl();
@@ -50,13 +56,15 @@
            gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            colSortCode = new DevExpress.XtraGrid.Columns.GridColumn();
            gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
            colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
            colModelManage = new DevExpress.XtraGrid.Columns.GridColumn();
            repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)projectViewModelBindingSource).BeginInit();
            ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)repositoryItemButtonEdit1).BeginInit();
            SuspendLayout();
            // 
            // ribbonControl1
@@ -64,9 +72,9 @@
            ribbonControl1.DrawGroupsBorderMode = DevExpress.Utils.DefaultBoolean.False;
            ribbonControl1.ExpandCollapseItem.Id = 0;
            ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic;
            ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, BtnAdd, BtnEdit, BtnDelete, BtnUpdateUseStatus, BtnUpdateSortCode, BtnRefresh });
            ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, BtnAdd, BtnEdit, BtnDelete, BtnUpdateUseStatus, BtnRefresh, BtnModelEdit, BtnEditModel });
            ribbonControl1.Location = new Point(0, 0);
            ribbonControl1.MaxItemId = 7;
            ribbonControl1.MaxItemId = 13;
            ribbonControl1.Name = "ribbonControl1";
            ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { ribbonPage1 });
            ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
@@ -108,14 +116,6 @@
            BtnUpdateUseStatus.Name = "BtnUpdateUseStatus";
            BtnUpdateUseStatus.ItemClick += BtnUpdateUseStatus_ItemClick;
            // 
            // BtnUpdateSortCode
            //
            BtnUpdateSortCode.Caption = "排序码";
            BtnUpdateSortCode.Id = 5;
            BtnUpdateSortCode.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnUpdateSortCode.ImageOptions.SvgImage");
            BtnUpdateSortCode.Name = "BtnUpdateSortCode";
            BtnUpdateSortCode.ItemClick += BtnUpdateSortCode_ItemClick;
            //
            // BtnRefresh
            // 
            BtnRefresh.Caption = "刷新";
@@ -123,6 +123,22 @@
            BtnRefresh.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnRefresh.ImageOptions.SvgImage");
            BtnRefresh.Name = "BtnRefresh";
            BtnRefresh.ItemClick += BtnRefresh_ItemClick;
            //
            // BtnModelEdit
            //
            BtnModelEdit.Caption = "历史模型";
            BtnModelEdit.Id = 8;
            BtnModelEdit.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnModelEdit.ImageOptions.SvgImage");
            BtnModelEdit.Name = "BtnModelEdit";
            BtnModelEdit.ItemClick += BtnModelEdit_ItemClick;
            //
            // BtnEditModel
            //
            BtnEditModel.Caption = "模型编辑";
            BtnEditModel.Id = 9;
            BtnEditModel.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnEditModel.ImageOptions.SvgImage");
            BtnEditModel.Name = "BtnEditModel";
            BtnEditModel.ItemClick += BtnEditModel_ItemClick;
            // 
            // ribbonPage1
            // 
@@ -136,8 +152,9 @@
            ribbonPageGroup1.ItemLinks.Add(BtnEdit);
            ribbonPageGroup1.ItemLinks.Add(BtnDelete);
            ribbonPageGroup1.ItemLinks.Add(BtnUpdateUseStatus);
            ribbonPageGroup1.ItemLinks.Add(BtnUpdateSortCode);
            ribbonPageGroup1.ItemLinks.Add(BtnRefresh);
            ribbonPageGroup1.ItemLinks.Add(BtnModelEdit);
            ribbonPageGroup1.ItemLinks.Add(BtnEditModel);
            ribbonPageGroup1.Name = "ribbonPageGroup1";
            ribbonPageGroup1.Text = "ribbonPageGroup1";
            // 
@@ -149,6 +166,7 @@
            gridControl1.MainView = gridView1;
            gridControl1.MenuManager = ribbonControl1;
            gridControl1.Name = "gridControl1";
            gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemButtonEdit1 });
            gridControl1.Size = new Size(1317, 567);
            gridControl1.TabIndex = 1;
            gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
@@ -161,10 +179,12 @@
            // 
            gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
            gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, ColDisplayName, gridColumn1, colTagName, colUseStatus, gridColumn2, gridColumn4, gridColumn3, colSortCode, gridColumn5, colDescription });
            gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, ColDisplayName, gridColumn1, colTagName, colUseStatus, gridColumn2, gridColumn4, gridColumn3, gridColumn5, colDescription, colModelManage });
            gridView1.GridControl = gridControl1;
            gridView1.Name = "gridView1";
            gridView1.OptionsView.ShowGroupPanel = false;
            gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(gridColumn1, DevExpress.Data.ColumnSortOrder.Ascending) });
            gridView1.RowCellClick += gridView1_RowCellClick;
            // 
            // colName
            // 
@@ -175,6 +195,7 @@
            colName.Name = "colName";
            colName.Visible = true;
            colName.VisibleIndex = 1;
            colName.Width = 97;
            // 
            // ColDisplayName
            // 
@@ -184,7 +205,8 @@
            ColDisplayName.FieldName = "CreateUserDisplayName";
            ColDisplayName.Name = "ColDisplayName";
            ColDisplayName.Visible = true;
            ColDisplayName.VisibleIndex = 3;
            ColDisplayName.VisibleIndex = 4;
            ColDisplayName.Width = 99;
            // 
            // gridColumn1
            // 
@@ -195,6 +217,7 @@
            gridColumn1.Name = "gridColumn1";
            gridColumn1.Visible = true;
            gridColumn1.VisibleIndex = 2;
            gridColumn1.Width = 86;
            // 
            // colTagName
            // 
@@ -204,7 +227,8 @@
            colTagName.FieldName = "TagName";
            colTagName.Name = "colTagName";
            colTagName.Visible = true;
            colTagName.VisibleIndex = 4;
            colTagName.VisibleIndex = 5;
            colTagName.Width = 76;
            // 
            // colUseStatus
            // 
@@ -214,7 +238,8 @@
            colUseStatus.FieldName = "UseStatus";
            colUseStatus.Name = "colUseStatus";
            colUseStatus.Visible = true;
            colUseStatus.VisibleIndex = 5;
            colUseStatus.VisibleIndex = 6;
            colUseStatus.Width = 52;
            // 
            // gridColumn2
            // 
@@ -225,6 +250,7 @@
            gridColumn2.Name = "gridColumn2";
            gridColumn2.Visible = true;
            gridColumn2.VisibleIndex = 0;
            gridColumn2.Width = 83;
            // 
            // gridColumn4
            // 
@@ -234,27 +260,19 @@
            gridColumn4.FieldName = "CustomerName";
            gridColumn4.Name = "gridColumn4";
            gridColumn4.Visible = true;
            gridColumn4.VisibleIndex = 6;
            gridColumn4.VisibleIndex = 3;
            gridColumn4.Width = 72;
            // 
            // gridColumn3
            // 
            gridColumn3.AppearanceCell.Options.UseTextOptions = true;
            gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            gridColumn3.Caption = "模型状态";
            gridColumn3.FieldName = "UseStatus";
            gridColumn3.FieldName = "eUploadStatus";
            gridColumn3.Name = "gridColumn3";
            gridColumn3.Visible = true;
            gridColumn3.VisibleIndex = 7;
            //
            // colSortCode
            //
            colSortCode.AppearanceCell.Options.UseTextOptions = true;
            colSortCode.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            colSortCode.Caption = "排序码";
            colSortCode.FieldName = "SortCode";
            colSortCode.Name = "colSortCode";
            colSortCode.Visible = true;
            colSortCode.VisibleIndex = 8;
            gridColumn3.Width = 53;
            // 
            // gridColumn5
            // 
@@ -265,6 +283,7 @@
            gridColumn5.Name = "gridColumn5";
            gridColumn5.Visible = true;
            gridColumn5.VisibleIndex = 9;
            gridColumn5.Width = 154;
            // 
            // colDescription
            // 
@@ -274,7 +293,25 @@
            colDescription.FieldName = "Description";
            colDescription.Name = "colDescription";
            colDescription.Visible = true;
            colDescription.VisibleIndex = 10;
            colDescription.VisibleIndex = 8;
            colDescription.Width = 108;
            //
            // colModelManage
            //
            colModelManage.Caption = "模型管理";
            colModelManage.ColumnEdit = repositoryItemButtonEdit1;
            colModelManage.Name = "colModelManage";
            colModelManage.Visible = true;
            colModelManage.VisibleIndex = 10;
            colModelManage.Width = 81;
            //
            // repositoryItemButtonEdit1
            //
            editorButtonImageOptions1.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions1.SvgImage");
            editorButtonImageOptions1.SvgImageSize = new Size(25, 25);
            repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
            repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
            repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
            // 
            // XhsProjectListPage
            // 
@@ -288,6 +325,7 @@
            ((System.ComponentModel.ISupportInitialize)gridControl1).EndInit();
            ((System.ComponentModel.ISupportInitialize)projectViewModelBindingSource).EndInit();
            ((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
            ((System.ComponentModel.ISupportInitialize)repositoryItemButtonEdit1).EndInit();
            ResumeLayout(false);
            PerformLayout();
        }
@@ -306,7 +344,6 @@
        private DevExpress.XtraGrid.Columns.GridColumn colName;
        private DevExpress.XtraGrid.Columns.GridColumn colTagName;
        private DevExpress.XtraGrid.Columns.GridColumn colUseStatus;
        private DevExpress.XtraGrid.Columns.GridColumn colSortCode;
        private DevExpress.XtraGrid.Columns.GridColumn colDescription;
        private DevExpress.XtraGrid.Columns.GridColumn ColDisplayName;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
@@ -314,8 +351,11 @@
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
        private DevExpress.XtraBars.BarButtonItem BtnUpdateUseStatus;
        private DevExpress.XtraBars.BarButtonItem BtnUpdateSortCode;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
        private DevExpress.XtraBars.BarButtonItem BtnRefresh;
        private DevExpress.XtraBars.BarButtonItem BtnModelEdit;
        private DevExpress.XtraGrid.Columns.GridColumn colModelManage;
        private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
        private DevExpress.XtraBars.BarButtonItem BtnEditModel;
    }
}