object frmExportResult: TfrmExportResult Left = 195 Top = 114 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Export result' ClientHeight = 219 ClientWidth = 261 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object btnOk: TButton Left = 104 Top = 192 Width = 75 Height = 25 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 2 end object btnCancel: TButton Left = 184 Top = 192 Width = 75 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 3 end object Panel1: TPanel Left = 16 Top = 16 Width = 241 Height = 73 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 4 object Label2: TLabel Left = 24 Top = 40 Width = 72 Height = 13 Caption = 'Field seperator:' end object chkHeader: TCheckBox Left = 24 Top = 16 Width = 209 Height = 17 Caption = 'Include table header (field names)' State = cbChecked TabOrder = 0 end object txtComma: TEdit Left = 104 Top = 40 Width = 17 Height = 21 MaxLength = 1 TabOrder = 1 Text = ';' end end object rdbComma: TRadioButton Left = 24 Top = 8 Width = 129 Height = 17 Caption = 'Comma-seperated file' Checked = True TabOrder = 0 TabStop = True end object Panel2: TPanel Left = 16 Top = 104 Width = 241 Height = 73 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 5 object Label1: TLabel Left = 16 Top = 24 Width = 116 Height = 13 Caption = 'Tablename to insert into:' end object txtTablename: TEdit Left = 16 Top = 40 Width = 137 Height = 21 TabOrder = 0 end end object rdbSQL: TRadioButton Left = 24 Top = 96 Width = 129 Height = 17 Caption = 'SQL Insert statements' TabOrder = 1 end end