Menu

[r68]: / trunk / Src / FmFindXRefsDlg.dfm  Maximize  Restore  History

Download this file

85 lines (84 with data), 2.0 kB

inherited FindXRefsDlg: TFindXRefsDlg
  Left = 426
  Top = 222
  Caption = 'Find Cross References'
  PixelsPerInch = 96
  TextHeight = 13
  inherited pnlBody: TPanel
    Width = 305
    Height = 159
    ExplicitWidth = 305
    ExplicitHeight = 159
    object lblDesc: TLabel
      Left = 0
      Top = 0
      Width = 119
      Height = 13
      Caption = 'Find cross references for '
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object lblRoutineName: TLabel
      Left = 119
      Top = 0
      Width = 90
      Height = 13
      Caption = 'lblRoutineName'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object chkRequired: TCheckBox
      Left = 0
      Top = 28
      Width = 305
      Height = 17
      Caption = 'Search for &required snippets'
      TabOrder = 0
      OnClick = SearchCheckClick
    end
    object chkSeeAlso: TCheckBox
      Left = 0
      Top = 76
      Width = 305
      Height = 17
      Caption = 'Search for "&see also" cross references'
      TabOrder = 2
      OnClick = SearchCheckClick
    end
    object chkIncludeRoutine: TCheckBox
      Left = 0
      Top = 126
      Width = 305
      Height = 17
      Caption = '&Include "%s" in search'
      TabOrder = 4
    end
    object chkRequiredRecurse: TCheckBox
      Left = 24
      Top = 50
      Width = 281
      Height = 17
      Caption = 'Search re&cursively'
      TabOrder = 1
    end
    object chkSeeAlsoRecurse: TCheckBox
      Left = 24
      Top = 98
      Width = 281
      Height = 17
      Caption = 'Search rec&ursively'
      TabOrder = 3
    end
  end
  inherited btnOK: TButton
    OnClick = btnOKClick
  end
end
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.