lazarus/lcl/forms/calendarpopup.lfm

30 lines
618 B
Plaintext

object CalendarPopupForm: TCalendarPopupForm
Left = 635
Height = 192
Top = 259
Width = 233
AutoSize = True
BorderIcons = [biMinimize, biMaximize]
BorderStyle = bsNone
Caption = 'CalendarPopupForm'
ClientHeight = 192
ClientWidth = 233
OnClose = FormClose
OnCreate = FormCreate
OnDeactivate = FormDeactivate
PopupMode = pmAuto
LCLVersion = '2.1.0.0'
object Calendar: TCalendar
Left = 0
Height = 160
Top = 0
Width = 176
AutoSize = True
DateTime = 38823
OnDblClick = CalendarDblClick
OnKeyDown = CalendarKeyDown
TabOrder = 0
TabStop = True
end
end