object frmDivision: TfrmDivision Left = 408 Top = 178 HelpContext = 29 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Division' ClientHeight = 163 ClientWidth = 311 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 = 293 Height = 117 Shape = bsFrame IsControl = True end object lblClass: TLabel Left = 12 Top = 20 Width = 25 Height = 13 Caption = '&Class' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblAlign: TLabel Left = 12 Top = 48 Width = 23 Height = 13 Caption = '&Align' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblClear: TLabel Left = 12 Top = 76 Width = 24 Height = 13 Caption = 'C&lear' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object OKBtn: TBitBtn Left = 56 Top = 132 Width = 77 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 140 Top = 132 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 5 NumGlyphs = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 224 Top = 132 Width = 77 Height = 25 Caption = '&Help' TabOrder = 6 OnClick = HelpBtnClick NumGlyphs = 2 Spacing = -1 IsControl = True end object cmbClass: TComboBox Left = 64 Top = 16 Width = 229 Height = 21 Hint = 'Class of the division' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 Items.Strings = ( 'abstract' 'appendix' 'chapter' 'section') ParentFont = False ParentShowHint = False ShowHint = True Sorted = True TabOrder = 0 end object cmbAlign: TComboBox Left = 64 Top = 44 Width = 229 Height = 21 Hint = 'Alignment of the division' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 Items.Strings = ( 'center' 'left' 'right') ParentFont = False ParentShowHint = False ShowHint = True Sorted = True TabOrder = 1 end object cmbClear: TComboBox Left = 64 Top = 72 Width = 229 Height = 21 Hint = 'Forces the division to be displayed below any images' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 Items.Strings = ( 'all' 'left' 'right') ParentFont = False ParentShowHint = False ShowHint = True Sorted = True TabOrder = 2 end object chkNoWrap: TCheckBox Left = 52 Top = 100 Width = 237 Height = 17 Hint = 'Prevents the division from wrapping, if possible' Caption = '&NoWrap' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 3 end end