Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/UI/GUI/
H A DCompressDialog.rc103 COMBOBOX IDC_COMPRESS_VOLUME, m, 237, gSize, 73, MY_COMBO_WITH_EDIT
179 COMBOBOX IDC_COMPRESS_VOLUME, m + 32, 58, 44, 73, MY_COMBO_WITH_EDIT
H A DCompressDialogRes.h10 #define IDC_COMPRESS_VOLUME 105 macro
H A DCompressDialog.cpp492 m_Volume.Attach(GetItem(IDC_COMPRESS_VOLUME)); in OnInit()