Searched refs:TestInputName (Results 1 – 12 of 12) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | studiox_util.h | 106 BOOL TestInputName(CEdit *input_field, char *field_name, CString &original_value, CWnd *parent = NU… 107 BOOL TestInputName(CString &name, char *field_name, CWnd *parent = NULL, BOOL show_error_message = …
|
| D | configure_theme_dlg.cpp | 258 if (!TestInputName(&mThemeName, "Theme Name", mThemeNames[oldval - 1], this)) in OnDeltaposSpinThemeIndex() 364 if (TestInputName(&mThemeName, "Theme Name", mThemeNames[theme], this)) in OnOK()
|
| D | studiox_util.cpp | 1936 BOOL TestInputName(CString &input_string, char *field_name, CWnd *parent, BOOL show_error_message) in TestInputName() function 1996 BOOL TestInputName(CEdit *input_field, char *field_name, CString &original_string, CWnd *parent) in TestInputName() function 2002 if(TestInputName(input_string, field_name, parent)) in TestInputName()
|
| D | trigger_edit_dlg.cpp | 554 if (TestInputName(&mUserEventName, "User Event", mpTrigger->user_event_id_name, this)) in SaveEventType()
|
| D | ProjectConfigDlg.cpp | 955 …if (!TestInputName((CEdit*)GetDlgItem(IDC_SCREEN_NAME), "Name", mpProject->mDisplays[m_current_dis… in OnEnEditSelectedDisplay() 1113 …if (!TestInputName((CEdit *)GetDlgItem(IDC_SCREEN_NAME), "Name", mpProject->mDisplays[iVal - 1].na… in OnDeltaposSpinScreenSelect() 1448 if (TestInputName(edit, "Name", mpProject->mDisplays[display_index].name, mpParent)) in Save()
|
| D | properties_win.cpp | 2171 if(save && TestInputName(edit, "Widget Name", new_name)) in OnChangeWidgetName() 2288 if (TestInputName(edit, "Widget Id", new_name)) in OnChangeWidgetId() 2352 if (TestInputName(edit, "Event Function", new_event_func)) in OnChangeEventFunction() 2398 if (TestInputName(edit, "Draw Function", new_draw_func)) in OnChangeDrawFunction() 2465 if (TestInputName(edit, "Callback Function", name)) in OnChangeCallbackName() 2938 if (TestInputName(pEdit, "Format Func", format_func)) in OnChangeNumericPrompt()
|
| D | edit_pixelmap_dlg.cpp | 1021 if (TestInputName(edit, "Pixelmap ID", mpInfo->name, this)) in OnBnClickedOk()
|
| D | trigger_action_edit_dlg.cpp | 1125 … else if (TestInputName(&mAnimationParamEdits[index], "Animation ID", old_text, this)) in SaveAnimationInfo()
|
| D | font_path_dialog.cpp | 973 if (TestInputName(edit, "Font Name", m_info->name, this)) in OnBnClickedOk()
|
| D | color_edit_dialog.cpp | 724 if (TestInputName(edit, "Color Name", mName, this)) in OnOK()
|
| D | string_table_edit_dlg.cpp | 801 if (!TestInputName(&mIdEdit, "String ID", m_record.id_name, this)) in SaveStringInfo()
|
| D | StudioXProject.cpp | 3649 if (!TestInputName(put->name, NULL, NULL, FALSE)) in ReadOneResource()
|