Home
last modified time | relevance | path

Searched refs:mMessage (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dmessage_dialog.cpp36 mMessage = CString(msg); in IMPLEMENT_DYNAMIC()
53 if (!mMessage.IsEmpty()) in OnInitDialog()
55 AddCStaticControl(mMessage); in OnInitDialog()
159 msg_text.Create(mMessage, WS_CHILD | WS_VISIBLE | SS_LEFT, size, this); in AddCStaticControl()
Dwait_dialog.cpp24 mMessage = CString(msg); in IMPLEMENT_DYNAMIC()
59 wait_msg.Create(mMessage, WS_CHILD|WS_VISIBLE|SS_CENTER, size, this); in OnCreate()
Dmessage_dialog.h22 CString mMessage; variable
Dwait_dialog.h28 CString mMessage; variable