Taiizor / ReaLTaiizor

ReaLTaiizor is a .NET WinForms control library that offers a wide range of components and is user-friendly and design-focused.
https://www.vegalya.com
MIT License
1.6k stars 262 forks source link

Material Demo code #46

Closed masterchen closed 2 years ago

masterchen commented 2 years ago

Very good project ! Thank you ! I like the design of "material demo" gif shows , i found when i launch project "ReaLTaiizor.UI", i can see the form. but the form icon show it is a file , not a window form, when i right click the mouse on the form file (such as form17 ) there is no selection "open in the form designer" , thank you ~

github-actions[bot] commented 2 years ago

We grateful you making your first issue notification. You can be sure that a return will be made as soon as possible.

Taiizor commented 2 years ago

i understand what you are trying to say. as you can see below, i have no problem. probably related to your .NET or Visual Studio version. in addition, compiling the project can fix this problem. image

masterchen commented 2 years ago

@Taiizor Thanks for your reminder. I changed the "ReaLTaiizor.UI.csproj.user" file , after adding the code below , then i can open Form17.cs in the desginer: `

Form
</Compile>`