新增tavleView控件,初步可用

This commit is contained in:
睿 安
2026-01-28 15:00:12 +08:00
parent bcbf890ebd
commit abcfc78596
494 changed files with 3202 additions and 484 deletions

View File

@@ -1,4 +1,4 @@
#include "FileSystem.h"
#include "FileSystem.h"
namespace ezui {
namespace File {
bool Exists(const UIString& filename) {

View File

@@ -1,4 +1,4 @@
#pragma once
#pragma once
#include "EzUI/EzUI.h"
#include "EzUI/UIString.h"
namespace ezui {

View File

@@ -1,4 +1,4 @@
#include "mainFrom.h"
#include "mainFrom.h"
int APIENTRY wWinMain(_In_ HINSTANCE hInstance,
_In_opt_ HINSTANCE hPrevInstance,
_In_ LPWSTR lpCmdLine,

View File

@@ -1,4 +1,4 @@
#include "mainFrom.h"
#include "mainFrom.h"
#include "FileSystem.h"
const wchar_t* xml = LR"xml(

View File

@@ -1,4 +1,4 @@
#include "EzUI/Application.h"
#include "EzUI/Application.h"
#include "EzUI/VLayout.h"
#include "EzUI/TextBox.h"
#include "EzUI/Button.h"