object frmTableRow: TfrmTableRow Left = 346 Top = 700 HelpContext = 94 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Table Row' ClientHeight = 148 ClientWidth = 314 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 = 297 Height = 101 Shape = bsFrame IsControl = True end object lblAlign: TLabel Left = 17 Top = 24 Width = 88 Height = 13 Caption = '&Align' FocusControl = cmbAlign WordWrap = True end object lblVAlign: TLabel Left = 17 Top = 52 Width = 88 Height = 13 Caption = '&VAlign' FocusControl = cmbVAlign WordWrap = True end object lblBGColor: TLabel Left = 14 Top = 80 Width = 91 Height = 15 Caption = 'Background &Color' FocusControl = txtBGColor Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object shpBGColor: TShape Left = 200 Top = 76 Width = 21 Height = 21 end object OKBtn: TBitBtn Left = 60 Top = 116 Width = 77 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 144 Top = 116 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 5 NumGlyphs = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 228 Top = 116 Width = 77 Height = 25 Caption = '&Help' TabOrder = 6 OnClick = HelpBtnClick NumGlyphs = 2 Spacing = -1 IsControl = True end object cmbAlign: TComboBox Left = 104 Top = 20 Width = 193 Height = 21 ItemHeight = 13 Items.Strings = ( 'center' 'left' 'right') TabOrder = 0 end object cmbVAlign: TComboBox Left = 104 Top = 48 Width = 193 Height = 21 ItemHeight = 13 Items.Strings = ( 'baseline' 'bottom' 'middle' 'top') TabOrder = 1 end object txtBGColor: TComboBox Left = 104 Top = 76 Width = 89 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') TabOrder = 2 OnChange = txtBGColorChange end object bbtnSetBGColor: TBitBtn Left = 232 Top = 76 Width = 65 Height = 21 Hint = 'Set the document'#39's background color' Caption = 'Color' TabOrder = 3 OnClick = bbtnSetBGColorClick Glyph.Data = { DE000000424DDE0000000000000076000000280000000F0000000D0000000100 0400000000006800000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00444444444444 444F4CCCCCC4BBBBBB4F4CCCCCC4BBBBBB4F4CCCCCC4BBBBBB4F4CCCCCC4BBBB BB4F4CCCCCC4BBBBBB4F444444444444444F49999994AAAAAA4F49999994AAAA AA4F49999994AAAAAA4F49999994AAAAAA4F49999994AAAAAA4F444444444444 444F} end object dlgColor: TColorDialog Ctl3D = True Left = 72 Top = 112 end end