Lines Matching refs:cs
831 CString cs(label); in AddComboBox() local
842 pDesc->Create(cs, WS_CHILD | SS_LEFT, size, this); in AddComboBox()
893 CString cs("String ID"); in AddStringSelect() local
904 pDesc->Create(cs, WS_CHILD|SS_LEFT, size, this); in AddStringSelect()
951 CString cs(label); in AddComboBox() local
962 pDesc->Create(cs, WS_CHILD|SS_LEFT, size, this); in AddComboBox()
1007 CString cs(description); in AddRadioButton() local
1018 pDesc->Create(cs, WS_CHILD|SS_LEFT, size, this); in AddRadioButton()
1043 CString cs(description); in AddCheckBox() local
1052 pButton->Create(cs, WS_CHILD|WS_TABSTOP|BS_LEFTTEXT|BS_AUTOCHECKBOX, size, this, id); in AddCheckBox()
1071 CString cs(description); in AddPushButton() local
1080 pButton->Create(cs, WS_CHILD | WS_TABSTOP | BS_PUSHBUTTON, size, this, id); in AddPushButton()
1100 CString cs(description); in AddEditControl() local
1113 pDesc->Create(cs, WS_CHILD|SS_LEFT, size, this); in AddEditControl()
1130 CString cs(description); in AddRichEditControl() local
1143 pDesc->Create(cs, WS_CHILD|SS_LEFT, size, this); in AddRichEditControl()
1169 CString cs(description); in AddPromptControl() local
1182 pDesc->Create(cs, WS_CHILD|SS_LEFT, size, this); in AddPromptControl()
1197 CString cs(caption); in CreateGroup() local
1205 group->Create(cs, WS_CHILD|BS_GROUPBOX, size, this, 0); in CreateGroup()