The error in the red line and also this code come out in .designer.vb
Code:
'NoteItAll
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.BackgroundImage = Global.NoteIt_All.My.Resources.Resources.mainform_xx
        Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
        Me.ClientSize = New System.Drawing.Size(1333, 701)
        Me.Controls.Add(Me.Label3)
        Me.Controls.Add(Me.Label2)
        Me.Controls.Add(Me.Label1)
        Me.Name = "NoteItAll"
        Me.Text = "NoteItAll"
        Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
        Me.ResumeLayout(False)

This come out in error description:
Error 1 'NoteIt_All' is not a member of '<Default>'. F:\TextEditting\TextEditting\NoteItAll.designer.vb 58 30 TextEditting