File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,9 +111,9 @@ LRESULT CConfigWindow::onCreate()
111111 m_heightLabel.reset (new CStaticWidget (L" Height:" , WS_CHILD | WS_VISIBLE | SS_CENTERIMAGE, m_hwnd));
112112 m_refreshLabel.reset (new CStaticWidget (L" Refresh:" , WS_CHILD | WS_VISIBLE | SS_CENTERIMAGE, m_hwnd));
113113
114- m_modeWidth.reset (new CEditWidget (WS_CHILD | WS_VISIBLE | ES_LEFT, m_hwnd));
115- m_modeHeight.reset (new CEditWidget (WS_CHILD | WS_VISIBLE | ES_LEFT, m_hwnd));
116- m_modeRefresh.reset (new CEditWidget (WS_CHILD | WS_VISIBLE | ES_LEFT, m_hwnd));
114+ m_modeWidth.reset (new CEditWidget (WS_CHILD | WS_VISIBLE | ES_LEFT | ES_NUMBER , m_hwnd));
115+ m_modeHeight.reset (new CEditWidget (WS_CHILD | WS_VISIBLE | ES_LEFT | ES_NUMBER , m_hwnd));
116+ m_modeRefresh.reset (new CEditWidget (WS_CHILD | WS_VISIBLE | ES_LEFT | ES_NUMBER , m_hwnd));
117117
118118 m_modeUpdate.reset (new CButton (L" Save" , WS_CHILD | WS_VISIBLE, m_hwnd));
119119 m_modeDelete.reset (new CButton (L" Delete" , WS_CHILD | WS_VISIBLE, m_hwnd));
You can’t perform that action at this time.
0 commit comments