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

  1. object Form1: TForm1
  2.   Left = 193
  3.   Top = 113
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Uninstall'
  7.   ClientHeight = 110
  8.   ClientWidth = 300
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox2: TGroupBox
  21.     Left = 0
  22.     Top = 0
  23.     Width = 297
  24.     Height = 73
  25.     Caption = ' Status '
  26.     TabOrder = 0
  27.     object Label2: TLabel
  28.       Left = 88
  29.       Top = 48
  30.       Width = 21
  31.       Height = 13
  32.       Caption = 'Files'
  33.       Enabled = False
  34.     end
  35.     object Label3: TLabel
  36.       Left = 88
  37.       Top = 32
  38.       Width = 45
  39.       Height = 13
  40.       Caption = 'Shortcuts'
  41.       Enabled = False
  42.     end
  43.     object Label7: TLabel
  44.       Left = 176
  45.       Top = 32
  46.       Width = 12
  47.       Height = 13
  48.       Caption = 'ok'
  49.       Visible = False
  50.     end
  51.     object Label9: TLabel
  52.       Left = 176
  53.       Top = 48
  54.       Width = 12
  55.       Height = 13
  56.       Caption = 'ok'
  57.       Visible = False
  58.     end
  59.     object Image1: TImage
  60.       Left = 8
  61.       Top = 16
  62.       Width = 49
  63.       Height = 49
  64.       Center = True
  65.       Picture.Data = {<image001.ico>}
  66.     end
  67.     object Label4: TLabel
  68.       Left = 64
  69.       Top = 16
  70.       Width = 43
  71.       Height = 13
  72.       Caption = 'Remove:'
  73.       OnClick = Button1Click
  74.     end
  75.     object Memo1: TMemo
  76.       Left = 216
  77.       Top = 16
  78.       Width = 73
  79.       Height = 49
  80.       Lines.Strings = (
  81.         'Memo1')
  82.       TabOrder = 0
  83.       Visible = False
  84.       WordWrap = False
  85.     end
  86.   end
  87.   object Button2: TButton
  88.     Left = 147
  89.     Top = 80
  90.     Width = 75
  91.     Height = 25
  92.     Caption = '&Cancel'
  93.     TabOrder = 2
  94.     OnClick = Button2Click
  95.   end
  96.   object Button1: TButton
  97.     Left = 221
  98.     Top = 80
  99.     Width = 75
  100.     Height = 25
  101.     Caption = '&OK'
  102.     TabOrder = 1
  103.     OnClick = Button1Click
  104.   end
  105. end
  106.