home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / rzcomps.exe / LIB / RZLOOKFM.DF_ / RZLOOKFM.DF / RZLOOKFM.txt
Text File  |  1996-10-18  |  2KB  |  127 lines

  1. object RzLookupForm: TRzLookupForm
  2.   Left = 209
  3.   Top = 123
  4.   Width = 275
  5.   Height = 275
  6.   Caption = 'Enter your own caption'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnResize = FormResize
  14.   OnShow = FormShow
  15.   TextHeight = 13
  16.   object PnlSelections: TPanel
  17.     Left = 0
  18.     Top = 47
  19.     Width = 267
  20.     Height = 171
  21.     Align = alClient
  22.     BevelOuter = bvNone
  23.     BorderWidth = 4
  24.     TabOrder = 2
  25.     object LstSelections: TListBox
  26.       Left = 4
  27.       Top = 4
  28.       Width = 259
  29.       Height = 163
  30.       Align = alClient
  31.       ItemHeight = 13
  32.       TabOrder = 0
  33.     end
  34.   end
  35.   object PnlButtons: TPanel
  36.     Left = 0
  37.     Top = 218
  38.     Width = 267
  39.     Height = 30
  40.     Align = alBottom
  41.     BevelOuter = bvNone
  42.     TabOrder = 3
  43.     object PnlButtonOffset: TPanel
  44.       Left = 19
  45.       Top = 0
  46.       Width = 166
  47.       Height = 30
  48.       Align = alRight
  49.       BevelOuter = bvNone
  50.       TabOrder = 0
  51.       object BtnOK: TBitBtn
  52.         Left = 4
  53.         Top = 2
  54.         Width = 75
  55.         Height = 25
  56.         Caption = 'OK'
  57.         Default = True
  58.         ModalResult = 1
  59.         TabOrder = 0
  60.         NumGlyphs = 2
  61.       end
  62.       object BtnCancel: TBitBtn
  63.         Left = 86
  64.         Top = 2
  65.         Width = 75
  66.         Height = 25
  67.         Cancel = True
  68.         Caption = 'Cancel'
  69.         ModalResult = 2
  70.         TabOrder = 1
  71.         NumGlyphs = 2
  72.       end
  73.     end
  74.     object PnlHelpBtn: TPanel
  75.       Left = 185
  76.       Top = 0
  77.       Width = 82
  78.       Height = 30
  79.       Align = alRight
  80.       BevelOuter = bvNone
  81.       TabOrder = 1
  82.       Visible = False
  83.       object BtnHelp: TBitBtn
  84.         Left = 2
  85.         Top = 2
  86.         Width = 75
  87.         Height = 25
  88.         Caption = '&Help'
  89.         TabOrder = 0
  90.         OnClick = BtnHelpClick
  91.         NumGlyphs = 2
  92.       end
  93.     end
  94.   end
  95.   object PnlPrompt: TPanel
  96.     Left = 0
  97.     Top = 0
  98.     Width = 267
  99.     Height = 21
  100.     Align = alTop
  101.     Alignment = taLeftJustify
  102.     BevelOuter = bvNone
  103.     BorderWidth = 4
  104.     Caption = 'Enter your selection prompt'
  105.     TabOrder = 0
  106.   end
  107.   object PnlSearch: TPanel
  108.     Left = 0
  109.     Top = 21
  110.     Width = 267
  111.     Height = 26
  112.     Align = alTop
  113.     BevelOuter = bvNone
  114.     BorderWidth = 4
  115.     TabOrder = 1
  116.     object EdtSearch: TEdit
  117.       Left = 4
  118.       Top = 4
  119.       Width = 259
  120.       Height = 21
  121.       AutoSelect = False
  122.       TabOrder = 0
  123.       OnChange = EdtSearchChange
  124.     end
  125.   end
  126. end
  127.