home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / code / setup.exe / CodePad.exe / 0 / RCDATA / TSRCHDIALOG / TSRCHDIALOG.txt
Encoding:
Text File  |  2003-02-24  |  6.6 KB  |  302 lines

  1. object SrchDialog: TSrchDialog
  2.   Left = 288
  3.   Top = 170
  4.   ActiveControl = SearText
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Find Text'
  8.   ClientHeight = 278
  9.   ClientWidth = 433
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PageControl: TPageControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 433
  25.     Height = 237
  26.     ActivePage = EditorFindPage
  27.     Align = alClient
  28.     TabOrder = 0
  29.     object EditorFindPage: TTabSheet
  30.       Caption = 'Find'
  31.       object LTexttFind: TLabel
  32.         Left = 8
  33.         Top = 16
  34.         Width = 81
  35.         Height = 13
  36.         AutoSize = False
  37.         Caption = '&Text to find:'
  38.         FocusControl = SearText
  39.         WordWrap = True
  40.       end
  41.       object OptionsGroup: TGroupBox
  42.         Left = 8
  43.         Top = 40
  44.         Width = 201
  45.         Height = 89
  46.         Caption = 'Options'
  47.         TabOrder = 1
  48.         object CaseSens: TCheckBox
  49.           Left = 16
  50.           Top = 16
  51.           Width = 130
  52.           Height = 17
  53.           Caption = '&Case sensitive'
  54.           TabOrder = 0
  55.         end
  56.         object WholeWord: TCheckBox
  57.           Left = 16
  58.           Top = 40
  59.           Width = 173
  60.           Height = 17
  61.           Caption = '&Whole words only'
  62.           TabOrder = 1
  63.         end
  64.         object RegExpr: TCheckBox
  65.           Left = 16
  66.           Top = 64
  67.           Width = 173
  68.           Height = 17
  69.           Caption = '&Regular expressions'
  70.           TabOrder = 2
  71.         end
  72.       end
  73.       object SearText: TDCHistoryEditor
  74.         Left = 96
  75.         Top = 16
  76.         Width = 321
  77.         Height = 21
  78.         ItemHeight = 13
  79.         TabOrder = 0
  80.       end
  81.       object ScopeGroup: TRadioGroup
  82.         Left = 8
  83.         Top = 136
  84.         Width = 201
  85.         Height = 65
  86.         Caption = 'Scope'
  87.         Items.Strings = (
  88.           'Global'
  89.           'Selected text')
  90.         TabOrder = 3
  91.       end
  92.       object OriginGroup: TRadioGroup
  93.         Left = 216
  94.         Top = 136
  95.         Width = 201
  96.         Height = 65
  97.         Caption = 'Origin'
  98.         Items.Strings = (
  99.           'From cursor'
  100.           'Entire scope')
  101.         TabOrder = 4
  102.       end
  103.       object DirectionGroup: TGroupBox
  104.         Left = 216
  105.         Top = 40
  106.         Width = 201
  107.         Height = 89
  108.         Caption = 'Direction'
  109.         TabOrder = 2
  110.         object dirForward: TRadioButton
  111.           Left = 8
  112.           Top = 16
  113.           Width = 185
  114.           Height = 17
  115.           Caption = 'Forward'
  116.           TabOrder = 0
  117.         end
  118.         object dirBackward: TRadioButton
  119.           Left = 8
  120.           Top = 40
  121.           Width = 185
  122.           Height = 17
  123.           Caption = 'Backward'
  124.           TabOrder = 1
  125.         end
  126.       end
  127.     end
  128.     object FileFindPage: TTabSheet
  129.       Caption = 'Find in Files'
  130.       TabVisible = False
  131.       object Label3: TLabel
  132.         Left = 8
  133.         Top = 16
  134.         Width = 65
  135.         Height = 13
  136.         AutoSize = False
  137.         Caption = '&Text to find:'
  138.         FocusControl = FileSearchText
  139.         WordWrap = True
  140.       end
  141.       object FileSearchText: TDCHistoryEditor
  142.         Left = 96
  143.         Top = 16
  144.         Width = 321
  145.         Height = 21
  146.         ItemHeight = 13
  147.         TabOrder = 0
  148.       end
  149.       object GroupBox2: TGroupBox
  150.         Left = 8
  151.         Top = 40
  152.         Width = 201
  153.         Height = 89
  154.         Caption = 'Options'
  155.         TabOrder = 1
  156.         object FileCaseSense: TCheckBox
  157.           Left = 16
  158.           Top = 16
  159.           Width = 130
  160.           Height = 17
  161.           Caption = '&Case sensitive'
  162.           TabOrder = 0
  163.         end
  164.         object FileWholeWords: TCheckBox
  165.           Left = 16
  166.           Top = 40
  167.           Width = 130
  168.           Height = 17
  169.           TabStop = False
  170.           Caption = '&Whole words only'
  171.           TabOrder = 1
  172.         end
  173.         object FileRegExp: TCheckBox
  174.           Left = 16
  175.           Top = 64
  176.           Width = 130
  177.           Height = 17
  178.           TabStop = False
  179.           Caption = '&Regular expressions'
  180.           TabOrder = 2
  181.         end
  182.       end
  183.       object GroupBox3: TGroupBox
  184.         Left = 216
  185.         Top = 40
  186.         Width = 201
  187.         Height = 89
  188.         Caption = 'Where'
  189.         TabOrder = 2
  190.         object SearchOpen: TRadioButton
  191.           Left = 16
  192.           Top = 40
  193.           Width = 140
  194.           Height = 17
  195.           Caption = 'Search all &open files'
  196.           TabOrder = 1
  197.         end
  198.         object SearchProject: TRadioButton
  199.           Left = 16
  200.           Top = 16
  201.           Width = 140
  202.           Height = 17
  203.           Caption = 'Search all files in &project'
  204.           Checked = True
  205.           TabOrder = 0
  206.           TabStop = True
  207.         end
  208.         object SearchDirectory: TRadioButton
  209.           Left = 16
  210.           Top = 64
  211.           Width = 140
  212.           Height = 17
  213.           Caption = 'Search in &directories'
  214.           TabOrder = 2
  215.         end
  216.       end
  217.       object GroupBox4: TGroupBox
  218.         Left = 8
  219.         Top = 136
  220.         Width = 409
  221.         Height = 73
  222.         Caption = 'Search Directory Options'
  223.         TabOrder = 3
  224.         object Label2: TLabel
  225.           Left = 8
  226.           Top = 24
  227.           Width = 52
  228.           Height = 13
  229.           Caption = 'File &masks:'
  230.           FocusControl = DirSpec
  231.         end
  232.         object DirSpec: TComboBox
  233.           Left = 80
  234.           Top = 24
  235.           Width = 242
  236.           Height = 21
  237.           Enabled = False
  238.           ItemHeight = 13
  239.           TabOrder = 0
  240.           Text = 'DirSpec'
  241.         end
  242.         object IncludeSubDirs: TCheckBox
  243.           Left = 80
  244.           Top = 48
  245.           Width = 140
  246.           Height = 17
  247.           Caption = 'Include &subdirectories'
  248.           Enabled = False
  249.           TabOrder = 1
  250.         end
  251.         object g: TButton
  252.           Left = 328
  253.           Top = 24
  254.           Width = 70
  255.           Height = 25
  256.           Caption = '&Browse...'
  257.           Enabled = False
  258.           TabOrder = 2
  259.         end
  260.       end
  261.     end
  262.   end
  263.   object Panel1: TPanel
  264.     Left = 0
  265.     Top = 237
  266.     Width = 433
  267.     Height = 41
  268.     Align = alBottom
  269.     BevelOuter = bvNone
  270.     TabOrder = 1
  271.     object OKBut: TButton
  272.       Left = 192
  273.       Top = 8
  274.       Width = 73
  275.       Height = 25
  276.       Caption = 'OK'
  277.       Default = True
  278.       ModalResult = 1
  279.       TabOrder = 0
  280.       OnClick = OKButClick
  281.     end
  282.     object CancelBut: TButton
  283.       Left = 272
  284.       Top = 8
  285.       Width = 73
  286.       Height = 25
  287.       Cancel = True
  288.       Caption = 'Cancel'
  289.       ModalResult = 2
  290.       TabOrder = 1
  291.     end
  292.     object HelpBut: TButton
  293.       Left = 352
  294.       Top = 8
  295.       Width = 73
  296.       Height = 25
  297.       Caption = 'Help'
  298.       TabOrder = 2
  299.     end
  300.   end
  301. end
  302.