object OpenDir: TOpenDir Left = -347 Top = -288 ActiveControl = DirectoryListBox1 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'Open Directory' ClientHeight = 233 ClientWidth = 306 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnClose = FormClose OnDeactivate = FormDeactivate PixelsPerInch = 96 TextHeight = 13 object DirectoryListBox1: TDirectoryListBox Left = 0 Top = 20 Width = 306 Height = 164 Align = alClient ItemHeight = 16 TabOrder = 0 OnChange = DirectoryListBox1Change end object Panel1: TPanel Left = 0 Top = 0 Width = 306 Height = 20 Align = alTop BevelOuter = bvNone Caption = 'Panel1' TabOrder = 1 object DriveComboBox1: TDriveComboBox Left = 0 Top = 0 Width = 306 Height = 19 DirList = DirectoryListBox1 TabOrder = 0 end end object Panel2: TPanel Left = 0 Top = 184 Width = 306 Height = 49 Align = alBottom BevelOuter = bvNone TabOrder = 2 object Label1: TLabel Left = 0 Top = 0 Width = 306 Height = 13 Align = alTop Alignment = taCenter Caption = 'Label1' end object Button1: TButton Left = 71 Top = 20 Width = 75 Height = 25 Anchors = [akBottom] Caption = 'OK' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 167 Top = 20 Width = 75 Height = 25 Anchors = [akBottom] Caption = 'Cancel' TabOrder = 1 OnClick = Button2Click end end end