Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dcolor_edit_dialog.cpp698 CEdit* edit = (CEdit *)GetDlgItem(IDC_COLOR_NAME); in OnOK()
700 GetDlgItemText(IDC_COLOR_NAME, text); in OnOK()
707 SetDlgItemText(IDC_COLOR_NAME, NULL); in OnOK()
718 SetDlgItemText(IDC_COLOR_NAME, mName); in OnOK()
791 DDX_Text(pDX, IDC_COLOR_NAME, mName); in DoDataExchange()
833 GetDlgItem(IDC_COLOR_NAME)->EnableWindow(FALSE); in DoDataExchange()
838 SetAccessibleFullDescription(GetDlgItem(IDC_COLOR_NAME)->GetSafeHwnd(), L"Required"); in DoDataExchange()
839 SetAccessibleDescription(GetDlgItem(IDC_COLOR_NAME)->GetSafeHwnd(), L"Required"); in DoDataExchange()
934 GetDlgItem(IDC_COLOR_NAME)->GetWindowRect(&color_name_size); in PaintColorPreview()
958 PaintRequiredAsterisk(IDC_COLOR_NAME); in OnPaint()
[all …]
Dresource.h221 #define IDC_COLOR_NAME 1040 macro
Dstudiox.rc952 EDITTEXT IDC_COLOR_NAME,7,34,156,14,ES_AUTOHSCROLL