Home
last modified time | relevance | path

Searched refs:IDC_BTN_CONNECT (Results 1 – 7 of 7) sorted by relevance

/RvlSDK-3.2.2/build/demos/hio2demo/vc++/dual/
DdualView.cpp33 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()
Dresource.h20 #define IDC_BTN_CONNECT 1006 macro
Ddouble-common.rc179 PUSHBUTTON "CONNECT",IDC_BTN_CONNECT,212,23,50,14,WS_DISABLED
Ddual.rc160 PUSHBUTTON "CONNECT",IDC_BTN_CONNECT,218,28,50,14,WS_DISABLED
/RvlSDK-3.2.2/build/demos/hio2demo/vc++/multi/
DmultiView.cpp34 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()
Dresource.h16 #define IDC_BTN_CONNECT 1005 macro
Dmulti.rc200 PUSHBUTTON "CONNECT",IDC_BTN_CONNECT,261,44,50,14,WS_DISABLED