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

  1. object frmSearch: TfrmSearch
  2.   Left = 245
  3.   Top = 402
  4.   Hint = '|Find...'
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   ActiveControl = cmbFind
  8.   BorderIcons = [biSystemMenu]
  9.   AutoScroll = False
  10.   Caption = 'Find'
  11.   ClientHeight = 121
  12.   ClientWidth = 425
  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.   OnClose = FormClose
  23.   OnDblClick = FormDblClick
  24.   OnResize = FormResize
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object lblcmbFind: TEnhLabel
  28.     Left = 7
  29.     Top = 11
  30.     Width = 49
  31.     Height = 13
  32.     Caption = 'Fi&nd what:'
  33.     FocusControl = cmbFind
  34.   end
  35.   object cmbFind: TLblComboBox
  36.     Left = 72
  37.     Top = 8
  38.     Width = 217
  39.     Height = 21
  40.     Hint = 
  41.       '|Text to search (tokens: ^T = tab; ^P = paragraph; ^C = carriage' +
  42.       '-return; ^L = line-feed)'
  43.     ItemHeight = 13
  44.     PopupMenu = InputBoxMenu1
  45.     TabOrder = 0
  46.     OnChange = cmbFindChange
  47.     AddNewToStart = True
  48.     AddNewToList = True
  49.     AutoExpand = False
  50.     CaseSensitive = True
  51.     DestroyObjects = False
  52.     DispatchInsMode = False
  53.     LimitToList = False
  54.     OverwriteMode = False
  55.     ReadOnly = False
  56.     UndoWhenEsc = True
  57.     OnListPick = cmbFindListPick
  58.     OnPaste = cmbFindPaste
  59.     LabelPos = lpCustom
  60.     LabelMargin = 4
  61.     LabelComponent = lblcmbFind
  62.     LabelRelLeft = -65
  63.     LabelRelTop = 3
  64.   end
  65.   object rdgDirection: TRadioGroup
  66.     Left = 184
  67.     Top = 40
  68.     Width = 89
  69.     Height = 73
  70.     Hint = '|Up searches backwards and Down forwards'
  71.     Caption = 'Direction'
  72.     ItemIndex = 1
  73.     Items.Strings = (
  74.       '&Up'
  75.       '&Down')
  76.     TabOrder = 2
  77.   end
  78.   object btnFindNext: TButton
  79.     Left = 304
  80.     Top = 8
  81.     Width = 113
  82.     Height = 25
  83.     Hint = '|Search for next occurence of text'
  84.     Caption = '&Find Next'
  85.     Default = True
  86.     Enabled = False
  87.     TabOrder = 4
  88.     OnClick = btnFindNextClick
  89.   end
  90.   object btnCancel: TButton
  91.     Left = 304
  92.     Top = 40
  93.     Width = 113
  94.     Height = 25
  95.     Hint = '|Close dialog box'
  96.     Cancel = True
  97.     Caption = 'Close'
  98.     ModalResult = 1
  99.     TabOrder = 5
  100.     OnClick = btnCancelClick
  101.   end
  102.   object gbxCriteria: TGroupBox
  103.     Left = 8
  104.     Top = 40
  105.     Width = 161
  106.     Height = 73
  107.     Caption = 'Criteria'
  108.     TabOrder = 1
  109.     object cbxWholeWord: TCheckBox
  110.       Left = 8
  111.       Top = 20
  112.       Width = 145
  113.       Height = 17
  114.       Hint = '|Search only whole words'
  115.       Caption = '&Whole words only'
  116.       TabOrder = 0
  117.     end
  118.     object cbxMatchCase: TCheckBox
  119.       Left = 8
  120.       Top = 46
  121.       Width = 145
  122.       Height = 17
  123.       Hint = '|Search is case sensitive'
  124.       Caption = '&Case Sensitive'
  125.       TabOrder = 1
  126.     end
  127.   end
  128.   object gbxScope: TGroupBox
  129.     Left = 288
  130.     Top = 72
  131.     Width = 129
  132.     Height = 41
  133.     Caption = 'Scope'
  134.     TabOrder = 3
  135.     Visible = False
  136.     object cbxAll: TCheckBox
  137.       Left = 8
  138.       Top = 16
  139.       Width = 113
  140.       Height = 17
  141.       Hint = '|Search through all open documents'
  142.       Caption = '&All Documents'
  143.       TabOrder = 0
  144.     end
  145.   end
  146.   object InputBoxMenu1: TInputBoxMenu
  147.     Left = 136
  148.     Top = 80
  149.     object InputBoxMenu1_Undo: TMenuItem
  150.       Caption = '&Undo'
  151.       Hint = 'Undo changes to input text'
  152.     end
  153.     object InputBoxMenu1_Overwrite: TMenuItem
  154.       Tag = 1
  155.       Caption = '&Overwrite Mode'
  156.       Hint = 'Toggle Insert/Overwrite mode'
  157.     end
  158.     object InputBoxMenu1_Break1: TMenuItem
  159.       Tag = 2
  160.       Caption = '-'
  161.     end
  162.     object InputBoxMenu1_Cut: TMenuItem
  163.       Tag = 3
  164.       Caption = 'Cu&t'
  165.       Hint = 'Cut selected text to clipboard'
  166.     end
  167.     object InputBoxMenu1_Copy: TMenuItem
  168.       Tag = 4
  169.       Caption = '&Copy'
  170.       Hint = 'Copy selected text to clipboard'
  171.     end
  172.     object InputBoxMenu1_Paste: TMenuItem
  173.       Tag = 5
  174.       Caption = '&Paste'
  175.       Hint = 'Paste text from clipboard to input box'
  176.     end
  177.     object InputBoxMenu1_Delete: TMenuItem
  178.       Tag = 6
  179.       Caption = '&Delete'
  180.       Hint = 'Delete selected text'
  181.     end
  182.     object InputBoxMenu1_Clear: TMenuItem
  183.       Tag = 7
  184.       Caption = 'C&lear All'
  185.       Hint = 'Clear all text from input box'
  186.     end
  187.     object InputBoxMenu1_Break2: TMenuItem
  188.       Tag = 8
  189.       Caption = '-'
  190.     end
  191.     object InputBoxMenu1_SelectAll: TMenuItem
  192.       Tag = 9
  193.       Caption = 'Select &All'
  194.       Hint = 'Select all text in input box'
  195.     end
  196.   end
  197. end
  198.