IDE: Hide the Export / Import buttons in options General page for now. The set of options makes no sense.

git-svn-id: trunk@50909 -
This commit is contained in:
juha 2015-12-18 17:45:50 +00:00
parent 2c80e0baa3
commit 6c409b1ecc

View File

@ -184,6 +184,7 @@ object DesktopOptionsFrame: TDesktopOptionsFrame
ParentShowHint = False
ShowHint = True
TabOrder = 12
Visible = False
end
object ExportDesktopButton: TButton
AnchorSideLeft.Control = Owner
@ -204,6 +205,7 @@ object DesktopOptionsFrame: TDesktopOptionsFrame
ParentShowHint = False
ShowHint = True
TabOrder = 11
Visible = False
end
object PanelGlyphsButtonsOptions: TPanel
AnchorSideLeft.Control = lblButtons
@ -385,6 +387,7 @@ object DesktopOptionsFrame: TDesktopOptionsFrame
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
Visible = False
end
object lblGlyphs: TDividerBevel
AnchorSideTop.Control = ShowHintsForComponentPaletteCheckBox