object FrmTableColumnRow: TFrmTableColumnRow Left = 258 Top = 223 BorderStyle = bsDialog Caption = 'Convert lines to table' ClientHeight = 72 ClientWidth = 324 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object rbRows: TRadioButton Left = 16 Top = 16 Width = 217 Height = 17 Caption = 'Convert each lines as a separate row' Checked = True TabOrder = 0 TabStop = True end object rbColumns: TRadioButton Left = 16 Top = 40 Width = 217 Height = 17 Caption = 'Convert each lines as a separate column' TabOrder = 1 end object btnOK: TButton Left = 240 Top = 8 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end object btnCancel: TButton Left = 240 Top = 40 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end