object frmTableData: TfrmTableData Left = 298 Top = 445 HelpContext = 93 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Table Data' ClientHeight = 205 ClientWidth = 337 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnActivate = FormActivate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 321 Height = 160 Shape = bsFrame IsControl = True end object lblAlign: TLabel Left = 15 Top = 24 Width = 66 Height = 13 Caption = '&Align' FocusControl = cmbAlign WordWrap = True end object lblVAlign: TLabel Left = 15 Top = 52 Width = 66 Height = 13 Caption = '&VAlign' FocusControl = cmbVAlign WordWrap = True end object lblColSpan: TLabel Left = 16 Top = 80 Width = 137 Height = 13 Alignment = taRightJustify Caption = '&ColSpan' FocusControl = txtColSpan WordWrap = True end object lblRowSpan: TLabel Left = 16 Top = 104 Width = 135 Height = 13 Alignment = taRightJustify Caption = '&RowSpan' FocusControl = txtRowSpan end object lblWidth: TLabel Left = 208 Top = 104 Width = 58 Height = 13 Alignment = taRightJustify Caption = '&Width' FocusControl = txtWidth end object lblCellColor: TLabel Left = 15 Top = 134 Width = 66 Height = 13 Caption = 'C&ell Color' FocusControl = txtColor Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object shpBGColor: TShape Left = 203 Top = 129 Width = 25 Height = 27 end object OKBtn: TBitBtn Left = 85 Top = 175 Width = 77 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 6 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 169 Top = 175 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 7 NumGlyphs = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 252 Top = 175 Width = 77 Height = 25 Caption = '&Help' TabOrder = 8 OnClick = HelpBtnClick NumGlyphs = 2 Spacing = -1 IsControl = True end object cmbAlign: TComboBox Left = 88 Top = 20 Width = 228 Height = 21 Hint = 'Alignment of the data within the cell' ItemHeight = 13 Items.Strings = ( 'center' 'left' 'right') ParentShowHint = False ShowHint = True TabOrder = 0 end object cmbVAlign: TComboBox Left = 88 Top = 48 Width = 228 Height = 21 Hint = 'Vertical alignment of the data within the cell' ItemHeight = 13 Items.Strings = ( 'baseline' 'bottom' 'middle' 'top') ParentShowHint = False ShowHint = True TabOrder = 1 end object chkNoWrap: TCheckBox Left = 208 Top = 76 Width = 113 Height = 17 Hint = 'Prevent data from wrapping' Caption = '&NoWrap' ParentShowHint = False ShowHint = True TabOrder = 2 end object txtColSpan: TMaskEdit Left = 158 Top = 76 Width = 41 Height = 21 Hint = 'Number of columns cell should span' MaxLength = 0 ParentShowHint = False ShowHint = True TabOrder = 3 OnKeyPress = NumericKeyPress end object txtRowSpan: TMaskEdit Left = 158 Top = 100 Width = 41 Height = 21 Hint = 'Number of rows cell should span' MaxLength = 0 ParentShowHint = False ShowHint = True TabOrder = 4 OnKeyPress = NumericKeyPress end object txtWidth: TEdit Left = 274 Top = 100 Width = 41 Height = 21 Hint = 'Width of cell' ParentShowHint = False ShowHint = True TabOrder = 5 OnKeyPress = txtWidthKeyPress end object txtColor: TComboBox Left = 88 Top = 132 Width = 105 Height = 21 Hint = 'Color can be in either text or hex format' ItemHeight = 13 Items.Strings = ( 'Aqua' 'Black' 'Blue' 'Fuchsia' 'Gray' 'Green' 'Lime' 'Maroon' 'Navy' 'Olive' 'Purple' 'Red' 'Silver' 'Teal' 'White' 'Yellow') ParentShowHint = False ShowHint = True TabOrder = 9 OnChange = txtColorChange end object bbtnSetColor: TBitBtn Left = 238 Top = 129 Width = 77 Height = 27 Hint = 'Set the cell'#39's color' Caption = 'C&olor' TabOrder = 10 OnClick = bbtnSetColorClick Glyph.Data = { DE000000424DDE0000000000000076000000280000000F0000000D0000000100 0400000000006800000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00444444444444 444F4CCCCCC4BBBBBB4F4CCCCCC4BBBBBB4F4CCCCCC4BBBBBB4F4CCCCCC4BBBB BB4F4CCCCCC4BBBBBB4F444444444444444F49999994AAAAAA4F49999994AAAA AA4F49999994AAAAAA4F49999994AAAAAA4F49999994AAAAAA4F444444444444 444F} end object dlgColor: TColorDialog Ctl3D = True Left = 8 Top = 176 end end