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

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 662
  5.   Height = 417
  6.   VertScrollBar.Range = 401
  7.   HorzScrollBar.Range = 649
  8.   ActiveControl = Button1
  9.   Caption = 'LibSpeed'
  10.   Color = clBackground
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   TextWidth = 6
  14.   object Label1: TLabel
  15.     Left = 176
  16.     Top = 24
  17.     Width = 32
  18.     Height = 13
  19.     Caption = 'Label1'
  20.   end
  21.   object ScrollBox1: TScrollBox
  22.     Left = 24
  23.     Top = 64
  24.     Width = 625
  25.     Height = 337
  26.     TabOrder = 0
  27.   end
  28.   object Button1: TButton
  29.     Left = 32
  30.     Top = 16
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'Test'
  34.     TabOrder = 1
  35.     OnClick = Button1Click
  36.   end
  37. end