home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 September / PCWorld_2000-09_cd.bin / Software / TemaCD / currconv / install.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1999-07-12  |  3KB  |  163 lines

  1. object Form1: TForm1
  2.   Left = 208
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Install: Currency Converter'
  6.   ClientHeight = 322
  7.   ClientWidth = 289
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox1: TGroupBox
  21.     Left = 0
  22.     Top = 0
  23.     Width = 289
  24.     Height = 303
  25.     TabOrder = 0
  26.     object Gauge1: TGauge
  27.       Left = 40
  28.       Top = 266
  29.       Width = 209
  30.       Height = 25
  31.       Enabled = False
  32.       ForeColor = clNavy
  33.       Progress = 0
  34.     end
  35.     object Label1: TLabel
  36.       Left = 48
  37.       Top = 16
  38.       Width = 225
  39.       Height = 57
  40.       AutoSize = False
  41.       Caption = 
  42.         'This program can install the Freeware Currency Converter on your' +
  43.         ' computer. If you want to install the program, please click on I' +
  44.         'nstall.'
  45.       WordWrap = True
  46.     end
  47.     object Bevel1: TBevel
  48.       Left = 8
  49.       Top = 80
  50.       Width = 273
  51.       Height = 2
  52.     end
  53.     object Bevel2: TBevel
  54.       Left = 8
  55.       Top = 224
  56.       Width = 273
  57.       Height = 2
  58.     end
  59.     object Bevel3: TBevel
  60.       Left = 8
  61.       Top = 166
  62.       Width = 273
  63.       Height = 2
  64.     end
  65.     object Label2: TLabel
  66.       Left = 8
  67.       Top = 88
  68.       Width = 79
  69.       Height = 13
  70.       Caption = 'Installation-folder'
  71.     end
  72.     object Label3: TLabel
  73.       Left = 24
  74.       Top = 112
  75.       Width = 257
  76.       Height = 13
  77.       AutoSize = False
  78.     end
  79.     object Image1: TImage
  80.       Left = 8
  81.       Top = 16
  82.       Width = 32
  83.       Height = 32
  84.       AutoSize = True
  85.       Picture.Data = {<image001.ico>}
  86.     end
  87.     object CheckBox3: TCheckBox
  88.       Left = 24
  89.       Top = 200
  90.       Width = 217
  91.       Height = 17
  92.       Caption = 'Create shortcuts on desktop'
  93.       TabOrder = 1
  94.     end
  95.     object CheckBox1: TCheckBox
  96.       Left = 24
  97.       Top = 176
  98.       Width = 217
  99.       Height = 17
  100.       Caption = 'Create shortcuts in start-menu'
  101.       Checked = True
  102.       State = cbChecked
  103.       TabOrder = 0
  104.     end
  105.     object Button1: TButton
  106.       Left = 24
  107.       Top = 232
  108.       Width = 89
  109.       Height = 25
  110.       Hint = '|Nu het programma installeren.'
  111.       Caption = '&Install'
  112.       ParentShowHint = False
  113.       ShowHint = True
  114.       TabOrder = 2
  115.       OnClick = Button1Click
  116.     end
  117.     object AboutButton: TButton
  118.       Left = 112
  119.       Top = 232
  120.       Width = 75
  121.       Height = 25
  122.       Hint = '|Meer informatie over dit programma.'
  123.       Caption = 'I&nfo'
  124.       ParentShowHint = False
  125.       ShowHint = True
  126.       TabOrder = 3
  127.       OnClick = AboutButtonClick
  128.     end
  129.     object ExitButton: TButton
  130.       Left = 186
  131.       Top = 232
  132.       Width = 75
  133.       Height = 25
  134.       Hint = '|Dit programma afsluiten.'
  135.       Caption = '&Close'
  136.       ParentShowHint = False
  137.       ShowHint = True
  138.       TabOrder = 4
  139.       OnClick = ExitButtonClick
  140.     end
  141.     object Button2: TButton
  142.       Left = 206
  143.       Top = 128
  144.       Width = 75
  145.       Height = 25
  146.       Hint = '|Kies een andere installatie directory'
  147.       Caption = '&Browse'
  148.       ParentShowHint = False
  149.       ShowHint = True
  150.       TabOrder = 5
  151.       OnClick = Button2Click
  152.     end
  153.   end
  154.   object StatusBar1: TStatusBar
  155.     Left = 0
  156.     Top = 303
  157.     Width = 289
  158.     Height = 19
  159.     Panels = <>
  160.     SimplePanel = False
  161.   end
  162. end
  163.