home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 July / PCWorld_2000-07_cd.bin / Software / TemaCD / waveflow / wfuninst.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1999-11-24  |  2KB  |  90 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.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label4: TLabel
  17.     Left = 16
  18.     Top = 8
  19.     Width = 219
  20.     Height = 19
  21.     Caption = 'WAVE FLOW UNINSTALLER:'
  22.     Font.Charset = DEFAULT_CHARSET
  23.     Font.Color = clNavy
  24.     Font.Height = -16
  25.     Font.Name = 'Times New Roman'
  26.     Font.Style = [fsBold, fsUnderline]
  27.     ParentFont = False
  28.   end
  29.   object Label6: TLabel
  30.     Left = 20
  31.     Top = 40
  32.     Width = 126
  33.     Height = 13
  34.     Caption = 'Deleting Registry entries ...'
  35.     Enabled = False
  36.   end
  37.   object Label7: TLabel
  38.     Left = 20
  39.     Top = 60
  40.     Width = 113
  41.     Height = 13
  42.     Caption = 'Deleting program files ...'
  43.     Enabled = False
  44.   end
  45.   object Label8: TLabel
  46.     Left = 20
  47.     Top = 80
  48.     Width = 86
  49.     Height = 13
  50.     Caption = 'Deleting Menus ...'
  51.     Enabled = False
  52.   end
  53.   object Button1: TButton
  54.     Left = 16
  55.     Top = 112
  56.     Width = 125
  57.     Height = 25
  58.     Caption = '&Uninstall Wave Flow'
  59.     TabOrder = 0
  60.     OnClick = Button1Click
  61.   end
  62.   object Button2: TButton
  63.     Left = 144
  64.     Top = 112
  65.     Width = 125
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = 'E&xit'
  69.     Default = True
  70.     TabOrder = 1
  71.     OnClick = Button2Click
  72.   end
  73.   object DdeClient: TDdeClientConv
  74.     DdeService = 'Progman'
  75.     Left = 16
  76.     Top = 312
  77.     LinkInfo = (
  78.       'Service Progman'
  79.       'Topic ')
  80.   end
  81.   object DdeClientConv1: TDdeClientConv
  82.     DdeService = 'Progman'
  83.     Left = 176
  84.     Top = 40
  85.     LinkInfo = (
  86.       'Service Progman'
  87.       'Topic ')
  88.   end
  89. end
  90.