C# Class ElectronicRoomScheduler.Widgets.ScheduleWidget

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: jtheise/cs3402T4

Méthodes publiques

Свойство Type Description
labelLocation System.Windows.Forms.Label
labelName System.Windows.Forms.Label
labelTime System.Windows.Forms.Label

Méthodes publiques

Méthode Description
ScheduleWidget ( int r, string info ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

ScheduleWidget() public méthode

public ScheduleWidget ( int r, string info ) : System
r int
info string
Résultat System

Property Details

labelLocation public_oe property

public System.Windows.Forms.Label labelLocation
Résultat System.Windows.Forms.Label

labelName public_oe property

public System.Windows.Forms.Label labelName
Résultat System.Windows.Forms.Label

labelTime public_oe property

public System.Windows.Forms.Label labelTime
Résultat System.Windows.Forms.Label