home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Internet / Javadraw / DATA.Z / Iavadraw.exe / 0 / RCDATA / TFINDPROCEDURE / TFINDPROCEDURE.txt < prev   
Text File  |  1997-09-20  |  1KB  |  72 lines

  1. object Findprocedure: TFindprocedure
  2.   Left = 340
  3.   Top = 411
  4.   Width = 183
  5.   Height = 327
  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.   OnCreate = FormCreate
  14.   OnHide = FormHide
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object ListBox1: TListBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 175
  22.     Height = 259
  23.     Align = alClient
  24.     ItemHeight = 16
  25.     Sorted = True
  26.     TabOrder = 0
  27.     OnClick = OKBtnClick
  28.   end
  29.   object xPanel1: TxPanel
  30.     Left = 0
  31.     Top = 259
  32.     Width = 175
  33.     Height = 41
  34.     Align = alBottom
  35.     BevelInner = bvLowered
  36.     TabOrder = 1
  37.     data_int = 0
  38.     language = 2
  39.     object xButton1: TxButton
  40.       Left = 8
  41.       Top = 8
  42.       Width = 75
  43.       Height = 25
  44.       Caption = '&Go'
  45.       TabOrder = 0
  46.       OnClick = OKBtnClick
  47.       Caption_English = '&Go'
  48.       Caption_German = 'Gehe zu'
  49.       data_int = 0
  50.       language = 2
  51.     end
  52.     object xButton2: TxButton
  53.       Left = 92
  54.       Top = 8
  55.       Width = 75
  56.       Height = 25
  57.       Caption = '&Cancel'
  58.       TabOrder = 1
  59.       OnClick = CancelBtnClick
  60.       Caption_English = '&Cancel'
  61.       Caption_German = '&Abbrechen'
  62.       data_int = 0
  63.       language = 2
  64.     end
  65.   end
  66.   object Timer1: TTimer
  67.     OnTimer = Timer1Timer
  68.     Left = 136
  69.     Top = 220
  70.   end
  71. end
  72.