From 8f92ee7f3fff44fc76937e0f5014234cc6af836a Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Mon, 1 Mar 2010 22:30:42 +0000 Subject: [PATCH] Use folder/magnifier icon instead of blue folder from Crystal icon set. --- source/connections.dfm | 8 ++++---- source/main.dfm | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/connections.dfm b/source/connections.dfm index d96e9a2b..8626261d 100644 --- a/source/connections.dfm +++ b/source/connections.dfm @@ -212,7 +212,7 @@ object connform: Tconnform Height = 21 Anchors = [akLeft, akTop, akRight] Images = MainForm.ImageListMain - RightButton.ImageIndex = 52 + RightButton.ImageIndex = 51 RightButton.Visible = True TabOrder = 8 OnChange = Modification @@ -338,7 +338,7 @@ object connform: Tconnform Height = 21 Anchors = [akLeft, akTop, akRight] Images = MainForm.ImageListMain - RightButton.ImageIndex = 52 + RightButton.ImageIndex = 51 RightButton.Visible = True TabOrder = 0 OnChange = Modification @@ -352,7 +352,7 @@ object connform: Tconnform Height = 21 Anchors = [akLeft, akTop, akRight] Images = MainForm.ImageListMain - RightButton.ImageIndex = 52 + RightButton.ImageIndex = 51 RightButton.Visible = True TabOrder = 1 OnChange = Modification @@ -366,7 +366,7 @@ object connform: Tconnform Height = 21 Anchors = [akLeft, akTop, akRight] Images = MainForm.ImageListMain - RightButton.ImageIndex = 52 + RightButton.ImageIndex = 51 RightButton.Visible = True TabOrder = 2 OnChange = Modification diff --git a/source/main.dfm b/source/main.dfm index f69661f2..c9db33e4 100644 --- a/source/main.dfm +++ b/source/main.dfm @@ -1888,7 +1888,7 @@ object MainForm: TMainForm Category = 'SQL' Caption = 'Load SQL file...' Hint = 'Load SQL file...' - ImageIndex = 52 + ImageIndex = 51 ShortCut = 16463 OnExecute = actLoadSQLExecute end