| | |
| | | using DevExpress.XtraTreeList.Columns; |
| | | using DevExpress.XtraTreeList.Nodes; |
| | | using System.Collections; |
| | | using System.Collections.Generic; |
| | | using System.Drawing; |
| | | using System.Linq; |
| | | using System.Windows.Forms; |
| | | |
| | | namespace IStation.Win |
| | | { |
| | |
| | | rhs.OptionsView.FocusRectStyle = DrawFocusRectStyle.None; |
| | | rhs.OptionsSelection.SelectNodesOnRightClick = true; |
| | | rhs.ViewStyle = TreeListViewStyle.TreeView; |
| | | rhs.RowHeight = height; |
| | | rhs.RowHeight = height; |
| | | |
| | | rhs.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; |
| | | rhs.OptionsFind.ShowCloseButton = false; |