underlined "FTP" in FTP install page
bumped version number to 1.75a
This commit is contained in:
parent
f1d3274f0e
commit
4b649469b0
Binary file not shown.
|
@ -5977,7 +5977,7 @@ object frmMain: TfrmMain
|
||||||
' to install AMX Mod X to:'
|
' to install AMX Mod X to:'
|
||||||
WordWrap = True
|
WordWrap = True
|
||||||
end
|
end
|
||||||
object Shape1: TShape
|
object shpMods: TShape
|
||||||
Left = 134
|
Left = 134
|
||||||
Top = 140
|
Top = 140
|
||||||
Width = 255
|
Width = 255
|
||||||
|
@ -6127,6 +6127,19 @@ object frmMain: TfrmMain
|
||||||
Height = 13
|
Height = 13
|
||||||
Caption = '5. Click Next.'
|
Caption = '5. Click Next.'
|
||||||
end
|
end
|
||||||
|
object lblFTP: TLabel
|
||||||
|
Left = 101
|
||||||
|
Top = 56
|
||||||
|
Width = 18
|
||||||
|
Height = 13
|
||||||
|
Caption = 'FTP'
|
||||||
|
Font.Charset = DEFAULT_CHARSET
|
||||||
|
Font.Color = clWindowText
|
||||||
|
Font.Height = -11
|
||||||
|
Font.Name = 'Tahoma'
|
||||||
|
Font.Style = [fsUnderline]
|
||||||
|
ParentFont = False
|
||||||
|
end
|
||||||
object pnlHeader3: TPanel
|
object pnlHeader3: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
|
|
|
@ -102,7 +102,7 @@ type
|
||||||
frbListenServer: TFlatRadioButton;
|
frbListenServer: TFlatRadioButton;
|
||||||
frbStandaloneServer: TFlatRadioButton;
|
frbStandaloneServer: TFlatRadioButton;
|
||||||
frbSelectMod: TFlatRadioButton;
|
frbSelectMod: TFlatRadioButton;
|
||||||
Shape1: TShape;
|
shpMods: TShape;
|
||||||
lblSelectModNote: TLabel;
|
lblSelectModNote: TLabel;
|
||||||
lblStep3: TLabel;
|
lblStep3: TLabel;
|
||||||
pnlOS: TPanel;
|
pnlOS: TPanel;
|
||||||
|
@ -111,6 +111,7 @@ type
|
||||||
optLinux64: TFlatRadioButton;
|
optLinux64: TFlatRadioButton;
|
||||||
lblOSNote: TLabel;
|
lblOSNote: TLabel;
|
||||||
lblStep5: TLabel;
|
lblStep5: TLabel;
|
||||||
|
lblFTP: TLabel;
|
||||||
procedure jvwStepsCancelButtonClick(Sender: TObject);
|
procedure jvwStepsCancelButtonClick(Sender: TObject);
|
||||||
procedure cmdCancelClick(Sender: TObject);
|
procedure cmdCancelClick(Sender: TObject);
|
||||||
procedure cmdNextClick(Sender: TObject);
|
procedure cmdNextClick(Sender: TObject);
|
||||||
|
@ -147,7 +148,7 @@ var
|
||||||
frmMain: TfrmMain;
|
frmMain: TfrmMain;
|
||||||
gMultiAccount: Boolean;
|
gMultiAccount: Boolean;
|
||||||
|
|
||||||
const VERSION = '1.75';
|
const VERSION = '1.75a';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user