home *** CD-ROM | disk | FTP | other *** search
- object FindErrorForm: TFindErrorForm
- Left = 327
- Top = 227
- HelpContext = 1640
- ActiveControl = ErrorAddress
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Goto Address'
- ClientHeight = 86
- ClientWidth = 262
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 245
- Height = 37
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 40
- Top = 10
- Width = 53
- Height = 17
- AutoSize = False
- Caption = '&Address:'
- FocusControl = ErrorAddress
- end
- object ErrorAddress: TComboBox
- Left = 92
- Top = 8
- Width = 120
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- end
- end
- object OKButton: TButton
- Left = 14
- Top = 53
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = OKButtonClick
- end
- object CancelButton: TButton
- Left = 94
- Top = 53
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object HelpButton: TButton
- Left = 174
- Top = 53
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 3
- OnClick = HelpButtonClick
- end
- end
-