object TableDialog: TTableDialog Left = 99 Top = 127 HelpContext = 2002 BorderStyle = bsDialog Caption = 'Table Editor' ClientHeight = 348 ClientWidth = 497 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 36 Height = 13 Caption = 'Capt&ion' FocusControl = CaptionEdit end object Label4: TLabel Left = 400 Top = 8 Width = 23 Height = 13 Caption = '&Align' FocusControl = AlignCB end object StringGrid1: TXStrGrid Left = 0 Top = 129 Width = 497 Height = 184 BorderStyle = bsNone ColCount = 2 DefaultRowHeight = 18 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goRowMoving, goColMoving, goEditing, goTabs] RowCount = 2 TabOrder = 0 OnGetCellColor = StringGrid1GetCellColor Grid3D = True end object OKButton: TButton Left = 389 Top = 322 Width = 49 Height = 25 Caption = '&Ok' Default = True TabOrder = 1 OnClick = OKButtonClick end object CancelButton: TButton Left = 441 Top = 322 Width = 57 Height = 25 Caption = '&Cancel' TabOrder = 2 OnClick = CancelButtonClick end object CaptionEdit: TEdit Left = 8 Top = 24 Width = 385 Height = 21 TabOrder = 3 end object GroupBox1: TGroupBox Left = 8 Top = 49 Width = 89 Height = 73 Caption = '&Headings' TabOrder = 4 object HeadingCol: TCheckBox Left = 8 Top = 24 Width = 73 Height = 17 Caption = 'Column' TabOrder = 0 OnClick = HeadingColClick end object HeadingRow: TCheckBox Left = 8 Top = 48 Width = 57 Height = 17 Caption = 'Row' TabOrder = 1 OnClick = HeadingColClick end end object GroupBox2: TGroupBox Left = 104 Top = 49 Width = 289 Height = 72 Caption = '&Table' TabOrder = 5 object Label2: TLabel Left = 8 Top = 24 Width = 27 Height = 13 Caption = 'Rows' end object Label3: TLabel Left = 77 Top = 24 Width = 20 Height = 13 Caption = 'Cols' end object Label5: TLabel Left = 147 Top = 24 Width = 56 Height = 13 Caption = 'CellSpacing' end object Label6: TLabel Left = 216 Top = 24 Width = 56 Height = 13 Caption = 'CellPadding' end object RowsSE: TSpinEdit Left = 8 Top = 40 Width = 65 Height = 22 MaxLength = 2 MaxValue = 99 MinValue = 1 TabOrder = 0 Value = 1 OnChange = RowsSEChange end object ColumnSE: TSpinEdit Left = 77 Top = 40 Width = 65 Height = 22 MaxLength = 2 MaxValue = 99 MinValue = 1 TabOrder = 1 Value = 1 OnChange = ColumnSEChange end object SpinEdit1: TSpinEdit Left = 147 Top = 40 Width = 65 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 2 Value = 0 end object SpinEdit2: TSpinEdit Left = 216 Top = 40 Width = 65 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 3 Value = 0 end end object AlignCB: TComboBox Left = 400 Top = 24 Width = 89 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'Top' 'Bottom') TabOrder = 6 end object BorderCB: TCheckBox Left = 416 Top = 72 Width = 57 Height = 17 Caption = 'Border' State = cbChecked TabOrder = 7 end end