object frmParagraph: TfrmParagraph Left = 304 Top = 140 HelpContext = 31 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Paragraph' ClientHeight = 137 ClientWidth = 317 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 301 Height = 93 Shape = bsFrame IsControl = True end object lblAlign: TLabel Left = 15 Top = 20 Width = 23 Height = 13 Caption = '&Align' FocusControl = cmbAlign end object lblClear: TLabel Left = 15 Top = 48 Width = 24 Height = 13 Caption = 'C&lear' FocusControl = cmbClear end object OKBtn: TBitBtn Left = 64 Top = 108 Width = 77 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 148 Top = 108 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 NumGlyphs = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 232 Top = 108 Width = 77 Height = 25 Caption = '&Help' TabOrder = 2 OnClick = HelpBtnClick NumGlyphs = 2 Spacing = -1 IsControl = True end object cmbAlign: TComboBox Left = 80 Top = 16 Width = 217 Height = 21 Hint = 'The alignment of the paragraph' ItemHeight = 13 Items.Strings = ( 'center' 'indent' 'justify' 'left' 'right') ParentShowHint = False ShowHint = True Sorted = True TabOrder = 3 end object cmbClear: TComboBox Left = 80 Top = 44 Width = 217 Height = 21 Hint = 'Forces the paragraph to be displayed below any figures, images, ' + 'tables, etc.' ItemHeight = 13 Items.Strings = ( 'all' 'left' 'right') ParentShowHint = False ShowHint = True Sorted = True TabOrder = 4 end object chkNoWrap: TCheckBox Left = 64 Top = 72 Width = 97 Height = 17 Hint = 'Prevents the paragraph from wrapping, if possible' Caption = '&NoWrap' ParentShowHint = False ShowHint = True TabOrder = 5 end end