object BrDateForm: TBrDateForm Left = 644 Top = 244 BorderStyle = bsDialog Caption = 'Select a Date' ClientHeight = 220 ClientWidth = 362 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 16 Top = 8 Width = 330 Height = 177 Shape = bsFrame end object TitleLabel: TLabel Left = 54 Top = 18 Width = 257 Height = 13 Alignment = taCenter AutoSize = False Caption = 'February, 1995' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object PrevMonthBtn: TSpeedButton Left = 22 Top = 16 Width = 20 Height = 20 Glyph.Data = { E6000000424DE60000000000000076000000280000000E0000000E0000000100 0400000000007000000000000000000000000000000010000000000000000000 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3300333333333333330033333300033333003333330003333300333333000333 3300333333000333330033333300033333003333330003333300333333000333 3300333300000003330033333000003333003333330003333300333333303333 33003333333333333300} OnClick = PrevMonthBtnClick end object NextMonthBtn: TSpeedButton Left = 320 Top = 16 Width = 20 Height = 20 Glyph.Data = { E6000000424DE60000000000000076000000280000000E0000000E0000000100 0400000000007000000000000000000000000000000010000000000000000000 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3300333333303333330033333300033333003333300000333300333300000003 3300333333000333330033333300033333003333330003333300333333000333 3300333333000333330033333300033333003333330003333300333333000333 33003333333333333300} OnClick = NextMonthBtnClick end object OkBtn: TButton Left = 204 Top = 189 Width = 73 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 284 Top = 189 Width = 73 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object Calendar1: TCalendar Left = 21 Top = 40 Width = 320 Height = 142 TabStop = True ParentColor = False TabOrder = 2 OnChange = Calendar1Change end end