
按钮
1 |
SImageButton* pBtn = (SImageButton*)FindChildByName(L"btn_authCode"); |
弹出框 MessageBox
1 |
SMessageBox(NULL, _T("找不到系统主题配置文件。"), _T("警告"), NULL); |
不显示任务栏图标
1 |
去掉appWnd加上toolWindow |
标签
1 |
SStatic* txt = (SStatic*)FindChildByName(L"txt_activeTips"); |
checkbox
1 |
SCheckBox* pwnd = (SCheckBox*)FindChildByName(L"chk_proxy"); |
img
1 |
SImageWnd* img = (SImageWnd*)FindChildByName(L"img_errTips"); |
combobox
1 |
SComboBox* cmb = (SComboBox*)FindChildByName(L"cmbComPort"); |




近期评论