MainFm.dfm
上传用户:ctlcnc
上传日期:2021-12-10
资源大小:4933k
文件大小:1k
源码类别:

2D图形编程

开发平台:

Delphi

  1. object MainForm: TMainForm
  2.   Left = 0
  3.   Top = 0
  4.   Caption = 'Asphyre 4: GUI Example'
  5.   ClientHeight = 376
  6.   ClientWidth = 585
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnResize = FormResize
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object StatusBar1: TStatusBar
  22.     Left = 0
  23.     Top = 357
  24.     Width = 585
  25.     Height = 19
  26.     Panels = <>
  27.   end
  28.   object XPManifest1: TXPManifest
  29.     Left = 504
  30.     Top = 440
  31.   end
  32. end