C# Class GPATool.ScoreDistributionChartPanel

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: hackerzhou/GPATool

Public Methods

Method Description
HidePanel ( ) : void
RefreshData ( String listViewItemStr, System.Windows.Forms.DataVisualization.Charting.DataPoint chartPoint ) : void
ScoreDistributionChartPanel ( ) : System
SetPanelType ( ScoreDistributionChartPanelType type ) : void
ShowPanel ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

Private Methods

Method Description
AnimateWindow ( IntPtr hwnd, uint dwTime, uint dwFlags ) : bool
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

ScoreDistributionChartPanel_Load ( object sender, EventArgs e ) : void
comboBox2_SelectedIndexChanged ( object sender, EventArgs e ) : void
listView2_ItemSelectionChanged ( object sender, System.Windows.Forms.ListViewItemSelectionChangedEventArgs e ) : void
toolStripMenuItem1_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
return void

HidePanel() public method

public HidePanel ( ) : void
return void

RefreshData() public method

public RefreshData ( String listViewItemStr, System.Windows.Forms.DataVisualization.Charting.DataPoint chartPoint ) : void
listViewItemStr String
chartPoint System.Windows.Forms.DataVisualization.Charting.DataPoint
return void

ScoreDistributionChartPanel() public method

public ScoreDistributionChartPanel ( ) : System
return System

SetPanelType() public method

public SetPanelType ( ScoreDistributionChartPanelType type ) : void
type ScoreDistributionChartPanelType
return void

ShowPanel() public method

public ShowPanel ( ) : void
return void