object FormOutLook: TFormOutLook Left = 188 Top = 100 BorderStyle = bsDialog Caption = '�X�P�W���[���ݒ�' ClientHeight = 199 ClientWidth = 376 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object RadioSave: TRadioGroup Left = 8 Top = 8 Width = 185 Height = 65 Caption = '�ۑ���' ItemIndex = 0 Items.Strings = ( 'OutLook�X�P�W���[���ɕۑ�' 'CSV�t�@�C���ɕۑ�') TabOrder = 0 OnClick = RadioSaveClick end object GroupBox2: TGroupBox Left = 8 Top = 80 Width = 361 Height = 73 Caption = '�X�P�W���[���ݒ�' TabOrder = 2 object Label1: TLabel Left = 208 Top = 48 Width = 24 Height = 12 Caption = '���O' end object CheckDisplay: TCheckBox Left = 8 Top = 16 Width = 161 Height = 17 Hint = '�X�P�W���[���ɊԈ�����f�[�^��ۑ����Ȃ��悤�ɁA�ۑ�����O�ɕ\��' + '���Ċm�F���Ă�������' Caption = '�ۑ�����O�Ɋm�F����' Checked = True ParentShowHint = False ShowHint = True State = cbChecked TabOrder = 0 OnClick = CheckDisplayClick end object CheckAlarm: TCheckBox Left = 8 Top = 40 Width = 161 Height = 17 Caption = '�A���[�����Z�b�g����' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = CheckAlarmClick end object EditMinits: TEdit Left = 168 Top = 40 Width = 33 Height = 20 ParentShowHint = False ShowHint = True TabOrder = 2 OnChange = EditMinitsChange end end object ButtonOK: TButton Left = 88 Top = 164 Width = 81 Height = 25 Anchors = [akLeft, akRight, akBottom] Caption = 'OK' Default = True TabOrder = 4 OnClick = ButtonOKClick end object Button1: TButton Left = 208 Top = 163 Width = 81 Height = 25 Anchors = [akLeft, akRight, akBottom] Cancel = True Caption = '�L�����Z��' Default = True TabOrder = 5 OnClick = Button1Click end object GroupBox3: TGroupBox Left = 8 Top = 80 Width = 361 Height = 57 Caption = 'CSV�t�@�C���ݒ�' TabOrder = 3 object Label2: TLabel Left = 8 Top = 29 Width = 95 Height = 12 Caption = '�t�@�C�����E�ۑ���' end object EditCsvFile: TEdit Left = 112 Top = 21 Width = 217 Height = 20 Hint = '�ۑ���̃t�@�C�����w�肵�Ă�������' ParentShowHint = False ShowHint = True TabOrder = 0 OnChange = EditCsvFileChange end object ButtonSave: TButton Left = 336 Top = 24 Width = 17 Height = 17 Hint = '�t�H���_��I������' Caption = '...' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = ButtonSaveClick end end object GroupBox1: TGroupBox Left = 200 Top = 9 Width = 169 Height = 65 Caption = '��������' TabOrder = 1 object Label3: TLabel Left = 8 Top = 32 Width = 46 Height = 12 Caption = '��������' end object Label4: TLabel Left = 112 Top = 32 Width = 46 Height = 12 Caption = '����܂�' end object EditDays: TEdit Left = 64 Top = 24 Width = 41 Height = 20 TabOrder = 0 Text = '14' OnChange = EditDaysChange end end object SaveDialog1: TSaveDialog Filter = 'CSV�t�@�C��|*.csv|���ׂ�|*.*' FilterIndex = 0 Left = 40 Top = 160 end end