mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 14:37:29 +08:00
79 lines
1.7 KiB
Plaintext
79 lines
1.7 KiB
Plaintext
object wnd_webrunform: Twnd_webrunform
|
|
Left = 638
|
|
Top = 256
|
|
BorderIcons = [biSystemMenu, biMinimize]
|
|
BorderStyle = bsDialog
|
|
Caption = 'SA-MP URL'
|
|
ClientHeight = 91
|
|
ClientWidth = 382
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 11
|
|
Top = 11
|
|
Width = 213
|
|
Height = 14
|
|
Caption = 'Play on this server now or add to favorites?'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Arial'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
end
|
|
object BitBtn1: TBitBtn
|
|
Left = 142
|
|
Top = 55
|
|
Width = 100
|
|
Height = 25
|
|
Caption = 'Add to Favorites.'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Arial'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
OnClick = BitBtn1Click
|
|
end
|
|
object BitBtn2: TBitBtn
|
|
Left = 249
|
|
Top = 55
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Cancel'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Arial'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
TabOrder = 1
|
|
OnClick = BitBtn2Click
|
|
end
|
|
object BitBtn3: TBitBtn
|
|
Left = 61
|
|
Top = 55
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Play'
|
|
Default = True
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Arial'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
TabOrder = 2
|
|
OnClick = BitBtn3Click
|
|
end
|
|
end
|