Ejemplo n.º 1
0
void CountersWindow::CreateSubWindows(HWND hWnd)
{
	TextControl text;
	text.CreateThis(hWnd, 0, 0, 200, 20, "Counters...", 0);
}
Ejemplo n.º 2
0
void SwitchesWindow::CreateSubWindows(HWND hWnd)
{
	TextControl text;
	text.CreateThis(hWnd, 0, 0, 200, 20, "Switches...", 0);
}
Ejemplo n.º 3
0
void TemplatesWindow::CreateSubWindows(HWND hWnd)
{
    TextControl text;
    text.CreateThis(hWnd, 0, 0, 200, 20, "Templates...", 0);
}