object frmCaption: TfrmCaption Left = 652 Top = 454 HelpContext = 95 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Caption' ClientHeight = 89 ClientWidth = 261 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter ShowHint = True OnActivate = FormActivate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 245 Height = 45 Shape = bsFrame IsControl = True end object lblAlign: TLabel Left = 14 Top = 24 Width = 23 Height = 13 Caption = '&Align' FocusControl = cmbAlign Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object OKBtn: TBitBtn Left = 8 Top = 60 Width = 77 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 92 Top = 60 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 176 Top = 60 Width = 77 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = HelpBtnClick NumGlyphs = 2 Spacing = -1 IsControl = True end object cmbAlign: TComboBox Left = 80 Top = 20 Width = 161 Height = 21 Hint = 'Specifies the location of a table'#39's caption' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 Items.Strings = ( 'bottom' 'top') ParentFont = False TabOrder = 0 end end