mos6502-delphi/C64/Source/FormC64.dfm

24 lines
489 B
Plaintext

object FrmC64: TFrmC64
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'C64Emu'
ClientHeight = 310
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