object WPParagraphBord: TWPParagraphBord Left = 270 Top = 175 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Paragraph Borders' ClientHeight = 261 ClientWidth = 216 Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 16 Top = 192 Width = 77 Height = 16 Caption = 'Linewidth [pt]' end object Label2: TLabel Left = 16 Top = 160 Width = 104 Height = 16 Caption = 'Space 0..15 [mm]' end object Bevel1: TBevel Left = 104 Top = 32 Width = 81 Height = 65 Shape = bsFrame end object Label3: TLabel Left = 16 Top = 8 Width = 53 Height = 16 Caption = 'Borders:' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 16 Top = 136 Width = 67 Height = 16 Caption = 'Color 0..15 ' end object SpaceText: TEdit Tag = 5 Left = 128 Top = 160 Width = 60 Height = 24 TabOrder = 0 end object WidthText: TEdit Tag = 6 Left = 128 Top = 184 Width = 60 Height = 24 TabOrder = 1 end object BitBtn1: TBitBtn Left = 24 Top = 224 Width = 73 Height = 25 TabOrder = 2 Kind = bkCancel end object BitBtn2: TBitBtn Left = 112 Top = 224 Width = 76 Height = 25 TabOrder = 3 OnClick = BitBtn2Click Kind = bkOK end object leftBox: TCheckBox Left = 96 Top = 56 Width = 17 Height = 17 TabStop = False Font.Color = clSilver Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 4 end object BottomBox: TCheckBox Left = 136 Top = 88 Width = 17 Height = 17 TabStop = False Caption = 'BottomBox' Font.Color = clSilver Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 5 end object RightBox: TCheckBox Left = 176 Top = 56 Width = 17 Height = 17 TabStop = False Caption = 'RightBox' Font.Color = clSilver Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 6 end object topBox: TCheckBox Left = 136 Top = 24 Width = 17 Height = 17 TabStop = False Caption = 'topBox' Font.Color = clSilver Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 7 end object box: TCheckBox Left = 16 Top = 32 Width = 49 Height = 17 Caption = 'Box' TabOrder = 8 Visible = False end object all: TCheckBox Left = 16 Top = 56 Width = 49 Height = 17 Caption = 'All' TabOrder = 9 OnClick = allClick end object double: TCheckBox Left = 16 Top = 80 Width = 73 Height = 17 Caption = 'Double' TabOrder = 10 end object ColorText: TEdit Tag = 5 Left = 128 Top = 136 Width = 60 Height = 24 TabOrder = 11 end object Dotted: TCheckBox Left = 16 Top = 104 Width = 73 Height = 17 Caption = 'Dotted' TabOrder = 12 end end