LibCompForm.dfm
上传用户: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.   Caption = 'LibComp'
  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 Button1: TButton
  17.     Left = 56
  18.     Top = 64
  19.     Width = 75
  20.     Height = 25
  21.     Caption = 'Add'
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object Edit1: TEdit
  26.     Left = 40
  27.     Top = 32
  28.     Width = 105
  29.     Height = 21
  30.     TabOrder = 1
  31.     Text = 'my name'
  32.   end
  33.   object ListBox1: TListBox
  34.     Left = 176
  35.     Top = 32
  36.     Width = 121
  37.     Height = 129
  38.     ItemHeight = 13
  39.     Items.Strings = (
  40.       'marco'
  41.       'john'
  42.       'helen')
  43.     TabOrder = 2
  44.   end
  45. end