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

DirextX编程

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 187
  3.   Top = 95
  4.   BorderStyle = bsDialog
  5.   Caption = #28040#24687
  6.   ClientHeight = 145
  7.   ClientWidth = 314
  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.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Edit1: TEdit
  19.     Left = 12
  20.     Top = 41
  21.     Width = 289
  22.     Height = 21
  23.     TabOrder = 0
  24.     Text = 'Edit1'
  25.   end
  26.   object Edit2: TEdit
  27.     Left = 12
  28.     Top = 77
  29.     Width = 289
  30.     Height = 21
  31.     TabOrder = 1
  32.     Text = 'Edit1'
  33.   end
  34.   object Edit3: TEdit
  35.     Left = 12
  36.     Top = 113
  37.     Width = 289
  38.     Height = 21
  39.     TabOrder = 2
  40.     Text = 'Edit1'
  41.   end
  42.   object Edit4: TEdit
  43.     Left = 12
  44.     Top = 9
  45.     Width = 289
  46.     Height = 21
  47.     TabOrder = 3
  48.     Text = 'Edit1'
  49.   end
  50.   object Timer1: TTimer
  51.     OnTimer = Timer1Timer
  52.     Left = 160
  53.     Top = 16
  54.   end
  55. end