home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 October / PCWorld_2002-10_cd.bin / Software / TemaCD / waveflow / wfuninst.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  2002-05-04  |  1.8 KB  |  92 lines

  1. object Form1: TForm1
  2.   Left = 313
  3.   Top = 131
  4.   BorderStyle = bsDialog
  5.   Caption = 'Wave Flow Uninstaller'
  6.   ClientHeight = 149
  7.   ClientWidth = 281
  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.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label4: TLabel
  19.     Left = 16
  20.     Top = 8
  21.     Width = 219
  22.     Height = 19
  23.     Caption = 'WAVE FLOW UNINSTALLER:'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clNavy
  26.     Font.Height = -16
  27.     Font.Name = 'Times New Roman'
  28.     Font.Style = [fsBold, fsUnderline]
  29.     ParentFont = False
  30.   end
  31.   object Label6: TLabel
  32.     Left = 20
  33.     Top = 40
  34.     Width = 126
  35.     Height = 13
  36.     Caption = 'Deleting Registry entries ...'
  37.     Enabled = False
  38.   end
  39.   object Label7: TLabel
  40.     Left = 20
  41.     Top = 60
  42.     Width = 113
  43.     Height = 13
  44.     Caption = 'Deleting program files ...'
  45.     Enabled = False
  46.   end
  47.   object Label8: TLabel
  48.     Left = 20
  49.     Top = 80
  50.     Width = 86
  51.     Height = 13
  52.     Caption = 'Deleting Menus ...'
  53.     Enabled = False
  54.   end
  55.   object Button1: TButton
  56.     Left = 16
  57.     Top = 112
  58.     Width = 125
  59.     Height = 25
  60.     Caption = '&Uninstall Wave Flow'
  61.     TabOrder = 0
  62.     OnClick = Button1Click
  63.   end
  64.   object Button2: TButton
  65.     Left = 144
  66.     Top = 112
  67.     Width = 125
  68.     Height = 25
  69.     Cancel = True
  70.     Caption = 'E&xit'
  71.     Default = True
  72.     TabOrder = 1
  73.     OnClick = Button2Click
  74.   end
  75.   object DdeClient: TDdeClientConv
  76.     DdeService = 'Progman'
  77.     Left = 16
  78.     Top = 312
  79.     LinkInfo = (
  80.       'Service Progman'
  81.       'Topic ')
  82.   end
  83.   object DdeClientConv1: TDdeClientConv
  84.     DdeService = 'Progman'
  85.     Left = 176
  86.     Top = 40
  87.     LinkInfo = (
  88.       'Service Progman'
  89.       'Topic ')
  90.   end
  91. end
  92.