home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC & Mediji 2002 March
/
PCM_0203.iso
/
MEDIA
/
PREIZKUSNI
/
swaptor.exe
/
FileNavigator.exe
/
0
/
RCDATA
/
TSEARCHBOOKSFORM
/
TSEARCHBOOKSFORM.txt
< prev
Wrap
Text File
|
2002-01-08
|
5KB
|
241 lines
object SearchBooksForm: TSearchBooksForm
Left = 194
Top = 108
BorderStyle = bsToolWindow
ClientHeight = 198
ClientWidth = 331
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Label39: TLabel
Left = 43
Top = 6
Width = 219
Height = 32
Caption = 'Search For Books'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -27
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Image5: TImage
Left = 6
Top = 6
Width = 32
Height = 32
AutoSize = True
Picture.Data = {<image000.ico>}
end
object SearchButton: TButton
Left = 176
Top = 170
Width = 75
Height = 25
Caption = 'Begin Search'
TabOrder = 0
OnClick = SearchButtonClick
end
object CancelButton: TButton
Left = 254
Top = 170
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object PageControl: TPageControl
Left = 4
Top = 43
Width = 325
Height = 124
ActivePage = SearchTab1
TabOrder = 2
object SearchTab1: TTabSheet
Caption = 'Simple'
object GroupBox4: TGroupBox
Left = 1
Top = -2
Width = 313
Height = 95
TabOrder = 0
object SearchNameLabel: TLabel
Left = 8
Top = 62
Width = 84
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Book Name:'
end
object Label36: TLabel
Left = 48
Top = 15
Width = 44
Height = 13
Caption = 'Location:'
end
object Label35: TLabel
Left = 7
Top = 38
Width = 85
Height = 13
Caption = 'Maximum Results:'
end
object Label2: TLabel
Left = 143
Top = 39
Width = 88
Height = 13
Caption = '(From each server)'
end
object SearchNameEdit: TEdit
Left = 95
Top = 59
Width = 200
Height = 21
TabOrder = 2
OnKeyPress = SearchNameEditKeyPress
end
object LocationComboBox: TComboBox
Left = 95
Top = 12
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
OnChange = LocationComboBoxChange
end
object MaxResultsEdit: TSpecialMaskEdit
Left = 95
Top = 35
Width = 42
Height = 21
TabOrder = 1
Text = '100'
NumberValue = 100
Mask = '#'
end
end
end
object SearchTab2: TTabSheet
Caption = 'Advanced'
ImageIndex = 1
object GroupBox5: TGroupBox
Left = 1
Top = -2
Width = 313
Height = 95
TabOrder = 0
object Label37: TLabel
Left = 10
Top = 17
Width = 57
Height = 13
Caption = 'Line Speed:'
end
object Label1: TLabel
Left = 17
Top = 41
Width = 50
Height = 13
Caption = 'Ping Time:'
end
object LineSpeedActionComboBox: TComboBox
Left = 71
Top = 14
Width = 79
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
''
'At Least'
'Equal To'
'At Best')
TabOrder = 0
end
object PingTimeActionComboBox: TComboBox
Left = 71
Top = 38
Width = 79
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
''
'At Least'
'Equal To'
'At Best')
TabOrder = 2
end
object PingTimeValueComboBox: TComboBox
Left = 155
Top = 38
Width = 90
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
''
'50 ms'
'75 ms'
'100 ms'
'150 ms'
'200 ms'
'250 ms'
'300 ms'
'350 ms'
'400 ms'
'450 ms'
'500 ms'
'550 ms'
'600 ms'
'650 ms'
'700 ms'
'750 ms'
'800 ms'
'850 ms'
'900 ms'
'950 ms'
'1 Second')
TabOrder = 3
end
object LineSpeedValueComboBox: TComboBox
Left = 155
Top = 14
Width = 90
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
''
'T3 or better'
'T1'
'DSL'
'Cable'
'ISDN - 128K'
'ISDN - 64K'
'56K Modem'
'33.3K Modem'
'28.8K Modem'
'14.4 Modem')
TabOrder = 1
end
end
end
end
end