home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 11
/
BUGCD1998_02.ISO
/
mulmedia
/
yamp
/
yamp.exe
/
0
/
RCDATA
/
TFSEARCHCDDAT
/
TFSEARCHCDDAT.txt
< prev
Wrap
Text File
|
1997-11-11
|
3KB
|
127 lines
object fSearchCDDat: TfSearchCDDat
Left = 264
Top = 193
BorderStyle = bsNone
Caption = 'Yamp'
ClientHeight = 277
ClientWidth = 337
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object panMain: TPanel
Left = 0
Top = 0
Width = 337
Height = 277
Align = alBottom
BevelInner = bvLowered
Caption = 'panMain'
Color = clSilver
TabOrder = 0
OnMouseDown = panMainMouseDown
OnMouseMove = panMainMouseMove
OnMouseUp = panMainMouseUp
object LMDTile1: TLMDTile
Left = 2
Top = 2
Width = 333
Height = 118
Align = alTop
Gradient.Color = clWhite
Gradient.ColorCount = 25
Gradient.Direction = mdVertical
Gradient.EndColor = 16761024
Gradient.PaletteRealize = True
TileMode = tmGradient
OnMouseDown = panMainMouseDown
OnMouseMove = panMainMouseMove
OnMouseUp = panMainMouseUp
end
object LMDTile2: TLMDTile
Left = 2
Top = 120
Width = 333
Height = 155
Align = alClient
Gradient.Color = clWhite
Gradient.ColorCount = 25
Gradient.Direction = mdVerticalReverse
Gradient.EndColor = 16761024
Gradient.PaletteRealize = True
TileMode = tmGradient
OnMouseDown = panMainMouseDown
OnMouseMove = panMainMouseMove
OnMouseUp = panMainMouseUp
end
object bClose: TExplorerButton
Left = 288
Top = 251
Width = 41
Height = 14
Hint = 'just close the window'
Caption = 'Close'
Options = [boMonoDisplay, boPopupMark, boShowBevel]
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
OnClick = bCloseClick
ParentFont = False
ParentShowHint = False
ShowHint = True
IBitmap = {}
end
object Label1: TLabel
Left = 8
Top = 252
Width = 52
Height = 13
Caption = 'Search for:'
Transparent = True
OnMouseDown = panMainMouseDown
OnMouseMove = panMainMouseMove
OnMouseUp = panMainMouseUp
end
object bPrint: TExplorerButton
Left = 240
Top = 251
Width = 41
Height = 14
Hint = 'just close the window'
Caption = 'Print'
Options = [boMonoDisplay, boPopupMark, boShowBevel]
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
OnClick = bPrintClick
ParentFont = False
ParentShowHint = False
ShowHint = True
IBitmap = {}
end
object eSearchText: TEdit
Left = 68
Top = 248
Width = 165
Height = 21
TabOrder = 0
OnKeyDown = eSearchTextKeyDown
end
object reResult: TRichEdit
Left = 8
Top = 8
Width = 321
Height = 233
ReadOnly = True
TabOrder = 1
end
end
end