mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 06:12:38 +02:00
26 lines
610 B
Plaintext
26 lines
610 B
Plaintext
object CalendarPopupForm: TCalendarPopupForm
|
|
Left = 635
|
|
Height = 153
|
|
Top = 259
|
|
Width = 190
|
|
HorzScrollBar.Page = 189
|
|
VertScrollBar.Page = 152
|
|
ActiveControl = Calendar
|
|
AutoSize = True
|
|
BorderIcons = [biMinimize, biMaximize]
|
|
BorderStyle = bsNone
|
|
Caption = 'CalendarPopupForm'
|
|
OnClose = FormClose
|
|
OnDeactivate = FormDeactivate
|
|
object Calendar: TCalendar
|
|
Height = 153
|
|
Width = 190
|
|
BorderSpacing.Around = 1
|
|
DateTime = 38823
|
|
DisplaySettings = [dsShowHeadings, dsShowDayNames]
|
|
OnDblClick = CalendarDblClick
|
|
OnKeyDown = CalendarKeyDown
|
|
Tabstop = True
|
|
end
|
|
end
|