object SubDate: TSubDate Left = 370 Top = 411 BorderIcons = [] BorderStyle = bsDialog Caption = '�����̐ݒ�' ClientHeight = 85 ClientWidth = 223 Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Icon.Data = {} Position = poScreenCenter PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 16 Top = 8 Width = 12 Height = 12 Caption = '�N' end object Label2: TLabel Left = 104 Top = 8 Width = 12 Height = 12 Caption = '��' end object Label3: TLabel Left = 160 Top = 8 Width = 12 Height = 12 Caption = '��' end object btnOK: TButton Left = 8 Top = 56 Width = 65 Height = 25 Caption = '�Z�b�g' Default = True TabOrder = 3 OnClick = btnOKClick end object btnCancel: TButton Left = 152 Top = 56 Width = 65 Height = 25 Cancel = True Caption = '���~' TabOrder = 5 OnClick = btnCancelClick end object SE_y: TSpinEdit Left = 16 Top = 24 Width = 73 Height = 21 MaxValue = 2050 MinValue = 1995 TabOrder = 0 Value = 1997 OnChange = SE_yChange end object SE_m: TSpinEdit Left = 104 Top = 24 Width = 41 Height = 21 MaxValue = 12 MinValue = 1 TabOrder = 1 Value = 3 OnChange = SE_mChange end object SE_d: TSpinEdit Left = 160 Top = 24 Width = 41 Height = 21 MaxValue = 31 MinValue = 1 TabOrder = 2 Value = 1 end object btnDefault: TButton Left = 80 Top = 56 Width = 65 Height = 25 Caption = '���Z�b�g' TabOrder = 4 OnClick = btnDefaultClick end end