home *** CD-ROM | disk | FTP | other *** search
- object SearchProgressForm: TSearchProgressForm
- Left = 356
- Top = 355
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Search...'
- ClientHeight = 163
- ClientWidth = 348
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 63
- Height = 13
- Caption = 'Current Root:'
- end
- object CurrentRoot: TLabel
- Left = 8
- Top = 24
- Width = 3
- Height = 13
- end
- object Label2: TLabel
- Left = 8
- Top = 48
- Width = 58
- Height = 13
- Caption = 'Current Key:'
- end
- object CurrentKey: TLabel
- Left = 8
- Top = 64
- Width = 3
- Height = 13
- end
- object Label3: TLabel
- Left = 8
- Top = 88
- Width = 98
- Height = 13
- Caption = 'Current Value Name:'
- Visible = False
- end
- object CurrentValueName: TLabel
- Left = 8
- Top = 104
- Width = 89
- Height = 13
- Caption = 'CurrentValueName'
- Visible = False
- end
- object Label4: TLabel
- Left = 8
- Top = 128
- Width = 93
- Height = 13
- Caption = 'Current Value Data:'
- Visible = False
- end
- object CurrentValueData: TLabel
- Left = 8
- Top = 144
- Width = 84
- Height = 13
- Caption = 'CurrentValueData'
- Visible = False
- end
- object Label5: TLabel
- Left = 8
- Top = 88
- Width = 33
- Height = 13
- Caption = 'Found:'
- end
- object Found: TLabel
- Left = 54
- Top = 88
- Width = 43
- Height = 13
- end
- object Button1: TButton
- Left = 72
- Top = 134
- Width = 75
- Height = 25
- Caption = '&Stop'
- ModalResult = 1
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 153
- Top = 134
- Width = 75
- Height = 25
- Caption = '&Hide'
- ModalResult = 2
- TabOrder = 1
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 233
- Top = 134
- Width = 75
- Height = 25
- Caption = '&Cancel'
- ModalResult = 3
- TabOrder = 2
- OnClick = Button3Click
- end
- object ProgressBar1: TProgressBar
- Left = 7
- Top = 112
- Width = 333
- Height = 17
- Min = 0
- Max = 100
- Step = 5
- TabOrder = 3
- Visible = False
- end
- end
-