Subversion Repositories indexer_suite

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
object frmMain: TfrmMain
2
  Left = 0
3
  Top = 0
4
  Caption = 'ViaThinkSoft Offline File Indexer Suite'
5
  ClientHeight = 300
6
  ClientWidth = 635
7
  Color = clBlack
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
10
  Font.Height = -11
11
  Font.Name = 'Tahoma'
12
  Font.Style = []
13
  FormStyle = fsMDIForm
14
  Menu = MainMenu1
15
  OldCreateOrder = False
16
  Position = poScreenCenter
17
  WindowState = wsMaximized
18
  OnCreate = FormCreate
19
  OnDestroy = FormDestroy
20
  PixelsPerInch = 96
21
  TextHeight = 13
22
  object MainMenu1: TMainMenu
23
    Left = 112
24
    Top = 88
25
    object IndexCreator1: TMenuItem
26
      Caption = 'Index Creator'
27
      OnClick = IndexCreator1Click
28
    end
29
    object OfflineExplorer1: TMenuItem
30
      Caption = 'Offline Explorer'
31
      OnClick = OfflineExplorer1Click
32
    end
33
    object RedundancyVerifier1: TMenuItem
34
      Caption = 'Redundancy Verifier'
35
      OnClick = RedundancyVerifier1Click
36
    end
37
    object Finder1: TMenuItem
38
      Caption = 'Finder'
39
      OnClick = Finder1Click
40
    end
41
  end
42
  object ADOConnection1: TADOConnection
43
    Left = 264
44
    Top = 88
45
  end
46
end