Subversion Repositories indexer_suite

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
object frmRedundancy: TfrmRedundancy
2
  Left = 0
3
  Top = 0
4
  Caption = 'Redundant Directory Verifier'
5
  ClientHeight = 528
6
  ClientWidth = 613
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
  OnCloseQuery = FormCloseQuery
18
  OnShow = FormShow
19
  DesignSize = (
20
    613
21
    528)
22
  PixelsPerInch = 96
23
  TextHeight = 13
24
  object Gauge1: TGauge
25
    Left = 8
26
    Top = 481
27
    Width = 591
28
    Height = 33
29
    Anchors = [akLeft, akRight, akBottom]
30
    Progress = 0
31
    ExplicitTop = 456
32
    ExplicitWidth = 544
33
  end
34
  object Label1: TLabel
35
    Left = 8
36
    Top = 8
37
    Width = 196
38
    Height = 13
39
    Caption = 'Check if following directory is redundant:'
40
  end
41
  object Label2: TLabel
42
    Left = 8
43
    Top = 85
44
    Width = 61
45
    Height = 13
46
    Caption = 'Unique Files:'
47
  end
48
  object Label3: TLabel
49
    Left = 8
50
    Top = 462
51
    Width = 46
52
    Height = 13
53
    Caption = 'Progress:'
54
  end
55
  object Label4: TLabel
56
    Left = 72
57
    Top = 462
58
    Width = 3
59
    Height = 13
60
  end
61
  object Button1: TButton
62
    Left = 462
63
    Top = 51
64
    Width = 137
65
    Height = 33
66
    Anchors = [akTop, akRight]
67
    Caption = 'Check'
68
    Default = True
69
    TabOrder = 0
70
    OnClick = Button1Click
71
  end
72
  object Memo1: TMemo
73
    Left = 8
74
    Top = 104
75
    Width = 592
76
    Height = 353
77
    Anchors = [akLeft, akTop, akRight, akBottom]
78
    ScrollBars = ssBoth
79
    TabOrder = 1
80
  end
81
  object Edit1: TEdit
82
    Left = 8
83
    Top = 24
84
    Width = 592
85
    Height = 21
86
    Anchors = [akLeft, akTop, akRight]
87
    TabOrder = 2
88
  end
89
  object ComboBox1: TComboBox
90
    Left = 8
91
    Top = 51
92
    Width = 329
93
    Height = 21
94
    Style = csDropDownList
95
    ItemIndex = 0
96
    TabOrder = 3
97
    Text = 'Mode 1: Check if entry in index table is unique'
98
    Items.Strings = (
99
      'Mode 1: Check if entry in index table is unique'
100
 
101
        'Mode 2: Check if local folder has files which are not in the ind' +
102
        'ex')
103
  end
104
end