easywebfactory / gtksystem-windows-forms

C#桌面应用程序跨平台(windows、linux、macos)界面开发组件,基于GTK组件开发,该组件的核心优势是使用C#的原生winform表单控件窗体设计器,相同的属性方法,C#原生开发即可,无需学习。一次编译,跨平台运行。 便于开发跨平台winform软件,便于将C#升级为跨平台软件。
https://gitee.com/easywebfactory
GNU Lesser General Public License v3.0
133 stars 24 forks source link

增加 HScrollBar 和 VScrollBar 控件 #5

Closed towerbit closed 6 hours ago

towerbit commented 1 day ago

增加 HScrollBar 和 VScrollBar 控件,同时在 GTKWinFormsApp Form3.cs 中添加调用示例 增加 FontDialog 字体选择对话框,同时在 GTKWinFormsApp Form4.cs 中添加调用示例

easywebfactory commented 1 day ago

收到,感谢支持,会适时合并更新上去  

凹凸曼 @.***

 

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2024年9月27日(星期五) 上午10:01 收件人: @.>; 抄送: @.***>; 主题: [easywebfactory/gtksystem-windows-forms] 增加 HScrollBar 和 VScrollBar 控件 (PR #5)

增加 HScrollBar 和 VScrollBar 控件,同时在 GTKWinFormsApp 添加调用示例

You can view, comment on, or merge this pull request online at:

  https://github.com/easywebfactory/gtksystem-windows-forms/pull/5

Commit Summary

aab7b66 增加 HScrollBar 和 VScrollBar 控件

9a59f81 Merge branch 'master' of https://github.com/towerbit/GtkWinForms

File Changes

(32 files)

 M     .gitignore     (30)   

 M     .vs/GTKWinFormsApp/DesignTimeBuild/.dtbcache.v2     (0)   

 D     Samples/GTKSystemWinFormsApp11/obj/Debug/net8.0/GTKSystemWinFormsApp11.AssemblyInfo.cs     (23)   

 D     Samples/GTKSystemWinFormsApp11/obj/Debug/net8.0/GTKSystemWinFormsApp11.AssemblyInfoInputs.cache     (1)   

 D     Samples/GTKSystemWinFormsApp11/obj/Debug/net8.0/GTKSystemWinFormsApp11.GeneratedMSBuildEditorConfig.editorconfig     (13)   

 D     Samples/GTKSystemWinFormsApp11/obj/Debug/net8.0/GTKSystemWinFormsApp11.assets.cache     (0)   

 D     Samples/GTKSystemWinFormsApp11/obj/Debug/net8.0/GTKSystemWinFormsApp11.csproj.AssemblyReference.cache     (0)   

 M     Samples/GTKWinFormsApp/Form3.Designer.cs     (156)   

 M     Samples/GTKWinFormsApp/Form3.cs     (14)   

 M     Samples/GTKWinFormsApp/Form3.resx     (14)   

 M     Samples/GTKWinFormsApp/GTKWinFormsApp.csproj     (10)   

 A     Samples/GTKWinFormsApp/bin/Debug/net8.0/theme/setup.theme     (23)   

 D     Samples/GTKWinFormsApp/obj/GTKWinFormsApp.csproj.nuget.dgspec.json     (267)   

 D     Samples/GTKWinFormsApp/obj/GTKWinFormsApp.csproj.nuget.g.props     (18)   

 D     Samples/GTKWinFormsApp/obj/project.assets.json     (2319)   

 D     Samples/GTKWinFormsApp/obj/project.nuget.cache     (49)   

 A     Source/GTKSystem.Windows.Forms/GTKControls/HScrollBar.cs     (45)   

 A     Source/GTKSystem.Windows.Forms/GTKControls/VScrollBar.cs     (44)   

 M     Source/GTKSystem.Windows.Forms/GTKSystem.Windows.Forms.csproj     (4)   

 M     Source/GTKSystem.Windows.Forms/GTKSystem.Windows.Forms.csproj.user     (6)   

 D     Source/GTKSystem.Windows.Forms/obj/GTKSystem.Windows.Forms.csproj.nuget.dgspec.json     (193)   

 D     Source/GTKSystem.Windows.Forms/obj/GTKSystem.Windows.Forms.csproj.nuget.g.props     (35)   

 D     Source/GTKSystem.Windows.Forms/obj/project.assets.json     (787)   

 D     Source/GTKSystem.Windows.Forms/obj/project.nuget.cache     (23)   

 D     Source/System.Resources.Extensions/obj/Debug/net6.0/System.Resources.Extensions.AssemblyInfo.cs     (23)   

 D     Source/System.Resources.Extensions/obj/Debug/net6.0/System.Resources.Extensions.AssemblyInfoInputs.cache     (1)   

 D     Source/System.Resources.Extensions/obj/Debug/net6.0/System.Resources.Extensions.GeneratedMSBuildEditorConfig.editorconfig     (13)   

 D     Source/System.Resources.Extensions/obj/Debug/net6.0/System.Resources.Extensions.assets.cache     (0)   

 D     Source/System.Resources.Extensions/obj/System.Resources.Extensions.csproj.nuget.dgspec.json     (68)   

 D     Source/System.Resources.Extensions/obj/System.Resources.Extensions.csproj.nuget.g.props     (15)   

 D     Source/System.Resources.Extensions/obj/project.assets.json     (73)   

 D     Source/System.Resources.Extensions/obj/project.nuget.cache     (8)   

Patch Links:

https://github.com/easywebfactory/gtksystem-windows-forms/pull/5.patch

https://github.com/easywebfactory/gtksystem-windows-forms/pull/5.diff

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>