74 lines
1.6 KiB
Plaintext
74 lines
1.6 KiB
Plaintext
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
|
|
123)
|
|
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
|
|
end
|