mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
11 lines
207 B
Text
Executable file
11 lines
207 B
Text
Executable file
object Form1: TForm1
|
|
Left = 250
|
|
Height = 600
|
|
Top = 56
|
|
Width = 800
|
|
Caption = 'Step 1'
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
LCLVersion = '2.0.0.4'
|
|
end
|