object frmOptionsReportsDefault: TfrmOptionsReportsDefault Left = 632 Top = 334 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Default Settings For Available CPRS Reports' ClientHeight = 205 ClientWidth = 384 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 8 Top = 118 Width = 23 Height = 13 Caption = 'Max:' end object Label3: TLabel Left = 8 Top = 48 Width = 51 Height = 13 Caption = 'Start Date:' end object Label4: TLabel Left = 8 Top = 81 Width = 51 Height = 13 Caption = 'Stop Date:' end object Bevel1: TBevel Left = 8 Top = 8 Width = 337 Height = 2 end object Bevel2: TBevel Left = 0 Top = 173 Width = 384 Height = 2 Align = alBottom end object lblDefaultText: TMemo Left = 232 Top = 40 Width = 137 Height = 121 TabStop = False BorderStyle = bsNone Color = clBtnFace Lines.Strings = ( 'Click dots in boxes to set ' 'start and end dates. You can ' 'also input values directly.') ReadOnly = True TabOrder = 4 end object edtDefaultMax: TCaptionEdit Left = 96 Top = 112 Width = 121 Height = 21 TabOrder = 2 OnClick = edtDefaultMaxClick OnExit = edtDefaultMaxExit OnKeyPress = edtDefaultMaxKeyPress Caption = 'Max' end object Panel1: TPanel Left = 0 Top = 175 Width = 384 Height = 30 Align = alBottom TabOrder = 3 object btnOK: TButton Left = 264 Top = 4 Width = 50 Height = 22 Hint = 'Click to save the new setting.' Caption = 'OK' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = btnOKClick end object btnReset: TButton Left = 176 Top = 4 Width = 81 Height = 22 Hint = 'Click to keep original setting' Caption = 'Use Defaults' ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = btnResetClick end object btnCancel: TButton Left = 320 Top = 4 Width = 57 Height = 22 Cancel = True Caption = 'Cancel' TabOrder = 2 OnClick = btnCancelClick end end object odcDfStart: TORDateBox Left = 96 Top = 48 Width = 121 Height = 21 TabOrder = 0 OnClick = odcDfStartClick OnExit = odcDfStartExit OnKeyPress = odcDfStartKeyPress DateOnly = True RequireTime = False end object odcDfStop: TORDateBox Left = 96 Top = 80 Width = 121 Height = 21 TabOrder = 1 OnClick = odcDfStopClick OnExit = odcDfStopExit OnKeyPress = odcDfStopKeyPress DateOnly = True RequireTime = False end object DKLanguageController1: TDKLanguageController Left = 184 Top = 104 LangData = { 180066726D4F7074696F6E735265706F72747344656661756C74010100000001 000000070043617074696F6E010D00000006004C6162656C3201010000000200 0000070043617074696F6E0006004C6162656C33010100000003000000070043 617074696F6E0006004C6162656C34010100000004000000070043617074696F 6E000600426576656C3100000600426576656C3200000E006C626C4465666175 6C745465787401010000000500000005004C696E6573000D0065647444656661 756C744D6178010100000006000000070043617074696F6E00060050616E656C 310000050062746E4F4B010200000008000000070043617074696F6E07000000 040048696E7400080062746E526573657401020000000A000000070043617074 696F6E09000000040048696E7400090062746E43616E63656C01010000000B00 0000070043617074696F6E000A006F646344665374617274000009006F646344 6653746F700000} end end