コード例 #1
0
ファイル: Counters.cpp プロジェクト: mdejean/Chkdraft
void CountersWindow::CreateSubWindows(HWND hWnd)
{
	TextControl text;
	text.CreateThis(hWnd, 0, 0, 200, 20, "Counters...", 0);
}
コード例 #2
0
ファイル: Switches.cpp プロジェクト: mdejean/Chkdraft
void SwitchesWindow::CreateSubWindows(HWND hWnd)
{
	TextControl text;
	text.CreateThis(hWnd, 0, 0, 200, 20, "Switches...", 0);
}
コード例 #3
0
ファイル: Templates.cpp プロジェクト: jjf28/Chkdraft
void TemplatesWindow::CreateSubWindows(HWND hWnd)
{
    TextControl text;
    text.CreateThis(hWnd, 0, 0, 200, 20, "Templates...", 0);
}