object CustomSaveDlg: TCustomSaveDlg Left = 306 Top = 649 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Save' ClientHeight = 267 ClientWidth = 481 Font.Color = clBlack Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object Label1: TLabel Left = 143 Top = 7 Width = 122 Height = 13 Caption = 'd:\...\dataaw~1.0\source' end object Filename: TEdit Left = 7 Top = 3 Width = 124 Height = 20 TabOrder = 0 Text = '*.*' end object FileListBox1: TFileListBox Left = 7 Top = 29 Width = 124 Height = 209 FileEdit = Filename ItemHeight = 13 TabOrder = 1 OnDblClick = FileListBox1DblClick end object FilterComboBox1: TFilterComboBox Left = 7 Top = 244 Width = 260 Height = 21 FileList = FileListBox1 TabOrder = 2 end object DirectoryListBox1: TDirectoryListBox Left = 137 Top = 29 Width = 130 Height = 186 DirLabel = Label1 FileList = FileListBox1 ItemHeight = 16 TabOrder = 3 end object DriveComboBox1: TDriveComboBox Left = 137 Top = 220 Width = 130 Height = 19 DirList = DirectoryListBox1 TabOrder = 4 end object BitBtn1: TBitBtn Left = 406 Top = 3 Width = 73 Height = 27 TabOrder = 5 Kind = bkOK end object BitBtn2: TBitBtn Left = 406 Top = 33 Width = 73 Height = 26 TabOrder = 6 Kind = bkCancel end object BitBtn3: TBitBtn Left = 406 Top = 62 Width = 73 Height = 27 TabOrder = 7 Kind = bkHelp end end