mirror of
https://github.com/Dennis1000/mos6502-delphi.git
synced 2024-10-03 03:54:48 +00:00
24 lines
518 B
Plaintext
24 lines
518 B
Plaintext
|
object FrmVC20: TFrmVC20
|
||
|
Left = 0
|
||
|
Top = 0
|
||
|
BorderStyle = bsDialog
|
||
|
Caption = 'VIC-20 Emu'
|
||
|
ClientHeight = 393
|
||
|
ClientWidth = 645
|
||
|
Color = clBtnFace
|
||
|
Font.Charset = DEFAULT_CHARSET
|
||
|
Font.Color = clWindowText
|
||
|
Font.Height = -11
|
||
|
Font.Name = 'Tahoma'
|
||
|
Font.Style = []
|
||
|
KeyPreview = True
|
||
|
OldCreateOrder = False
|
||
|
Position = poScreenCenter
|
||
|
OnCreate = FormCreate
|
||
|
OnDestroy = FormDestroy
|
||
|
OnKeyPress = FormKeyPress
|
||
|
OnKeyUp = FormKeyUp
|
||
|
PixelsPerInch = 96
|
||
|
TextHeight = 13
|
||
|
end
|