Home
last modified time | relevance | path

Searched refs:IDC_PARAM1_TEXT (Results 1 – 6 of 6) sorted by relevance

/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/max_object/kernel/
H A Dresources.h203 #define IDC_PARAM1_TEXT 1878 macro
H A Dmax_object.rc255 RTEXT "Param1",IDC_PARAM1_TEXT,155,30,27,9,NOT WS_GROUP
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/
H A Dmtlres.h1054 #define IDC_PARAM1_TEXT 1878 macro
H A Dstdmtl2.cpp2300 EnableWindow( GetDlgItem( hwnd, IDC_PARAM1_TEXT ), bEnable ); in EnableLocalSamplerControls()
2336 SetDlgItemText( hwnd, IDC_PARAM1_TEXT, pixelSampler->GetOptionalParamName(1) ); in UpdateSamplingParams()
2337 ShowWindow( GetDlgItem( hwnd, IDC_PARAM1_TEXT ), samplerParms & OPTIONAL_PARAM_1 ); in UpdateSamplingParams()
H A Dmtl.rc2534 RTEXT "Param1",IDC_PARAM1_TEXT,155,39,27,9,NOT WS_GROUP
2742 RTEXT "Param1",IDC_PARAM1_TEXT,126,72,34,8,NOT WS_GROUP
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/max_object/material/
H A DGameMaterial.cpp2042 SetDlgItemText( hwnd, IDC_PARAM1_TEXT, pixelSampler->GetOptionalParamName(1) ); in UpdateSamplingParams()
2043 ShowWindow( GetDlgItem( hwnd, IDC_PARAM1_TEXT ), samplerParms & OPTIONAL_PARAM_1 ); in UpdateSamplingParams()