Home
last modified time | relevance | path

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

/dports/multimedia/vapoursynth-l-smash-works/L-SMASH-Works-0.0-940-g198cc78/AviUtl/
H A Dresource.h63 #define IDC_EDIT_FORCE_VIDEO_INDEX 1152 macro
H A Dlwinput.rc66 … EDITTEXT IDC_EDIT_FORCE_VIDEO_INDEX, 80, 193, 26, 12, ES_RIGHT | ES_AUTOHSCROLL, WS_EX_LEFT
H A Dlwinput.c671 set_int_to_dlg( hwnd, IDC_EDIT_FORCE_VIDEO_INDEX, reader_opt.force_video_index ); in dialog_proc()
861 … reader_opt.force_video_index = get_int_from_dlg_with_min( hwnd, IDC_EDIT_FORCE_VIDEO_INDEX, -1 ); in dialog_proc()