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

  1. object Form3: TForm3
  2.   Left = 268
  3.   Top = 172
  4.   ActiveControl = Button1
  5.   BorderIcons = [biMinimize, biMaximize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'About Install'
  8.   ClientHeight = 182
  9.   ClientWidth = 369
  10.   Color = clBtnFace
  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.   OldCreateOrder = False
  18.   Position = poDesktopCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object GroupBox1: TGroupBox
  22.     Left = 0
  23.     Top = 0
  24.     Width = 369
  25.     Height = 145
  26.     TabOrder = 0
  27.     object Label1: TLabel
  28.       Left = 16
  29.       Top = 64
  30.       Width = 75
  31.       Height = 13
  32.       Caption = 'Desktop folder: '
  33.     end
  34.     object Label2: TLabel
  35.       Left = 16
  36.       Top = 88
  37.       Width = 55
  38.       Height = 13
  39.       Caption = 'Start Menu:'
  40.     end
  41.     object Label3: TLabel
  42.       Left = 16
  43.       Top = 112
  44.       Width = 59
  45.       Height = 13
  46.       Caption = 'Install folder:'
  47.     end
  48.     object Image1: TImage
  49.       Left = 12
  50.       Top = 18
  51.       Width = 32
  52.       Height = 32
  53.       AutoSize = True
  54.       Picture.Data = {<image001.ico>}
  55.     end
  56.     object Label4: TLabel
  57.       Left = 56
  58.       Top = 24
  59.       Width = 184
  60.       Height = 13
  61.       Caption = 'Copyright (c) 1999 Alexander Belgraver'
  62.     end
  63.     object Edit1: TEdit
  64.       Left = 96
  65.       Top = 60
  66.       Width = 257
  67.       Height = 21
  68.       Color = clBtnFace
  69.       ReadOnly = True
  70.       TabOrder = 0
  71.     end
  72.     object Edit2: TEdit
  73.       Left = 96
  74.       Top = 84
  75.       Width = 257
  76.       Height = 21
  77.       Color = clBtnFace
  78.       ReadOnly = True
  79.       TabOrder = 1
  80.     end
  81.     object Edit3: TEdit
  82.       Left = 96
  83.       Top = 108
  84.       Width = 257
  85.       Height = 21
  86.       Color = clBtnFace
  87.       ReadOnly = True
  88.       TabOrder = 2
  89.     end
  90.   end
  91.   object Button1: TButton
  92.     Left = 288
  93.     Top = 152
  94.     Width = 75
  95.     Height = 25
  96.     Caption = 'OK'
  97.     TabOrder = 1
  98.     OnClick = Button1Click
  99.   end
  100. end
  101.