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

  1. object SrchDialog: TSrchDialog
  2.   Left = 318
  3.   Top = 177
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Find Text'
  7.   ClientHeight = 248
  8.   ClientWidth = 372
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   OnCreate = FormCreate
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object PageControl: TPageControl
  17.     Left = 2
  18.     Top = 1
  19.     Width = 367
  20.     Height = 213
  21.     ActivePage = FileFindPage
  22.     TabOrder = 3
  23.     OnChanging = PageControlChanging
  24.     object EditorFindPage: TTabSheet
  25.       Caption = 'Find'
  26.       object Label1: TLabel
  27.         Left = 8
  28.         Top = 11
  29.         Width = 90
  30.         Height = 16
  31.         AutoSize = False
  32.         Caption = '&Text to find:'
  33.         FocusControl = SearchText
  34.         WordWrap = True
  35.       end
  36.       object SearchText: THistoryPropComboBox
  37.         Left = 77
  38.         Top = 8
  39.         Width = 278
  40.         Height = 21
  41.         ItemHeight = 13
  42.         TabOrder = 0
  43.         HistoryManager = EnvironmentOptions.HistoryLists
  44.         HistoryList = 'hlSearchText'
  45.       end
  46.       object OptionsGroup: TGroupBox
  47.         Left = 8
  48.         Top = 36
  49.         Width = 168
  50.         Height = 80
  51.         Caption = 'Options'
  52.         TabOrder = 1
  53.         object CaseSense: TPropCheckBox
  54.           Left = 8
  55.           Top = 16
  56.           Width = 153
  57.           Height = 18
  58.           Caption = '&Case sensitive'
  59.           PropField = 'Case Sensitive'
  60.           PropSet = EnvironmentOptions.SearchOptions
  61.           TabOrder = 0
  62.           ValueChecked = 'True;Yes;1'
  63.           ValueUnchecked = 'False;No;0'
  64.         end
  65.         object WholeWords: TPropCheckBox
  66.           Left = 8
  67.           Top = 36
  68.           Width = 153
  69.           Height = 18
  70.           TabStop = False
  71.           Caption = '&Whole words only'
  72.           PropField = 'Whole Words'
  73.           PropSet = EnvironmentOptions.SearchOptions
  74.           TabOrder = 1
  75.           ValueChecked = 'True;Yes;1'
  76.           ValueUnchecked = 'False;No;0'
  77.         end
  78.         object RegExp: TPropCheckBox
  79.           Left = 8
  80.           Top = 56
  81.           Width = 153
  82.           Height = 18
  83.           TabStop = False
  84.           Caption = '&Regular expressions'
  85.           PropField = 'Regular Expression'
  86.           PropSet = EnvironmentOptions.SearchOptions
  87.           TabOrder = 2
  88.           ValueChecked = 'True;Yes;1'
  89.           ValueUnchecked = 'False;No;0'
  90.         end
  91.       end
  92.       object DirectionGroup: TGroupBox
  93.         Left = 185
  94.         Top = 36
  95.         Width = 170
  96.         Height = 81
  97.         Caption = 'Direction'
  98.         TabOrder = 2
  99.         object ForwardDir: TRadioButton
  100.           Left = 8
  101.           Top = 16
  102.           Width = 153
  103.           Height = 18
  104.           Caption = 'Forwar&d'
  105.           Checked = True
  106.           TabOrder = 0
  107.           TabStop = True
  108.           OnClick = ForwardDirClick
  109.         end
  110.         object BackwardDir: TRadioButton
  111.           Left = 8
  112.           Top = 36
  113.           Width = 153
  114.           Height = 18
  115.           Caption = '&Backward'
  116.           TabOrder = 1
  117.           OnClick = ForwardDirClick
  118.         end
  119.       end
  120.       object OriginGroup: TGroupBox
  121.         Left = 185
  122.         Top = 120
  123.         Width = 170
  124.         Height = 60
  125.         Caption = 'Origin'
  126.         TabOrder = 4
  127.         object FromCursor: TRadioButton
  128.           Left = 8
  129.           Top = 16
  130.           Width = 153
  131.           Height = 18
  132.           Caption = '&From cursor'
  133.           Checked = True
  134.           TabOrder = 0
  135.           TabStop = True
  136.           OnClick = FromCursorClick
  137.         end
  138.         object EntireScope: TRadioButton
  139.           Left = 8
  140.           Top = 36
  141.           Width = 153
  142.           Height = 18
  143.           Caption = '&Entire scope'
  144.           TabOrder = 1
  145.           OnClick = FromCursorClick
  146.         end
  147.       end
  148.       object ScopeGroup: TGroupBox
  149.         Left = 8
  150.         Top = 120
  151.         Width = 168
  152.         Height = 60
  153.         Caption = 'Scope'
  154.         TabOrder = 3
  155.         object GlobalScope: TRadioButton
  156.           Left = 8
  157.           Top = 16
  158.           Width = 153
  159.           Height = 18
  160.           Caption = '&Global'
  161.           Checked = True
  162.           TabOrder = 0
  163.           TabStop = True
  164.           OnClick = GlobalScopeClick
  165.         end
  166.         object SelectedText: TRadioButton
  167.           Left = 8
  168.           Top = 36
  169.           Width = 153
  170.           Height = 18
  171.           Caption = '&Selected text'
  172.           TabOrder = 1
  173.           OnClick = GlobalScopeClick
  174.         end
  175.       end
  176.     end
  177.     object FileFindPage: TTabSheet
  178.       Caption = 'Find in Files'
  179.       object Label3: TLabel
  180.         Left = 8
  181.         Top = 11
  182.         Width = 90
  183.         Height = 16
  184.         AutoSize = False
  185.         Caption = '&Text to find:'
  186.         FocusControl = FileSearchText
  187.         WordWrap = True
  188.       end
  189.       object FileSearchText: THistoryPropComboBox
  190.         Left = 77
  191.         Top = 8
  192.         Width = 278
  193.         Height = 21
  194.         ItemHeight = 13
  195.         TabOrder = 0
  196.         HistoryManager = EnvironmentOptions.HistoryLists
  197.         HistoryList = 'hlSearchText'
  198.       end
  199.       object GroupBox2: TGroupBox
  200.         Left = 8
  201.         Top = 36
  202.         Width = 168
  203.         Height = 80
  204.         Caption = 'Options'
  205.         TabOrder = 1
  206.         object FileCaseSense: TPropCheckBox
  207.           Left = 8
  208.           Top = 16
  209.           Width = 153
  210.           Height = 18
  211.           Caption = '&Case sensitive'
  212.           PropField = 'Case Sensitive'
  213.           PropSet = EnvironmentOptions.SearchOptions
  214.           TabOrder = 0
  215.           ValueChecked = 'True;Yes;1'
  216.           ValueUnchecked = 'False;No;0'
  217.         end
  218.         object FileWholeWords: TPropCheckBox
  219.           Left = 8
  220.           Top = 36
  221.           Width = 153
  222.           Height = 18
  223.           TabStop = False
  224.           Caption = '&Whole words only'
  225.           PropField = 'Whole Words'
  226.           PropSet = EnvironmentOptions.SearchOptions
  227.           TabOrder = 1
  228.           ValueChecked = 'True;Yes;1'
  229.           ValueUnchecked = 'False;No;0'
  230.         end
  231.         object FileRegExp: TPropCheckBox
  232.           Left = 8
  233.           Top = 56
  234.           Width = 153
  235.           Height = 18
  236.           TabStop = False
  237.           Caption = '&Regular expressions'
  238.           PropField = 'Regular Expression'
  239.           PropSet = EnvironmentOptions.SearchOptions
  240.           TabOrder = 2
  241.           ValueChecked = 'True;Yes;1'
  242.           ValueUnchecked = 'False;No;0'
  243.         end
  244.       end
  245.       object GroupBox3: TGroupBox
  246.         Left = 185
  247.         Top = 36
  248.         Width = 170
  249.         Height = 81
  250.         Caption = 'Where'
  251.         TabOrder = 2
  252.         object SearchOpen: TRadioButton
  253.           Left = 8
  254.           Top = 36
  255.           Width = 153
  256.           Height = 17
  257.           Caption = 'Search all &open files'
  258.           TabOrder = 1
  259.           OnClick = SearchLocationClick
  260.         end
  261.         object SearchProject: TRadioButton
  262.           Left = 8
  263.           Top = 16
  264.           Width = 153
  265.           Height = 17
  266.           Caption = 'Search all files in &project'
  267.           Checked = True
  268.           TabOrder = 0
  269.           TabStop = True
  270.           OnClick = SearchLocationClick
  271.         end
  272.         object SearchDirectory: TRadioButton
  273.           Left = 8
  274.           Top = 56
  275.           Width = 149
  276.           Height = 17
  277.           Caption = 'Search in &directories'
  278.           TabOrder = 2
  279.           OnClick = SearchLocationClick
  280.         end
  281.       end
  282.       object GroupBox4: TGroupBox
  283.         Left = 8
  284.         Top = 120
  285.         Width = 347
  286.         Height = 62
  287.         Caption = 'Search Directory Options'
  288.         TabOrder = 3
  289.         object Label2: TLabel
  290.           Left = 8
  291.           Top = 18
  292.           Width = 47
  293.           Height = 13
  294.           Caption = 'File &mask:'
  295.           FocusControl = DirSpec
  296.         end
  297.         object DirSpec: THistoryPropComboBox
  298.           Left = 72
  299.           Top = 15
  300.           Width = 193
  301.           Height = 21
  302.           PropField = 'File Mask'
  303.           PropSet = EnvironmentOptions.SearchOptions
  304.           Enabled = False
  305.           ItemHeight = 13
  306.           TabOrder = 0
  307.           HistoryManager = EnvironmentOptions.HistoryLists
  308.           HistoryList = 'hlFileMasks'
  309.         end
  310.         object IncludeSubDirs: TPropCheckBox
  311.           Left = 73
  312.           Top = 40
  313.           Width = 153
  314.           Height = 17
  315.           Caption = 'Include &subdirectories'
  316.           PropField = 'Include Sub Dirs'
  317.           PropSet = EnvironmentOptions.SearchOptions
  318.           Enabled = False
  319.           TabOrder = 1
  320.           ValueChecked = 'True;Yes;1'
  321.           ValueUnchecked = 'False;No;0'
  322.         end
  323.         object BrowseButton: TButton
  324.           Left = 272
  325.           Top = 14
  326.           Width = 69
  327.           Height = 23
  328.           Caption = '&Browse...'
  329.           Enabled = False
  330.           TabOrder = 2
  331.           OnClick = BrowseButtonClick
  332.         end
  333.       end
  334.     end
  335.   end
  336.   object OKButton: TButton
  337.     Left = 130
  338.     Top = 219
  339.     Width = 75
  340.     Height = 25
  341.     Caption = 'OK'
  342.     Default = True
  343.     ModalResult = 1
  344.     TabOrder = 0
  345.     OnClick = OKButtonClick
  346.   end
  347.   object CancelButton: TButton
  348.     Left = 212
  349.     Top = 219
  350.     Width = 75
  351.     Height = 25
  352.     Cancel = True
  353.     Caption = 'Cancel'
  354.     ModalResult = 2
  355.     TabOrder = 1
  356.   end
  357.   object HelpButton: TButton
  358.     Left = 294
  359.     Top = 219
  360.     Width = 75
  361.     Height = 25
  362.     Caption = '&Help'
  363.     TabOrder = 2
  364.     OnClick = HelpButtonClick
  365.   end
  366. end
  367.