MainFm.dfm
上传用户:ctlcnc
上传日期:2021-12-10
资源大小:4933k
文件大小:1k
- object MainForm: TMainForm
- Left = 192
- Top = 100
- Caption = 'Isometric Demo'
- ClientHeight = 500
- ClientWidth = 500
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnKeyPress = FormKeyPress
- OnMouseMove = FormMouseMove
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 13
- object StatusBar1: TStatusBar
- Left = 0
- Top = 481
- Width = 500
- Height = 19
- Panels = <>
- SimplePanel = True
- SimpleText = 'Notice that you can resize this window!'
- end
- end