home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 September / Net75b.iso / pc / Software / We-Blocker / weblock.exe / WeUninstall.exe / 0 / RCDATA / TFRMUNINSTALL / TFRMUNINSTALL.txt < prev   
Encoding:
Text File  |  2000-06-09  |  1.8 KB  |  97 lines

  1. object frmUninstall: TfrmUninstall
  2.   Left = 192
  3.   Top = 107
  4.   Width = 195
  5.   Height = 143
  6.   Caption = 'Uninstall WeWeb.com'#39's WeBlocker'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OldCreateOrder = False
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblUninstall: TLabel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 187
  22.     Height = 13
  23.     Align = alTop
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     WordWrap = True
  31.   end
  32.   object butOK: TButton
  33.     Left = 14
  34.     Top = 84
  35.     Width = 65
  36.     Height = 25
  37.     Caption = '&Yes'
  38.     TabOrder = 0
  39.     OnClick = butOKClick
  40.   end
  41.   object butCancel: TButton
  42.     Left = 104
  43.     Top = 84
  44.     Width = 65
  45.     Height = 25
  46.     Cancel = True
  47.     Caption = '&Cancel'
  48.     Default = True
  49.     TabOrder = 1
  50.     OnClick = butCancelClick
  51.   end
  52.   object Memo1: TMemo
  53.     Left = 30
  54.     Top = 96
  55.     Width = 25
  56.     Height = 13
  57.     Lines.Strings = (
  58.       'M'
  59.       'e'
  60.       'm'
  61.       'o'
  62.       '1')
  63.     TabOrder = 2
  64.     Visible = False
  65.   end
  66.   object UsersDB: THalcyonDataSet
  67.     About = 'Halcyon Version 06.6.0 (21 Mar 00)'
  68.     AutoFlush = False
  69.     Exclusive = False
  70.     LockProtocol = Default
  71.     TableName = 'USERS.DBF'
  72.     TranslateASCII = True
  73.     UseDeleted = False
  74.     UserID = 0
  75.     Left = 30
  76.     Top = 54
  77.   end
  78.   object UserSource: TDataSource
  79.     DataSet = UsersDB
  80.     Left = 96
  81.     Top = 54
  82.   end
  83.   object AppInfo: TzShowApp
  84.     CPUType = 5
  85.     CPUString = 'AMD K5/K6'
  86.     CPUVendor = 'AuthenticAMD'
  87.     CPUMMX = True
  88.     CPUStepping = 0
  89.     CPUModel = 8
  90.     CPUSpeed = 299
  91.     UseCmdShow = False
  92.     ShowHint = True
  93.     Left = 12
  94.     Top = 30
  95.   end
  96. end
  97.