object PakListDlg: TPakListDlg Left = 103 Top = 104 AutoScroll = False Caption = 'PakListDlg' ClientHeight = 280 ClientWidth = 399 ParentFont = True Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 12 object GroupBox1: TGroupBox Left = 8 Top = 3 Width = 385 Height = 182 Caption = '�݌v���߯����(&P)' TabOrder = 0 object DesignPackageList: TCheckListBox Left = 8 Top = 21 Width = 369 Height = 98 OnClickCheck = DesignPackageListClickCheck ItemHeight = 13 Sorted = True TabOrder = 0 OnClick = DesignPackageListClick end object Panel1: TPanel Left = 8 Top = 122 Width = 369 Height = 19 BevelOuter = bvLowered Caption = 'Panel1' TabOrder = 1 object LabelPackageFile: TLabel Left = 4 Top = 3 Width = 359 Height = 14 AutoSize = False end end object AddButton: TButton Left = 59 Top = 149 Width = 75 Height = 25 Caption = '�lj�(&A)...' TabOrder = 2 OnClick = AddButtonClick end object RemoveButton: TButton Left = 140 Top = 149 Width = 75 Height = 25 Caption = '�폜(&R)' TabOrder = 3 OnClick = RemoveButtonClick end object EditButton: TButton Left = 221 Top = 149 Width = 75 Height = 25 Caption = '�ҏW(&E)...' TabOrder = 4 OnClick = EditButtonClick end object ButtonComponents: TButton Left = 302 Top = 149 Width = 75 Height = 25 Caption = '���߰���(&C)' TabOrder = 5 OnClick = ButtonComponentsClick end end object GroupBox2: TGroupBox Left = 8 Top = 190 Width = 385 Height = 78 Caption = '���s���߯����(&U)' TabOrder = 1 object EditPackages: TEdit Left = 8 Top = 44 Width = 289 Height = 21 TabOrder = 1 OnChange = EditPackagesChange OnExit = EditPackagesExit end object ModifyRuntimeButton: TButton Left = 302 Top = 41 Width = 75 Height = 25 Caption = '�lj�(&D)...' TabOrder = 2 OnClick = ModifyRuntimeButtonClick end object RuntimePackages: TCheckBox Left = 8 Top = 21 Width = 185 Height = 17 Caption = '���s���߯���ނ��g���č\�z(&B)' TabOrder = 0 OnClick = RuntimePackagesClick end end object PackageNameDialog: TOpenDialog DefaultExt = 'dll' Filter = '�߯���� ײ���� (*.dpl)|*.dpl|�߯���� �ڸ��� (*.dpc)|*.dpc|���ׂ�' + '��̧�� (*.*)|*.*' Options = [ofHideReadOnly, ofShowHelp, ofAllowMultiSelect, ofFileMustExist] Title = '�݌v���߯���ނ̒lj�' Left = 8 Top = 272 end end