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

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 350
  5.   Height = 210
  6.   VertScrollBar.Range = 161
  7.   HorzScrollBar.Range = 297
  8.   ActiveControl = Button1
  9.   Caption = 'QLibComp'
  10.   Color = clBackground
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   TextWidth = 6
  14.   object Button1: TButton
  15.     Left = 56
  16.     Top = 64
  17.     Width = 75
  18.     Height = 25
  19.     Caption = 'Add'
  20.     TabOrder = 0
  21.     OnClick = Button1Click
  22.   end
  23.   object Edit1: TEdit
  24.     Left = 40
  25.     Top = 32
  26.     Width = 105
  27.     Height = 21
  28.     TabOrder = 1
  29.     Text = 'my name'
  30.   end
  31.   object ListBox1: TListBox
  32.     Left = 176
  33.     Top = 32
  34.     Width = 121
  35.     Height = 129
  36.     Items.Strings = (
  37.       'marco'
  38.       'john'
  39.       'helen')
  40.     Rows = 3
  41.     TabOrder = 2
  42.   end
  43. end