文件名称:甘特图控件C#源码
文件大小:70KB
文件格式:ZIP
更新时间:2017-07-31 04:07:31
甘特图 gantt 项目管理
Project Description The .NET C# Winforms Gantt Chart Control is a class library project hosted on codeplex that provides a quick way to get a gantt chart up and running for your application. This control was first developed as part of a report writing task. At that time of writing the report, I did not have at hand a software like Microsoft Project but I still needed to show a gantt chart. Hence I ended up “drawing” my chart in code as it was the faster alternative than drawing it in, say, Photoshop or PowerPoint as repeated edit changes were dynamic and fast. As such, this winforms control will be suitable if you just need simple features for a larger application or for prototyping purposes. Hopefully, I can add more features to the control to make it more robust in time to come.
【文件预览】:
ganttchart
----GanttChart.sln(4KB)
----LICENSE.txt(1KB)
----GanttChartTests()
--------GanttChartTests.csproj(3KB)
--------ProjectTest.cs(115KB)
--------Properties()
--------ChartTest.cs(3KB)
--------TaskTest.cs(45KB)
----readme.txt(3KB)
----GanttChartExample()
--------ExampleFull.Designer.cs(34KB)
--------GanttChartExample.csproj(5KB)
--------Program.cs(631B)
--------Properties()
--------ExampleSimple.Designer.cs(2KB)
--------ExampleSimple.cs(572B)
--------ExampleFull.resx(6KB)
--------ExampleSimple.resx(6KB)
--------ExampleFull.cs(21KB)
----GanttChart()
--------Project.cs(50KB)
--------Chart.Designer.cs(1KB)
--------Chart.cs(71KB)
--------IProject.cs(15KB)
--------Properties()
--------GanttChart.csproj(3KB)
--------Viewport.cs(16KB)
--------Chart.resx(6KB)