Home
last modified time | relevance | path

Searched refs:TestInputName (Results 1 – 12 of 12) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dstudiox_util.h106 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 = …
Dconfigure_theme_dlg.cpp258 if (!TestInputName(&mThemeName, "Theme Name", mThemeNames[oldval - 1], this)) in OnDeltaposSpinThemeIndex()
364 if (TestInputName(&mThemeName, "Theme Name", mThemeNames[theme], this)) in OnOK()
Dstudiox_util.cpp1936 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()
Dtrigger_edit_dlg.cpp554 if (TestInputName(&mUserEventName, "User Event", mpTrigger->user_event_id_name, this)) in SaveEventType()
DProjectConfigDlg.cpp955 …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()
Dproperties_win.cpp2171 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()
Dedit_pixelmap_dlg.cpp1021 if (TestInputName(edit, "Pixelmap ID", mpInfo->name, this)) in OnBnClickedOk()
Dtrigger_action_edit_dlg.cpp1125 … else if (TestInputName(&mAnimationParamEdits[index], "Animation ID", old_text, this)) in SaveAnimationInfo()
Dfont_path_dialog.cpp973 if (TestInputName(edit, "Font Name", m_info->name, this)) in OnBnClickedOk()
Dcolor_edit_dialog.cpp724 if (TestInputName(edit, "Color Name", mName, this)) in OnOK()
Dstring_table_edit_dlg.cpp801 if (!TestInputName(&mIdEdit, "String ID", m_record.id_name, this)) in SaveStringInfo()
DStudioXProject.cpp3649 if (!TestInputName(put->name, NULL, NULL, FALSE)) in ReadOneResource()