| | |
| | | treeList1.Margin = new Padding(3, 2, 3, 2); |
| | | treeList1.Name = "treeList1"; |
| | | treeList1.OptionsBehavior.AllowRecursiveNodeChecking = true; |
| | | treeList1.OptionsBehavior.PopulateServiceColumns = true; |
| | | treeList1.OptionsScrollAnnotations.ShowSelectedRows = DevExpress.Utils.DefaultBoolean.True; |
| | | treeList1.OptionsSelection.MultiSelect = true; |
| | | treeList1.OptionsView.CheckBoxStyle = DevExpress.XtraTreeList.DefaultNodeCheckBoxStyle.Check; |
| | |
| | | colName.OptionsColumn.AllowSort = true; |
| | | colName.Visible = true; |
| | | colName.VisibleIndex = 0; |
| | | colName.Width = 169; |
| | | // |
| | | // colUnitName |
| | | // |
| | |
| | | colUnitName.OptionsColumn.AllowSort = true; |
| | | colUnitName.Visible = true; |
| | | colUnitName.VisibleIndex = 1; |
| | | colUnitName.Width = 169; |
| | | // |
| | | // colIsNull |
| | | // |
| | |
| | | colIsNull.OptionsColumn.AllowSort = true; |
| | | colIsNull.Visible = true; |
| | | colIsNull.VisibleIndex = 3; |
| | | colIsNull.Width = 59; |
| | | // |
| | | // colDefaultValue |
| | | // |
| | |
| | | colDefaultValue.OptionsColumn.AllowSort = true; |
| | | colDefaultValue.Visible = true; |
| | | colDefaultValue.VisibleIndex = 2; |
| | | colDefaultValue.Width = 143; |
| | | // |
| | | // colPropChoice |
| | | // |
| | |
| | | colPropChoice.OptionsColumn.AllowSort = true; |
| | | colPropChoice.Visible = true; |
| | | colPropChoice.VisibleIndex = 4; |
| | | colPropChoice.Width = 305; |
| | | // |
| | | // repositoryItemCheckedComboBoxEdit1 |
| | | // |