object FormInstallPath: TFormInstallPath Left = 200 Top = 107 BorderStyle = bsDialog Caption = '�C���X�g�[����p�X' ClientHeight = 305 ClientWidth = 385 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS UI Gothic' Font.Style = [] OldCreateOrder = True Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object ButtonOk: TButton Left = 192 Top = 272 Width = 89 Height = 25 Caption = 'OK(&O)' Default = True TabOrder = 2 OnClick = ButtonOkClick end object ButtonCancel: TButton Left = 288 Top = 272 Width = 89 Height = 25 Cancel = True Caption = '�L�����Z��' ModalResult = 2 TabOrder = 3 end object FolderView1: TFolderView Left = 8 Top = 8 Width = 369 Height = 228 DisplayDrives = [ddRemovable, ddFixed, ddRemote] Indent = 19 OnChange = FolderView1Change TabOrder = 0 TabStop = True end object Edit1: TEdit Left = 8 Top = 240 Width = 369 Height = 20 MaxLength = 250 TabOrder = 1 Text = 'Edit1' OnChange = Edit1Change end end