Searched refs:IDC_BTN_CONNECT (Results 1 – 7 of 7) sorted by relevance
| /RvlSDK-3.2.2/build/demos/hio2demo/vc++/dual/ |
| D | dualView.cpp | 33 ON_BN_CLICKED(IDC_BTN_CONNECT, OnBnClickedBtnConnect) in IMPLEMENT_DYNCREATE() 121 GetDlgItem(IDC_BTN_CONNECT)->EnableWindow(FALSE); in OnMyMessage() 126 GetDlgItem(IDC_BTN_CONNECT)->EnableWindow(TRUE); in OnMyMessage() 161 GetDlgItem(IDC_BTN_CONNECT)->EnableWindow(FALSE); in OnBnClickedBtnConnect() 270 GetDlgItem(IDC_BTN_CONNECT)->EnableWindow(FALSE); in OnDraw()
|
| D | resource.h | 20 #define IDC_BTN_CONNECT 1006 macro
|
| D | double-common.rc | 179 PUSHBUTTON "CONNECT",IDC_BTN_CONNECT,212,23,50,14,WS_DISABLED
|
| D | dual.rc | 160 PUSHBUTTON "CONNECT",IDC_BTN_CONNECT,218,28,50,14,WS_DISABLED
|
| /RvlSDK-3.2.2/build/demos/hio2demo/vc++/multi/ |
| D | multiView.cpp | 34 ON_BN_CLICKED(IDC_BTN_CONNECT, OnBnClickedBtnConnect) in IMPLEMENT_DYNCREATE() 125 GetDlgItem(IDC_BTN_CONNECT)->EnableWindow(FALSE); in OnMyMessage() 131 GetDlgItem(IDC_BTN_CONNECT)->EnableWindow(TRUE); in OnMyMessage() 223 GetDlgItem(IDC_BTN_CONNECT)->EnableWindow(FALSE); in OnDraw()
|
| D | resource.h | 16 #define IDC_BTN_CONNECT 1005 macro
|
| D | multi.rc | 200 PUSHBUTTON "CONNECT",IDC_BTN_CONNECT,261,44,50,14,WS_DISABLED
|