object Form_Calendar: TForm_Calendar Left = 446 Top = 258 Width = 177 Height = 156 BorderIcons = [biSystemMenu] BorderStyle = bsSizeToolWin Caption = '�J�����_�[' Font.Color = clBlack Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] FormStyle = fsStayOnTop PopupMenu = PopupMenu1 Scaled = False OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Calendar1: TCalendar Left = 0 Top = 25 Width = 169 Height = 106 Align = alClient BorderStyle = bsNone Color = clBtnFace GridLineWidth = 0 StartOfWeek = 0 TabOrder = 0 end object Panel1: TPanel Left = 0 Top = 0 Width = 169 Height = 25 Align = alTop BevelOuter = bvNone TabOrder = 1 object Label1: TLabel Left = 60 Top = 4 Width = 11 Height = 13 Caption = '�N' end object Label2: TLabel Left = 120 Top = 4 Width = 16 Height = 13 Caption = '��' end object year: TSpinEdit Left = 4 Top = 0 Width = 53 Height = 21 AutoSelect = False EditorEnabled = False MaxLength = 4 MaxValue = 2900 MinValue = 1900 TabOrder = 0 Value = 1900 OnChange = yearChange end object Month: TSpinEdit Left = 76 Top = 0 Width = 41 Height = 21 AutoSelect = False EditorEnabled = False MaxLength = 2 MaxValue = 13 MinValue = 0 TabOrder = 1 Value = 1 OnChange = MonthChange end end object PopupMenu1: TPopupMenu Left = 32 Top = 64 object K1: TMenuItem Caption = '�‚���' ShortCut = 0 OnClick = K1Click end end end