object FrmHeading: TFrmHeading Left = 396 Top = 156 BorderStyle = bsDialog Caption = 'Insert heading' ClientHeight = 154 ClientWidth = 211 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object gbAlignment: TGroupBox Left = 112 Top = 8 Width = 89 Height = 73 Caption = ' Alignment ' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 object rbRight: TRadioButton Left = 8 Top = 48 Width = 57 Height = 17 Caption = ' Right' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object rbLeft: TRadioButton Left = 8 Top = 16 Width = 57 Height = 17 Caption = ' Left' Checked = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 TabStop = True end object rbCenter: TRadioButton Left = 8 Top = 32 Width = 57 Height = 17 Caption = ' Center' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 end end object gbSize: TGroupBox Left = 8 Top = 8 Width = 97 Height = 121 Caption = ' Size ' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 object rb1: TRadioButton Left = 8 Top = 16 Width = 70 Height = 17 Caption = ' 1 (large)' Checked = True TabOrder = 0 TabStop = True end object rb2: TRadioButton Left = 8 Top = 32 Width = 57 Height = 17 Caption = ' 2' TabOrder = 1 end object rb3: TRadioButton Left = 8 Top = 48 Width = 57 Height = 17 Caption = ' 3' TabOrder = 2 end object rb5: TRadioButton Left = 8 Top = 80 Width = 57 Height = 17 Caption = ' 5' TabOrder = 3 end object rb6: TRadioButton Left = 8 Top = 96 Width = 65 Height = 17 Caption = ' 6 (small)' TabOrder = 4 end object rb4: TRadioButton Left = 8 Top = 64 Width = 57 Height = 17 Caption = ' 4' TabOrder = 5 end end object btnOK: TButton Left = 112 Top = 88 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 = 2 end object btnCancel: TButton Left = 112 Top = 120 Width = 89 Height = 25 Caption = 'Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 3 end end