Subversion Repositories indexer_suite

Rev

Rev 2 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 3
Line 1... Line 1...
1
object frmIndexCreator: TfrmIndexCreator
1
object frmIndexCreator: TfrmIndexCreator
2
  Left = 0
2
  Left = 0
3
  Top = 0
3
  Top = 0
4
  Caption = 'ViaThinkSoft Directory Hasher'
4
  Caption = 'ViaThinkSoft Directory Hasher'
5
  ClientHeight = 611
5
  ClientHeight = 611
6
  ClientWidth = 877
6
  ClientWidth = 884
7
  Color = clBtnFace
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
9
  Font.Color = clWindowText
10
  Font.Height = -11
10
  Font.Height = -11
11
  Font.Name = 'Tahoma'
11
  Font.Name = 'Tahoma'
12
  Font.Style = []
12
  Font.Style = []
13
  FormStyle = fsMDIChild
13
  FormStyle = fsMDIChild
14
  OldCreateOrder = False
14
  OldCreateOrder = False
15
  Position = poDefault
-
 
16
  Visible = True
15
  Visible = True
17
  OnClose = FormClose
16
  OnClose = FormClose
18
  OnShow = FormShow
17
  OnShow = FormShow
19
  DesignSize = (
18
  DesignSize = (
20
    877
19
    884
21
    611)
20
    611)
22
  PixelsPerInch = 96
21
  PixelsPerInch = 96
23
  TextHeight = 13
22
  TextHeight = 13
24
  object Label1: TLabel
23
  object Label1: TLabel
25
    Left = 24
24
    Left = 24
26
    Top = 279
25
    Top = 279
27
    Width = 827
26
    Width = 834
28
    Height = 13
27
    Height = 13
29
    Anchors = [akLeft, akTop, akRight]
28
    Anchors = [akLeft, akTop, akRight]
30
    AutoSize = False
29
    AutoSize = False
31
    Caption = 'Ready'
30
    Caption = 'Ready'
32
    ExplicitWidth = 465
31
    ExplicitWidth = 465
Line 153... Line 152...
153
    OnClick = Button2Click
152
    OnClick = Button2Click
154
  end
153
  end
155
  object Memo1: TMemo
154
  object Memo1: TMemo
156
    Left = 584
155
    Left = 584
157
    Top = 25
156
    Top = 25
158
    Width = 283
157
    Width = 290
159
    Height = 193
158
    Height = 193
160
    Anchors = [akLeft, akTop, akRight]
159
    Anchors = [akLeft, akTop, akRight]
161
    ScrollBars = ssBoth
160
    ScrollBars = ssBoth
162
    TabOrder = 3
161
    TabOrder = 3
163
    WordWrap = False
162
    WordWrap = False
164
  end
163
  end
165
  object Button4: TButton
164
  object Button4: TButton
166
    Left = 778
165
    Left = 785
167
    Top = 224
166
    Top = 224
168
    Width = 89
167
    Width = 89
169
    Height = 33
168
    Height = 33
170
    Anchors = [akTop, akRight]
169
    Anchors = [akTop, akRight]
171
    Caption = 'Go'
170
    Caption = 'Go'
Line 181... Line 180...
181
    TabOrder = 5
180
    TabOrder = 5
182
  end
181
  end
183
  object Memo2: TMemo
182
  object Memo2: TMemo
184
    Left = 24
183
    Left = 24
185
    Top = 440
184
    Top = 440
186
    Width = 843
185
    Width = 850
187
    Height = 156
186
    Height = 156
188
    Anchors = [akLeft, akTop, akRight, akBottom]
187
    Anchors = [akLeft, akTop, akRight, akBottom]
189
    Lines.Strings = (
188
    Lines.Strings = (
190
      'Log messages')
189
      'Log messages')
191
    ScrollBars = ssBoth
190
    ScrollBars = ssBoth
192
    TabOrder = 6
191
    TabOrder = 6
193
    WordWrap = False
192
    WordWrap = False
194
  end
193
  end
195
  object cbVerboseLogs: TCheckBox
194
  object cbVerboseLogs: TCheckBox
196
    Left = 772
195
    Left = 779
197
    Top = 417
196
    Top = 417
198
    Width = 97
197
    Width = 97
199
    Height = 17
198
    Height = 17
200
    Anchors = [akTop, akRight]
199
    Anchors = [akTop, akRight]
201
    Caption = 'Verbose logging'
200
    Caption = 'Verbose logging'