object ExportForm: TExportForm Left = 320 Top = 232 BorderStyle = bsDialog Caption = 'Exporting' ClientHeight = 148 ClientWidth = 261 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 28 Top = 14 Width = 201 Height = 14 Caption = 'Select a template for formatting the output' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Bevel1: TBevel Left = 0 Top = 70 Width = 273 Height = 2 end object BAll: TButton Left = 36 Top = 112 Width = 81 Height = 25 Hint = 'Export all your entries.' Caption = '&Export' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = BAllClick end object BCan: TButton Left = 144 Top = 112 Width = 81 Height = 25 Hint = 'Cancel exporting' Caption = '&Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ModalResult = 2 ParentFont = False TabOrder = 1 end object RBAll: TRadioButton Left = 24 Top = 82 Width = 73 Height = 17 Caption = 'All records' Checked = True TabOrder = 2 TabStop = True end object RBFiltered: TRadioButton Left = 104 Top = 82 Width = 65 Height = 17 Caption = 'Filtered' TabOrder = 3 end object RBSelected: TRadioButton Left = 172 Top = 82 Width = 69 Height = 17 Caption = 'Selected' TabOrder = 4 end object CBTemplate: TComboBox Left = 28 Top = 28 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 5 end end