home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / javadraw.arj / DATA.Z / Javadraw.exe / 0 / RCDATA / TFINDPROCEDURE / TFINDPROCEDURE.txt < prev   
Encoding:
Text File  |  1996-08-11  |  1.1 KB  |  60 lines

  1. object Findprocedure: TFindprocedure
  2.   Left = 347
  3.   Top = 298
  4.   Width = 213
  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.   FormStyle = fsStayOnTop
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object ListBox1: TListBox
  18.     Left = 0
  19.     Top = 0
  20.     Width = 205
  21.     Height = 256
  22.     Align = alClient
  23.     ItemHeight = 16
  24.     Sorted = True
  25.     TabOrder = 0
  26.     OnClick = ListBox1Click
  27.     OnDblClick = ListBox1DblClick
  28.   end
  29.   object Panel1: TPanel
  30.     Left = 0
  31.     Top = 256
  32.     Width = 205
  33.     Height = 39
  34.     Align = alBottom
  35.     TabOrder = 1
  36.     object OKBtn: TButton
  37.       Left = 1
  38.       Top = 3
  39.       Width = 93
  40.       Height = 30
  41.       Caption = 'Goto'
  42.       Default = True
  43.       ModalResult = 1
  44.       TabOrder = 0
  45.       OnClick = OKBtnClick
  46.     end
  47.     object CancelBtn: TButton
  48.       Left = 101
  49.       Top = 3
  50.       Width = 92
  51.       Height = 30
  52.       Cancel = True
  53.       Caption = 'Cancel'
  54.       ModalResult = 2
  55.       TabOrder = 1
  56.       OnClick = CancelBtnClick
  57.     end
  58.   end
  59. end
  60.