From 552b0d6e5d9f02c5f50e7407f0b274f4b926a043 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期四, 12 六月 2025 09:53:57 +0800
Subject: [PATCH] Merge branch 'clh'

---
 SourceCode/Bond/Servo/LoginDlg.h |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/SourceCode/Bond/Servo/LoginDlg.h b/SourceCode/Bond/Servo/LoginDlg.h
new file mode 100644
index 0000000..b2d2a1a
--- /dev/null
+++ b/SourceCode/Bond/Servo/LoginDlg.h
@@ -0,0 +1,32 @@
+锘�#pragma once
+#include "afxdialogex.h"
+
+
+// CLoginDlg 瀵硅瘽妗�
+
+class CLoginDlg : public CDialogEx
+{
+	DECLARE_DYNAMIC(CLoginDlg)
+
+public:
+	CLoginDlg(CWnd* pParent = nullptr);   // 鏍囧噯鏋勯�犲嚱鏁�
+	virtual ~CLoginDlg();
+
+// 瀵硅瘽妗嗘暟鎹�
+#ifdef AFX_DESIGN_TIME
+	enum { IDD = IDD_DIALOG_LOGIN };
+#endif
+
+private:
+	CStatic m_staticImage;
+	CEdit m_editUsername;
+	CEdit m_editPassword;
+	CButton m_checkRememberPassword;
+
+protected:
+	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV 鏀寔
+	virtual BOOL OnInitDialog();
+	afx_msg void OnBnClickedLogin();
+	afx_msg void OnBnClickedChangePassword();
+	DECLARE_MESSAGE_MAP()
+};

--
Gitblit v1.9.3