Use folder/magnifier icon instead of blue folder from Crystal icon set.

This commit is contained in:
Ansgar Becker
2010-03-01 22:30:42 +00:00
parent 0ad436e7dc
commit 8f92ee7f3f
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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