Searched refs:IDC_COLOR_NAME (Results 1 – 3 of 3) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | color_edit_dialog.cpp | 698 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 …]
|
| D | resource.h | 221 #define IDC_COLOR_NAME 1040 macro
|
| D | studiox.rc | 952 EDITTEXT IDC_COLOR_NAME,7,34,156,14,ES_AUTOHSCROLL
|