C# 클래스 Dynamic_Games.CoopForm

파일 보기 프로젝트 열기: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
numericPlayer System.Windows.Forms.NumericUpDown
richTextBoxMaterials System.Windows.Forms.RichTextBox
richTextBoxPlayerFunc System.Windows.Forms.RichTextBox

Private Properties

프로퍼티 타입 설명
BackTrack List
DgvFirstRow void
FillDataGrid void
GetPlayersArray List
InitializeComponent void
buttonClear_Click void
buttonLeaver_Click void
buttonNewPlayer_Click void
buttonStart_Click void
buttonStop_Click void
chart void
dataGridViewCoalition_SelectionChanged void
getRandomFunction String
getRandomMaterials String
initCalc void
initDgvChart void
initInput void
richTextBoxMaterials_KeyPress void
richTextBoxPlayerFunc_KeyPress void
richTextBoxPlayerFunc_TextChanged void
rmvLine string
timer1_Tick void
tokenizer string[]

공개 메소드들

메소드 설명
CheckFill ( ) : bool
CoopForm ( ) : System

보호된 메소드들

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

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

비공개 메소드들

메소드 설명
BackTrack ( int numOfPlayers ) : List
DgvFirstRow ( ) : void
FillDataGrid ( ) : void
GetPlayersArray ( int numberOfPlayers ) : List
InitializeComponent ( ) : void

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

buttonClear_Click ( object sender, EventArgs e ) : void
buttonLeaver_Click ( object sender, EventArgs e ) : void
buttonNewPlayer_Click ( object sender, EventArgs e ) : void
buttonStart_Click ( object sender, EventArgs e ) : void
buttonStop_Click ( object sender, EventArgs e ) : void
chart ( ) : void
dataGridViewCoalition_SelectionChanged ( object sender, EventArgs e ) : void
getRandomFunction ( int m ) : String
getRandomMaterials ( int m ) : String
initCalc ( ) : void
initDgvChart ( ) : void
initInput ( ) : void
richTextBoxMaterials_KeyPress ( object sender, KeyPressEventArgs e ) : void
richTextBoxPlayerFunc_KeyPress ( object sender, KeyPressEventArgs e ) : void
richTextBoxPlayerFunc_TextChanged ( object sender, EventArgs e ) : void
rmvLine ( RichTextBox rtb, int line ) : string
timer1_Tick ( object sender, EventArgs e ) : void
tokenizer ( string inputString ) : string[]

메소드 상세

CheckFill() 공개 메소드

public CheckFill ( ) : bool
리턴 bool

CoopForm() 공개 메소드

public CoopForm ( ) : System
리턴 System

Dispose() 보호된 메소드

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

OnFormClosing() 보호된 메소드

protected OnFormClosing ( FormClosingEventArgs e ) : void
e FormClosingEventArgs
리턴 void

프로퍼티 상세

numericPlayer 공개적으로 프로퍼티

public System.Windows.Forms.NumericUpDown numericPlayer
리턴 System.Windows.Forms.NumericUpDown

richTextBoxMaterials 공개적으로 프로퍼티

public System.Windows.Forms.RichTextBox richTextBoxMaterials
리턴 System.Windows.Forms.RichTextBox

richTextBoxPlayerFunc 공개적으로 프로퍼티

public System.Windows.Forms.RichTextBox richTextBoxPlayerFunc
리턴 System.Windows.Forms.RichTextBox