object DlgHolidayInput: TDlgHolidayInput Left = 235 Top = 115 BorderStyle = bsDialog Caption = '�j���E�x���E�L�O���X�V' ClientHeight = 285 ClientWidth = 313 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS UI Gothic' Font.Style = [] Position = poDefault Scaled = False OnCloseQuery = FormCloseQuery OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object LblName: TLabel Left = 16 Top = 22 Width = 30 Height = 12 Caption = '���́F' end object Label1: TLabel Left = 16 Top = 222 Width = 30 Height = 12 Caption = '���ށF' end object Label4: TLabel Left = 16 Top = 190 Width = 42 Height = 12 Caption = '�K�p�N�F' end object Label7: TLabel Left = 16 Top = 52 Width = 30 Height = 12 Caption = '���t�F' end object Label5: TLabel Left = 152 Top = 190 Width = 18 Height = 12 Caption = '����' end object EdtTitle: TEdit Left = 64 Top = 16 Width = 233 Height = 20 ImeMode = imHira MaxLength = 40 TabOrder = 0 end object CmbMonth: TComboBox Left = 64 Top = 48 Width = 89 Height = 20 Style = csDropDownList DropDownCount = 13 ImeMode = imClose ItemHeight = 12 Items.Strings = ( '����' '1��' '2��' '3��' '4��' '5��' '6��' '7��' '8��' '9��' '10��' '11��' '12��') TabOrder = 1 end object CmbDay: TComboBox Left = 160 Top = 48 Width = 89 Height = 20 Style = csDropDownList DropDownCount = 13 ImeMode = imDisable ItemHeight = 12 Items.Strings = ( '1��' '2��' '3��' '4��' '5��' '6��' '7��' '8��' '9��' '10��' '11��' '12��' '13��' '14��' '15��' '16��' '17��' '18��' '19��' '20��' '21��' '22��' '23��' '24��' '25��' '26��' '27��' '28��' '29��' '30��' '31��') TabOrder = 2 end object BtnOk: TButton Left = 128 Top = 256 Width = 81 Height = 22 Caption = 'OK' ModalResult = 1 TabOrder = 7 OnClick = BtnOkClick end object BtnClose: TButton Left = 216 Top = 256 Width = 81 Height = 22 Caption = '��ݾ�' ModalResult = 2 TabOrder = 8 end object CmbBunrui: TComboBox Left = 64 Top = 216 Width = 97 Height = 20 Style = csDropDownList ImeMode = imClose ItemHeight = 12 Items.Strings = ( '�j��' '�x��' '�L�O��') TabOrder = 6 end object GroupBox1: TGroupBox Left = 24 Top = 80 Width = 273 Height = 89 TabOrder = 3 object Label2: TLabel Left = 16 Top = 54 Width = 18 Height = 12 Caption = '�T�F' end object Label3: TLabel Left = 136 Top = 54 Width = 30 Height = 12 Caption = '�j���F' end object Label6: TLabel Left = 16 Top = 30 Width = 18 Height = 12 Caption = '���F' end object CmbWeek: TComboBox Left = 168 Top = 48 Width = 89 Height = 20 Style = csDropDownList Enabled = False ImeMode = imDisable ItemHeight = 12 Items.Strings = ( '���j��' '���j��' '�Ηj��' '���j��' '�ؗj��' '���j��' '�y�j��') TabOrder = 3 end object CmbWeekNo: TComboBox Left = 40 Top = 48 Width = 89 Height = 20 Style = csDropDownList Enabled = False ItemHeight = 12 Items.Strings = ( '���T' '��1' '��2' '��3' '��4') TabOrder = 2 OnChange = CmbWeekNoChange end object CmbWMonth: TComboBox Left = 40 Top = 24 Width = 89 Height = 20 Style = csDropDownList DropDownCount = 13 Enabled = False ImeMode = imClose ItemHeight = 12 Items.Strings = ( '����' '1��' '2��' '3��' '4��' '5��' '6��' '7��' '8��' '9��' '10��' '11��' '12��') TabOrder = 1 end object ChkIreg: TCheckBox Left = 16 Top = 0 Width = 97 Height = 17 Caption = '�j���Őݒ�(&W)' TabOrder = 0 OnClick = ChkIregClick end end object EditFromYear: TEdit Left = 64 Top = 184 Width = 81 Height = 20 ImeMode = imDisable MaxLength = 4 TabOrder = 4 end object EditToYear: TEdit Left = 176 Top = 184 Width = 81 Height = 20 ImeMode = imDisable MaxLength = 4 TabOrder = 5 end end