C# Class ElectronicRoomScheduler.Widgets.ScheduleWidget

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: jtheise/cs3402T4

Public Properties

Property Type Description
labelLocation System.Windows.Forms.Label
labelName System.Windows.Forms.Label
labelTime System.Windows.Forms.Label

Public Methods

Method Description
ScheduleWidget ( int r, string info ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

ScheduleWidget_Click ( object sender, EventArgs e ) : void
ScheduleWidget_Load ( object sender, EventArgs 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

ScheduleWidget() public method

public ScheduleWidget ( int r, string info ) : System
r int
info string
return System

Property Details

labelLocation public_oe property

public System.Windows.Forms.Label labelLocation
return System.Windows.Forms.Label

labelName public_oe property

public System.Windows.Forms.Label labelName
return System.Windows.Forms.Label

labelTime public_oe property

public System.Windows.Forms.Label labelTime
return System.Windows.Forms.Label