小工具整理

This commit is contained in:
Abin
2025-07-31 16:05:55 +08:00
commit 1011eb44e1
566 changed files with 267142 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
dotnetSunnyUI=dotNet.loadAssembly "D:\Desktop\dll\SunnyUI.dll"
dotnetSunnyCommonUI=dotNet.loadAssembly "D:\Desktop\dll\SunnyUI.Common.dll"
--Create a DotNet Button
mButton = dotNetObject "Sunny.UI.UIbutton"
mButton.text = "Button"
--Create a DotNet Form
hForm = dotNetObject "Sunny.UI.UImainFrame"
hForm.topmost = true
hForm.Style=hForm.Style.green
hForm.show()
showmethods hForm.controls
hForm.controls.Contains mButton