home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 February / PCWorld_1999-02_cd.bin / temacd / RegView / Regview.exe / 0 / RCDATA / TSEARCHPROGRESSFORM / TSEARCHPROGRESSFORM.txt
Encoding:
Text File  |  1998-09-18  |  2.2 KB  |  129 lines

  1. object SearchProgressForm: TSearchProgressForm
  2.   Left = 356
  3.   Top = 355
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Search...'
  7.   ClientHeight = 163
  8.   ClientWidth = 348
  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 Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 63
  20.     Height = 13
  21.     Caption = 'Current Root:'
  22.   end
  23.   object CurrentRoot: TLabel
  24.     Left = 8
  25.     Top = 24
  26.     Width = 3
  27.     Height = 13
  28.   end
  29.   object Label2: TLabel
  30.     Left = 8
  31.     Top = 48
  32.     Width = 58
  33.     Height = 13
  34.     Caption = 'Current Key:'
  35.   end
  36.   object CurrentKey: TLabel
  37.     Left = 8
  38.     Top = 64
  39.     Width = 3
  40.     Height = 13
  41.   end
  42.   object Label3: TLabel
  43.     Left = 8
  44.     Top = 88
  45.     Width = 98
  46.     Height = 13
  47.     Caption = 'Current Value Name:'
  48.     Visible = False
  49.   end
  50.   object CurrentValueName: TLabel
  51.     Left = 8
  52.     Top = 104
  53.     Width = 89
  54.     Height = 13
  55.     Caption = 'CurrentValueName'
  56.     Visible = False
  57.   end
  58.   object Label4: TLabel
  59.     Left = 8
  60.     Top = 128
  61.     Width = 93
  62.     Height = 13
  63.     Caption = 'Current Value Data:'
  64.     Visible = False
  65.   end
  66.   object CurrentValueData: TLabel
  67.     Left = 8
  68.     Top = 144
  69.     Width = 84
  70.     Height = 13
  71.     Caption = 'CurrentValueData'
  72.     Visible = False
  73.   end
  74.   object Label5: TLabel
  75.     Left = 8
  76.     Top = 88
  77.     Width = 33
  78.     Height = 13
  79.     Caption = 'Found:'
  80.   end
  81.   object Found: TLabel
  82.     Left = 54
  83.     Top = 88
  84.     Width = 43
  85.     Height = 13
  86.   end
  87.   object Button1: TButton
  88.     Left = 72
  89.     Top = 134
  90.     Width = 75
  91.     Height = 25
  92.     Caption = '&Stop'
  93.     ModalResult = 1
  94.     TabOrder = 0
  95.     OnClick = Button1Click
  96.   end
  97.   object Button2: TButton
  98.     Left = 153
  99.     Top = 134
  100.     Width = 75
  101.     Height = 25
  102.     Caption = '&Hide'
  103.     ModalResult = 2
  104.     TabOrder = 1
  105.     OnClick = Button2Click
  106.   end
  107.   object Button3: TButton
  108.     Left = 233
  109.     Top = 134
  110.     Width = 75
  111.     Height = 25
  112.     Caption = '&Cancel'
  113.     ModalResult = 3
  114.     TabOrder = 2
  115.     OnClick = Button3Click
  116.   end
  117.   object ProgressBar1: TProgressBar
  118.     Left = 7
  119.     Top = 112
  120.     Width = 333
  121.     Height = 17
  122.     Min = 0
  123.     Max = 100
  124.     Step = 5
  125.     TabOrder = 3
  126.     Visible = False
  127.   end
  128. end
  129.