C# 클래스 CinderellaLauncher.FGCheckIn

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: ThomasMoreCollege/CinderellaMGS

공개 프로퍼티들

프로퍼티 타입 설명
columns int
rows int
yPos float
yPos2 float

공개 메소드들

메소드 설명
FGCheckIn ( ) : System
addColumns ( ) : void
addRows ( ) : void
countColumns ( ) : int
countRows ( ) : int
guiupdate ( int shiftNo ) : void
nextYposition ( ) : float

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

FGCheckIn() 공개 메소드

public FGCheckIn ( ) : System
리턴 System

addColumns() 공개 정적인 메소드

public static addColumns ( ) : void
리턴 void

addRows() 공개 정적인 메소드

public static addRows ( ) : void
리턴 void

countColumns() 공개 정적인 메소드

public static countColumns ( ) : int
리턴 int

countRows() 공개 정적인 메소드

public static countRows ( ) : int
리턴 int

guiupdate() 공개 메소드

public guiupdate ( int shiftNo ) : void
shiftNo int
리턴 void

nextYposition() 공개 정적인 메소드

public static nextYposition ( ) : float
리턴 float

프로퍼티 상세

columns 공개적으로 정적으로 프로퍼티

public static int columns
리턴 int

rows 공개적으로 정적으로 프로퍼티

public static int rows
리턴 int

yPos 공개적으로 정적으로 프로퍼티

public static float yPos
리턴 float

yPos2 공개적으로 정적으로 프로퍼티

public static float yPos2
리턴 float