Lines Matching refs:pDesc
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()
1142 CStatic *pDesc = new CStatic(); in AddRichEditControl() local
1143 pDesc->Create(cs, WS_CHILD|SS_LEFT, size, this); in AddRichEditControl()
1181 CStatic *pDesc = new CStatic(); in AddPromptControl() local
1182 pDesc->Create(cs, WS_CHILD|SS_LEFT, size, this); in AddPromptControl()