object frmSrwEditSection: TfrmSrwEditSection Left = 301 Top = 149 BorderStyle = bsDialog Caption = 'Edit Section' ClientHeight = 207 ClientWidth = 301 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True PixelsPerInch = 96 Position = poScreenCenter OnKeyDown = FormKeyDown TextHeight = 13 object cmdOK: TBitBtn Left = 208 Top = 9 Width = 88 Height = 25 Caption = '&OK' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = cmdOKClick Style = bsNew end object cmdCancel: TBitBtn Left = 208 Top = 42 Width = 88 Height = 25 Caption = '&Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 1 Style = bsNew end object grpCustomize: TGroupBox Left = 4 Top = 104 Width = 197 Height = 100 Caption = 'Customize Group' TabOrder = 4 object chkNewPage: TCheckBox Left = 32 Top = 24 Width = 105 Height = 17 Caption = 'Start new page' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object chkNewPageNo: TCheckBox Left = 32 Top = 48 Width = 145 Height = 17 Caption = 'Start new page number' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end object chkKeepGroup: TCheckBox Left = 32 Top = 72 Width = 145 Height = 17 Caption = 'Keep group together' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 Visible = False end end object grpManage: TGroupBox Left = 4 Top = 4 Width = 197 Height = 95 Caption = 'Customize Section' TabOrder = 3 object chkPrint: TCheckBox Left = 32 Top = 24 Width = 145 Height = 17 Caption = 'Suppress Printing' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object chkFooter: TCheckBox Left = 32 Top = 48 Width = 145 Height = 17 Caption = 'Header has Footer' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end end object cmdHelp: TBitBtn Left = 208 Top = 74 Width = 88 Height = 25 Caption = '&Help' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = cmdHelpClick Style = bsNew end end