CType(resources.GetObject(), Boolean) in Windows generated code

How is this in the 'Windows generated code' section? I've created something using TaskVision as a guide, but I don't understand how all of the buttons and forms have this information in this section.

When I create a form it merely has the normal:

Me.btnSearch.Text = "Search"

versus this from the TaskVision MainForm:

Me.btnSearch.Text = resources.GetString("btnSearch.Text")

I've added the 'Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(MainForm))' to the InitializeComponent() but I'm confused.

Thanks...if you can clarify.

[619 byte] By [codefund.com] at [2008-2-13]