mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-23 10:59:14 +02:00
28 lines
591 B
Plaintext
28 lines
591 B
Plaintext
object CalendarPopupForm: TCalendarPopupForm
|
|
Left = 635
|
|
Height = 155
|
|
Top = 259
|
|
Width = 164
|
|
ActiveControl = Calendar
|
|
AutoSize = True
|
|
BorderIcons = [biMinimize, biMaximize]
|
|
BorderStyle = bsNone
|
|
Caption = 'CalendarPopupForm'
|
|
ClientHeight = 155
|
|
ClientWidth = 164
|
|
OnClose = FormClose
|
|
OnDeactivate = FormDeactivate
|
|
LCLVersion = '0.9.27'
|
|
object Calendar: TCalendar
|
|
Left = 1
|
|
Height = 153
|
|
Top = 1
|
|
Width = 162
|
|
BorderSpacing.Around = 1
|
|
DateTime = 38823
|
|
OnDblClick = CalendarDblClick
|
|
OnKeyDown = CalendarKeyDown
|
|
TabStop = True
|
|
end
|
|
end
|