home *** CD-ROM | disk | FTP | other *** search
- object DebugFindFileDlg: TDebugFindFileDlg
- Left = 207
- Top = 273
- HelpContext = 3380
- BorderStyle = bsDialog
- Caption = 'Source File not Found: %s'
- ClientHeight = 108
- ClientWidth = 588
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCloseQuery = DebugFindFileDlgCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 18
- Top = 16
- Width = 88
- Height = 13
- Caption = '&Path to source file:'
- FocusControl = FileNameEdit
- end
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 572
- Height = 57
- Anchors = [akLeft, akTop, akRight]
- Shape = bsFrame
- end
- object HelpButton: TButton
- Left = 505
- Top = 76
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Help'
- TabOrder = 6
- OnClick = HelpButtonClick
- end
- object IgnoreButton: TButton
- Left = 425
- Top = 76
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Ignore'
- ModalResult = 5
- TabOrder = 5
- end
- object OKButton: TButton
- Left = 265
- Top = 76
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object BrowseButton: TButton
- Left = 492
- Top = 30
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Browse'
- TabOrder = 1
- OnClick = BrowseButtonClick
- end
- object FileNameEdit: TEdit
- Left = 18
- Top = 32
- Width = 466
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- end
- object cbAddPath: TCheckBox
- Left = 8
- Top = 83
- Width = 201
- Height = 17
- Anchors = [akLeft, akBottom]
- Caption = '&Add directory to Debug Source Path'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- object CancelButton: TButton
- Left = 345
- Top = 76
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- end
-