备份
This commit is contained in:
23
demo/Adminstor/Adminstor/loginForm.h
Normal file
23
demo/Adminstor/Adminstor/loginForm.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#include "pch.h"
|
||||
|
||||
using namespace ezui;
|
||||
|
||||
using Form = LayeredWindow; //֧<><D6A7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><CDB8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28><><EFBFBD><EFBFBD>Ӱ)
|
||||
//using Form = BorderlessWindow; //<2F><><EFBFBD><EFBFBD><EFBFBD>ޱ߿<DFBF>(<28><><EFBFBD><EFBFBD>Ӱ)
|
||||
//using Form = Window; //<2F><><EFBFBD><D7BC><EFBFBD><EFBFBD>(<28><>ϵͳ<CFB5><CDB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)
|
||||
|
||||
// <20><>½<EFBFBD><C2BD><EFBFBD><EFBFBD>
|
||||
class loginForm :public Form
|
||||
{
|
||||
private:
|
||||
//ui<75><69><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
UIManager umg;
|
||||
protected:
|
||||
virtual void OnNotify(Control* sender, EventArgs& args)override;//<2F><><EFBFBD><EFBFBD><EFBFBD>¼<EFBFBD>֪ͨ
|
||||
virtual void OnClose(bool& close)override;//<2F><><EFBFBD><EFBFBD><EFBFBD>ڹرյ<D8B1>ʱ<EFBFBD><CAB1>
|
||||
public:
|
||||
loginForm();
|
||||
virtual ~loginForm();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user