object ParagraphNrsDlg: TParagraphNrsDlg Left = 324 Top = 209 HelpContext = 5025 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Paragraph Numbering' ClientHeight = 339 ClientWidth = 380 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object RGScope: TRadioGroup Left = 8 Top = 54 Width = 361 Height = 60 Caption = '&Scope' Items.Strings = ( 'From Caret to End' 'Next n Paragraphs, n =') TabOrder = 1 OnClick = MYUpdate end object OKBtn: TBitBtn Left = 9 Top = 303 Width = 77 Height = 27 TabOrder = 4 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 94 Top = 303 Width = 77 Height = 27 TabOrder = 5 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 294 Top = 303 Width = 77 Height = 27 TabOrder = 6 Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end object RGAction: TRadioGroup Left = 8 Top = 12 Width = 361 Height = 37 Caption = '&Action' Columns = 2 Items.Strings = ( 'Add Numbers' 'Delete All !') TabOrder = 0 OnClick = MYUpdate end object EnParagraphs: TEdit Left = 172 Top = 88 Width = 44 Height = 21 TabOrder = 2 Text = '1' end object GBFormat: TGroupBox Left = 8 Top = 120 Width = 361 Height = 169 Caption = 'Format' TabOrder = 3 object Label1: TLabel Left = 80 Top = 51 Width = 103 Height = 13 Caption = 'Text (? = Number)' end object Label2: TLabel Left = 19 Top = 24 Width = 107 Height = 13 Caption = '&Begin with Number' FocusControl = EBeginn end object Label3: TLabel Left = 282 Top = 108 Width = 27 Height = 13 Caption = 'Step' end object Label4: TLabel Left = 282 Top = 140 Width = 27 Height = 13 Caption = 'Step' end object Label5: TLabel Left = 283 Top = 76 Width = 23 Height = 13 Caption = 'Add' end object BChapter: TCheckBox Left = 11 Top = 75 Width = 81 Height = 17 Caption = '&Chapter' State = cbChecked TabOrder = 1 OnClick = MYUpdate end object ECText: TEdit Left = 99 Top = 73 Width = 73 Height = 21 TabOrder = 2 Text = '?' end object BCFont: TButton Left = 179 Top = 71 Width = 49 Height = 25 Caption = 'Font' TabOrder = 3 OnClick = BCFontClick end object ECFont: TPanel Left = 235 Top = 71 Width = 41 Height = 25 BevelInner = bvLowered BevelOuter = bvNone Caption = '123' TabOrder = 4 end object BInner: TCheckBox Left = 11 Top = 107 Width = 81 Height = 17 Caption = '&Inner Mrg.' TabOrder = 6 OnClick = MYUpdate end object EIText: TEdit Left = 99 Top = 105 Width = 73 Height = 21 TabOrder = 7 Text = '?' end object BIFont: TButton Left = 179 Top = 103 Width = 49 Height = 25 Caption = 'Font' TabOrder = 8 OnClick = BIFontClick end object EIFont: TPanel Left = 235 Top = 103 Width = 41 Height = 25 BevelInner = bvLowered BevelOuter = bvNone Caption = '123' TabOrder = 9 end object BOuter: TCheckBox Left = 11 Top = 139 Width = 81 Height = 17 Caption = '&Outer Mrg.' TabOrder = 11 OnClick = MYUpdate end object EOText: TEdit Left = 99 Top = 137 Width = 73 Height = 21 TabOrder = 12 Text = '?' end object BOFont: TButton Left = 179 Top = 135 Width = 49 Height = 25 Caption = 'Font' TabOrder = 13 OnClick = BOFontClick end object EOFont: TPanel Left = 235 Top = 135 Width = 41 Height = 25 BevelInner = bvLowered BevelOuter = bvNone Caption = '123' TabOrder = 14 end object EBeginn: TEdit Left = 138 Top = 21 Width = 57 Height = 21 TabOrder = 0 Text = '1' end object EIStep: TEdit Left = 315 Top = 104 Width = 33 Height = 21 TabOrder = 10 Text = '1' end object EOStep: TEdit Left = 315 Top = 136 Width = 33 Height = 21 TabOrder = 15 Text = '1' end object ECAdd: TEdit Left = 315 Top = 72 Width = 33 Height = 21 TabOrder = 5 end end end