Table editor: Enable horizontal and vertical grid lines for readability

This commit is contained in:
Ansgar Becker
2009-06-07 05:35:23 +00:00
parent 63ca742b6d
commit d5ff16f86e

View File

@ -89,7 +89,7 @@ object frmTableEditor: TfrmTableEditor
PopupMenu = popupColumns
TabOrder = 2
TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toEditable, toFullRepaintOnResize, toGridExtensions, toInitOnSave, toToggleOnDblClick, toWheelPanning, toFullRowDrag, toEditOnClick]
TreeOptions.PaintOptions = [toHideFocusRect, toHotTrack, toShowDropmark, toThemeAware, toUseBlendedImages, toFullVertGridLines, toUseExplorerTheme, toHideTreeLinesIfThemed]
TreeOptions.PaintOptions = [toHideFocusRect, toHotTrack, toShowDropmark, toShowHorzGridLines, toShowVertGridLines, toThemeAware, toUseBlendedImages, toUseExplorerTheme, toHideTreeLinesIfThemed]
TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect, toRightClickSelect]
WantTabs = True
OnAfterCellPaint = listColumnsAfterCellPaint