home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 March / Dpcb0399.iso / UTILS / winadmin / _SETUP.1 / Administrator.exe / 0 / RCDATA / TFAOUTLOOKBARCUSTOMIZE / TFAOUTLOOKBARCUSTOMIZE.txt
Text File  |  1998-09-21  |  2KB  |  98 lines

  1. object FAoutLookBarCustomize: TFAoutLookBarCustomize
  2.   Left = 107
  3.   Top = 98
  4.   Width = 350
  5.   Height = 250
  6.   BorderIcons = []
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsStayOnTop
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 195
  19.     Width = 342
  20.     Height = 28
  21.     Align = alBottom
  22.     BevelOuter = bvNone
  23.     TabOrder = 0
  24.     object Button: TButton
  25.       Left = 263
  26.       Top = 1
  27.       Width = 75
  28.       Height = 25
  29.       Cancel = True
  30.       Caption = 'Close'
  31.       Default = True
  32.       ModalResult = 1
  33.       TabOrder = 0
  34.       OnClick = ButtonClick
  35.     end
  36.   end
  37.   object Panel2: TPanel
  38.     Left = 0
  39.     Top = 0
  40.     Width = 342
  41.     Height = 195
  42.     Align = alClient
  43.     BevelInner = bvLowered
  44.     BevelOuter = bvNone
  45.     BorderWidth = 5
  46.     TabOrder = 1
  47.     object Panel3: TPanel
  48.       Left = 6
  49.       Top = 6
  50.       Width = 130
  51.       Height = 183
  52.       Align = alLeft
  53.       BevelInner = bvLowered
  54.       BevelOuter = bvNone
  55.       Caption = 'Panel2'
  56.       TabOrder = 0
  57.       object ListBox: TListBox
  58.         Left = 1
  59.         Top = 1
  60.         Width = 128
  61.         Height = 181
  62.         Align = alClient
  63.         ItemHeight = 13
  64.         TabOrder = 0
  65.         OnClick = ListBoxClick
  66.       end
  67.     end
  68.     object Panel4: TPanel
  69.       Left = 136
  70.       Top = 6
  71.       Width = 7
  72.       Height = 183
  73.       Align = alLeft
  74.       BevelOuter = bvNone
  75.       TabOrder = 1
  76.     end
  77.     object ImageListBox: TAutoImageListBox
  78.       Left = 143
  79.       Top = 6
  80.       Width = 193
  81.       Height = 183
  82.       Alignment = taLeftJustify
  83.       ImageAlign = aliLeft
  84.       ItemHeight = 0
  85.       MultiLines = False
  86.       VertAlignment = tvaCenter
  87.       Align = alClient
  88.       DragMode = dmAutomatic
  89.       TabOrder = 2
  90.       OnDragDrop = ImageListBoxDragDrop
  91.       OnDragOver = ImageListBoxDragOver
  92.       OnEndDrag = ImageListBoxEndDrag
  93.       OnStartDrag = ImageListBoxStartDrag
  94.       SaveStrings = ()
  95.     end
  96.   end
  97. end
  98.