duheng
2024-04-15 154d4c352b9ab06a925451f1fdcea6afd1701e10
WinFrm/ISupply.WinFrm.Main/basic/Buildings/BuildingMgr.designer.cs
@@ -35,388 +35,346 @@
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BuildingMgr));
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.currentViewModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colConstructionYear = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colAddress = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colAmapId = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colTagName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colUseStatus = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSortCode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colBuildingTypeName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colModelType = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.barBtnAdd = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnEdit = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnRefresh = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnDelete = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnUpdateSortCode = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnDetail = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnUpdateTagName = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnUpdateUseStatus = new DevExpress.XtraBars.BarButtonItem();
            this.barCekSearch = new DevExpress.XtraBars.BarCheckItem();
            this.ribbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
            this.dockPanelLeft = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            this.buildingTreeListCtrl1 = new ISupply.WinFrm.Main.BuildingTreeListCtrl();
            this.regionTreeListMgr1 = new ISupply.WinFrm.Main.RegionTreeListMgr();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
            this.dockPanelLeft.SuspendLayout();
            this.dockPanel1_Container.SuspendLayout();
            this.SuspendLayout();
            components = new Container();
            ComponentResourceManager resources = new ComponentResourceManager(typeof(BuildingMgr));
            gridControl1 = new DevExpress.XtraGrid.GridControl();
            currentViewModelBindingSource = new BindingSource(components);
            gridView1 = new GridView();
            colName = new DevExpress.XtraGrid.Columns.GridColumn();
            colConstructionYear = new DevExpress.XtraGrid.Columns.GridColumn();
            colAddress = new DevExpress.XtraGrid.Columns.GridColumn();
            colAmapId = new DevExpress.XtraGrid.Columns.GridColumn();
            colTagName = new DevExpress.XtraGrid.Columns.GridColumn();
            colUseStatus = new DevExpress.XtraGrid.Columns.GridColumn();
            colSortCode = new DevExpress.XtraGrid.Columns.GridColumn();
            colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
            colBuildingTypeName = new DevExpress.XtraGrid.Columns.GridColumn();
            colModelType = new DevExpress.XtraGrid.Columns.GridColumn();
            colID = new DevExpress.XtraGrid.Columns.GridColumn();
            ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
            barBtnAdd = new DevExpress.XtraBars.BarButtonItem();
            barBtnEdit = new DevExpress.XtraBars.BarButtonItem();
            barBtnRefresh = new DevExpress.XtraBars.BarButtonItem();
            barBtnDelete = new DevExpress.XtraBars.BarButtonItem();
            barBtnUpdateSortCode = new DevExpress.XtraBars.BarButtonItem();
            barBtnDetail = new DevExpress.XtraBars.BarButtonItem();
            barBtnUpdateTagName = new DevExpress.XtraBars.BarButtonItem();
            barBtnUpdateUseStatus = new DevExpress.XtraBars.BarButtonItem();
            barCekSearch = new DevExpress.XtraBars.BarCheckItem();
            ribbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
            ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components);
            dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
            dockPanelLeft = new DevExpress.XtraBars.Docking.DockPanel();
            dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            regionTreeListMgr1 = new RegionTreeListMgr();
            ((ISupportInitialize)gridControl1).BeginInit();
            ((ISupportInitialize)currentViewModelBindingSource).BeginInit();
            ((ISupportInitialize)gridView1).BeginInit();
            ((ISupportInitialize)ribbonControl1).BeginInit();
            ((ISupportInitialize)dockManager1).BeginInit();
            dockPanelLeft.SuspendLayout();
            dockPanel1_Container.SuspendLayout();
            SuspendLayout();
            // 
            // gridControl1
            // 
            this.gridControl1.DataSource = this.currentViewModelBindingSource;
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.gridControl1.Location = new System.Drawing.Point(250, 154);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(919, 916);
            this.gridControl1.TabIndex = 18;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            this.gridControl1.Click += new System.EventHandler(this.gridControl1_Click);
            gridControl1.DataSource = currentViewModelBindingSource;
            gridControl1.Dock = DockStyle.Fill;
            gridControl1.Location = new Point(225, 104);
            gridControl1.MainView = gridView1;
            gridControl1.Name = "gridControl1";
            gridControl1.Size = new Size(593, 577);
            gridControl1.TabIndex = 18;
            gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
            gridControl1.Click += gridControl1_Click;
            // 
            // currentViewModelBindingSource
            // 
            this.currentViewModelBindingSource.DataSource = typeof(ISupply.WinFrm.Main.BuildingMgr.CurrentViewModel);
            currentViewModelBindingSource.DataSource = typeof(CurrentViewModel);
            // 
            // gridView1
            // 
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colName,
            this.colConstructionYear,
            this.colAddress,
            this.colAmapId,
            this.colTagName,
            this.colUseStatus,
            this.colSortCode,
            this.colDescription,
            this.colBuildingTypeName,
            this.colModelType,
            this.colID});
            this.gridView1.DetailHeight = 550;
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsDetail.EnableMasterViewMode = false;
            gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colConstructionYear, colAddress, colAmapId, colTagName, colUseStatus, colSortCode, colDescription, colBuildingTypeName, colModelType, colID });
            gridView1.GridControl = gridControl1;
            gridView1.Name = "gridView1";
            gridView1.OptionsDetail.EnableMasterViewMode = false;
            // 
            // colName
            // 
            this.colName.Caption = "名称";
            this.colName.FieldName = "Name";
            this.colName.MinWidth = 30;
            this.colName.Name = "colName";
            this.colName.Visible = true;
            this.colName.VisibleIndex = 0;
            this.colName.Width = 93;
            colName.Caption = "名称";
            colName.FieldName = "Name";
            colName.MinWidth = 21;
            colName.Name = "colName";
            colName.Visible = true;
            colName.VisibleIndex = 0;
            colName.Width = 65;
            // 
            // colConstructionYear
            // 
            this.colConstructionYear.FieldName = "ConstructionYear";
            this.colConstructionYear.MinWidth = 30;
            this.colConstructionYear.Name = "colConstructionYear";
            this.colConstructionYear.Visible = true;
            this.colConstructionYear.VisibleIndex = 1;
            this.colConstructionYear.Width = 93;
            colConstructionYear.FieldName = "ConstructionYear";
            colConstructionYear.MinWidth = 21;
            colConstructionYear.Name = "colConstructionYear";
            colConstructionYear.Visible = true;
            colConstructionYear.VisibleIndex = 1;
            colConstructionYear.Width = 65;
            // 
            // colAddress
            // 
            this.colAddress.FieldName = "Address";
            this.colAddress.MinWidth = 30;
            this.colAddress.Name = "colAddress";
            this.colAddress.Visible = true;
            this.colAddress.VisibleIndex = 2;
            this.colAddress.Width = 88;
            colAddress.FieldName = "Address";
            colAddress.MinWidth = 21;
            colAddress.Name = "colAddress";
            colAddress.Visible = true;
            colAddress.VisibleIndex = 2;
            colAddress.Width = 62;
            // 
            // colAmapId
            // 
            this.colAmapId.FieldName = "AmapId";
            this.colAmapId.MinWidth = 30;
            this.colAmapId.Name = "colAmapId";
            this.colAmapId.Width = 85;
            colAmapId.FieldName = "AmapId";
            colAmapId.MinWidth = 21;
            colAmapId.Name = "colAmapId";
            colAmapId.Width = 59;
            // 
            // colTagName
            // 
            this.colTagName.FieldName = "TagName";
            this.colTagName.MinWidth = 30;
            this.colTagName.Name = "colTagName";
            this.colTagName.Visible = true;
            this.colTagName.VisibleIndex = 4;
            this.colTagName.Width = 88;
            colTagName.FieldName = "TagName";
            colTagName.MinWidth = 21;
            colTagName.Name = "colTagName";
            colTagName.Visible = true;
            colTagName.VisibleIndex = 4;
            colTagName.Width = 62;
            // 
            // colUseStatus
            // 
            this.colUseStatus.FieldName = "UseStatus";
            this.colUseStatus.MinWidth = 30;
            this.colUseStatus.Name = "colUseStatus";
            this.colUseStatus.Visible = true;
            this.colUseStatus.VisibleIndex = 6;
            this.colUseStatus.Width = 88;
            colUseStatus.FieldName = "UseStatus";
            colUseStatus.MinWidth = 21;
            colUseStatus.Name = "colUseStatus";
            colUseStatus.Visible = true;
            colUseStatus.VisibleIndex = 6;
            colUseStatus.Width = 62;
            // 
            // colSortCode
            // 
            this.colSortCode.FieldName = "SortCode";
            this.colSortCode.MinWidth = 30;
            this.colSortCode.Name = "colSortCode";
            this.colSortCode.Visible = true;
            this.colSortCode.VisibleIndex = 5;
            this.colSortCode.Width = 88;
            colSortCode.FieldName = "SortCode";
            colSortCode.MinWidth = 21;
            colSortCode.Name = "colSortCode";
            colSortCode.Visible = true;
            colSortCode.VisibleIndex = 5;
            colSortCode.Width = 62;
            // 
            // colDescription
            // 
            this.colDescription.FieldName = "Description";
            this.colDescription.MinWidth = 30;
            this.colDescription.Name = "colDescription";
            this.colDescription.Visible = true;
            this.colDescription.VisibleIndex = 7;
            this.colDescription.Width = 88;
            colDescription.FieldName = "Description";
            colDescription.MinWidth = 21;
            colDescription.Name = "colDescription";
            colDescription.Visible = true;
            colDescription.VisibleIndex = 7;
            colDescription.Width = 62;
            // 
            // colBuildingTypeName
            // 
            this.colBuildingTypeName.FieldName = "BuildingTypeName";
            this.colBuildingTypeName.MinWidth = 30;
            this.colBuildingTypeName.Name = "colBuildingTypeName";
            this.colBuildingTypeName.Visible = true;
            this.colBuildingTypeName.VisibleIndex = 3;
            this.colBuildingTypeName.Width = 110;
            colBuildingTypeName.FieldName = "BuildingTypeName";
            colBuildingTypeName.MinWidth = 21;
            colBuildingTypeName.Name = "colBuildingTypeName";
            colBuildingTypeName.Visible = true;
            colBuildingTypeName.VisibleIndex = 3;
            colBuildingTypeName.Width = 77;
            // 
            // colModelType
            // 
            this.colModelType.FieldName = "ModelType";
            this.colModelType.MinWidth = 30;
            this.colModelType.Name = "colModelType";
            this.colModelType.Width = 97;
            colModelType.FieldName = "ModelType";
            colModelType.MinWidth = 21;
            colModelType.Name = "colModelType";
            colModelType.Width = 68;
            // 
            // colID
            // 
            this.colID.FieldName = "ID";
            this.colID.MinWidth = 30;
            this.colID.Name = "colID";
            this.colID.Width = 112;
            colID.FieldName = "ID";
            colID.MinWidth = 21;
            colID.Name = "colID";
            colID.Width = 78;
            // 
            // ribbonControl1
            // 
            this.ribbonControl1.DrawGroupsBorderMode = DevExpress.Utils.DefaultBoolean.False;
            this.ribbonControl1.EmptyAreaImageOptions.ImagePadding = new System.Windows.Forms.Padding(43, 47, 43, 47);
            this.ribbonControl1.ExpandCollapseItem.Id = 0;
            this.ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic;
            this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl1.ExpandCollapseItem,
            this.ribbonControl1.SearchEditItem,
            this.barBtnAdd,
            this.barBtnEdit,
            this.barBtnRefresh,
            this.barBtnDelete,
            this.barBtnUpdateSortCode,
            this.barBtnDetail,
            this.barBtnUpdateTagName,
            this.barBtnUpdateUseStatus,
            this.barCekSearch});
            this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.ribbonControl1.MaxItemId = 27;
            this.ribbonControl1.Name = "ribbonControl1";
            this.ribbonControl1.OptionsMenuMinWidth = 471;
            this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage});
            this.ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
            this.ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
            this.ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
            this.ribbonControl1.Size = new System.Drawing.Size(1169, 154);
            this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
            ribbonControl1.DrawGroupsBorderMode = DefaultBoolean.False;
            ribbonControl1.ExpandCollapseItem.Id = 0;
            ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic;
            ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, ribbonControl1.SearchEditItem, barBtnAdd, barBtnEdit, barBtnRefresh, barBtnDelete, barBtnUpdateSortCode, barBtnDetail, barBtnUpdateTagName, barBtnUpdateUseStatus, barCekSearch });
            ribbonControl1.Location = new Point(0, 0);
            ribbonControl1.MaxItemId = 27;
            ribbonControl1.Name = "ribbonControl1";
            ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { ribbonPage });
            ribbonControl1.ShowApplicationButton = DefaultBoolean.False;
            ribbonControl1.ShowExpandCollapseButton = DefaultBoolean.False;
            ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
            ribbonControl1.Size = new Size(818, 104);
            ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
            // 
            // barBtnAdd
            // 
            this.barBtnAdd.Caption = "添加";
            this.barBtnAdd.Id = 16;
            this.barBtnAdd.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnAdd.ImageOptions.SvgImage")));
            this.barBtnAdd.Name = "barBtnAdd";
            this.barBtnAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnAdd_ItemClick);
            barBtnAdd.Caption = "添加";
            barBtnAdd.Id = 16;
            barBtnAdd.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnAdd.ImageOptions.SvgImage");
            barBtnAdd.Name = "barBtnAdd";
            barBtnAdd.ItemClick += barBtnAdd_ItemClick;
            // 
            // barBtnEdit
            // 
            this.barBtnEdit.Caption = "编辑";
            this.barBtnEdit.Id = 17;
            this.barBtnEdit.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnEdit.ImageOptions.SvgImage")));
            this.barBtnEdit.Name = "barBtnEdit";
            this.barBtnEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnEdit_ItemClick);
            barBtnEdit.Caption = "编辑";
            barBtnEdit.Id = 17;
            barBtnEdit.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnEdit.ImageOptions.SvgImage");
            barBtnEdit.Name = "barBtnEdit";
            barBtnEdit.ItemClick += barBtnEdit_ItemClick;
            // 
            // barBtnRefresh
            // 
            this.barBtnRefresh.Caption = "刷新";
            this.barBtnRefresh.Id = 18;
            this.barBtnRefresh.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnRefresh.ImageOptions.SvgImage")));
            this.barBtnRefresh.Name = "barBtnRefresh";
            this.barBtnRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnRefresh_ItemClick);
            barBtnRefresh.Caption = "刷新";
            barBtnRefresh.Id = 18;
            barBtnRefresh.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnRefresh.ImageOptions.SvgImage");
            barBtnRefresh.Name = "barBtnRefresh";
            barBtnRefresh.ItemClick += barBtnRefresh_ItemClick;
            // 
            // barBtnDelete
            // 
            this.barBtnDelete.Caption = "删除";
            this.barBtnDelete.Id = 19;
            this.barBtnDelete.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnDelete.ImageOptions.SvgImage")));
            this.barBtnDelete.Name = "barBtnDelete";
            this.barBtnDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnDelete_ItemClick);
            barBtnDelete.Caption = "删除";
            barBtnDelete.Id = 19;
            barBtnDelete.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnDelete.ImageOptions.SvgImage");
            barBtnDelete.Name = "barBtnDelete";
            barBtnDelete.ItemClick += barBtnDelete_ItemClick;
            // 
            // barBtnUpdateSortCode
            // 
            this.barBtnUpdateSortCode.Caption = "排序码";
            this.barBtnUpdateSortCode.Id = 20;
            this.barBtnUpdateSortCode.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnUpdateSortCode.ImageOptions.SvgImage")));
            this.barBtnUpdateSortCode.Name = "barBtnUpdateSortCode";
            this.barBtnUpdateSortCode.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnUpdateSortCode_ItemClick);
            barBtnUpdateSortCode.Caption = "排序码";
            barBtnUpdateSortCode.Id = 20;
            barBtnUpdateSortCode.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnUpdateSortCode.ImageOptions.SvgImage");
            barBtnUpdateSortCode.Name = "barBtnUpdateSortCode";
            barBtnUpdateSortCode.ItemClick += barBtnUpdateSortCode_ItemClick;
            // 
            // barBtnDetail
            // 
            this.barBtnDetail.Caption = "详情";
            this.barBtnDetail.Id = 22;
            this.barBtnDetail.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnDetail.ImageOptions.SvgImage")));
            this.barBtnDetail.Name = "barBtnDetail";
            this.barBtnDetail.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnDetail_ItemClick);
            barBtnDetail.Caption = "详情";
            barBtnDetail.Id = 22;
            barBtnDetail.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnDetail.ImageOptions.SvgImage");
            barBtnDetail.Name = "barBtnDetail";
            barBtnDetail.ItemClick += barBtnDetail_ItemClick;
            // 
            // barBtnUpdateTagName
            // 
            this.barBtnUpdateTagName.Caption = "标签名称";
            this.barBtnUpdateTagName.Id = 23;
            this.barBtnUpdateTagName.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnUpdateTagName.ImageOptions.SvgImage")));
            this.barBtnUpdateTagName.Name = "barBtnUpdateTagName";
            this.barBtnUpdateTagName.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnUpdateTagName_ItemClick);
            barBtnUpdateTagName.Caption = "标签名称";
            barBtnUpdateTagName.Id = 23;
            barBtnUpdateTagName.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnUpdateTagName.ImageOptions.SvgImage");
            barBtnUpdateTagName.Name = "barBtnUpdateTagName";
            barBtnUpdateTagName.ItemClick += barBtnUpdateTagName_ItemClick;
            // 
            // barBtnUpdateUseStatus
            // 
            this.barBtnUpdateUseStatus.Caption = "使用状态";
            this.barBtnUpdateUseStatus.Id = 24;
            this.barBtnUpdateUseStatus.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnUpdateUseStatus.ImageOptions.SvgImage")));
            this.barBtnUpdateUseStatus.Name = "barBtnUpdateUseStatus";
            this.barBtnUpdateUseStatus.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnUpdateUseStatus_ItemClick);
            barBtnUpdateUseStatus.Caption = "使用状态";
            barBtnUpdateUseStatus.Id = 24;
            barBtnUpdateUseStatus.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnUpdateUseStatus.ImageOptions.SvgImage");
            barBtnUpdateUseStatus.Name = "barBtnUpdateUseStatus";
            barBtnUpdateUseStatus.ItemClick += barBtnUpdateUseStatus_ItemClick;
            // 
            // barCekSearch
            // 
            this.barCekSearch.Caption = "检索";
            this.barCekSearch.Id = 25;
            this.barCekSearch.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCekSearch.ImageOptions.SvgImage")));
            this.barCekSearch.Name = "barCekSearch";
            this.barCekSearch.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCekSearch_CheckedChanged);
            barCekSearch.Caption = "检索";
            barCekSearch.Id = 25;
            barCekSearch.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCekSearch.ImageOptions.SvgImage");
            barCekSearch.Name = "barCekSearch";
            barCekSearch.CheckedChanged += barCekSearch_CheckedChanged;
            // 
            // ribbonPage
            // 
            this.ribbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup1});
            this.ribbonPage.Name = "ribbonPage";
            this.ribbonPage.Text = "基础操作";
            ribbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { ribbonPageGroup1 });
            ribbonPage.Name = "ribbonPage";
            ribbonPage.Text = "基础操作";
            // 
            // ribbonPageGroup1
            // 
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnAdd);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnEdit);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnDelete);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnDetail);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnUpdateTagName, true);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnUpdateSortCode);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnUpdateUseStatus);
            this.ribbonPageGroup1.ItemLinks.Add(this.barCekSearch);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnRefresh);
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            this.ribbonPageGroup1.Text = "基础";
            ribbonPageGroup1.ItemLinks.Add(barBtnAdd);
            ribbonPageGroup1.ItemLinks.Add(barBtnEdit);
            ribbonPageGroup1.ItemLinks.Add(barBtnDelete);
            ribbonPageGroup1.ItemLinks.Add(barBtnDetail);
            ribbonPageGroup1.ItemLinks.Add(barBtnUpdateTagName, true);
            ribbonPageGroup1.ItemLinks.Add(barBtnUpdateSortCode);
            ribbonPageGroup1.ItemLinks.Add(barBtnUpdateUseStatus);
            ribbonPageGroup1.ItemLinks.Add(barCekSearch);
            ribbonPageGroup1.ItemLinks.Add(barBtnRefresh);
            ribbonPageGroup1.Name = "ribbonPageGroup1";
            ribbonPageGroup1.Text = "基础";
            // 
            // dockManager1
            // 
            this.dockManager1.Form = this;
            this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
            this.dockPanelLeft});
            this.dockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
            this.dockManager1.TopZIndexControls.AddRange(new string[] {
            "DevExpress.XtraBars.BarDockControl",
            "DevExpress.XtraBars.StandaloneBarDockControl",
            "System.Windows.Forms.MenuStrip",
            "System.Windows.Forms.StatusStrip",
            "System.Windows.Forms.StatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonControl",
            "DevExpress.XtraBars.Navigation.OfficeNavigationBar",
            "DevExpress.XtraBars.Navigation.TileNavPane",
            "DevExpress.XtraBars.TabFormControl",
            "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl",
            "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"});
            dockManager1.Form = this;
            dockManager1.HiddenPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { dockPanel1 });
            dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { dockPanelLeft });
            dockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
            dockManager1.TopZIndexControls.AddRange(new string[] { "DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "System.Windows.Forms.StatusBar", "DevExpress.XtraBars.Ribbon.RibbonStatusBar", "DevExpress.XtraBars.Ribbon.RibbonControl", "DevExpress.XtraBars.Navigation.OfficeNavigationBar", "DevExpress.XtraBars.Navigation.TileNavPane", "DevExpress.XtraBars.TabFormControl", "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl", "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl" });
            //
            // dockPanel1
            //
            dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
            dockPanel1.ID = new Guid("fc69b131-ca19-4644-831b-9ac94cc2173d");
            dockPanel1.Location = new Point(480, 0);
            dockPanel1.Name = "dockPanel1";
            dockPanel1.OriginalSize = new Size(193, 200);
            dockPanel1.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Left;
            dockPanel1.SavedIndex = 1;
            dockPanel1.Size = new Size(193, 382);
            dockPanel1.Text = "dockPanel2";
            dockPanel1.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
            // 
            // dockPanelLeft
            // 
            this.dockPanelLeft.Controls.Add(this.dockPanel1_Container);
            this.dockPanelLeft.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
            this.dockPanelLeft.ID = new System.Guid("06a54547-22bd-4480-8895-a2330f143b6f");
            this.dockPanelLeft.Location = new System.Drawing.Point(0, 154);
            this.dockPanelLeft.Name = "dockPanelLeft";
            this.dockPanelLeft.Options.ShowCloseButton = false;
            this.dockPanelLeft.OriginalSize = new System.Drawing.Size(250, 200);
            this.dockPanelLeft.Size = new System.Drawing.Size(250, 916);
            this.dockPanelLeft.Text = "行政区域";
            dockPanelLeft.Controls.Add(dockPanel1_Container);
            dockPanelLeft.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
            dockPanelLeft.ID = new Guid("06a54547-22bd-4480-8895-a2330f143b6f");
            dockPanelLeft.Location = new Point(0, 104);
            dockPanelLeft.Margin = new Padding(2);
            dockPanelLeft.Name = "dockPanelLeft";
            dockPanelLeft.Options.ShowCloseButton = false;
            dockPanelLeft.OriginalSize = new Size(225, 200);
            dockPanelLeft.Size = new Size(225, 577);
            dockPanelLeft.Text = "行政区域";
            // 
            // dockPanel1_Container
            // 
            this.dockPanel1_Container.Controls.Add(this.buildingTreeListCtrl1);
            this.dockPanel1_Container.Controls.Add(this.regionTreeListMgr1);
            this.dockPanel1_Container.Location = new System.Drawing.Point(0, 34);
            this.dockPanel1_Container.Name = "dockPanel1_Container";
            this.dockPanel1_Container.Size = new System.Drawing.Size(249, 882);
            this.dockPanel1_Container.TabIndex = 0;
            //
            // buildingTreeListCtrl1
            //
            this.buildingTreeListCtrl1.Appearance.BackColor = System.Drawing.SystemColors.Control;
            this.buildingTreeListCtrl1.Appearance.Options.UseBackColor = true;
            this.buildingTreeListCtrl1.Location = new System.Drawing.Point(172, 225);
            this.buildingTreeListCtrl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.buildingTreeListCtrl1.Name = "buildingTreeListCtrl1";
            this.buildingTreeListCtrl1.Size = new System.Drawing.Size(8, 75);
            this.buildingTreeListCtrl1.TabIndex = 1;
            dockPanel1_Container.Controls.Add(regionTreeListMgr1);
            dockPanel1_Container.Location = new Point(0, 23);
            dockPanel1_Container.Margin = new Padding(2);
            dockPanel1_Container.Name = "dockPanel1_Container";
            dockPanel1_Container.Size = new Size(224, 554);
            dockPanel1_Container.TabIndex = 0;
            // 
            // regionTreeListMgr1
            // 
            this.regionTreeListMgr1.Appearance.BackColor = System.Drawing.SystemColors.Control;
            this.regionTreeListMgr1.Appearance.Options.UseBackColor = true;
            this.regionTreeListMgr1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.regionTreeListMgr1.Location = new System.Drawing.Point(0, 0);
            this.regionTreeListMgr1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.regionTreeListMgr1.Name = "regionTreeListMgr1";
            this.regionTreeListMgr1.Size = new System.Drawing.Size(249, 882);
            this.regionTreeListMgr1.TabIndex = 0;
            regionTreeListMgr1.Appearance.BackColor = SystemColors.Control;
            regionTreeListMgr1.Appearance.Options.UseBackColor = true;
            regionTreeListMgr1.Dock = DockStyle.Fill;
            regionTreeListMgr1.Location = new Point(0, 0);
            regionTreeListMgr1.Name = "regionTreeListMgr1";
            regionTreeListMgr1.Size = new Size(224, 554);
            regionTreeListMgr1.TabIndex = 0;
            // 
            // BuildingMgr
            // 
            this.Appearance.BackColor = System.Drawing.SystemColors.Control;
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.gridControl1);
            this.Controls.Add(this.dockPanelLeft);
            this.Controls.Add(this.ribbonControl1);
            this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.Name = "BuildingMgr";
            this.Size = new System.Drawing.Size(1169, 1070);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
            this.dockPanelLeft.ResumeLayout(false);
            this.dockPanel1_Container.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();
            Appearance.BackColor = SystemColors.Control;
            Appearance.Options.UseBackColor = true;
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(gridControl1);
            Controls.Add(dockPanelLeft);
            Controls.Add(ribbonControl1);
            Name = "BuildingMgr";
            Size = new Size(818, 681);
            ((ISupportInitialize)gridControl1).EndInit();
            ((ISupportInitialize)currentViewModelBindingSource).EndInit();
            ((ISupportInitialize)gridView1).EndInit();
            ((ISupportInitialize)ribbonControl1).EndInit();
            ((ISupportInitialize)dockManager1).EndInit();
            dockPanelLeft.ResumeLayout(false);
            dockPanel1_Container.ResumeLayout(false);
            ResumeLayout(false);
            PerformLayout();
        }
        #endregion
@@ -437,7 +395,6 @@
        private DevExpress.XtraBars.Docking.DockManager dockManager1;
        private DevExpress.XtraBars.Docking.DockPanel dockPanelLeft;
        private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container;
        private RegionTreeListMgr regionTreeListMgr1;
        private DevExpress.XtraGrid.Columns.GridColumn colName;
        private DevExpress.XtraGrid.Columns.GridColumn colConstructionYear;
        private DevExpress.XtraGrid.Columns.GridColumn colAddress;
@@ -450,6 +407,8 @@
        private DevExpress.XtraGrid.Columns.GridColumn colModelType;
        private DevExpress.XtraGrid.Columns.GridColumn colID;
        private DevExpress.XtraBars.BarCheckItem barCekSearch;
        private BuildingTreeListCtrl buildingTreeListCtrl1;
        private DevExpress.XtraBars.Docking.DockPanel dockPanel1;
        private RegionTreeListMgr regionTreeListMgr1;
        //   private BuildingTreeListCtrl buildingTreeListCtrl1;
    }
}