Home
last modified time | relevance | path

Searched refs:IDC_EDIT_RESY (Results 1 – 3 of 3) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/WCDriver3D/
H A DResource.h356 #define IDC_EDIT_RESY 1245 macro
H A DWCDriver3D.rc430 EDITTEXT IDC_EDIT_RESY,450,246,28,13,ES_AUTOHSCROLL
696 EDITTEXT IDC_EDIT_RESY,92,70,28,13,ES_AUTOHSCROLL
H A DPlotToolDlg.cpp699 DDX_Text(pDX, IDC_EDIT_RESY, m_pixels_vertical); in DoDataExchange()
720 ON_EN_KILLFOCUS(IDC_EDIT_RESY, &CGraphExportOptionsDlg::OnEnKillfocusEditResy) in BEGIN_MESSAGE_MAP()
2762 ((CEdit*) GetDlgItem(IDC_EDIT_RESY)) -> ShowWindow(sel==tabnumber ? SW_SHOW : SW_HIDE); in DrawActiveTabElements()