C# Class GanttDemo.Form1

显示文件 Open project: danwallentin/nGantt

Private Properties

Property Type Description
CreateData void
DeleteClicked void
DetermineBackground System.Windows.Media.Brush
EditClicked void
Form1_Load void
FormatDay string
FormatDayName string
FormatMonth string
FormatYear string
InitializeComponent void
NewClicked void
ViewClicked void
buttonNext_Click void
buttonPrevious_Click void
dateTimePicker_ValueChanged void
ganttControl1_GanttRowAreaSelected void

Public Methods

Method Description
Form1 ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CreateData ( DateTime minDate, DateTime maxDate ) : void
DeleteClicked ( GanttTask ganttTask ) : void
DetermineBackground ( TimeLineItem timeLineItem ) : System.Windows.Media.Brush
EditClicked ( GanttTask ganttTask ) : void
Form1_Load ( object sender, EventArgs e ) : void
FormatDay ( Period period ) : string
FormatDayName ( Period period ) : string
FormatMonth ( Period period ) : string
FormatYear ( Period period ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

NewClicked ( Period selectionPeriod ) : void
ViewClicked ( GanttTask ganttTask ) : void
buttonNext_Click ( object sender, EventArgs e ) : void
buttonPrevious_Click ( object sender, EventArgs e ) : void
dateTimePicker_ValueChanged ( object sender, EventArgs e ) : void
ganttControl1_GanttRowAreaSelected ( object sender, PeriodEventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Form1() public method

public Form1 ( ) : System
return System