object NewPack: TNewPack Left = 198 Top = 116 BorderStyle = bsDialog Caption = '�µ��Ű�' ClientHeight = 163 ClientWidth = 290 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '����' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 12 object ListBox1: TListBox Left = 16 Top = 16 Width = 145 Height = 129 ItemHeight = 12 TabOrder = 0 OnDblClick = ListBox1DblClick OnKeyDown = ListBox1KeyDown end object Button1: TButton Left = 192 Top = 12 Width = 75 Height = 25 Caption = '��' Default = True ModalResult = 1 TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 192 Top = 64 Width = 75 Height = 25 Caption = '����' ModalResult = 5 TabOrder = 2 end object Button3: TButton Left = 192 Top = 112 Width = 75 Height = 25 Cancel = True Caption = '�ر�' ModalResult = 2 TabOrder = 3 end end