object FrmHorLine: TFrmHorLine Left = 390 Top = 140 BorderStyle = bsDialog Caption = 'Horizontal line' ClientHeight = 216 ClientWidth = 217 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object rbPlain: TRadioButton Left = 8 Top = 24 Width = 65 Height = 17 Hint = 'plai
tag' Caption = '&Plain' Checked = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 0 TabStop = True OnClick = PlainExtendChange end object rbExtended: TRadioButton Left = 8 Top = 48 Width = 65 Height = 17 Hint = 'extended
tag' Caption = '&Extended' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = PlainExtendChange end object Panel1: TPanel Left = 8 Top = 72 Width = 201 Height = 137 BevelInner = bvRaised BevelOuter = bvLowered Enabled = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 object lblSize: TLabel Left = 8 Top = 16 Width = 20 Height = 13 Caption = '&Size' Enabled = False FocusControl = seSize end object lblWidth: TLabel Left = 8 Top = 48 Width = 28 Height = 13 Caption = '&Width' Enabled = False FocusControl = seWidth end object lblAlign: TLabel Left = 8 Top = 80 Width = 23 Height = 13 Caption = '&Align' Enabled = False FocusControl = cbAlign end object cbPercent: TCheckBox Left = 136 Top = 48 Width = 63 Height = 17 Hint = 'is wigth apercentage of document width ?' Caption = ' Percent' Enabled = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 2 end object cbNoShade: TCheckBox Left = 8 Top = 112 Width = 75 Height = 17 Hint = 'display line flat ?' Caption = ' No shade' Enabled = False ParentShowHint = False ShowHint = True TabOrder = 4 end object seWidth: TSpinEdit Left = 40 Top = 48 Width = 89 Height = 22 Hint = 'width of the line' Enabled = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MaxValue = 100000 MinValue = 0 ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 Value = 1 end object cbAlign: TComboBox Left = 40 Top = 80 Width = 145 Height = 21 Hint = 'alignment of the line' DropDownCount = 3 Enabled = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 Items.Strings = ( 'Left' 'Center' 'Right') ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 3 Text = 'Left' end object seSize: TSpinEdit Left = 40 Top = 16 Width = 89 Height = 22 Hint = 'size (thickness) of the line' Enabled = False MaxValue = 100000 MinValue = 0 ParentShowHint = False ShowHint = True TabOrder = 0 Value = 1 end end object btnOK: TButton Left = 120 Top = 8 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 = 3 end object btnCancel: TButton Left = 120 Top = 40 Width = 89 Height = 25 Caption = 'Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 4 end end