object frmNotesByDate: TfrmNotesByDate Left = 590 Top = 294 Width = 259 Height = 178 BorderIcons = [] Caption = 'List Signed Notes by Date Range' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object pnlBase: TORAutoPanel Left = 0 Top = 0 Width = 251 Height = 144 Align = alClient BevelOuter = bvNone TabOrder = 0 object lblBeginDate: TLabel Left = 8 Top = 8 Width = 73 Height = 13 Caption = 'Beginning Date' end object lblEndDate: TLabel Left = 8 Top = 51 Width = 59 Height = 13 Caption = 'Ending Date' end object calBeginDate: TORDateBox Left = 8 Top = 22 Width = 155 Height = 21 TabOrder = 0 OnKeyPress = calBeginDateKeyPress DateOnly = False RequireTime = False Caption = 'Beginning Date' end object calEndDate: TORDateBox Left = 8 Top = 65 Width = 155 Height = 21 TabOrder = 1 OnKeyPress = calEndDateKeyPress DateOnly = False RequireTime = False Caption = 'Ending Date' end object radSort: TRadioGroup Left = 8 Top = 94 Width = 155 Height = 49 Caption = 'Sort Order' Items.Strings = ( '&Ascending (oldest first)' '&Descending (newest first)') TabOrder = 2 end object cmdOK: TButton Left = 171 Top = 22 Width = 72 Height = 21 Caption = 'OK' Default = True TabOrder = 3 OnClick = cmdOKClick end object cmdCancel: TButton Left = 171 Top = 49 Width = 72 Height = 21 Cancel = True Caption = 'Cancel' TabOrder = 4 OnClick = cmdCancelClick end end object DKLanguageController1: TDKLanguageController Left = 200 Top = 104 LangData = { 0E0066726D4E6F74657342794461746501010000000100000007004361707469 6F6E01080000000700706E6C4261736500000C006C626C426567696E44617465 010100000002000000070043617074696F6E000A006C626C456E644461746501 0100000003000000070043617074696F6E000C0063616C426567696E44617465 010100000004000000070043617074696F6E000A0063616C456E644461746501 0100000005000000070043617074696F6E000700726164536F72740102000000 06000000070043617074696F6E0700000005004974656D73000500636D644F4B 010100000008000000070043617074696F6E000900636D6443616E63656C0101 00000009000000070043617074696F6E00} end end