object MainWindow: TMainWindow Left = 231 Top = 156 BiDiMode = bdLeftToRight BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Berries�r�b�g�}�b�v�R���o�[�^ Ver1.00' ClientHeight = 441 ClientWidth = 681 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 ParentBiDiMode = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 8 Top = 48 Width = 67 Height = 12 Caption = '���̓t�H���_' end object Label2: TLabel Left = 232 Top = 48 Width = 65 Height = 12 Caption = '���̓t�@�C��' end object Label3: TLabel Left = 456 Top = 48 Width = 67 Height = 12 Caption = '�o�̓t�H���_' end object Label4: TLabel Left = 8 Top = 8 Width = 48 Height = 12 Caption = '�ϊ��i��' end object Label5: TLabel Left = 8 Top = 408 Width = 73 Height = 12 Caption = '���̓t�H���_�F' end object Label6: TLabel Left = 8 Top = 424 Width = 73 Height = 12 Caption = '�o�̓t�H���_�F' end object SrcFoldLabel: TLabel Left = 88 Top = 408 Width = 4 Height = 12 end object DstFoldLabel: TLabel Left = 88 Top = 424 Width = 4 Height = 12 end object SrcLabel: TLabel Left = 88 Top = 408 Width = 585 Height = 12 AutoSize = False end object DstLabel: TLabel Left = 88 Top = 424 Width = 585 Height = 12 AutoSize = False end object ExecButton: TButton Left = 392 Top = 8 Width = 89 Height = 33 Caption = '�ϊ��J�n' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = ExecButtonClick end object VerInfoButton: TButton Left = 488 Top = 8 Width = 89 Height = 33 Caption = '�o�[�W�������' TabOrder = 1 OnClick = VerInfoButtonClick end object ExitButton: TButton Left = 584 Top = 8 Width = 89 Height = 33 Caption = '�I��' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -20 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = ExitButtonClick end object ConvBar: TProgressBar Left = 8 Top = 24 Width = 377 Height = 17 Min = 0 Max = 100 Smooth = True TabOrder = 3 end object SrcDrive: TDriveComboBox Left = 8 Top = 64 Width = 217 Height = 18 TabOrder = 4 OnChange = SrcDriveChange end object SrcFold: TDirectoryListBox Left = 8 Top = 88 Width = 217 Height = 313 ItemHeight = 16 TabOrder = 5 OnChange = SrcFoldChange end object DstDrive: TDriveComboBox Left = 456 Top = 64 Width = 217 Height = 18 TabOrder = 6 OnChange = DstDriveChange end object DstFold: TDirectoryListBox Left = 456 Top = 88 Width = 217 Height = 313 ItemHeight = 16 TabOrder = 7 OnChange = DstFoldChange end object FileList: TFileListBox Left = 232 Top = 64 Width = 217 Height = 337 ItemHeight = 12 Mask = '*.pic' MultiSelect = True TabOrder = 8 end end