object FMPackList: TFMPackList Left = 183 Top = 108 BorderStyle = bsDialog Caption = 'ѡ��ϲ��Ű�' ClientHeight = 257 ClientWidth = 458 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '����' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 16 Top = 16 Width = 48 Height = 12 Caption = 'ԭʼ�Ű�' end object Label2: TLabel Left = 184 Top = 16 Width = 48 Height = 12 Caption = 'Ŀ���Ű�' end object SrcList: TFileListBox Left = 16 Top = 72 Width = 153 Height = 161 FileEdit = Edit1 ItemHeight = 12 TabOrder = 0 OnKeyDown = SrcListKeyDown end object DestList: TFileListBox Left = 184 Top = 72 Width = 153 Height = 137 FileEdit = Edit2 ItemHeight = 12 TabOrder = 1 OnKeyDown = SrcListKeyDown end object Button1: TButton Left = 360 Top = 16 Width = 81 Height = 25 Caption = 'ȷ��' Default = True TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 360 Top = 56 Width = 81 Height = 25 Cancel = True Caption = 'ȡ��' ModalResult = 2 TabOrder = 3 end object NewPack: TCheckBox Left = 184 Top = 216 Width = 145 Height = 25 Caption = '�������Ű�[&N]' TabOrder = 4 end object Edit1: TEdit Left = 16 Top = 40 Width = 153 Height = 20 TabOrder = 5 Text = '*.*' end object Edit2: TEdit Left = 184 Top = 40 Width = 153 Height = 20 TabOrder = 6 Text = '*.*' end end