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

2D图形编程

开发平台:

Delphi

  1. object MainForm: TMainForm
  2.   Left = 192
  3.   Top = 100
  4.   Caption = 'Dynamic Textures Demo'
  5.   ClientHeight = 500
  6.   ClientWidth = 500
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  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 = 481
  24.     Width = 500
  25.     Height = 19
  26.     Panels = <>
  27.     SimplePanel = True
  28.     SimpleText = 'Notice that you can resize this window!'
  29.   end
  30. end