home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / Iavadraw.exe / 0 / RCDATA / TFINDPROCEDURE / TFINDPROCEDURE.txt < prev   
Text File  |  1996-12-20  |  1KB  |  67 lines

  1. object Findprocedure: TFindprocedure
  2.   Left = 599
  3.   Top = 186
  4.   Width = 182
  5.   Height = 324
  6.   Caption = 'Find Procedure'
  7.   Font.Color = clWindowText
  8.   Font.Height = -14
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   Scaled = False
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   OnHide = FormHide
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object ListBox1: TListBox
  20.     Left = 0
  21.     Top = 0
  22.     Width = 174
  23.     Height = 257
  24.     Align = alClient
  25.     ItemHeight = 16
  26.     Sorted = True
  27.     TabOrder = 0
  28.     OnClick = ListBox1Click
  29.     OnDblClick = ListBox1DblClick
  30.   end
  31.   object Panel1: TPanel
  32.     Left = 0
  33.     Top = 257
  34.     Width = 174
  35.     Height = 40
  36.     Align = alBottom
  37.     TabOrder = 1
  38.     object OKBtn: TButton
  39.       Left = 1
  40.       Top = 2
  41.       Width = 84
  42.       Height = 31
  43.       Caption = 'Goto'
  44.       Default = True
  45.       ModalResult = 1
  46.       TabOrder = 0
  47.       OnClick = OKBtnClick
  48.     end
  49.     object CancelBtn: TButton
  50.       Left = 89
  51.       Top = 2
  52.       Width = 80
  53.       Height = 31
  54.       Cancel = True
  55.       Caption = 'Cancel'
  56.       ModalResult = 2
  57.       TabOrder = 1
  58.       OnClick = CancelBtnClick
  59.     end
  60.   end
  61.   object Timer1: TTimer
  62.     OnTimer = Timer1Timer
  63.     Left = 136
  64.     Top = 220
  65.   end
  66. end
  67.