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

2D图形编程

开发平台:

Delphi

  1. object MainForm: TMainForm
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsSingle
  5.   Caption = 'Asphyre Shaders Example'
  6.   ClientHeight = 600
  7.   ClientWidth = 800
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnKeyDown = FormKeyDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20. end