|
@@ -1162,13 +1162,13 @@ object PreferencesDialog: TPreferencesDialog
|
|
Left = 8
|
|
Left = 8
|
|
Top = 8
|
|
Top = 8
|
|
Width = 389
|
|
Width = 389
|
|
- Height = 206
|
|
|
|
|
|
+ Height = 174
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Caption = 'Windows Shell'
|
|
Caption = 'Windows Shell'
|
|
TabOrder = 0
|
|
TabOrder = 0
|
|
DesignSize = (
|
|
DesignSize = (
|
|
389
|
|
389
|
|
- 206)
|
|
|
|
|
|
+ 174)
|
|
object DesktopIconButton: TButton
|
|
object DesktopIconButton: TButton
|
|
Left = 16
|
|
Left = 16
|
|
Top = 24
|
|
Top = 24
|
|
@@ -1179,49 +1179,39 @@ object PreferencesDialog: TPreferencesDialog
|
|
TabOrder = 0
|
|
TabOrder = 0
|
|
OnClick = IconButtonClick
|
|
OnClick = IconButtonClick
|
|
end
|
|
end
|
|
- object QuickLaunchIconButton: TButton
|
|
|
|
- Left = 16
|
|
|
|
- Top = 56
|
|
|
|
- Width = 357
|
|
|
|
- Height = 25
|
|
|
|
- Anchors = [akLeft, akTop, akRight]
|
|
|
|
- Caption = 'Create a &Quick Launch icon'
|
|
|
|
- TabOrder = 1
|
|
|
|
- OnClick = IconButtonClick
|
|
|
|
- end
|
|
|
|
object SendToHookButton: TButton
|
|
object SendToHookButton: TButton
|
|
Left = 16
|
|
Left = 16
|
|
- Top = 88
|
|
|
|
|
|
+ Top = 56
|
|
Width = 357
|
|
Width = 357
|
|
Height = 25
|
|
Height = 25
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Caption = 'Add upload shortcut to Explorer'#39's '#39'&Send to'#39' context menu'
|
|
Caption = 'Add upload shortcut to Explorer'#39's '#39'&Send to'#39' context menu'
|
|
- TabOrder = 2
|
|
|
|
|
|
+ TabOrder = 1
|
|
OnClick = IconButtonClick
|
|
OnClick = IconButtonClick
|
|
end
|
|
end
|
|
object RegisterAsUrlHandlersButton: TButton
|
|
object RegisterAsUrlHandlersButton: TButton
|
|
Left = 16
|
|
Left = 16
|
|
- Top = 135
|
|
|
|
|
|
+ Top = 103
|
|
Width = 357
|
|
Width = 357
|
|
Height = 25
|
|
Height = 25
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Caption = 'Register to handle &URL addresses'
|
|
Caption = 'Register to handle &URL addresses'
|
|
- TabOrder = 4
|
|
|
|
|
|
+ TabOrder = 3
|
|
OnClick = RegisterAsUrlHandlersButtonClick
|
|
OnClick = RegisterAsUrlHandlersButtonClick
|
|
end
|
|
end
|
|
object AddSearchPathButton: TButton
|
|
object AddSearchPathButton: TButton
|
|
Left = 16
|
|
Left = 16
|
|
- Top = 167
|
|
|
|
|
|
+ Top = 135
|
|
Width = 357
|
|
Width = 357
|
|
Height = 25
|
|
Height = 25
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Caption = 'Add WinSCP to &search path'
|
|
Caption = 'Add WinSCP to &search path'
|
|
- TabOrder = 5
|
|
|
|
|
|
+ TabOrder = 4
|
|
OnClick = AddSearchPathButtonClick
|
|
OnClick = AddSearchPathButtonClick
|
|
end
|
|
end
|
|
object ShellIconsText2: TStaticText
|
|
object ShellIconsText2: TStaticText
|
|
Left = 43
|
|
Left = 43
|
|
- Top = 116
|
|
|
|
|
|
+ Top = 84
|
|
Width = 330
|
|
Width = 330
|
|
Height = 17
|
|
Height = 17
|
|
Hint =
|
|
Hint =
|
|
@@ -1231,7 +1221,7 @@ object PreferencesDialog: TPreferencesDialog
|
|
Anchors = [akTop, akRight]
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = False
|
|
AutoSize = False
|
|
Caption = 'Associate the icons with site'
|
|
Caption = 'Associate the icons with site'
|
|
- TabOrder = 3
|
|
|
|
|
|
+ TabOrder = 2
|
|
TabStop = True
|
|
TabStop = True
|
|
end
|
|
end
|
|
end
|
|
end
|