object frmExport: TfrmExport Left = 223 Top = 198 BorderStyle = bsSingle Caption = 'Export Data File' ClientHeight = 223 ClientWidth = 290 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object BitBtn1: TBitBtn Left = 124 Top = 192 Width = 75 Height = 25 Caption = 'Save' TabOrder = 0 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 204 Top = 192 Width = 75 Height = 25 TabOrder = 1 Kind = bkCancel end object Panel1: TPanel Left = 8 Top = 8 Width = 273 Height = 177 BevelInner = bvRaised BevelOuter = bvLowered Caption = 'Panel1' TabOrder = 2 object Label1: TLabel Left = 10 Top = 33 Width = 62 Height = 13 AutoSize = False Caption = 'Save in:' end object Label2: TLabel Left = 10 Top = 12 Width = 45 Height = 13 Caption = 'Filename:' end object DirectoryListBox1: TDirectoryListBox Left = 8 Top = 48 Width = 257 Height = 97 ItemHeight = 16 TabOrder = 0 end object DriveComboBox1: TDriveComboBox Left = 8 Top = 148 Width = 257 Height = 19 TabOrder = 1 OnChange = DriveComboBox1Change end object edtFilename: TEdit Left = 60 Top = 8 Width = 205 Height = 21 TabOrder = 2 Text = 'todolist.tdp' end end end