object PakRemoveRuntimeDlg: TPakRemoveRuntimeDlg Left = 200 Top = 108 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '���s���߯���ނ̍폜' ClientHeight = 208 ClientWidth = 250 ParentFont = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 8 Top = 8 Width = 233 Height = 49 AutoSize = False Caption = '�ȉ����߯���ނ͗��p�”\�Ȃǂ��߯���ނ�����g���Ă��܂���B�I��' + '����Ă����߯��������s���߯���ނ̈ꗗ����폜���Ă������ł����H' WordWrap = True end object PackageListBox: TListBox Left = 8 Top = 58 Width = 236 Height = 109 ItemHeight = 13 MultiSelect = True Sorted = True TabOrder = 0 OnClick = PackageListBoxClick end object OkButton: TButton Left = 9 Top = 176 Width = 75 Height = 25 Caption = '�͂�' Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TButton Left = 89 Top = 176 Width = 75 Height = 25 Cancel = True Caption = '������' ModalResult = 2 TabOrder = 2 end object HelpButton: TButton Left = 169 Top = 176 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 3 OnClick = HelpButtonClick end end