C# Class CinderellaLauncher.FGCheckIn

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ThomasMoreCollege/CinderellaMGS

Méthodes publiques

Свойство Type Description
columns int
rows int
yPos float
yPos2 float

Méthodes publiques

Méthode Description
FGCheckIn ( ) : System
addColumns ( ) : void
addRows ( ) : void
countColumns ( ) : int
countRows ( ) : int
guiupdate ( int shiftNo ) : void
nextYposition ( ) : float

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BarcodeTextBox_KeyPress ( object sender, KeyPressEventArgs e ) : void
FGCheckin_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

aboutToolStripMenuItem1_Click ( object sender, EventArgs e ) : void
addButton_Click ( object sender, EventArgs e ) : void
addFairyGodmotherToolStripMenuItem_Click ( object sender, EventArgs e ) : void
chatNowToolStripMenuItem_Click ( object sender, EventArgs e ) : void
checkInButton_Click ( object sender, EventArgs e ) : void
clearButton1_Click ( object sender, EventArgs e ) : void
clearButton2_Click ( object sender, EventArgs e ) : void
clearButton3_Click ( object sender, EventArgs e ) : void
exitToolStripMenuItem1_Click ( object sender, EventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
fairyGodmotherCheckInToolStripMenuItem_Click ( object sender, EventArgs e ) : void
fgDGV_CellClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
fgDGV_CellEndEdit ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
friPMAlterationsButton_Click ( object sender, EventArgs e ) : void
friPMCheckInOutButton_Click ( object sender, EventArgs e ) : void
friPMPSButton_Click ( object sender, EventArgs e ) : void
friPMVolunteerButton_Click ( object sender, EventArgs e ) : void
logoutToolStripMenuItem_Click ( object sender, EventArgs e ) : void
refreshButtonFGCheckIn_Click ( object sender, EventArgs e ) : void
satAMAlterationsButton_Click ( object sender, EventArgs e ) : void
satAMCheckInOutButton_Click ( object sender, EventArgs e ) : void
satAMPSButton_Click ( object sender, EventArgs e ) : void
satAMVolunteerButton_Click ( object sender, EventArgs e ) : void
satPMAlterationsButton_Click ( object sender, EventArgs e ) : void
satPMCheckInOutButton_Click ( object sender, EventArgs e ) : void
satPMPSButton_Click ( object sender, EventArgs e ) : void
satPMVolunteerButton_Click ( object sender, EventArgs e ) : void
searchButton_Click ( object sender, EventArgs e ) : void
search_KeyUp ( object sender, KeyEventArgs e ) : void
shiftComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
undoCheckInToolStripMenuItem2_Click ( object sender, EventArgs e ) : void
undoCheckInToolStripMenuItem_Click ( object sender, EventArgs e ) : void
userManualToolStripMenuItem1_Click ( 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

FGCheckIn() public méthode

public FGCheckIn ( ) : System
Résultat System

addColumns() public static méthode

public static addColumns ( ) : void
Résultat void

addRows() public static méthode

public static addRows ( ) : void
Résultat void

countColumns() public static méthode

public static countColumns ( ) : int
Résultat int

countRows() public static méthode

public static countRows ( ) : int
Résultat int

guiupdate() public méthode

public guiupdate ( int shiftNo ) : void
shiftNo int
Résultat void

nextYposition() public static méthode

public static nextYposition ( ) : float
Résultat float

Property Details

columns public_oe static_oe property

public static int columns
Résultat int

rows public_oe static_oe property

public static int rows
Résultat int

yPos public_oe static_oe property

public static float yPos
Résultat float

yPos2 public_oe static_oe property

public static float yPos2
Résultat float