summaryrefslogtreecommitdiff
path: root/contrib/win32/smsd_mfc/loguser.h
diff options
context:
space:
mode:
authorMichal Čihař <nijel@debian.org>2017-10-18 10:36:37 +0200
committerMichal Čihař <nijel@debian.org>2017-10-18 10:36:37 +0200
commitf615ee56e6d4f63c6d454068579d5fc158237067 (patch)
treec388746fbd08c052c58aa732b4193f1149880fa5 /contrib/win32/smsd_mfc/loguser.h
Import gammu_1.38.5.orig.tar.xz
[dgit import orig gammu_1.38.5.orig.tar.xz]
Diffstat (limited to 'contrib/win32/smsd_mfc/loguser.h')
-rw-r--r--contrib/win32/smsd_mfc/loguser.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/contrib/win32/smsd_mfc/loguser.h b/contrib/win32/smsd_mfc/loguser.h
new file mode 100644
index 0000000..8398b4f
--- /dev/null
+++ b/contrib/win32/smsd_mfc/loguser.h
@@ -0,0 +1,22 @@
+#include <afxwin.h>
+#include <afxext.h>
+#include <afxcview.h>
+
+#include "resource.h"
+
+class CLogUserDlg : public CDialog
+{
+public:
+ CString User;
+ CString Pass;
+ CString IP;
+ enum {IDD = IDD_LOGUSER};
+ CLogUserDlg();
+ afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
+ afx_msg void OnEnChangeEdit1();
+ afx_msg void OnEnChangeEdit2();
+protected:
+ DECLARE_MESSAGE_MAP()
+ void CheckIDOK();
+ virtual void DoDataExchange(CDataExchange* pDX);
+};