home *** CD-ROM | disk | FTP | other *** search
/ Powerdrive 1998 February / POWERDRIVE0298.BIN / share / win95 / spiele / btour / setup.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1997-11-09  |  3KB  |  158 lines

  1. object Form1: TForm1
  2.   Left = 239
  3.   Top = 212
  4.   ActiveControl = StartBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Olsen Outdoors SetUp'
  8.   ClientHeight = 148
  9.   ClientWidth = 450
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Menu = MainMenu1
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 4
  23.     Top = 12
  24.     Width = 145
  25.     Height = 13
  26.     Caption = 'Install To This Disk Drive'
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 12
  35.     Top = 44
  36.     Width = 137
  37.     Height = 13
  38.     Caption = 'Install To This Directory'
  39.     Font.Color = clBlack
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.   end
  45.   object dDrive: TEdit
  46.     Left = 156
  47.     Top = 8
  48.     Width = 57
  49.     Height = 21
  50.     TabOrder = 0
  51.     Text = 'C:'
  52.   end
  53.   object dDir: TEdit
  54.     Left = 156
  55.     Top = 40
  56.     Width = 277
  57.     Height = 21
  58.     TabOrder = 1
  59.     Text = 'BTW'
  60.   end
  61.   object Panel1: TPanel
  62.     Left = 0
  63.     Top = 80
  64.     Width = 450
  65.     Height = 68
  66.     Align = alBottom
  67.     TabOrder = 2
  68.     object Label4: TLabel
  69.       Left = 12
  70.       Top = 36
  71.       Width = 50
  72.       Height = 13
  73.       Caption = 'Progress'
  74.       Font.Color = clBlack
  75.       Font.Height = -11
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.     end
  80.     object Label3: TLabel
  81.       Left = 36
  82.       Top = 8
  83.       Width = 25
  84.       Height = 13
  85.       Caption = 'File:'
  86.       Font.Color = clBlack
  87.       Font.Height = -11
  88.       Font.Name = 'MS Sans Serif'
  89.       Font.Style = [fsBold]
  90.       ParentFont = False
  91.     end
  92.     object FileNameLabel: TLabel
  93.       Left = 68
  94.       Top = 8
  95.       Width = 249
  96.       Height = 17
  97.       AutoSize = False
  98.       Caption = 'FileNameLabel'
  99.       Font.Color = clMaroon
  100.       Font.Height = -11
  101.       Font.Name = 'MS Sans Serif'
  102.       Font.Style = []
  103.       ParentFont = False
  104.     end
  105.     object StartBtn: TButton
  106.       Left = 360
  107.       Top = 12
  108.       Width = 73
  109.       Height = 41
  110.       Caption = '&Start'
  111.       Font.Color = clBlack
  112.       Font.Height = -11
  113.       Font.Name = 'MS Sans Serif'
  114.       Font.Style = [fsBold]
  115.       ParentFont = False
  116.       TabOrder = 0
  117.       OnClick = StartBtnClick
  118.     end
  119.     object ProgressBar1: TProgressBar
  120.       Left = 68
  121.       Top = 32
  122.       Width = 257
  123.       Height = 21
  124.       Min = 0
  125.       Max = 100
  126.       TabOrder = 1
  127.     end
  128.   end
  129.   object ZipMaster1: TZipMaster
  130.     Verbose = False
  131.     Trace = False
  132.     AddCompLevel = 9
  133.     AddOptions = []
  134.     ExtrOptions = []
  135.     OnProgress = ZipMaster1Progress
  136.     Left = 280
  137.     Top = 4
  138.   end
  139.   object MainMenu1: TMainMenu
  140.     Left = 324
  141.     Top = 8
  142.     object File1: TMenuItem
  143.       Caption = '&File'
  144.       ShortCut = 0
  145.       object Exit1: TMenuItem
  146.         Caption = 'E&xit'
  147.         ShortCut = 0
  148.         OnClick = Exit1Click
  149.       end
  150.     end
  151.     object About1: TMenuItem
  152.       Caption = '&About'
  153.       ShortCut = 0
  154.       OnClick = About1Click
  155.     end
  156.   end
  157. end
  158.