From 8d8cd298ab46aee191baf53ff320fd3290d1ec9a Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 11 七月 2024 01:00:48 +0800 Subject: [PATCH] 界面基础整理 --- WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj.user | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj.user b/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj.user index 81dca9d..9eefc93 100644 --- a/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj.user +++ b/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj.user @@ -1,6 +1,21 @@ 锘�<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> + <Compile Update="00-basic\1-document_page\DocumentPage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="00-basic\1-document_page\MainForm.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="01-tip\TipForm.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-wait\WaitFormStyle1.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-wait\WaitFormStyle2.cs"> + <SubType>Form</SubType> + </Compile> <Compile Update="UserControl1.cs"> <SubType>UserControl</SubType> </Compile> -- Gitblit v1.9.3