home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 July
/
CMCD0704.ISO
/
Software
/
Shareware
/
Utilitare
/
idsearch
/
setup.exe
/
IManager.exe
/
0
/
RCDATA
/
TIMZONEOPTIONSFORM
/
TIMZONEOPTIONSFORM.txt
Wrap
Text File
|
2004-05-28
|
7KB
|
286 lines
object IMZoneOptionsForm: TIMZoneOptionsForm
Left = 192
Top = 107
BorderStyle = bsDialog
Caption = 'Properties'
ClientHeight = 405
ClientWidth = 438
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
ShowHint = True
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 8
Top = 8
Width = 425
Height = 353
ActivePage = TabSheet1
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'Main'
object Label1: TLabel
Left = 24
Top = 24
Width = 31
Height = 13
Caption = 'Name:'
end
object Label2: TLabel
Left = 24
Top = 56
Width = 37
Height = 13
Caption = 'Folders:'
end
object Label3: TLabel
Left = 24
Top = 184
Width = 80
Height = 13
Caption = 'Document types:'
end
object Edit1: TEdit
Left = 72
Top = 24
Width = 257
Height = 21
TabOrder = 0
Text = 'Edit1'
end
object Memo1: TMemo
Left = 24
Top = 72
Width = 305
Height = 97
Lines.Strings = (
'Memo1')
TabOrder = 1
OnExit = Memo1Exit
end
object ListView1: TListView
Left = 24
Top = 200
Width = 305
Height = 113
Checkboxes = True
Columns = <
item
Caption = 'Type'
Width = 80
end
item
Caption = 'Description'
Width = 200
end>
TabOrder = 2
ViewStyle = vsReport
end
object Button1: TButton
Left = 344
Top = 72
Width = 65
Height = 25
Caption = 'Add...'
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 344
Top = 104
Width = 65
Height = 25
Caption = 'Clear'
TabOrder = 4
OnClick = Button2Click
end
end
object TabSheet2: TTabSheet
Caption = 'Advanced'
ImageIndex = 1
object GroupBox1: TGroupBox
Left = 16
Top = 16
Width = 385
Height = 105
Caption = 'Zone parameters'
TabOrder = 0
object Label4: TLabel
Left = 16
Top = 36
Width = 56
Height = 13
Caption = 'Date range:'
end
object Label5: TLabel
Left = 16
Top = 68
Width = 76
Height = 13
Caption = 'Size range (KB):'
end
object DateTimePicker1: TDateTimePicker
Left = 120
Top = 32
Width = 97
Height = 21
CalAlignment = dtaLeft
Date = 38043.607603009300000000
Time = 38043.607603009300000000
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 0
end
object DateTimePicker2: TDateTimePicker
Left = 272
Top = 32
Width = 97
Height = 21
CalAlignment = dtaLeft
Date = 38043.607722569400000000
Time = 38043.607722569400000000
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 1
end
object Edit3: TEdit
Left = 120
Top = 64
Width = 97
Height = 21
MaxLength = 6
TabOrder = 2
Text = 'Edit3'
OnKeyPress = Edit3KeyPress
end
object Edit4: TEdit
Left = 272
Top = 64
Width = 97
Height = 21
MaxLength = 6
TabOrder = 3
Text = 'Edit4'
OnKeyPress = Edit3KeyPress
end
end
object GroupBox2: TGroupBox
Left = 16
Top = 136
Width = 385
Height = 137
Caption = 'Index options'
TabOrder = 1
object Label7: TLabel
Left = 16
Top = 36
Width = 32
Height = 13
Caption = 'Depth:'
end
object Label8: TLabel
Left = 16
Top = 68
Width = 51
Height = 13
Caption = 'Scheduler:'
end
object Label6: TLabel
Left = 16
Top = 100
Width = 55
Height = 13
Caption = 'Data folder:'
end
object ComboBox1: TComboBox
Left = 96
Top = 32
Width = 273
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
Items.Strings = (
'index full document content'
'index first 500kb of document content'
'index first 200kb of document content'
'index first 100kb of document content'
'index first 20kb of document content')
end
object ComboBox2: TComboBox
Left = 96
Top = 64
Width = 273
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 1
Items.Strings = (
'only manual updates'
'update every day'
'update every 3 days'
'update every 7 days'
'update every 15 days'
'update every 30 days')
end
object Edit2: TEdit
Left = 96
Top = 96
Width = 241
Height = 21
ReadOnly = True
TabOrder = 2
Text = 'Edit2'
end
object Button5: TButton
Left = 344
Top = 96
Width = 25
Height = 21
Caption = '...'
Enabled = False
TabOrder = 3
end
end
end
end
object Button3: TButton
Left = 256
Top = 372
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object Button4: TButton
Left = 344
Top = 372
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object BrowseDirectoryDlg1: TBrowseDirectoryDlg
ShowSelectionInStatus = False
Left = 16
Top = 376
end
end