object frmNotesSearchText: TfrmNotesSearchText Left = 473 Top = 272 Width = 339 Height = 150 BorderIcons = [] Caption = 'List Signed Notes by Author' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnDestroy = FormDestroy OnResize = FormResize OnShow = FormShow DesignSize = ( 331 116) PixelsPerInch = 96 TextHeight = 13 object lblSearchInfo: TLabel Left = 8 Top = 56 Width = 221 Height = 52 Anchors = [akLeft, akTop, akBottom] Caption = 'Your current view of notes will be searched for the specified st' + 'ring. If you want to search a larger range of notes, you need t' + 'o pull up that view prior to searching.' WordWrap = True end object lblAuthor: TLabel Left = 8 Top = 8 Width = 65 Height = 13 Caption = 'Search string:' end object edtSearchText: TEdit Left = 8 Top = 24 Width = 224 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 0 end object cmdOK: TButton Left = 251 Top = 24 Width = 72 Height = 19 Anchors = [akLeft, akTop, akRight] Caption = 'OK' Default = True TabOrder = 1 OnClick = cmdOKClick end object cmdCancel: TButton Left = 251 Top = 49 Width = 72 Height = 21 Anchors = [akLeft, akTop, akRight] Cancel = True Caption = 'Cancel' TabOrder = 2 OnClick = cmdCancelClick end object DKLanguageController1: TDKLanguageController Left = 152 Top = 64 LangData = { 120066726D4E6F74657353656172636854657874010100000001000000070043 617074696F6E01050000000D006C626C536561726368496E666F010100000002 000000070043617074696F6E0009006C626C417574686F720101000000030000 00070043617074696F6E000D006564745365617263685465787400000500636D 644F4B010100000004000000070043617074696F6E000900636D6443616E6365 6C010100000005000000070043617074696F6E00} end end