用于.NET的免费日程/时间表GUI库

时间:2023-01-14 14:56:18

Does anyone know of any good free libraries providing Windows Forms controls for displaying schedules/timetables in .NET? I'm really looking for something similar to what the guy who asked this question was seeking, with a couple of differences:

有没有人知道任何提供Windows窗体控件的好的免费库,用于在.NET中显示时间表/时间表?我真的在寻找类似于问这个问题的人所寻求的东西,但有几点不同:

  1. I don't need any help organizing the underlying data or generating the schedule (that's all set) -- I just want a clean way of displaying it.
  2. 我不需要任何帮助来组织基础数据或生成计划(这都是设置) - 我只是想要一种干净的显示方式。

  3. I'm actually looking for a custom control in Windows Forms, not an ASP.NET control.
  4. 我实际上是在Windows窗体中寻找自定义控件,而不是ASP.NET控件。

One thing I've considered doing is just using a TableLayoutPanel control, but ideally I'm looking for something that will be more straightforward code-wise (as in, something actually designed for displaying a timetable) and sharper-looking visually.

我考虑做的一件事就是使用TableLayoutPanel控件,但理想情况下我正在寻找一些代码更简单的东西(例如,实际设计用于显示时间表的东西)并且视觉上更清晰。

2 个解决方案

#1


How about this control? It is very similar to the calendar in Outlook. It does come with source code, so if it's not quite what you need you could maybe use this as a base for your own implementation.

这个控件怎么样?它与Outlook中的日历非常相似。它确实带有源代码,所以如果它不是你需要的,你可以将它作为你自己实现的基础。

#2


Download the source code for http://www.monocalendar.com He built a control (CalWidget) that you can easily recompile in your own project that's pretty nice. I recompiled it in .net 4.0 with little problems.

下载http://www.monocalendar.com的源代码。他构建了一个控件(CalWidget),您可以在自己的项目中轻松地重新编译,这非常好。我在.net 4.0中重新编译它,几乎没有问题。

#1


How about this control? It is very similar to the calendar in Outlook. It does come with source code, so if it's not quite what you need you could maybe use this as a base for your own implementation.

这个控件怎么样?它与Outlook中的日历非常相似。它确实带有源代码,所以如果它不是你需要的,你可以将它作为你自己实现的基础。

#2


Download the source code for http://www.monocalendar.com He built a control (CalWidget) that you can easily recompile in your own project that's pretty nice. I recompiled it in .net 4.0 with little problems.

下载http://www.monocalendar.com的源代码。他构建了一个控件(CalWidget),您可以在自己的项目中轻松地重新编译,这非常好。我在.net 4.0中重新编译它,几乎没有问题。