home *** CD-ROM | disk | FTP | other *** search
- object CalendarForm: TCalendarForm
- Left = 169
- Top = 113
- BorderIcons = [biSystemMenu]
- BorderStyle = bsToolWindow
- Caption = 'Jednoduch� kalend�r'
- ClientHeight = 213
- ClientWidth = 518
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 90
- Top = 8
- Width = 12
- Height = 13
- Caption = '12'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clLime
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 94
- Top = 166
- Width = 6
- Height = 13
- Caption = '6'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clLime
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 170
- Top = 87
- Width = 6
- Height = 13
- Caption = '3'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clLime
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label4: TLabel
- Left = 16
- Top = 87
- Width = 6
- Height = 13
- Caption = '9'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clLime
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 177
- Height = 173
- end
- object AnalogClock1: TAnalogClock
- Left = 24
- Top = 21
- Width = 145
- Height = 145
- Active = True
- ColorHands = clLime
- ColorSeconds = clYellow
- end
- object Calendar1: TCalendar
- Left = 192
- Top = 8
- Width = 320
- Height = 169
- GridLineWidth = 2
- ReadOnly = True
- StartOfWeek = 1
- TabOrder = 0
- UseCurrentDate = False
- OnKeyPress = FormKeyPress
- end
- object Button1: TButton
- Left = 437
- Top = 184
- Width = 75
- Height = 25
- Caption = '&Zavrie�'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- OnKeyPress = FormKeyPress
- end
- object Panel1: TPanel
- Left = 8
- Top = 184
- Width = 177
- Height = 25
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -23
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- object Timer1: TTimer
- Interval = 2000
- OnTimer = Timer1Timer
- Left = 216
- Top = 184
- end
- end
-