home *** CD-ROM | disk | FTP | other *** search
/ BUG 11 / BUGCD1998_02.ISO / mulmedia / yamp / yamp.exe / 0 / RCDATA / TFSEARCHCDDAT / TFSEARCHCDDAT.txt < prev   
Text File  |  1997-11-11  |  3KB  |  127 lines

  1. object fSearchCDDat: TfSearchCDDat
  2.   Left = 264
  3.   Top = 193
  4.   BorderStyle = bsNone
  5.   Caption = 'Yamp'
  6.   ClientHeight = 277
  7.   ClientWidth = 337
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object panMain: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 337
  21.     Height = 277
  22.     Align = alBottom
  23.     BevelInner = bvLowered
  24.     Caption = 'panMain'
  25.     Color = clSilver
  26.     TabOrder = 0
  27.     OnMouseDown = panMainMouseDown
  28.     OnMouseMove = panMainMouseMove
  29.     OnMouseUp = panMainMouseUp
  30.     object LMDTile1: TLMDTile
  31.       Left = 2
  32.       Top = 2
  33.       Width = 333
  34.       Height = 118
  35.       Align = alTop
  36.       Gradient.Color = clWhite
  37.       Gradient.ColorCount = 25
  38.       Gradient.Direction = mdVertical
  39.       Gradient.EndColor = 16761024
  40.       Gradient.PaletteRealize = True
  41.       TileMode = tmGradient
  42.       OnMouseDown = panMainMouseDown
  43.       OnMouseMove = panMainMouseMove
  44.       OnMouseUp = panMainMouseUp
  45.     end
  46.     object LMDTile2: TLMDTile
  47.       Left = 2
  48.       Top = 120
  49.       Width = 333
  50.       Height = 155
  51.       Align = alClient
  52.       Gradient.Color = clWhite
  53.       Gradient.ColorCount = 25
  54.       Gradient.Direction = mdVerticalReverse
  55.       Gradient.EndColor = 16761024
  56.       Gradient.PaletteRealize = True
  57.       TileMode = tmGradient
  58.       OnMouseDown = panMainMouseDown
  59.       OnMouseMove = panMainMouseMove
  60.       OnMouseUp = panMainMouseUp
  61.     end
  62.     object bClose: TExplorerButton
  63.       Left = 288
  64.       Top = 251
  65.       Width = 41
  66.       Height = 14
  67.       Hint = 'just close the window'
  68.       Caption = 'Close'
  69.       Options = [boMonoDisplay, boPopupMark, boShowBevel]
  70.       Font.Color = clWindowText
  71.       Font.Height = -11
  72.       Font.Name = 'MS Sans Serif'
  73.       Font.Style = [fsBold]
  74.       OnClick = bCloseClick
  75.       ParentFont = False
  76.       ParentShowHint = False
  77.       ShowHint = True
  78.       IBitmap = {}
  79.     end
  80.     object Label1: TLabel
  81.       Left = 8
  82.       Top = 252
  83.       Width = 52
  84.       Height = 13
  85.       Caption = 'Search for:'
  86.       Transparent = True
  87.       OnMouseDown = panMainMouseDown
  88.       OnMouseMove = panMainMouseMove
  89.       OnMouseUp = panMainMouseUp
  90.     end
  91.     object bPrint: TExplorerButton
  92.       Left = 240
  93.       Top = 251
  94.       Width = 41
  95.       Height = 14
  96.       Hint = 'just close the window'
  97.       Caption = 'Print'
  98.       Options = [boMonoDisplay, boPopupMark, boShowBevel]
  99.       Font.Color = clWindowText
  100.       Font.Height = -11
  101.       Font.Name = 'MS Sans Serif'
  102.       Font.Style = [fsBold]
  103.       OnClick = bPrintClick
  104.       ParentFont = False
  105.       ParentShowHint = False
  106.       ShowHint = True
  107.       IBitmap = {}
  108.     end
  109.     object eSearchText: TEdit
  110.       Left = 68
  111.       Top = 248
  112.       Width = 165
  113.       Height = 21
  114.       TabOrder = 0
  115.       OnKeyDown = eSearchTextKeyDown
  116.     end
  117.     object reResult: TRichEdit
  118.       Left = 8
  119.       Top = 8
  120.       Width = 321
  121.       Height = 233
  122.       ReadOnly = True
  123.       TabOrder = 1
  124.     end
  125.   end
  126. end
  127.