| | |
| | | placeViewModelBindingSource = new BindingSource(components); |
| | | gridView1 = new GridView(); |
| | | colName = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | repositoryItemTreeListLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit(); |
| | | repositoryItemTreeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList(); |
| | | colPlaceType = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colPlaceInfo = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colAddress = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | |
| | | ((ISupportInitialize)gridControl1).BeginInit(); |
| | | ((ISupportInitialize)placeViewModelBindingSource).BeginInit(); |
| | | ((ISupportInitialize)gridView1).BeginInit(); |
| | | ((ISupportInitialize)repositoryItemTreeListLookUpEdit1).BeginInit(); |
| | | ((ISupportInitialize)repositoryItemTreeListLookUpEdit1TreeList).BeginInit(); |
| | | ((ISupportInitialize)ribbonControl1).BeginInit(); |
| | | ((ISupportInitialize)behaviorManager1).BeginInit(); |
| | | SuspendLayout(); |
| | |
| | | gridControl1.MainView = gridView1; |
| | | gridControl1.Margin = new Padding(3, 4, 3, 4); |
| | | gridControl1.Name = "gridControl1"; |
| | | gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemTreeListLookUpEdit1 }); |
| | | gridControl1.Size = new Size(935, 748); |
| | | gridControl1.TabIndex = 18; |
| | | gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); |
| | |
| | | // 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[] { colName, colPlaceType, colPlaceInfo, colAddress, colParas, colFlags, colTagName, colUseStatus, colSortCode, colDescription }); |
| | | gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, gridColumn1, colPlaceType, colPlaceInfo, colAddress, colParas, colFlags, colTagName, colUseStatus, colSortCode, colDescription }); |
| | | gridView1.DetailHeight = 450; |
| | | gridView1.GridControl = gridControl1; |
| | | gridView1.Name = "gridView1"; |
| | |
| | | colName.Name = "colName"; |
| | | colName.Visible = true; |
| | | colName.VisibleIndex = 0; |
| | | colName.Width = 86; |
| | | colName.Width = 114; |
| | | // |
| | | // gridColumn1 |
| | | // |
| | | gridColumn1.Caption = "地区"; |
| | | gridColumn1.ColumnEdit = repositoryItemTreeListLookUpEdit1; |
| | | gridColumn1.FieldName = "RegionID"; |
| | | gridColumn1.MinWidth = 25; |
| | | gridColumn1.Name = "gridColumn1"; |
| | | gridColumn1.Visible = true; |
| | | gridColumn1.VisibleIndex = 2; |
| | | gridColumn1.Width = 57; |
| | | // |
| | | // repositoryItemTreeListLookUpEdit1 |
| | | // |
| | | repositoryItemTreeListLookUpEdit1.AutoHeight = false; |
| | | repositoryItemTreeListLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); |
| | | repositoryItemTreeListLookUpEdit1.DisplayMember = "Name"; |
| | | repositoryItemTreeListLookUpEdit1.Name = "repositoryItemTreeListLookUpEdit1"; |
| | | repositoryItemTreeListLookUpEdit1.TreeList = repositoryItemTreeListLookUpEdit1TreeList; |
| | | repositoryItemTreeListLookUpEdit1.ValueMember = "ID"; |
| | | // |
| | | // repositoryItemTreeListLookUpEdit1TreeList |
| | | // |
| | | repositoryItemTreeListLookUpEdit1TreeList.Location = new Point(0, 0); |
| | | repositoryItemTreeListLookUpEdit1TreeList.Name = "repositoryItemTreeListLookUpEdit1TreeList"; |
| | | repositoryItemTreeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true; |
| | | repositoryItemTreeListLookUpEdit1TreeList.Size = new Size(400, 200); |
| | | repositoryItemTreeListLookUpEdit1TreeList.TabIndex = 0; |
| | | // |
| | | // colPlaceType |
| | | // |
| | |
| | | colPlaceType.Name = "colPlaceType"; |
| | | colPlaceType.Visible = true; |
| | | colPlaceType.VisibleIndex = 1; |
| | | colPlaceType.Width = 86; |
| | | colPlaceType.Width = 74; |
| | | // |
| | | // colPlaceInfo |
| | | // |
| | |
| | | colAddress.MinWidth = 23; |
| | | colAddress.Name = "colAddress"; |
| | | colAddress.Visible = true; |
| | | colAddress.VisibleIndex = 2; |
| | | colAddress.Width = 86; |
| | | colAddress.VisibleIndex = 3; |
| | | colAddress.Width = 239; |
| | | // |
| | | // colParas |
| | | // |
| | | colParas.FieldName = "Paras"; |
| | | colParas.MinWidth = 23; |
| | | colParas.Name = "colParas"; |
| | | colParas.Visible = true; |
| | | colParas.VisibleIndex = 3; |
| | | colParas.Width = 86; |
| | | // |
| | | // colFlags |
| | |
| | | colFlags.Name = "colFlags"; |
| | | colFlags.Visible = true; |
| | | colFlags.VisibleIndex = 4; |
| | | colFlags.Width = 86; |
| | | colFlags.Width = 108; |
| | | // |
| | | // colTagName |
| | | // |
| | |
| | | colTagName.Name = "colTagName"; |
| | | colTagName.Visible = true; |
| | | colTagName.VisibleIndex = 5; |
| | | colTagName.Width = 86; |
| | | colTagName.Width = 108; |
| | | // |
| | | // colUseStatus |
| | | // |
| | |
| | | colUseStatus.Name = "colUseStatus"; |
| | | colUseStatus.Visible = true; |
| | | colUseStatus.VisibleIndex = 6; |
| | | colUseStatus.Width = 86; |
| | | colUseStatus.Width = 108; |
| | | // |
| | | // colSortCode |
| | | // |
| | |
| | | colDescription.Name = "colDescription"; |
| | | colDescription.Visible = true; |
| | | colDescription.VisibleIndex = 7; |
| | | colDescription.Width = 86; |
| | | colDescription.Width = 119; |
| | | // |
| | | // ribbonControl1 |
| | | // |
| | |
| | | barBtnEdit.Id = 17; |
| | | barBtnEdit.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnEdit.ImageOptions.SvgImage"); |
| | | barBtnEdit.Name = "barBtnEdit"; |
| | | barBtnEdit.ItemClick += barBtnEdit_ItemClick; |
| | | // |
| | | // barBtnRefresh |
| | | // |
| | |
| | | ((ISupportInitialize)gridControl1).EndInit(); |
| | | ((ISupportInitialize)placeViewModelBindingSource).EndInit(); |
| | | ((ISupportInitialize)gridView1).EndInit(); |
| | | ((ISupportInitialize)repositoryItemTreeListLookUpEdit1).EndInit(); |
| | | ((ISupportInitialize)repositoryItemTreeListLookUpEdit1TreeList).EndInit(); |
| | | ((ISupportInitialize)ribbonControl1).EndInit(); |
| | | ((ISupportInitialize)behaviorManager1).EndInit(); |
| | | ResumeLayout(false); |
| | |
| | | private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2; |
| | | private DevExpress.Utils.Behaviors.BehaviorManager behaviorManager1; |
| | | private DevExpress.Utils.DragDrop.DragDropEvents dragDropEvents1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; |
| | | private DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit repositoryItemTreeListLookUpEdit1; |
| | | private DevExpress.XtraTreeList.TreeList repositoryItemTreeListLookUpEdit1TreeList; |
| | | } |
| | | } |