SA-MP/exgui/About.dfm
2023-11-07 17:10:47 +08:00

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