新增tavleView控件,初步可用
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "FileSystem.h"
|
||||
#include "FileSystem.h"
|
||||
namespace ezui {
|
||||
namespace File {
|
||||
bool Exists(const UIString& filename) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#pragma once
|
||||
#pragma once
|
||||
#include "EzUI/EzUI.h"
|
||||
#include "EzUI/UIString.h"
|
||||
namespace ezui {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "mainFrom.h"
|
||||
#include "mainFrom.h"
|
||||
int APIENTRY wWinMain(_In_ HINSTANCE hInstance,
|
||||
_In_opt_ HINSTANCE hPrevInstance,
|
||||
_In_ LPWSTR lpCmdLine,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "mainFrom.h"
|
||||
#include "mainFrom.h"
|
||||
#include "FileSystem.h"
|
||||
|
||||
const wchar_t* xml = LR"xml(
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "EzUI/Application.h"
|
||||
#include "EzUI/Application.h"
|
||||
#include "EzUI/VLayout.h"
|
||||
#include "EzUI/TextBox.h"
|
||||
#include "EzUI/Button.h"
|
||||
|
||||
Reference in New Issue
Block a user