home *** CD-ROM | disk | FTP | other *** search
- object Findprocedure: TFindprocedure
- Left = 347
- Top = 298
- Width = 213
- Height = 324
- Caption = 'Find Procedure'
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 120
- TextHeight = 16
- object ListBox1: TListBox
- Left = 0
- Top = 0
- Width = 205
- Height = 256
- Align = alClient
- ItemHeight = 16
- Sorted = True
- TabOrder = 0
- OnClick = ListBox1Click
- OnDblClick = ListBox1DblClick
- end
- object Panel1: TPanel
- Left = 0
- Top = 256
- Width = 205
- Height = 39
- Align = alBottom
- TabOrder = 1
- object OKBtn: TButton
- Left = 1
- Top = 3
- Width = 93
- Height = 30
- Caption = 'Goto'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 101
- Top = 3
- Width = 92
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = CancelBtnClick
- end
- end
- end
-