C# Class CapDemo.Player_Lane1

Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: antang/NewCapstoneProject Class Usage Examples

Public Properties

Property Type Description
btn_Team System.Windows.Forms.Button
lbl_Finish System.Windows.Forms.PictureBox
lbl_IDPlayer System.Windows.Forms.Label
lbl_SequencePlayer System.Windows.Forms.Label
timeHightLight System.Windows.Forms.Timer

Public Methods

Method Description
HighLight ( bool toggle ) : void
Player_Lane1 ( ) : 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.

timeHightLight_Tick ( 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

HighLight() public method

public HighLight ( bool toggle ) : void
toggle bool
return void

Player_Lane1() public method

public Player_Lane1 ( ) : System
return System

Property Details

btn_Team public_oe property

public System.Windows.Forms.Button btn_Team
return System.Windows.Forms.Button

lbl_Finish public_oe property

public System.Windows.Forms.PictureBox lbl_Finish
return System.Windows.Forms.PictureBox

lbl_IDPlayer public_oe property

public System.Windows.Forms.Label lbl_IDPlayer
return System.Windows.Forms.Label

lbl_SequencePlayer public_oe property

public System.Windows.Forms.Label lbl_SequencePlayer
return System.Windows.Forms.Label

timeHightLight public_oe property

public System.Windows.Forms.Timer timeHightLight
return System.Windows.Forms.Timer