object FrmDivision: TFrmDivision Left = 315 Top = 164 BorderStyle = bsDialog Caption = 'Division' ClientHeight = 103 ClientWidth = 297 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object lblClass: TLabel Left = 8 Top = 8 Width = 25 Height = 13 Caption = '&Class' FocusControl = cbClass Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblAlign: TLabel Left = 8 Top = 40 Width = 23 Height = 13 Caption = '&Align' FocusControl = cbAlign Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblClear: TLabel Left = 8 Top = 72 Width = 24 Height = 13 Caption = 'C&lear' FocusControl = cbClear Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object cbClass: TComboBox Left = 40 Top = 8 Width = 145 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 Items.Strings = ( 'Abstract' 'Appendix' 'Chapter' 'Section') ParentFont = False TabOrder = 0 end object cbAlign: TComboBox Left = 40 Top = 40 Width = 145 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 Items.Strings = ( 'Center' 'Justify' 'Left' 'Right') ParentFont = False TabOrder = 1 end object cbClear: TComboBox Left = 40 Top = 72 Width = 145 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 Items.Strings = ( 'All' 'Left' 'Right') ParentFont = False TabOrder = 2 end object btnOK: TButton Left = 200 Top = 40 Width = 89 Height = 25 Caption = 'OK' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 4 end object btnCancel: TButton Left = 200 Top = 72 Width = 89 Height = 25 Caption = 'Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 5 end object cbNoWrap: TCheckBox Left = 192 Top = 8 Width = 97 Height = 17 Caption = ' &No wrap' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 end end