Searched refs:pDesc (Results 1 – 1 of 1) sorted by relevance
/GUIX-v6.4.1/guix_studio/ |
D | properties_win.cpp | 841 CStatic *pDesc = new CStatic(); in AddComboBox() local 842 pDesc->Create(cs, WS_CHILD | SS_LEFT, size, this); in AddComboBox() 903 CStatic *pDesc = new CStatic(); in AddStringSelect() local 904 pDesc->Create(cs, WS_CHILD|SS_LEFT, size, this); in AddStringSelect() 961 CStatic *pDesc = new CStatic(); in AddComboBox() local 962 pDesc->Create(cs, WS_CHILD|SS_LEFT, size, this); in AddComboBox() 1017 CStatic *pDesc = new CStatic(); in AddRadioButton() local 1018 pDesc->Create(cs, WS_CHILD|SS_LEFT, size, this); in AddRadioButton() 1112 CStatic *pDesc = new CStatic(); in AddEditControl() local 1113 pDesc->Create(cs, WS_CHILD|SS_LEFT, size, this); in AddEditControl() [all …]
|