mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
17 lines
393 B
Text
17 lines
393 B
Text
object StandaloneExampleForm: TStandaloneExampleForm
|
|
Left = 827
|
|
Top = 437
|
|
Width = 326
|
|
Height = 288
|
|
Caption = 'StandaloneExample'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
end
|