object tableoptionform: Ttableoptionform Left = 69 Top = 335 BorderStyle = bsDialog Caption = 'Table Options' ClientHeight = 137 ClientWidth = 433 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object okbutton: TButton Left = 192 Top = 104 Width = 65 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 0 end object cancelbutton: TButton Left = 360 Top = 104 Width = 65 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object columnGroupBox: TGroupBox Left = 8 Top = 8 Width = 65 Height = 121 Caption = 'Columns' TabOrder = 2 object nocolumn: TRadioButton Left = 8 Top = 16 Width = 49 Height = 17 Caption = 'None' TabOrder = 0 OnClick = nocolumnClick end object onecolumn: TRadioButton Left = 8 Top = 32 Width = 41 Height = 17 Caption = '1' TabOrder = 1 OnClick = onecolumnClick end object twocolumns: TRadioButton Left = 8 Top = 48 Width = 41 Height = 17 Caption = '2' TabOrder = 2 OnClick = twocolumnsClick end object threecolumns: TRadioButton Left = 8 Top = 64 Width = 41 Height = 17 Caption = '3' TabOrder = 3 OnClick = threecolumnsClick end object fourcolumns: TRadioButton Left = 8 Top = 80 Width = 33 Height = 17 Caption = '4' TabOrder = 4 OnClick = fourcolumnsClick end object fivecolumns: TRadioButton Left = 8 Top = 96 Width = 33 Height = 17 Caption = '5' TabOrder = 5 OnClick = fivecolumnsClick end end object borderGroupBox: TGroupBox Left = 80 Top = 8 Width = 105 Height = 121 Caption = 'Borderwidth' TabOrder = 3 object width0: TRadioButton Left = 8 Top = 16 Width = 33 Height = 17 Caption = '0' TabOrder = 0 OnClick = width0Click end object width1: TRadioButton Left = 8 Top = 32 Width = 33 Height = 17 Caption = '1' TabOrder = 1 OnClick = width1Click end object width2: TRadioButton Left = 8 Top = 48 Width = 33 Height = 17 Caption = '2' TabOrder = 2 OnClick = width2Click end object Panel1: TPanel Left = 40 Top = 42 Width = 50 Height = 2 TabOrder = 3 end object Panel2: TPanel Left = 40 Top = 56 Width = 50 Height = 3 TabOrder = 4 end object width3: TRadioButton Left = 8 Top = 64 Width = 33 Height = 17 Caption = '3' TabOrder = 5 OnClick = width3Click end object width4: TRadioButton Left = 8 Top = 80 Width = 33 Height = 17 Caption = '4' TabOrder = 6 OnClick = width4Click end object width5: TRadioButton Left = 8 Top = 96 Width = 33 Height = 17 Caption = '5' TabOrder = 7 OnClick = width5Click end object Panel3: TPanel Left = 40 Top = 72 Width = 50 Height = 4 TabOrder = 8 end object Panel4: TPanel Left = 40 Top = 88 Width = 50 Height = 5 TabOrder = 9 end object Panel5: TPanel Left = 40 Top = 104 Width = 50 Height = 6 TabOrder = 10 end end object alignGroupBox: TGroupBox Left = 192 Top = 8 Width = 233 Height = 41 Caption = 'Horizontal Alignment inside Cells' TabOrder = 4 object alignleft: TRadioButton Left = 8 Top = 16 Width = 57 Height = 17 Caption = 'Left' TabOrder = 0 OnClick = alignleftClick end object aligncenter: TRadioButton Left = 80 Top = 16 Width = 65 Height = 17 Caption = 'Center' TabOrder = 1 OnClick = aligncenterClick end object alignright: TRadioButton Left = 160 Top = 16 Width = 57 Height = 17 Caption = 'Right' TabOrder = 2 OnClick = alignrightClick end end object valignGroupBox: TGroupBox Left = 192 Top = 56 Width = 233 Height = 41 Caption = 'Vertical Alignment inside Cells' TabOrder = 5 object valigntop: TRadioButton Left = 8 Top = 16 Width = 57 Height = 17 Caption = 'Top' TabOrder = 0 OnClick = valigntopClick end object valignmiddle: TRadioButton Left = 80 Top = 16 Width = 65 Height = 17 Caption = 'Middle' TabOrder = 1 OnClick = valignmiddleClick end object valignbottom: TRadioButton Left = 160 Top = 16 Width = 57 Height = 17 Caption = 'Bottom' TabOrder = 2 OnClick = valignbottomClick end end object saveButton: TButton Left = 264 Top = 104 Width = 89 Height = 25 Caption = 'Save as Default' ModalResult = 1 TabOrder = 6 OnClick = saveButtonClick end end