object AddPackageDlg: TAddPackageDlg Left = 192 Top = 79 BorderStyle = bsDialog Caption = '���s���߯���ނ̒lj�' ClientHeight = 127 ClientWidth = 386 ParentFont = True Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 12 object Bevel1: TBevel Left = 6 Top = 6 Width = 374 Height = 81 Shape = bsFrame end object Label1: TLabel Left = 16 Top = 22 Width = 75 Height = 13 Caption = '�߯���ޖ�(&P):' FocusControl = EditFileName end object Label2: TLabel Left = 16 Top = 56 Width = 65 Height = 17 Caption = '�����߽(&S):' FocusControl = EditSearchPath end object EditFileName: TEdit Left = 96 Top = 20 Width = 193 Height = 21 TabOrder = 0 OnChange = EditChange end object BrowseButton: TButton Left = 296 Top = 18 Width = 75 Height = 25 Caption = '�Q��(&B)...' Default = True TabOrder = 1 OnClick = BrowseButtonClick end object EditSearchPath: TEdit Left = 96 Top = 54 Width = 273 Height = 21 TabOrder = 2 OnChange = EditChange end object OKButton: TButton Left = 141 Top = 96 Width = 75 Height = 25 Caption = 'OK' TabOrder = 3 OnClick = OkButtonClick end object CancelButton: TButton Left = 223 Top = 96 Width = 75 Height = 25 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 4 end object HelpButton: TButton Left = 305 Top = 96 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 5 OnClick = HelpButtonClick end end