home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TDEBUGFINDFILEDLG / TDEBUGFINDFILEDLG.txt
Text File  |  1999-08-11  |  2KB  |  108 lines

  1. object DebugFindFileDlg: TDebugFindFileDlg
  2.   Left = 207
  3.   Top = 273
  4.   HelpContext = 3380
  5.   BorderStyle = bsDialog
  6.   Caption = 'Source File not Found: %s'
  7.   ClientHeight = 108
  8.   ClientWidth = 588
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCloseQuery = DebugFindFileDlgCloseQuery
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 18
  22.     Top = 16
  23.     Width = 88
  24.     Height = 13
  25.     Caption = '&Path to source file:'
  26.     FocusControl = FileNameEdit
  27.   end
  28.   object Bevel1: TBevel
  29.     Left = 8
  30.     Top = 8
  31.     Width = 572
  32.     Height = 57
  33.     Anchors = [akLeft, akTop, akRight]
  34.     Shape = bsFrame
  35.   end
  36.   object HelpButton: TButton
  37.     Left = 505
  38.     Top = 76
  39.     Width = 75
  40.     Height = 25
  41.     Anchors = [akRight, akBottom]
  42.     Caption = '&Help'
  43.     TabOrder = 6
  44.     OnClick = HelpButtonClick
  45.   end
  46.   object IgnoreButton: TButton
  47.     Left = 425
  48.     Top = 76
  49.     Width = 75
  50.     Height = 25
  51.     Anchors = [akRight, akBottom]
  52.     Caption = '&Ignore'
  53.     ModalResult = 5
  54.     TabOrder = 5
  55.   end
  56.   object OKButton: TButton
  57.     Left = 265
  58.     Top = 76
  59.     Width = 75
  60.     Height = 25
  61.     Anchors = [akRight, akBottom]
  62.     Caption = 'OK'
  63.     Default = True
  64.     ModalResult = 1
  65.     TabOrder = 3
  66.   end
  67.   object BrowseButton: TButton
  68.     Left = 492
  69.     Top = 30
  70.     Width = 75
  71.     Height = 25
  72.     Anchors = [akTop, akRight]
  73.     Caption = '&Browse'
  74.     TabOrder = 1
  75.     OnClick = BrowseButtonClick
  76.   end
  77.   object FileNameEdit: TEdit
  78.     Left = 18
  79.     Top = 32
  80.     Width = 466
  81.     Height = 21
  82.     Anchors = [akLeft, akTop, akRight]
  83.     TabOrder = 0
  84.   end
  85.   object cbAddPath: TCheckBox
  86.     Left = 8
  87.     Top = 83
  88.     Width = 201
  89.     Height = 17
  90.     Anchors = [akLeft, akBottom]
  91.     Caption = '&Add directory to Debug Source Path'
  92.     Checked = True
  93.     State = cbChecked
  94.     TabOrder = 2
  95.   end
  96.   object CancelButton: TButton
  97.     Left = 345
  98.     Top = 76
  99.     Width = 75
  100.     Height = 25
  101.     Anchors = [akRight, akBottom]
  102.     Cancel = True
  103.     Caption = 'Cancel'
  104.     ModalResult = 2
  105.     TabOrder = 4
  106.   end
  107. end
  108.