OSDN Git Service

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