Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/04_Viewer3d/res/
H A Dresource.h64 #define IDC_SLIDER_OFFSETFACTOR 1010 macro
H A DViewer3d.rc40 …CONTROL "Slider2",IDC_SLIDER_OFFSETFACTOR,"msctls_trackbar32",TBS_BOTH | TBS_NOTICKS | WS_…
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/04_Viewer3d/src/
H A DOffsetDlg.cpp42 DDX_Control(pDX, IDC_SLIDER_OFFSETFACTOR, m_FactorSlidCtrl); in DoDataExchange()