mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
25 lines
528 B
Plaintext
25 lines
528 B
Plaintext
|
object fmAbout: TfmAbout
|
||
|
Left = 604
|
||
|
Top = 109
|
||
|
BorderStyle = bsNone
|
||
|
Caption = 'About SA-MP'
|
||
|
ClientHeight = 246
|
||
|
ClientWidth = 350
|
||
|
Color = clGray
|
||
|
TransparentColorValue = clMaroon
|
||
|
Font.Charset = ANSI_CHARSET
|
||
|
Font.Color = clWindowText
|
||
|
Font.Height = -12
|
||
|
Font.Name = 'Arial'
|
||
|
Font.Style = [fsBold]
|
||
|
OldCreateOrder = False
|
||
|
Position = poMainFormCenter
|
||
|
OnClick = FormClick
|
||
|
OnClose = FormClose
|
||
|
OnCreate = FormCreate
|
||
|
OnDestroy = FormDestroy
|
||
|
OnShow = FormShow
|
||
|
PixelsPerInch = 96
|
||
|
TextHeight = 15
|
||
|
end
|