SpeedForm.dfm
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 666
  5.   Height = 446
  6.   Caption = 'LibSpeed'
  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.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 176
  18.     Top = 24
  19.     Width = 32
  20.     Height = 13
  21.     HelpType = htKeyword
  22.     Caption = 'Label1'
  23.   end
  24.   object ScrollBox1: TScrollBox
  25.     Left = 24
  26.     Top = 64
  27.     Width = 625
  28.     Height = 337
  29.     TabOrder = 0
  30.   end
  31.   object Button1: TButton
  32.     Left = 32
  33.     Top = 16
  34.     Width = 75
  35.     Height = 25
  36.     Caption = 'Test'
  37.     TabOrder = 1
  38.     OnClick = Button1Click
  39.   end
  40. end