object FileMaint: TFileMaint Left = 147 Top = 49 BorderStyle = bsDialog Caption = 'FileMaint' ClientHeight = 401 ClientWidth = 336 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] OnClose = FormClose OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 8 Top = 44 Width = 319 Height = 101 AutoSize = False Caption = 'Label1' WordWrap = True end object Label2: TLabel Left = 8 Top = 148 Width = 319 Height = 51 AutoSize = False Caption = 'Label2' WordWrap = True end object OKBtn: TButton Left = 252 Top = 6 Width = 75 Height = 29 Caption = '&Start' TabOrder = 0 OnClick = OKBtnClick OnEnter = Enter end object FileMaintDateBox: TGroupBox Left = 10 Top = 210 Width = 109 Height = 47 Caption = 'Cut-off Date' TabOrder = 1 Visible = False object FileMaintDate: TMaskEdit Left = 6 Top = 18 Width = 97 Height = 24 MaxLength = 0 TabOrder = 0 OnEnter = Enter OnExit = Exit OnKeyDown = FormKeyDown end end object SmClndrBox: TGroupBox Left = 126 Top = 210 Width = 201 Height = 183 Caption = 'SmClndrBox' Color = clYellow ParentColor = False TabOrder = 2 Visible = False object SmClndr: TImage Left = 4 Top = 16 Width = 192 Height = 163 Picture.Data = {} Stretch = True OnMouseDown = SmClndrMouseDown end end object RcrdNum: TButton Left = 82 Top = 88 Width = 167 Height = 25 Caption = 'RcrdNum' TabOrder = 3 TabStop = False end object EndDateBox: TGroupBox Left = 10 Top = 266 Width = 109 Height = 49 Caption = 'End Date' TabOrder = 4 object EndDate: TMaskEdit Left = 6 Top = 20 Width = 97 Height = 24 MaxLength = 0 TabOrder = 0 OnEnter = Enter OnExit = Exit OnKeyDown = FormKeyDown end end object cancelBtn: TButton Left = 10 Top = 6 Width = 75 Height = 29 Cancel = True Caption = '&Cancel' TabOrder = 5 OnClick = CancelBtnClick end end