home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / software / tea / teasetup.exe / tea.exe / 0 / RCDATA / TSRCHDIALOG / TSRCHDIALOG.txt
Text File  |  2002-03-26  |  12KB  |  507 lines

  1. object SrchDialog: TSrchDialog
  2.   Left = 340
  3.   Top = 302
  4.   ActiveControl = SearText
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Find Text'
  8.   ClientHeight = 285
  9.   ClientWidth = 445
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl: TPageControl
  21.     Left = 2
  22.     Top = 1
  23.     Width = 440
  24.     Height = 240
  25.     ActivePage = EditorFindPage
  26.     TabOrder = 0
  27.     object EditorFindPage: TTabSheet
  28.       Caption = 'Find'
  29.       object LTexttFind: TLabel
  30.         Left = 7
  31.         Top = 16
  32.         Width = 65
  33.         Height = 13
  34.         Alignment = taRightJustify
  35.         AutoSize = False
  36.         Caption = '&Text to find:'
  37.         FocusControl = SearText
  38.         WordWrap = True
  39.       end
  40.       object OptionsGroup: TGroupBox
  41.         Left = 10
  42.         Top = 40
  43.         Width = 200
  44.         Height = 85
  45.         Caption = 'Options'
  46.         TabOrder = 1
  47.         object CaseSens: TDCPropCheckBox
  48.           Left = 12
  49.           Top = 20
  50.           Width = 130
  51.           Height = 17
  52.           PropName = 'CaseSensitive'
  53.           Caption = '&Case sensitive'
  54.           Checked = False
  55.           Cute = False
  56.           Invert = False
  57.           ReadOnly = False
  58.           Scaled = False
  59.           TabOrder = 0
  60.           TabStop = True
  61.           Text = 'False'
  62.           object TPopupListBox
  63.             Left = 0
  64.             Top = 0
  65.             Width = 121
  66.             Height = 80
  67.             TabStop = False
  68.             ItemHeight = 13
  69.           end
  70.         end
  71.         object WholeWord: TDCPropCheckBox
  72.           Left = 12
  73.           Top = 40
  74.           Width = 130
  75.           Height = 17
  76.           LinkedEditor = CaseSens
  77.           PropName = 'WholeWordsOnly'
  78.           Caption = '&Whole words only'
  79.           Checked = False
  80.           Cute = False
  81.           Invert = False
  82.           ReadOnly = False
  83.           Scaled = False
  84.           TabOrder = 1
  85.           TabStop = True
  86.           Text = 'False'
  87.           object TPopupListBox
  88.             Left = 0
  89.             Top = 0
  90.             Width = 121
  91.             Height = 80
  92.             TabStop = False
  93.             ItemHeight = 13
  94.           end
  95.         end
  96.         object RegExpr: TDCPropCheckBox
  97.           Left = 12
  98.           Top = 60
  99.           Width = 130
  100.           Height = 17
  101.           LinkedEditor = CaseSens
  102.           PropName = 'RegularExpr'
  103.           Caption = '&Regular expressions'
  104.           Checked = False
  105.           Cute = False
  106.           Invert = False
  107.           Enabled = False
  108.           ReadOnly = False
  109.           Scaled = False
  110.           TabOrder = 2
  111.           TabStop = True
  112.           Text = 'False'
  113.           object TPopupListBox
  114.             Left = 0
  115.             Top = 0
  116.             Width = 121
  117.             Height = 80
  118.             TabStop = False
  119.             ItemHeight = 13
  120.           end
  121.         end
  122.       end
  123.       object DirectionGroup: TGroupBox
  124.         Left = 220
  125.         Top = 40
  126.         Width = 200
  127.         Height = 85
  128.         Caption = 'Direction'
  129.         TabOrder = 2
  130.         object PropForward: TDCPropRadioButton
  131.           Left = 12
  132.           Top = 20
  133.           Width = 100
  134.           Height = 17
  135.           LinkedEditor = CaseSens
  136.           PropName = 'Direction'
  137.           Caption = 'Forwar&d'
  138.           Checked = False
  139.           Cute = False
  140.           Invert = False
  141.           ReadOnly = False
  142.           Scaled = False
  143.           TabOrder = 0
  144.           TabStop = True
  145.           Text = 'False'
  146.           CheckedValue = 'sdForward'
  147.           CheckValCaseSens = False
  148.           object TPopupListBox
  149.             Left = 0
  150.             Top = 0
  151.             Width = 121
  152.             Height = 80
  153.             TabStop = False
  154.             ItemHeight = 13
  155.           end
  156.         end
  157.         object PropBackward: TDCPropRadioButton
  158.           Left = 12
  159.           Top = 40
  160.           Width = 100
  161.           Height = 17
  162.           LinkedEditor = CaseSens
  163.           PropName = 'Direction'
  164.           Caption = '&Backward'
  165.           Checked = False
  166.           Cute = False
  167.           Invert = False
  168.           ReadOnly = False
  169.           Scaled = False
  170.           TabOrder = 1
  171.           TabStop = True
  172.           Text = 'False'
  173.           CheckedValue = 'sdBackward'
  174.           CheckValCaseSens = False
  175.           object TPopupListBox
  176.             Left = 0
  177.             Top = 0
  178.             Width = 121
  179.             Height = 80
  180.             TabStop = False
  181.             ItemHeight = 13
  182.           end
  183.         end
  184.       end
  185.       object OriginGroup: TGroupBox
  186.         Left = 220
  187.         Top = 132
  188.         Width = 200
  189.         Height = 65
  190.         Caption = 'Origin'
  191.         TabOrder = 4
  192.         object PropFromCursor: TDCPropRadioButton
  193.           Left = 12
  194.           Top = 20
  195.           Width = 100
  196.           Height = 17
  197.           LinkedEditor = CaseSens
  198.           PropName = 'origin'
  199.           Caption = '&From cursor'
  200.           Checked = False
  201.           Cute = False
  202.           Invert = False
  203.           ReadOnly = False
  204.           Scaled = False
  205.           TabOrder = 0
  206.           TabStop = True
  207.           Text = 'False'
  208.           CheckedValue = 'soFromCursor'
  209.           CheckValCaseSens = False
  210.           object TPopupListBox
  211.             Left = 0
  212.             Top = 0
  213.             Width = 121
  214.             Height = 80
  215.             TabStop = False
  216.             ItemHeight = 13
  217.           end
  218.         end
  219.         object PropEntireScop: TDCPropRadioButton
  220.           Left = 12
  221.           Top = 40
  222.           Width = 100
  223.           Height = 17
  224.           LinkedEditor = CaseSens
  225.           PropName = 'origin'
  226.           Caption = '&Entire scope'
  227.           Checked = False
  228.           Cute = False
  229.           Invert = False
  230.           ReadOnly = False
  231.           Scaled = False
  232.           TabOrder = 1
  233.           TabStop = True
  234.           Text = 'False'
  235.           CheckedValue = 'soEntireScope'
  236.           CheckValCaseSens = False
  237.           object TPopupListBox
  238.             Left = 0
  239.             Top = 0
  240.             Width = 121
  241.             Height = 80
  242.             TabStop = False
  243.             ItemHeight = 13
  244.           end
  245.         end
  246.       end
  247.       object ScopeGroup: TGroupBox
  248.         Left = 10
  249.         Top = 132
  250.         Width = 200
  251.         Height = 65
  252.         Caption = 'Scope'
  253.         TabOrder = 3
  254.         object PropGlobal: TDCPropRadioButton
  255.           Left = 12
  256.           Top = 20
  257.           Width = 100
  258.           Height = 17
  259.           LinkedEditor = CaseSens
  260.           PropName = 'Scope'
  261.           Caption = '&Global'
  262.           Checked = False
  263.           Cute = False
  264.           Invert = False
  265.           ReadOnly = False
  266.           Scaled = False
  267.           TabOrder = 0
  268.           TabStop = True
  269.           Text = 'False'
  270.           CheckedValue = 'ssGlobal'
  271.           CheckValCaseSens = False
  272.           object TPopupListBox
  273.             Left = 0
  274.             Top = 0
  275.             Width = 121
  276.             Height = 80
  277.             TabStop = False
  278.             ItemHeight = 13
  279.           end
  280.         end
  281.         object PropSelText: TDCPropRadioButton
  282.           Left = 12
  283.           Top = 40
  284.           Width = 100
  285.           Height = 17
  286.           LinkedEditor = CaseSens
  287.           PropName = 'Scope'
  288.           Caption = '&Selected text'
  289.           Checked = False
  290.           Cute = False
  291.           Invert = False
  292.           ReadOnly = False
  293.           Scaled = False
  294.           TabOrder = 1
  295.           TabStop = True
  296.           Text = 'False'
  297.           CheckedValue = 'ssselectedtext'
  298.           CheckValCaseSens = False
  299.           object TPopupListBox
  300.             Left = 0
  301.             Top = 0
  302.             Width = 121
  303.             Height = 80
  304.             TabStop = False
  305.             ItemHeight = 13
  306.           end
  307.         end
  308.       end
  309.       object SearText: TDCPropEditor
  310.         Left = 75
  311.         Top = 12
  312.         Width = 344
  313.         Height = 21
  314.         Button1Kind = bkAuto
  315.         LinkedEditor = CaseSens
  316.         PropName = 'TextToFind'
  317.         Caption = 'SearText'
  318.         Flat = False
  319.         ParentColor = False
  320.         ReadOnly = False
  321.         TabOrder = 0
  322.         TabStop = True
  323.         object TPopupListBox
  324.           Left = 0
  325.           Top = 0
  326.           Width = 121
  327.           Height = 80
  328.           TabStop = False
  329.           ItemHeight = 13
  330.         end
  331.       end
  332.     end
  333.     object FileFindPage: TTabSheet
  334.       Caption = 'Find in Files'
  335.       TabVisible = False
  336.       object Label3: TLabel
  337.         Left = 7
  338.         Top = 16
  339.         Width = 65
  340.         Height = 13
  341.         Alignment = taRightJustify
  342.         AutoSize = False
  343.         Caption = '&Text to find:'
  344.         FocusControl = FileSearchText
  345.         WordWrap = True
  346.       end
  347.       object FileSearchText: TComboBox
  348.         Left = 75
  349.         Top = 12
  350.         Width = 345
  351.         Height = 21
  352.         ItemHeight = 0
  353.         TabOrder = 0
  354.         Text = 'SearchText'
  355.       end
  356.       object GroupBox2: TGroupBox
  357.         Left = 10
  358.         Top = 40
  359.         Width = 200
  360.         Height = 85
  361.         Caption = 'Options'
  362.         TabOrder = 1
  363.         object FileCaseSense: TCheckBox
  364.           Left = 12
  365.           Top = 20
  366.           Width = 130
  367.           Height = 17
  368.           Caption = '&Case sensitive'
  369.           TabOrder = 0
  370.         end
  371.         object FileWholeWords: TCheckBox
  372.           Left = 12
  373.           Top = 40
  374.           Width = 130
  375.           Height = 17
  376.           TabStop = False
  377.           Caption = '&Whole words only'
  378.           TabOrder = 1
  379.         end
  380.         object FileRegExp: TCheckBox
  381.           Left = 12
  382.           Top = 60
  383.           Width = 130
  384.           Height = 17
  385.           TabStop = False
  386.           Caption = '&Regular expressions'
  387.           TabOrder = 2
  388.         end
  389.       end
  390.       object GroupBox3: TGroupBox
  391.         Left = 220
  392.         Top = 40
  393.         Width = 200
  394.         Height = 85
  395.         Caption = 'Where'
  396.         TabOrder = 2
  397.         object SearchOpen: TRadioButton
  398.           Left = 12
  399.           Top = 40
  400.           Width = 140
  401.           Height = 17
  402.           Caption = 'Search all &open files'
  403.           TabOrder = 1
  404.         end
  405.         object SearchProject: TRadioButton
  406.           Left = 12
  407.           Top = 20
  408.           Width = 140
  409.           Height = 17
  410.           Caption = 'Search all files in &project'
  411.           Checked = True
  412.           TabOrder = 0
  413.           TabStop = True
  414.         end
  415.         object SearchDirectory: TRadioButton
  416.           Left = 12
  417.           Top = 60
  418.           Width = 140
  419.           Height = 17
  420.           Caption = 'Search in &directories'
  421.           TabOrder = 2
  422.         end
  423.       end
  424.       object GroupBox4: TGroupBox
  425.         Left = 10
  426.         Top = 132
  427.         Width = 411
  428.         Height = 69
  429.         Caption = 'Search Directory Options'
  430.         TabOrder = 3
  431.         object Label2: TLabel
  432.           Left = 10
  433.           Top = 22
  434.           Width = 52
  435.           Height = 13
  436.           Caption = 'File &masks:'
  437.           FocusControl = DirSpec
  438.         end
  439.         object DirSpec: TComboBox
  440.           Left = 79
  441.           Top = 18
  442.           Width = 242
  443.           Height = 21
  444.           Enabled = False
  445.           ItemHeight = 0
  446.           TabOrder = 0
  447.           Text = 'DirSpec'
  448.         end
  449.         object IncludeSubDirs: TCheckBox
  450.           Left = 79
  451.           Top = 45
  452.           Width = 140
  453.           Height = 17
  454.           Caption = 'Include &subdirectories'
  455.           Enabled = False
  456.           TabOrder = 1
  457.         end
  458.         object BrowseButton: TButton
  459.           Left = 330
  460.           Top = 17
  461.           Width = 70
  462.           Height = 25
  463.           Caption = '&Browse...'
  464.           Enabled = False
  465.           TabOrder = 2
  466.         end
  467.       end
  468.     end
  469.   end
  470.   object Panel1: TPanel
  471.     Left = 2
  472.     Top = 243
  473.     Width = 440
  474.     Height = 40
  475.     TabOrder = 1
  476.     object OKButton: TButton
  477.       Left = 95
  478.       Top = 7
  479.       Width = 105
  480.       Height = 25
  481.       Caption = 'OK'
  482.       Default = True
  483.       ModalResult = 1
  484.       TabOrder = 0
  485.       OnClick = OKButtonClick
  486.     end
  487.     object CancelButton: TButton
  488.       Left = 207
  489.       Top = 7
  490.       Width = 105
  491.       Height = 25
  492.       Cancel = True
  493.       Caption = 'Cancel'
  494.       ModalResult = 2
  495.       TabOrder = 1
  496.     end
  497.     object HelpButton: TButton
  498.       Left = 319
  499.       Top = 7
  500.       Width = 105
  501.       Height = 25
  502.       Caption = 'Help'
  503.       TabOrder = 2
  504.     end
  505.   end
  506. end
  507.