Subversion Repositories indexer_suite

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
object frmExplorer: TfrmExplorer
2
  Left = 0
3
  Top = 0
4
  Caption = 'Offline Explorer'
5
  ClientHeight = 370
6
  ClientWidth = 787
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
10
  Font.Height = -11
11
  Font.Name = 'Tahoma'
12
  Font.Style = []
13
  FormStyle = fsMDIChild
14
  OldCreateOrder = False
15
  Visible = True
16
  OnClose = FormClose
17
  OnShow = FormShow
18
  DesignSize = (
19
    787
20
    370)
21
  PixelsPerInch = 96
22
  TextHeight = 13
23
  object Label1: TLabel
24
    Left = 40
25
    Top = 8
26
    Width = 31
27
    Height = 13
28
    Caption = 'Label1'
29
  end
30
  object SpeedButton1: TSpeedButton
31
    Left = 11
32
    Top = 4
33
    Width = 23
34
    Height = 22
35
    Caption = '..'
36
    OnClick = SpeedButton1Click
37
  end
38
  object ListView1: TListView
39
    Left = 8
40
    Top = 32
41
    Width = 767
42
    Height = 330
43
    Anchors = [akLeft, akTop, akRight, akBottom]
44
    Columns = <
45
      item
46
        Caption = 'Filename'
47
        Width = 300
48
      end
49
      item
50
        Caption = 'Type'
51
      end>
52
    LargeImages = ImageListLarge
53
    PopupMenu = PopupMenu1
54
    SmallImages = ImageListSmall
55
    TabOrder = 0
56
    OnDblClick = ListView1DblClick
57
    OnKeyDown = ListView1KeyDown
58
  end
59
  object Button2: TButton
60
    Left = 694
61
    Top = 8
62
    Width = 81
63
    Height = 25
64
    Anchors = [akTop, akRight]
65
    Caption = 'View'
66
    TabOrder = 1
67
    OnClick = Button2Click
68
  end
69
  object ImageListSmall: TImageList
70
    Left = 32
71
    Top = 32
72
  end
73
  object ImageListLarge: TImageList
74
    Left = 104
75
    Top = 32
76
  end
77
  object Timer1: TTimer
78
    Interval = 50
79
    OnTimer = Timer1Timer
80
    Left = 456
81
    Top = 264
82
  end
83
  object PopupMenu1: TPopupMenu
84
    Left = 416
85
    Top = 152
86
    object Checkifdirisredundant1: TMenuItem
87
      Caption = 'Check if item is redundant'
88
      OnClick = Checkifdirisredundant1Click
89
    end
90
    object ReIndexthisitem1: TMenuItem
91
      Caption = 'Re-Index this item'
92
      OnClick = ReIndexthisitem1Click
93
    end
94
  end
95
end