Subversion Repositories indexer_suite

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
object frmIndexCreator: TfrmIndexCreator
2
  Left = 0
3
  Top = 0
4
  Caption = 'ViaThinkSoft Directory Hasher'
5
  ClientHeight = 611
3 daniel-mar 6
  ClientWidth = 884
2 daniel-mar 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 = (
3 daniel-mar 19
    884
2 daniel-mar 20
    611)
21
  PixelsPerInch = 96
22
  TextHeight = 13
23
  object Label1: TLabel
24
    Left = 24
25
    Top = 279
3 daniel-mar 26
    Width = 834
2 daniel-mar 27
    Height = 13
28
    Anchors = [akLeft, akTop, akRight]
29
    AutoSize = False
30
    Caption = 'Ready'
31
    ExplicitWidth = 465
32
  end
33
  object Label2: TLabel
34
    Left = 24
35
    Top = 298
36
    Width = 113
37
    Height = 13
38
    Caption = 'Size of processed data:'
39
  end
40
  object Label3: TLabel
41
    Left = 24
42
    Top = 317
43
    Width = 111
44
    Height = 13
45
    Caption = 'Sum of processed files:'
46
  end
47
  object Label4: TLabel
48
    Left = 24
49
    Top = 336
50
    Width = 47
51
    Height = 13
52
    Caption = 'New files:'
53
  end
54
  object Label5: TLabel
55
    Left = 160
56
    Top = 297
57
    Width = 6
58
    Height = 13
59
    Caption = '0'
60
  end
61
  object Label6: TLabel
62
    Left = 160
63
    Top = 316
64
    Width = 6
65
    Height = 13
66
    Caption = '0'
67
  end
68
  object Label7: TLabel
69
    Left = 160
70
    Top = 335
71
    Width = 6
72
    Height = 13
73
    Caption = '0'
74
  end
75
  object Label8: TLabel
76
    Left = 24
77
    Top = 355
78
    Width = 67
79
    Height = 13
80
    Caption = 'Updated files:'
81
  end
82
  object Label9: TLabel
83
    Left = 160
84
    Top = 355
85
    Width = 6
86
    Height = 13
87
    Caption = '0'
88
  end
89
  object Label10: TLabel
90
    Left = 24
91
    Top = 374
92
    Width = 33
93
    Height = 13
94
    Caption = 'Errors:'
95
  end
96
  object Label11: TLabel
97
    Left = 160
98
    Top = 374
99
    Width = 6
100
    Height = 13
101
    Caption = '0'
102
  end
103
  object Label12: TLabel
104
    Left = 160
105
    Top = 393
106
    Width = 6
107
    Height = 13
108
    Caption = '0'
109
  end
110
  object Label13: TLabel
111
    Left = 24
112
    Top = 393
113
    Width = 41
114
    Height = 13
115
    Caption = 'Deleted:'
116
  end
117
  object Label14: TLabel
118
    Left = 584
119
    Top = 8
120
    Width = 53
121
    Height = 13
122
    Caption = 'Process list'
123
  end
124
  object Button1: TButton
125
    Left = 320
126
    Top = 185
127
    Width = 169
128
    Height = 33
129
    Caption = 'Start'
130
    Default = True
131
    TabOrder = 1
132
    OnClick = Button1Click
133
  end
134
  object LabeledEdit2: TLabeledEdit
135
    Left = 24
136
    Top = 56
137
    Width = 273
138
    Height = 21
139
    EditLabel.Width = 113
140
    EditLabel.Height = 13
141
    EditLabel.Caption = 'Drive / Label to analyze'
142
    PopupMenu = PopupMenu1
143
    TabOrder = 0
144
  end
145
  object Button2: TButton
146
    Left = 320
147
    Top = 224
148
    Width = 169
149
    Height = 33
150
    Caption = 'Exit'
151
    TabOrder = 2
152
    OnClick = Button2Click
153
  end
154
  object Memo1: TMemo
155
    Left = 584
156
    Top = 25
3 daniel-mar 157
    Width = 290
2 daniel-mar 158
    Height = 193
159
    Anchors = [akLeft, akTop, akRight]
160
    ScrollBars = ssBoth
161
    TabOrder = 3
162
    WordWrap = False
163
  end
164
  object Button4: TButton
3 daniel-mar 165
    Left = 785
2 daniel-mar 166
    Top = 224
167
    Width = 89
168
    Height = 33
169
    Anchors = [akTop, akRight]
170
    Caption = 'Go'
171
    TabOrder = 4
172
    OnClick = Button4Click
173
  end
174
  object cbNoDelete: TCheckBox
175
    Left = 320
176
    Top = 128
177
    Width = 241
178
    Height = 17
179
    Caption = 'Disable deleting/truncating of vanished data'
180
    TabOrder = 5
181
  end
182
  object Memo2: TMemo
183
    Left = 24
184
    Top = 440
3 daniel-mar 185
    Width = 850
2 daniel-mar 186
    Height = 156
187
    Anchors = [akLeft, akTop, akRight, akBottom]
188
    Lines.Strings = (
189
      'Log messages')
190
    ScrollBars = ssBoth
191
    TabOrder = 6
192
    WordWrap = False
193
  end
194
  object cbVerboseLogs: TCheckBox
3 daniel-mar 195
    Left = 779
2 daniel-mar 196
    Top = 417
197
    Width = 97
198
    Height = 17
199
    Anchors = [akTop, akRight]
200
    Caption = 'Verbose logging'
201
    TabOrder = 7
202
  end
203
  object cbSimulate: TCheckBox
204
    Left = 320
205
    Top = 151
206
    Width = 97
207
    Height = 17
208
    Caption = 'Simulate'
209
    TabOrder = 8
210
  end
211
  object rgModus: TRadioGroup
212
    Left = 320
213
    Top = 9
214
    Width = 185
215
    Height = 105
216
    Caption = 'Mode'
217
    ItemIndex = 0
218
    Items.Strings = (
219
      'Update index'
220
      'Completely re-create index'
221
      'Verify checksums')
222
    TabOrder = 9
223
    OnClick = rgModusClick
224
  end
225
  object PopupMenu1: TPopupMenu
226
    Left = 272
227
    Top = 80
228
    object Copyuniquepathtoclipboard1: TMenuItem
229
      Caption = 'Copy unique path to clipboard'
230
      OnClick = Copyuniquepathtoclipboard1Click
231
    end
232
  end
233
end