object Form1: TForm1 Left = 530 Top = 128 Width = 640 Height = 480 HorzScrollBar.Visible = False Caption = 'TECHROID INSTALL ASSISTANT' 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 Position = poScreenCenter WindowState = wsMaximized OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize PixelsPerInch = 96 TextHeight = 12 object Label2: TLabel Left = 16 Top = 8 Width = 162 Height = 32 Caption = 'VISION 4th' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -32 Font.Name = 'MS UI Gothic' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label3: TLabel Left = 8 Top = 0 Width = 162 Height = 32 Caption = 'VISION 4th' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWhite Font.Height = -32 Font.Name = 'MS UI Gothic' Font.Style = [fsBold] ParentFont = False Transparent = True end object base: TPanel Left = 0 Top = 56 Width = 633 Height = 369 BevelInner = bvLowered TabOrder = 0 object Start_Install: TButton Left = 216 Top = 336 Width = 193 Height = 25 Caption = '�C���X�g�[���̊J�n' TabOrder = 0 OnClick = Start_InstallClick end object Abort_Install: TButton Left = 424 Top = 336 Width = 193 Height = 25 Caption = '�C���X�g�[���̒��~' TabOrder = 1 OnClick = Abort_InstallClick end object SendTo: TCheckBox Left = 24 Top = 40 Width = 297 Height = 17 Caption = '�|�b�v�A�b�v���j���[��[����]�ɃV���[�g�J�b�g���쐬' Checked = True State = cbChecked TabOrder = 4 end object DeskTop: TCheckBox Left = 24 Top = 8 Width = 297 Height = 17 Caption = '�f�X�N�g�b�v�ɃV���[�g�J�b�g���쐬' Checked = True State = cbChecked TabOrder = 2 end object Panel4: TPanel Left = 8 Top = 168 Width = 617 Height = 65 BevelOuter = bvLowered TabOrder = 3 object Label5: TLabel Left = 16 Top = 13 Width = 225 Height = 12 Caption = '�A�v���P�[�V�����̃C���X�g�[����̃t�H���_' end object Change_App_Folder: TButton Left = 488 Top = 28 Width = 121 Height = 25 Caption = '�ύX' TabOrder = 1 OnClick = Change_App_FolderClick end object eApp_Folder: TEdit Left = 16 Top = 29 Width = 465 Height = 20 TabOrder = 0 end end object Panel5: TPanel Left = 7 Top = 64 Width = 617 Height = 97 BevelOuter = bvLowered TabOrder = 5 object Label6: TLabel Left = 16 Top = 45 Width = 130 Height = 12 Caption = '�o�^��̃X�^�[�g���j���[' end object Change_Start_Folder: TButton Left = 488 Top = 60 Width = 121 Height = 25 Caption = '�ύX' TabOrder = 2 OnClick = Change_Start_FolderClick end object eStart_Folder: TEdit Left = 16 Top = 61 Width = 465 Height = 20 TabOrder = 1 end object StartMenu: TCheckBox Left = 16 Top = 16 Width = 353 Height = 17 Caption = '[�X�^�[�g]���j���[�̃v���O�����t�H���_�ɃV���[�g�J�b�g���쐬' Checked = True State = cbChecked TabOrder = 0 end end object Panel1: TPanel Left = 8 Top = 332 Width = 617 Height = 33 TabOrder = 6 Visible = False end object Button1: TButton Left = 544 Top = 8 Width = 75 Height = 25 Caption = '���ɖ߂�' TabOrder = 7 OnClick = Button1Click end object Memo1: TMemo Left = 8 Top = 240 Width = 617 Height = 81 Lines.Strings = ( '�����̃v���O�����ɂ����Ĕ������������Ȃ���ɑ΂��Ă��A��҂�' + '��уT�[�N���͕⏞����ӔC����ؕ����܂���B' '' '�ŐV�ł̃\�t�g�E�F�A�́A' 'http://www.techroid.net/' '�Ō��J����Ă��܂��B') TabOrder = 8 end end end