home *** CD-ROM | disk | FTP | other *** search
- object fmCalendar: TfmCalendar
- Left = 448
- Top = 200
- BorderIcons = [biSystemMenu]
- BorderStyle = bsNone
- Caption = 'Calendar'
- ClientHeight = 115
- ClientWidth = 190
- Color = clBtnFace
- ParentFont = True
- FormStyle = fsStayOnTop
- KeyPreview = True
- OldCreateOrder = True
- Position = poDefaultPosOnly
- OnClose = FormClose
- OnCreate = SetValues
- OnDeactivate = DeactivateForm
- OnKeyDown = FormKeyDown
- PixelsPerInch = 96
- TextHeight = 13
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 190
- Height = 115
- Align = alClient
- BevelInner = bvRaised
- BevelOuter = bvLowered
- ParentColor = True
- TabOrder = 0
- object laYear: TLabel
- Left = 116
- Top = 2
- Width = 36
- Height = 17
- Caption = '0000'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -15
- Font.Name = 'Courier'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Calendar: TCalendar
- Left = 4
- Top = 19
- Width = 182
- Height = 92
- BorderStyle = bsNone
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Courier'
- Font.Style = []
- GridLineWidth = 0
- ParentColor = True
- ParentFont = False
- StartOfWeek = 1
- TabOrder = 0
- OnChange = SetValues
- OnDblClick = OkClick
- end
- object udYear: TUpDown
- Left = 151
- Top = 4
- Width = 34
- Height = 15
- Hint = 'Change year'
- Min = 0
- Max = 9999
- Orientation = udHorizontal
- ParentShowHint = False
- Position = 0
- ShowHint = True
- TabOrder = 1
- Thousands = False
- Wrap = False
- OnClick = SetPositions
- end
- object udMonth: TUpDown
- Left = 78
- Top = 4
- Width = 34
- Height = 15
- Hint = 'Change month'
- Min = 0
- Max = 9999
- Orientation = udHorizontal
- ParentShowHint = False
- Position = 0
- ShowHint = True
- TabOrder = 2
- Thousands = False
- Wrap = False
- OnClick = SetPositions
- end
- object Panel1: TPanel
- Left = 4
- Top = 1
- Width = 73
- Height = 17
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 3
- object laMonth: TLabel
- Left = 1
- Top = 0
- Width = 72
- Height = 17
- Align = alRight
- Caption = 'September'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
- end
- end
-