SRGWizSheet::LoadLayout

void SRGWizSheet::LoadLayout(LPCTSTR lpszResName, LPCTSTR lpszResType)

This function load the standard layout from the layout resource file. Note this function stores every layout as a string object in the m_Layout. The layout format is as follow: 1. The lines with first non white space char being '/' are considered comment and empty lines are also allowed. 2. Each valid line make one layout. 3. Each line consists of a series of 9-tupes, which are component name followed by the 9 numbers for measure, border style, shadow style, fillStyle, left, top, right and bottom edges of the component. 4. The component name is case insensitive.

Defined in: WizSheet.cpp

Return Value

void

Parameters

lpszResName

Resource name

lpszResType

The resource type