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

  1. object RzDBLookupForm: TRzDBLookupForm
  2.   Left = 276
  3.   Top = 92
  4.   Width = 435
  5.   Height = 303
  6.   Caption = 'Caption Goes Here'
  7.   Font.Color = clWindowText
  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 PnlPrompt: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 427
  20.     Height = 47
  21.     Align = alTop
  22.     Alignment = taLeftJustify
  23.     BevelOuter = bvNone
  24.     BorderWidth = 4
  25.     TabOrder = 0
  26.     object LblPrompt: TLabel
  27.       Left = 4
  28.       Top = 4
  29.       Width = 52
  30.       Height = 13
  31.       Caption = 'Search for '
  32.     end
  33.     object EdtSearch: TEdit
  34.       Left = 4
  35.       Top = 21
  36.       Width = 213
  37.       Height = 20
  38.       TabOrder = 0
  39.       OnChange = EdtSearchChange
  40.       OnKeyPress = EdtSearchKeyPress
  41.     end
  42.   end
  43.   object PnlLookup: TPanel
  44.     Left = 0
  45.     Top = 47
  46.     Width = 427
  47.     Height = 199
  48.     Align = alClient
  49.     BevelOuter = bvNone
  50.     BorderWidth = 4
  51.     TabOrder = 1
  52.     object GrdLookup: TDBGrid
  53.       Left = 4
  54.       Top = 4
  55.       Width = 419
  56.       Height = 191
  57.       Align = alClient
  58.       DataSource = SrcLookup
  59.       Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  60.       TabOrder = 0
  61.       TitleFont.Color = clWindowText
  62.       TitleFont.Height = -11
  63.       TitleFont.Name = 'MS Sans Serif'
  64.       TitleFont.Style = []
  65.     end
  66.   end
  67.   object PnlButtons: TPanel
  68.     Left = 0
  69.     Top = 246
  70.     Width = 427
  71.     Height = 30
  72.     Align = alBottom
  73.     BevelOuter = bvNone
  74.     TabOrder = 2
  75.     object PnlButtonOffset: TPanel
  76.       Left = 179
  77.       Top = 0
  78.       Width = 167
  79.       Height = 30
  80.       Align = alRight
  81.       BevelOuter = bvNone
  82.       TabOrder = 0
  83.       object BtnOK: TBitBtn
  84.         Left = 4
  85.         Top = 2
  86.         Width = 75
  87.         Height = 25
  88.         Caption = 'OK'
  89.         Default = True
  90.         ModalResult = 1
  91.         TabOrder = 0
  92.         NumGlyphs = 2
  93.       end
  94.       object BtnCancel: TBitBtn
  95.         Left = 87
  96.         Top = 2
  97.         Width = 75
  98.         Height = 25
  99.         Cancel = True
  100.         Caption = 'Cancel'
  101.         ModalResult = 2
  102.         TabOrder = 1
  103.         NumGlyphs = 2
  104.       end
  105.     end
  106.     object PnlHelpBtn: TPanel
  107.       Left = 346
  108.       Top = 0
  109.       Width = 81
  110.       Height = 30
  111.       Align = alRight
  112.       BevelOuter = bvNone
  113.       TabOrder = 1
  114.       Visible = False
  115.       object BtnHelp: TBitBtn
  116.         Left = 2
  117.         Top = 2
  118.         Width = 75
  119.         Height = 25
  120.         Caption = '&Help'
  121.         TabOrder = 0
  122.         OnClick = BtnHelpClick
  123.         NumGlyphs = 2
  124.       end
  125.     end
  126.   end
  127.   object SrcLookup: TDataSource
  128.     Left = 392
  129.     Top = 4
  130.   end
  131. end
  132.