home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / STRLIST / MAIN.dfm / MAIN.txt
Text File  |  1998-05-14  |  1KB  |  65 lines

  1. object MainForm: TMainForm
  2.   Left = 238
  3.   Top = 126
  4.   AutoScroll = False
  5.   Caption = 'TList Demonstration'
  6.   ClientHeight = 328
  7.   ClientWidth = 506
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -16
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 120
  18.   TextHeight = 20
  19.   object AddButton: TButton
  20.     Left = 380
  21.     Top = 30
  22.     Width = 111
  23.     Height = 41
  24.     Caption = '&Add'
  25.     TabOrder = 0
  26.     OnClick = AddButtonClick
  27.   end
  28.   object CloseBitBtn: TBitBtn
  29.     Left = 380
  30.     Top = 260
  31.     Width = 111
  32.     Height = 41
  33.     TabOrder = 3
  34.     Kind = bkClose
  35.   end
  36.   object GetButton: TButton
  37.     Left = 380
  38.     Top = 150
  39.     Width = 111
  40.     Height = 41
  41.     Caption = '&Get'
  42.     TabOrder = 2
  43.     OnClick = GetButtonClick
  44.   end
  45.   object ListBox1: TListBox
  46.     Left = 80
  47.     Top = 60
  48.     Width = 181
  49.     Height = 221
  50.     TabStop = False
  51.     Enabled = False
  52.     ItemHeight = 20
  53.     TabOrder = 4
  54.   end
  55.   object UpdateButton: TButton
  56.     Left = 380
  57.     Top = 90
  58.     Width = 111
  59.     Height = 41
  60.     Caption = '&Update'
  61.     TabOrder = 1
  62.     OnClick = UpdateButtonClick
  63.   end
  64. end
  65.