Home
last modified time | relevance | path

Searched refs:field_name (Results 1 – 2 of 2) 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 = …
Dstudiox_util.cpp1936 BOOL TestInputName(CString &input_string, char *field_name, CWnd *parent, BOOL show_error_message) in TestInputName() argument
1946 sprintf_s(msg, sizeof(msg), "The \"%s\" field cannot be empty.", field_name); in TestInputName()
1986 …printf_s(msg, sizeof(msg), "The \"%s\" field must meet ANSI C variable naming rules.", field_name); in TestInputName()
1996 BOOL TestInputName(CEdit *input_field, char *field_name, CString &original_string, CWnd *parent) in TestInputName() argument
2002 if(TestInputName(input_string, field_name, parent)) in TestInputName()