Controller.dfm
上传用户:mjqmds
上传日期:2022-05-05
资源大小:2827k
文件大小:0k
源码类别:

DirextX编程

开发平台:

Delphi

  1. object CForm: TCForm
  2.   Left = 135
  3.   Top = 137
  4.   BorderStyle = bsDialog
  5.   Caption = 'CForm'
  6.   ClientHeight = 130
  7.   ClientWidth = 691
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDefault
  16.   Visible = True
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20. end