object FileCtrls: TFileCtrls Left = 235 Top = 192 ActiveControl = FileEdit BorderStyle = bsDialog Caption = 'Save Export File' ClientHeight = 283 ClientWidth = 214 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 12 Top = 8 Width = 55 Height = 15 Caption = 'File &Name:' FocusControl = FileEdit Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False end object Label1: TLabel Left = 12 Top = 193 Width = 96 Height = 15 Caption = 'List Files of &Type:' FocusControl = FilterComboBox1 Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False end object FileListBox1: TFileListBox Left = 12 Top = 52 Width = 189 Height = 132 FileEdit = FileEdit Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] IntegralHeight = True ItemHeight = 16 Mask = '*.txt' ParentFont = False ShowGlyphs = True TabOrder = 1 end object FilterComboBox1: TFilterComboBox Left = 12 Top = 210 Width = 189 Height = 23 FileList = FileListBox1 Filter = 'Text files (*.txt)|*.txt|All files (*.*)|*.*' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False TabOrder = 2 end object FileEdit: TEdit Left = 12 Top = 25 Width = 189 Height = 23 Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False TabOrder = 0 Text = '*.txt' end object Button1: TButton Left = 24 Top = 248 Width = 75 Height = 25 Caption = 'Ok' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 3 end object Button2: TButton Left = 112 Top = 248 Width = 75 Height = 25 Caption = 'Cancel' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 4 end end