| | |
| | | // standaloneBarDockControl1 |
| | | // |
| | | standaloneBarDockControl1.CausesValidation = false; |
| | | standaloneBarDockControl1.Location = new Point(2, 22); |
| | | standaloneBarDockControl1.Location = new Point(2, 24); |
| | | standaloneBarDockControl1.Manager = barManager1; |
| | | standaloneBarDockControl1.Name = "standaloneBarDockControl1"; |
| | | standaloneBarDockControl1.Size = new Size(241, 30); |
| | |
| | | // |
| | | typeTreeListLookUpEdit1.Location = new Point(0, 0); |
| | | typeTreeListLookUpEdit1.Name = "typeTreeListLookUpEdit1"; |
| | | typeTreeListLookUpEdit1.Size = new Size(245, 20); |
| | | typeTreeListLookUpEdit1.Size = new Size(245, 22); |
| | | typeTreeListLookUpEdit1.TabIndex = 0; |
| | | // |
| | | // treeList1 |
| | |
| | | treeList1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; |
| | | treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { colName }); |
| | | treeList1.DataSource = propGroupTreeListViewModelBindingSource; |
| | | treeList1.Location = new Point(0, 54); |
| | | treeList1.Location = new Point(0, 56); |
| | | treeList1.MenuManager = barManager1; |
| | | treeList1.Name = "treeList1"; |
| | | treeList1.OptionsBehavior.Editable = false; |
| | | treeList1.OptionsBehavior.ReadOnly = true; |
| | | treeList1.Size = new Size(245, 515); |
| | | treeList1.Size = new Size(245, 513); |
| | | treeList1.TabIndex = 2; |
| | | treeList1.ViewStyle = DevExpress.XtraTreeList.TreeListViewStyle.TreeView; |
| | | treeList1.FocusedNodeChanged += treeList1_FocusedNodeChanged; |
| | |
| | | // layoutControlItem1 |
| | | // |
| | | layoutControlItem1.Control = treeList1; |
| | | layoutControlItem1.Location = new Point(0, 54); |
| | | layoutControlItem1.Location = new Point(0, 56); |
| | | layoutControlItem1.Name = "layoutControlItem1"; |
| | | layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); |
| | | layoutControlItem1.Size = new Size(245, 515); |
| | | layoutControlItem1.Size = new Size(245, 513); |
| | | layoutControlItem1.TextSize = new Size(0, 0); |
| | | layoutControlItem1.TextVisible = false; |
| | | // |
| | | // layoutControlItem3 |
| | | // |
| | | layoutControlItem3.Control = standaloneBarDockControl1; |
| | | layoutControlItem3.Location = new Point(0, 20); |
| | | layoutControlItem3.Location = new Point(0, 22); |
| | | layoutControlItem3.Name = "layoutControlItem3"; |
| | | layoutControlItem3.Size = new Size(245, 34); |
| | | layoutControlItem3.TextSize = new Size(0, 0); |
| | |
| | | layoutControlItem2.Location = new Point(0, 0); |
| | | layoutControlItem2.Name = "layoutControlItem2"; |
| | | layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); |
| | | layoutControlItem2.Size = new Size(245, 20); |
| | | layoutControlItem2.Size = new Size(245, 22); |
| | | layoutControlItem2.TextSize = new Size(0, 0); |
| | | layoutControlItem2.TextVisible = false; |
| | | // |