28 lines
562 B
Plaintext
28 lines
562 B
Plaintext
|
|
object Form2: TForm2
|
||
|
|
Left = 0
|
||
|
|
Top = 0
|
||
|
|
Caption = 'Form2'
|
||
|
|
ClientHeight = 166
|
||
|
|
ClientWidth = 180
|
||
|
|
Color = clBtnFace
|
||
|
|
Font.Charset = DEFAULT_CHARSET
|
||
|
|
Font.Color = clWindowText
|
||
|
|
Font.Height = -11
|
||
|
|
Font.Name = 'Tahoma'
|
||
|
|
Font.Style = []
|
||
|
|
OldCreateOrder = False
|
||
|
|
OnCreate = FormCreate
|
||
|
|
PixelsPerInch = 96
|
||
|
|
TextHeight = 13
|
||
|
|
object MonthCalendar1: TMonthCalendar
|
||
|
|
Left = 0
|
||
|
|
Top = 0
|
||
|
|
Width = 180
|
||
|
|
Height = 166
|
||
|
|
Align = alClient
|
||
|
|
AutoSize = True
|
||
|
|
Date = 38924.819285115740000000
|
||
|
|
TabOrder = 0
|
||
|
|
end
|
||
|
|
end
|