home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 September / PCW0901.iso / Utilitiy / PartitionMagic / PartitionMagic6PRODEMO.ZIP / BTMAGIC / BMAPPS.Z / BMCFG32.EXE / 0 / RCDATA / TFEZTEAM / TFEZTEAM.txt < prev   
Text File  |  2000-09-29  |  922b  |  50 lines

  1. object fEzTeam: TfEzTeam
  2.   Left = 310
  3.   Top = 216
  4.   BorderStyle = bsDialog
  5.   Caption = 'The BootMagic Team'
  6.   ClientHeight = 267
  7.   ClientWidth = 297
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object lblTeamMembers: TIntlLabel
  17.     Left = 24
  18.     Top = 16
  19.     Width = 73
  20.     Height = 13
  21.     Caption = 'Team Members'
  22.   end
  23.   object imgTeam: TImage
  24.     Left = 224
  25.     Top = 32
  26.     Width = 41
  27.     Height = 41
  28.     Picture.Data = {<image000.ico>}
  29.   end
  30.   object lbxTeam: TListBox
  31.     Left = 24
  32.     Top = 32
  33.     Width = 161
  34.     Height = 217
  35.     Color = cl3DLight
  36.     ItemHeight = 13
  37.     TabOrder = 0
  38.   end
  39.   object btnOK: TButton
  40.     Left = 208
  41.     Top = 224
  42.     Width = 75
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = '&OK'
  46.     TabOrder = 1
  47.     OnClick = btnOKClick
  48.   end
  49. end
  50.