object TableAttrForm: TTableAttrForm Left = 256 Top = 123 Width = 211 Height = 230 Caption = 'Cell Attributes' Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] PixelsPerInch = 96 OnClose = FormClose TextHeight = 16 object Label1: TLabel Left = 11 Top = 8 Width = 70 Height = 16 Caption = 'Span Rows:' end object Label2: TLabel Left = 106 Top = 8 Width = 89 Height = 16 Caption = 'Span Columns:' end object Label3: TLabel Left = 31 Top = 58 Width = 110 Height = 16 Caption = 'Vertical Alignment:' end object Label4: TLabel Left = 31 Top = 113 Width = 124 Height = 16 Caption = 'Horizontal Alignment:' end object RowSpan: TSpinEdit Left = 15 Top = 25 Width = 56 Height = 26 MaxValue = 100 MinValue = 1 TabOrder = 0 Value = 1 end object ColSpan: TSpinEdit Left = 110 Top = 25 Width = 56 Height = 26 MaxValue = 100 MinValue = 1 TabOrder = 1 Value = 1 end object BitBtn1: TBitBtn Left = 20 Top = 165 Width = 77 Height = 30 TabOrder = 2 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 105 Top = 165 Width = 77 Height = 30 TabOrder = 3 OnClick = BitBtn2Click Kind = bkCancel end object VAlign: TComboBox Left = 45 Top = 80 Width = 91 Height = 24 ItemHeight = 16 Items.Strings = ( 'none' 'top' 'middle' 'bottom') TabOrder = 4 Text = 'none' end object HAlign: TComboBox Left = 45 Top = 129 Width = 90 Height = 24 ItemHeight = 16 Items.Strings = ( 'none' 'left' 'center' 'right') TabOrder = 5 Text = 'none' end object Scaler1: TScaler PixelsPerInch = 96 Xdevelop = 800 Ydevelop = 600 ClientWidth = 203 ClientHeight = 203 Left = 2 Top = 79 end end