home *** CD-ROM | disk | FTP | other *** search
/ The Web Builder / The_Web_Builder_The_Top_100_Software_Programs_TuCows_1998.iso / inst95.exe / 0 / RCDATA / TMAINWINDOW / TMAINWINDOW.txt < prev   
Text File  |  1997-11-03  |  937b  |  49 lines

  1. object MainWindow: TMainWindow
  2.   Left = 88
  3.   Top = 479
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Installer (Win95/NT)'
  7.   ClientHeight = 328
  8.   ClientWidth = 501
  9.   Ctl3D = False
  10.   Color = clSilver
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   Position = poScreenCenter
  18.   PrintScale = poNone
  19.   Scaled = False
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   PixelsPerInch = 96
  23.   TextHeight = 8
  24.   object Panel1: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 501
  28.     Height = 328
  29.     Align = alClient
  30.     BevelInner = bvRaised
  31.     Color = clSilver
  32.     TabOrder = 0
  33.     object LogoBMP: TImage
  34.       Left = 4
  35.       Top = 76
  36.       Width = 0
  37.       Height = 0
  38.       AutoSize = True
  39.     end
  40.     object BannerBMP: TImage
  41.       Left = 2
  42.       Top = 2
  43.       Width = 0
  44.       Height = 0
  45.       AutoSize = True
  46.     end
  47.   end
  48. end
  49.