OSDN Git Service

Move more code from C104Keyboard and C109Keyboard to CKeyboardLayout,
[xkeymacs/xkeymacs.git] / xkeymacs / 104keyboard.cpp
1 // 104Keyboard.cpp : implementation file\r
2 //\r
3 \r
4 #include "stdafx.h"\r
5 #include "104Keyboard.h"\r
6 \r
7 #ifdef _DEBUG\r
8 #define new DEBUG_NEW\r
9 #undef THIS_FILE\r
10 static char THIS_FILE[] = __FILE__;\r
11 #endif\r
12 \r
13 /////////////////////////////////////////////////////////////////////////////\r
14 // C104Keyboard dialog\r
15 \r
16 \r
17 C104Keyboard::C104Keyboard(const HKEY_TYPE hkey_type, CWnd *const pParent /*=NULL*/)\r
18         : CKeyboardLayout(hkey_type, C104Keyboard::IDD, pParent)\r
19 {\r
20         //{{AFX_DATA_INIT(C104Keyboard)\r
21                 // NOTE: the ClassWizard will add member initialization here\r
22         //}}AFX_DATA_INIT\r
23 }\r