home *** CD-ROM | disk | FTP | other *** search
/ Techno Guide - Aspettando Windows 98 / TechnoGuide.iso / applicaz / snotetab / notetab.exe / 0 / RCDATA / TFRMREPLACE / TFRMREPLACE.txt < prev   
Text File  |  1998-01-25  |  6KB  |  261 lines

  1. object frmReplace: TfrmReplace
  2.   Left = 230
  3.   Top = 367
  4.   Hint = '|Find and Replace...'
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   ActiveControl = cmbFind
  8.   BorderIcons = [biSystemMenu]
  9.   AutoScroll = False
  10.   Caption = 'Find and Replace'
  11.   ClientHeight = 144
  12.   ClientWidth = 482
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clBlack
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   FormStyle = fsStayOnTop
  19.   Icon.Data = {<image000.ico>}
  20.   Position = poScreenCenter
  21.   Scaled = False
  22.   OnActivate = FormActivate
  23.   OnClose = FormClose
  24.   OnDblClick = FormDblClick
  25.   OnResize = FormResize
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object lblcmbFind: TEnhLabel
  29.     Left = 9
  30.     Top = 11
  31.     Width = 49
  32.     Height = 13
  33.     Caption = 'Fi&nd what:'
  34.     FocusControl = cmbFind
  35.   end
  36.   object lblcmbReplace: TEnhLabel
  37.     Left = 10
  38.     Top = 39
  39.     Width = 68
  40.     Height = 13
  41.     Caption = 'Re&place With:'
  42.     FocusControl = cmbReplace
  43.   end
  44.   object cmbFind: TLblComboBox
  45.     Left = 104
  46.     Top = 8
  47.     Width = 257
  48.     Height = 21
  49.     Hint = 
  50.       '|Text to search (tokens: ^T = tab; ^P = paragraph; ^C = carriage' +
  51.       '-return; ^L = line-feed)'
  52.     ItemHeight = 13
  53.     PopupMenu = InputBoxMenu1
  54.     TabOrder = 0
  55.     OnChange = cmbFindChange
  56.     AddNewToStart = True
  57.     AddNewToList = True
  58.     AutoExpand = False
  59.     CaseSensitive = True
  60.     DestroyObjects = False
  61.     DispatchInsMode = False
  62.     LimitToList = False
  63.     OverwriteMode = False
  64.     ReadOnly = False
  65.     UndoWhenEsc = True
  66.     OnListPick = CheckListPick
  67.     OnPaste = PasteText
  68.     LabelPos = lpCustom
  69.     LabelMargin = 4
  70.     LabelComponent = lblcmbFind
  71.     LabelRelLeft = -95
  72.     LabelRelTop = 3
  73.   end
  74.   object rdgDirection: TRadioGroup
  75.     Left = 160
  76.     Top = 64
  77.     Width = 81
  78.     Height = 73
  79.     Hint = '|Up searches backwards and Down forwards'
  80.     Caption = 'Direction'
  81.     ItemIndex = 1
  82.     Items.Strings = (
  83.       '&Up'
  84.       '&Down')
  85.     TabOrder = 3
  86.   end
  87.   object btnFindNext: TButton
  88.     Left = 376
  89.     Top = 8
  90.     Width = 97
  91.     Height = 25
  92.     Hint = '|Search for next occurence of text'
  93.     Caption = '&Find Next'
  94.     Default = True
  95.     Enabled = False
  96.     TabOrder = 5
  97.     OnClick = btnFindNextClick
  98.   end
  99.   object btnCancel: TButton
  100.     Left = 376
  101.     Top = 112
  102.     Width = 97
  103.     Height = 25
  104.     Hint = '|Close dialog box'
  105.     Cancel = True
  106.     Caption = 'Close'
  107.     ModalResult = 2
  108.     TabOrder = 8
  109.     OnClick = btnCancelClick
  110.   end
  111.   object gbxCriteria: TGroupBox
  112.     Left = 8
  113.     Top = 64
  114.     Width = 145
  115.     Height = 73
  116.     Caption = 'Criteria'
  117.     TabOrder = 2
  118.     object cbxWholeWord: TCheckBox
  119.       Left = 8
  120.       Top = 20
  121.       Width = 129
  122.       Height = 17
  123.       Hint = '|Search only whole words'
  124.       Caption = '&Whole words only'
  125.       TabOrder = 0
  126.     end
  127.     object cbxMatchCase: TCheckBox
  128.       Left = 8
  129.       Top = 46
  130.       Width = 129
  131.       Height = 17
  132.       Hint = '|Search is case sensitive'
  133.       Caption = '&Case sensitive'
  134.       TabOrder = 1
  135.     end
  136.   end
  137.   object gbxScope: TGroupBox
  138.     Left = 248
  139.     Top = 96
  140.     Width = 121
  141.     Height = 41
  142.     Hint = '|Search through all open documents'
  143.     Caption = 'Scope'
  144.     TabOrder = 4
  145.     Visible = False
  146.     object cbxAll: TCheckBox
  147.       Left = 8
  148.       Top = 16
  149.       Width = 105
  150.       Height = 17
  151.       Caption = 'All Docu&ments'
  152.       TabOrder = 0
  153.       OnClick = cbxAllClick
  154.     end
  155.   end
  156.   object cmbReplace: TLblComboBox
  157.     Left = 104
  158.     Top = 36
  159.     Width = 257
  160.     Height = 21
  161.     Hint = 
  162.       '|New text (tokens: ^T = tab; ^P = paragraph; ^C = carriage-retur' +
  163.       'n; ^L = line-feed)'
  164.     ItemHeight = 13
  165.     PopupMenu = InputBoxMenu1
  166.     TabOrder = 1
  167.     AddNewToStart = True
  168.     AddNewToList = True
  169.     AutoExpand = False
  170.     CaseSensitive = True
  171.     DestroyObjects = False
  172.     DispatchInsMode = False
  173.     LimitToList = False
  174.     OverwriteMode = False
  175.     ReadOnly = False
  176.     UndoWhenEsc = False
  177.     OnListPick = CheckListPick
  178.     OnPaste = PasteText
  179.     LabelPos = lpCustom
  180.     LabelMargin = 4
  181.     LabelComponent = lblcmbReplace
  182.     LabelRelLeft = -94
  183.     LabelRelTop = 3
  184.   end
  185.   object btnReplace: TButton
  186.     Left = 376
  187.     Top = 36
  188.     Width = 97
  189.     Height = 25
  190.     Hint = '|Replace text selected in document'
  191.     Caption = '&Replace'
  192.     Enabled = False
  193.     TabOrder = 6
  194.     OnClick = btnReplaceClick
  195.   end
  196.   object btnReplaceAll: TButton
  197.     Left = 376
  198.     Top = 64
  199.     Width = 97
  200.     Height = 25
  201.     Hint = 
  202.       '|Replace all occurences of the text without prompting (starts fr' +
  203.       'om caret position)'
  204.     Caption = 'Replace &All'
  205.     Enabled = False
  206.     TabOrder = 7
  207.     OnClick = btnReplaceAllClick
  208.   end
  209.   object InputBoxMenu1: TInputBoxMenu
  210.     Left = 320
  211.     Top = 64
  212.     object InputBoxMenu1_Undo: TMenuItem
  213.       Caption = '&Undo'
  214.       Hint = 'Undo changes to input text'
  215.     end
  216.     object InputBoxMenu1_Overwrite: TMenuItem
  217.       Tag = 1
  218.       Caption = '&Overwrite Mode'
  219.       Hint = 'Toggle Insert/Overwrite mode'
  220.     end
  221.     object InputBoxMenu1_Break1: TMenuItem
  222.       Tag = 2
  223.       Caption = '-'
  224.     end
  225.     object InputBoxMenu1_Cut: TMenuItem
  226.       Tag = 3
  227.       Caption = 'Cu&t'
  228.       Hint = 'Cut selected text to clipboard'
  229.     end
  230.     object InputBoxMenu1_Copy: TMenuItem
  231.       Tag = 4
  232.       Caption = '&Copy'
  233.       Hint = 'Copy selected text to clipboard'
  234.     end
  235.     object InputBoxMenu1_Paste: TMenuItem
  236.       Tag = 5
  237.       Caption = '&Paste'
  238.       Hint = 'Paste text from clipboard to input box'
  239.     end
  240.     object InputBoxMenu1_Delete: TMenuItem
  241.       Tag = 6
  242.       Caption = '&Delete'
  243.       Hint = 'Delete selected text'
  244.     end
  245.     object InputBoxMenu1_Clear: TMenuItem
  246.       Tag = 7
  247.       Caption = 'C&lear All'
  248.       Hint = 'Clear all text from input box'
  249.     end
  250.     object InputBoxMenu1_Break2: TMenuItem
  251.       Tag = 8
  252.       Caption = '-'
  253.     end
  254.     object InputBoxMenu1_SelectAll: TMenuItem
  255.       Tag = 9
  256.       Caption = 'Select &All'
  257.       Hint = 'Select all text in input box'
  258.     end
  259.   end
  260. end
  261.