mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +08:00
Use folder/magnifier icon instead of blue folder from Crystal icon set.
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user