object CustomOpenDlg: TCustomOpenDlg Left = 305 Top = 285 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Open' ClientHeight = 267 ClientWidth = 481 Font.Color = clBlack Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnShow = FormShow TextHeight = 13 object Label1: TLabel Left = 140 Top = 7 Width = 105 Height = 13 Caption = 'd:\...\v2~1.5ud\editor' end object FileListBox1: TFileListBox Left = 7 Top = 29 Width = 124 Height = 209 FileEdit = Filename ItemHeight = 13 TabOrder = 0 OnChange = FileListBox1Change OnDblClick = FileListBox1DblClick end object DirectoryListBox1: TDirectoryListBox Left = 137 Top = 29 Width = 130 Height = 186 DirLabel = Label1 FileList = FileListBox1 ItemHeight = 16 TabOrder = 1 end object DriveComboBox1: TDriveComboBox Left = 137 Top = 220 Width = 127 Height = 19 DirList = DirectoryListBox1 TabOrder = 2 end object FilterComboBox1: TFilterComboBox Left = 7 Top = 244 Width = 260 Height = 21 FileList = FileListBox1 TabOrder = 3 end object BitBtn1: TBitBtn Left = 406 Top = 3 Width = 73 Height = 27 TabOrder = 4 Kind = bkOK end object BitBtn2: TBitBtn Left = 406 Top = 33 Width = 73 Height = 26 TabOrder = 5 Kind = bkCancel end object BitBtn3: TBitBtn Left = 406 Top = 62 Width = 73 Height = 27 TabOrder = 6 Kind = bkHelp end object Filename: TEdit Left = 7 Top = 3 Width = 124 Height = 20 TabOrder = 7 Text = '*.*' end object GroupBox1: TGroupBox Left = 273 Top = 91 Width = 206 Height = 173 Caption = 'File Information' TabOrder = 8 Visible = False object Label2: TLabel Left = 10 Top = 23 Width = 37 Height = 13 Caption = 'File size' end object FileSizeLabel: TLabel Left = 65 Top = 23 Width = 40 Height = 13 Caption = 'dfasdfsa' end object Label4: TLabel Left = 10 Top = 42 Width = 31 Height = 13 Caption = 'Author' end object AuthorLabel: TLabel Left = 65 Top = 42 Width = 40 Height = 13 Caption = 'dfasdfsa' end end end