home *** CD-ROM | disk | FTP | other *** search
- object ElCalendarForm: TElCalendarForm
- Left = 324
- Top = 309
- Width = 202
- Height = 175
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSizeToolWin
- Caption = 'Calendar'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- KeyPreview = True
- Position = poScreenCenter
- ShowHint = True
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel2: TPanel
- Left = 0
- Top = 118
- Width = 194
- Height = 30
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object TodayBtn: TElPopupButton
- Left = 2
- Top = 4
- Width = 39
- Height = 25
- Cursor = crDefault
- ImageIndex = 0
- DrawDefaultFrame = False
- PopupPlace = ppRight
- LinkStyle = [fsUnderline]
- NumGlyphs = 1
- Caption = 'Today'
- TabOrder = 0
- Color = clBtnFace
- ParentColor = False
- OnClick = TodayBtnClick
- end
- object OkBtn: TElPopupButton
- Left = 61
- Top = 4
- Width = 65
- Height = 25
- Cursor = crDefault
- ImageIndex = 0
- DrawDefaultFrame = False
- PopupPlace = ppRight
- Default = True
- ModalResult = 1
- LinkStyle = [fsUnderline]
- NumGlyphs = 1
- Caption = 'OK'
- TabOrder = 1
- Color = clBtnFace
- ParentColor = False
- OnClick = OkBtnClick
- end
- object CancelBtn: TElPopupButton
- Left = 128
- Top = 4
- Width = 65
- Height = 25
- Cursor = crDefault
- ImageIndex = 0
- DrawDefaultFrame = False
- PopupPlace = ppRight
- Cancel = True
- ModalResult = 2
- LinkStyle = [fsUnderline]
- NumGlyphs = 1
- Caption = 'Cancel'
- TabOrder = 2
- Color = clBtnFace
- ParentColor = False
- OnClick = CancelBtnClick
- end
- end
- end
-