home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Programming Unleashed
/
Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso
/
chap24
/
music
/
srchstr.txt
< prev
Wrap
Text File
|
1995-03-20
|
2KB
|
101 lines
object SearchStr: TSearchStr
Left = 100
Top = 102
ActiveControl = OKBtn
BorderStyle = bsDialog
Caption = 'Enter Search String Dialog'
ClientHeight = 179
ClientWidth = 388
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
PixelsPerInch = 96
Position = poScreenCenter
OnActivate = FormActivate
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 281
Height = 161
Shape = bsFrame
IsControl = True
end
object OKBtn: TBitBtn
Left = 300
Top = 8
Width = 77
Height = 27
TabOrder = 2
Kind = bkOK
Margin = 2
Spacing = -1
IsControl = True
end
object CancelBtn: TBitBtn
Left = 300
Top = 40
Width = 77
Height = 27
TabOrder = 3
Kind = bkCancel
Margin = 2
Spacing = -1
IsControl = True
end
object HelpBtn: TBitBtn
Left = 300
Top = 72
Width = 77
Height = 27
TabOrder = 4
Kind = bkHelp
Margin = 2
Spacing = -1
IsControl = True
end
object GroupBox1: TGroupBox
Left = 24
Top = 56
Width = 249
Height = 97
Caption = 'GroupBox1'
TabOrder = 1
object First: TRadioButton
Left = 32
Top = 18
Width = 122
Height = 17
Caption = 'First'
TabOrder = 0
end
object LastGroup: TRadioButton
Left = 32
Top = 42
Width = 122
Height = 17
Caption = 'Last-Group'
Checked = True
TabOrder = 1
TabStop = True
end
object Album: TRadioButton
Left = 32
Top = 66
Width = 122
Height = 17
Caption = 'Album'
TabOrder = 2
end
end
object Edit1: TEdit
Left = 24
Top = 24
Width = 249
Height = 20
TabOrder = 0
Text = 'Edit1'
end
end