home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 5.7 / 2000-04_Disc_5.7.bin / Databases / databases.exe / 0 / RCDATA / TFORMRICERCA / TFORMRICERCA.txt
Text File  |  1998-12-08  |  2KB  |  88 lines

  1. object FormRicerca: TFormRicerca
  2.   Left = 425
  3.   Top = 248
  4.   Width = 278
  5.   Height = 448
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'FormRicerca'
  8.   Color = clRed
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -15
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 17
  18.   object OutputSearch: TListBox
  19.     Left = 0
  20.     Top = 63
  21.     Width = 270
  22.     Height = 339
  23.     Align = alClient
  24.     Color = clWhite
  25.     ItemHeight = 17
  26.     TabOrder = 0
  27.     OnClick = OutputSearchClick
  28.   end
  29.   object Panel1: TPanel
  30.     Left = 0
  31.     Top = 0
  32.     Width = 270
  33.     Height = 63
  34.     Align = alTop
  35.     BevelOuter = bvNone
  36.     Color = clRed
  37.     TabOrder = 1
  38.     object LabelTypeStr: TLabel
  39.       Left = 7
  40.       Top = 7
  41.       Width = 96
  42.       Height = 18
  43.       Caption = 'Type a string:'
  44.       Font.Charset = ANSI_CHARSET
  45.       Font.Color = clWindowText
  46.       Font.Height = -15
  47.       Font.Name = 'Arial'
  48.       Font.Style = [fsBold]
  49.       ParentFont = False
  50.       Transparent = True
  51.     end
  52.     object BtnSearch: TButton
  53.       Left = 187
  54.       Top = 30
  55.       Width = 75
  56.       Height = 25
  57.       Caption = 'BtnSearch'
  58.       TabOrder = 0
  59.       OnClick = BtnSearchClick
  60.     end
  61.     object EditSearch: TComboBox
  62.       Left = 7
  63.       Top = 30
  64.       Width = 170
  65.       Height = 25
  66.       Color = clWhite
  67.       ItemHeight = 17
  68.       TabOrder = 1
  69.       OnClick = EditSearchClick
  70.       OnKeyDown = EditSearchKeyDown
  71.     end
  72.   end
  73.   object StatusBar1: TStatusBar
  74.     Left = 0
  75.     Top = 402
  76.     Width = 270
  77.     Height = 19
  78.     Panels = <>
  79.     SimplePanel = False
  80.   end
  81.   object PlacementInfo: TFormPlacement
  82.     IniFileName = 'PCGamer_Lx1'
  83.     UseRegistry = True
  84.     Left = 16
  85.     Top = 80
  86.   end
  87. end
  88.