object ExportForm: TExportForm Left = 197 Top = 180 BorderStyle = bsDialog Caption = 'Save As' ClientHeight = 123 ClientWidth = 336 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 46 Width = 56 Height = 13 Caption = 'File location' end object GroupBox1: TGroupBox Left = 5 Top = 5 Width = 324 Height = 37 Caption = 'Format' TabOrder = 2 object Pab16RButton: TRadioButton Left = 10 Top = 16 Width = 65 Height = 15 Caption = 'PAB 1.6' TabOrder = 1 OnClick = FormatRButtonClick end object Pab30RButton: TRadioButton Left = 83 Top = 16 Width = 65 Height = 15 Caption = 'PAB 3.0' TabOrder = 3 OnClick = FormatRButtonClick end object Pab40RButton: TRadioButton Left = 157 Top = 16 Width = 65 Height = 15 Caption = 'PAB 4.0' Checked = True TabOrder = 2 TabStop = True OnClick = FormatRButtonClick end object TabDelimitedRButton: TRadioButton Left = 230 Top = 16 Width = 85 Height = 15 Caption = 'TAB delimited' TabOrder = 0 OnClick = FormatRButtonClick end end object LocationEdit: TEdit Left = 5 Top = 59 Width = 266 Height = 21 TabOrder = 0 OnChange = LocationEditChange end object BrowseButton: TButton Left = 276 Top = 59 Width = 55 Height = 22 Caption = 'Browse' TabOrder = 1 OnClick = BrowseButtonClick end object AppendCBox: TCheckBox Left = 6 Top = 82 Width = 65 Height = 15 Caption = 'Append' Enabled = False TabOrder = 4 end object ExportButton: TBitBtn Left = 122 Top = 98 Width = 70 Height = 24 Caption = 'Save' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 6 OnClick = ExportButtonClick Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 04000000000000010000130B0000130B00001000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303 333333333333337FF3333333333333903333333333333377FF33333333333399 03333FFFFFFFFF777FF3000000999999903377777777777777FF0FFFF0999999 99037F3337777777777F0FFFF099999999907F3FF777777777770F00F0999999 99037F773777777777730FFFF099999990337F3FF777777777330F00FFFFF099 03337F773333377773330FFFFFFFF09033337F3FF3FFF77733330F00F0000003 33337F773777777333330FFFF0FF033333337F3FF7F3733333330F08F0F03333 33337F7737F7333333330FFFF003333333337FFFF77333333333000000333333 3333777777333333333333333333333333333333333333333333} NumGlyphs = 2 end object HelpButton: TBitBtn Left = 193 Top = 98 Width = 70 Height = 24 TabOrder = 3 OnClick = HelpButtonClick Kind = bkHelp end object CloseButton: TBitBtn Left = 264 Top = 98 Width = 70 Height = 24 Caption = '&Close' Default = True ModalResult = 1 TabOrder = 5 Glyph.Data = { DE010000424DDE01000000000000760000002800000024000000120000000100 0400000000006801000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00388888888877 F7F787F8888888888333333F00004444400888FFF444448888888888F333FF8F 000033334D5007FFF4333388888888883338888F0000333345D50FFFF4333333 338F888F3338F33F000033334D5D0FFFF43333333388788F3338F33F00003333 45D50FEFE4333333338F878F3338F33F000033334D5D0FFFF43333333388788F 3338F33F0000333345D50FEFE4333333338F878F3338F33F000033334D5D0FFF F43333333388788F3338F33F0000333345D50FEFE4333333338F878F3338F33F 000033334D5D0EFEF43333333388788F3338F33F0000333345D50FEFE4333333 338F878F3338F33F000033334D5D0EFEF43333333388788F3338F33F00003333 4444444444333333338F8F8FFFF8F33F00003333333333333333333333888888 8888333F00003333330000003333333333333FFFFFF3333F00003333330AAAA0 333333333333888888F3333F00003333330000003333333333338FFFF8F3333F 0000} NumGlyphs = 2 end object OpenDialog: TOpenDialog DefaultExt = 'pab' Filter = 'PAB Data Files (*.pab)|*.pab|ASCII TAB Delimited (*.txt)|*.txt|A' + 'll Files (*.*)|*.*' Options = [ofOverwritePrompt, ofHideReadOnly, ofNoChangeDir, ofPathMustExist] Title = 'Save As' Left = 24 Top = 95 end end