object AbschnittDlg: TAbschnittDlg Left = 263 Top = 115 HelpContext = 5005 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Section' ClientHeight = 244 ClientWidth = 345 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object OKBtn: TBitBtn Left = 256 Top = 15 Width = 77 Height = 27 TabOrder = 3 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 256 Top = 48 Width = 77 Height = 27 TabOrder = 4 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 256 Top = 81 Width = 77 Height = 27 TabOrder = 5 Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end object RGBeginWith: TRadioGroup Left = 9 Top = 9 Width = 115 Height = 112 Caption = 'Begin With' Items.Strings = ( 'Next &Line' 'Next &Page' '&Odd Page' '&Even Page') TabOrder = 0 end object OnFirstPage: TGroupBox Left = 129 Top = 9 Width = 118 Height = 113 Caption = 'On First Page' TabOrder = 1 object BHeader: TCheckBox Left = 11 Top = 24 Width = 97 Height = 17 AllowGrayed = True Caption = '&Header' TabOrder = 0 end object BFooter: TCheckBox Left = 11 Top = 48 Width = 97 Height = 17 AllowGrayed = True Caption = '&Footer' TabOrder = 1 end object BPageNumber: TCheckBox Left = 11 Top = 73 Width = 97 Height = 17 AllowGrayed = True Caption = 'Page &Number' TabOrder = 2 end end object GroupBox1: TGroupBox Left = 9 Top = 129 Width = 238 Height = 104 Caption = 'Page N&umber' TabOrder = 2 object CBPageNumber: TComboBox Left = 12 Top = 21 Width = 157 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 end object BContinue: TRadioButton Left = 12 Top = 48 Width = 76 Height = 17 Caption = '&Continue' TabOrder = 1 end object BBeginWith: TRadioButton Left = 12 Top = 69 Width = 88 Height = 17 Caption = '&Begin With' TabOrder = 2 end object EBeginWith: TEdit Left = 102 Top = 69 Width = 67 Height = 21 TabOrder = 3 end object RGStep: TRadioGroup Left = 176 Top = 40 Width = 49 Height = 49 Caption = '&Step' Items.Strings = ( '&1' '&2') TabOrder = 4 end end end