inherited frmOnBeginOfLines: TfrmOnBeginOfLines Left = 446 Top = 397 BorderStyle = bsDialog Caption = 'Insert on begin of line' ClientHeight = 269 ClientWidth = 367 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 8 Top = 16 Width = 161 Height = 65 TabOrder = 1 object cbText: TComboBox Left = 8 Top = 24 Width = 145 Height = 21 ItemHeight = 13 TabOrder = 0 end end object rbText: TRadioButton Left = 16 Top = 15 Width = 41 Height = 17 Caption = 'Text' Checked = True TabOrder = 0 TabStop = True end object GroupBox2: TGroupBox Left = 8 Top = 88 Width = 161 Height = 145 TabOrder = 3 object Label1: TLabel Left = 8 Top = 24 Width = 54 Height = 13 Caption = 'Start value:' end object seStartValue: TSpinEdit Left = 8 Top = 40 Width = 145 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 0 Value = 1 end object cbLeadingZeros: TCheckBox Left = 8 Top = 72 Width = 149 Height = 17 Caption = 'Leading zeros' TabOrder = 1 end object cbSpaceAfterNum: TCheckBox Left = 8 Top = 96 Width = 149 Height = 17 Caption = 'Space after number' Checked = True State = cbChecked TabOrder = 2 end object cbAlignToRight: TCheckBox Left = 8 Top = 120 Width = 149 Height = 17 Caption = 'Align to right' TabOrder = 3 end end object rbNumbers: TRadioButton Left = 16 Top = 87 Width = 65 Height = 17 Caption = 'Numbers' TabOrder = 2 end object GroupBox3: TGroupBox Left = 176 Top = 16 Width = 185 Height = 217 TabOrder = 5 object rgIntentType: TRadioGroup Left = 8 Top = 24 Width = 169 Height = 161 Caption = 'Type of indent' ItemIndex = 3 Items.Strings = ( '* (asterix)' '+ (plus)' '# (sharp)' #8226' (bullet)' '> (quote)') TabOrder = 0 end object cbSpaceAfterChar: TCheckBox Left = 8 Top = 192 Width = 169 Height = 17 Caption = 'Place space after char' Checked = True State = cbChecked TabOrder = 1 end end object rbChar: TRadioButton Left = 192 Top = 16 Width = 81 Height = 17 Caption = 'Indent char' TabOrder = 4 end object BitBtn1: TBitBtn Left = 204 Top = 240 Width = 75 Height = 25 TabOrder = 6 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 286 Top = 240 Width = 75 Height = 25 TabOrder = 7 Kind = bkCancel end end