Added an information to the welcome page
This commit is contained in:
parent
63b10cfaf5
commit
2ab9fce457
Binary file not shown.
|
@ -4907,7 +4907,7 @@ object frmMain: TfrmMain
|
||||||
01033E00004201033F00004000013D00003E0000400001430204}
|
01033E00004201033F00004000013D00003E0000400001430204}
|
||||||
end
|
end
|
||||||
object lblWelcome: TLabel
|
object lblWelcome: TLabel
|
||||||
Left = 172
|
Left = 170
|
||||||
Top = 10
|
Top = 10
|
||||||
Width = 343
|
Width = 343
|
||||||
Height = 50
|
Height = 50
|
||||||
|
@ -4921,7 +4921,7 @@ object frmMain: TfrmMain
|
||||||
WordWrap = True
|
WordWrap = True
|
||||||
end
|
end
|
||||||
object lblInfo1: TLabel
|
object lblInfo1: TLabel
|
||||||
Left = 172
|
Left = 170
|
||||||
Top = 82
|
Top = 82
|
||||||
Width = 353
|
Width = 353
|
||||||
Height = 13
|
Height = 13
|
||||||
|
@ -4931,7 +4931,7 @@ object frmMain: TfrmMain
|
||||||
WordWrap = True
|
WordWrap = True
|
||||||
end
|
end
|
||||||
object lblInfo2: TLabel
|
object lblInfo2: TLabel
|
||||||
Left = 172
|
Left = 170
|
||||||
Top = 120
|
Top = 120
|
||||||
Width = 315
|
Width = 315
|
||||||
Height = 39
|
Height = 39
|
||||||
|
@ -4942,8 +4942,23 @@ object frmMain: TfrmMain
|
||||||
WordWrap = True
|
WordWrap = True
|
||||||
end
|
end
|
||||||
object lblInfo3: TLabel
|
object lblInfo3: TLabel
|
||||||
Left = 172
|
Left = 170
|
||||||
Top = 176
|
Top = 170
|
||||||
|
Width = 355
|
||||||
|
Height = 13
|
||||||
|
Caption =
|
||||||
|
'Make sure that your HL server is shut down before you install AM' +
|
||||||
|
'X Mod X!'
|
||||||
|
Font.Charset = DEFAULT_CHARSET
|
||||||
|
Font.Color = clWindowText
|
||||||
|
Font.Height = -11
|
||||||
|
Font.Name = 'Tahoma'
|
||||||
|
Font.Style = []
|
||||||
|
ParentFont = False
|
||||||
|
end
|
||||||
|
object lblInfo4: TLabel
|
||||||
|
Left = 170
|
||||||
|
Top = 196
|
||||||
Width = 108
|
Width = 108
|
||||||
Height = 13
|
Height = 13
|
||||||
Caption = 'Click Next to continue.'
|
Caption = 'Click Next to continue.'
|
||||||
|
|
|
@ -102,6 +102,7 @@ type
|
||||||
frbStandaloneServer: TFlatRadioButton;
|
frbStandaloneServer: TFlatRadioButton;
|
||||||
tmrSpeed: TTimer;
|
tmrSpeed: TTimer;
|
||||||
IdLogFile: TIdLogFile;
|
IdLogFile: TIdLogFile;
|
||||||
|
lblInfo4: 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);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user