C# Class GPATool.ScoreDistributionChartPanel

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: hackerzhou/GPATool

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

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

Private Methods

Méthode 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 méthode

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

HidePanel() public méthode

public HidePanel ( ) : void
Résultat void

RefreshData() public méthode

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

ScoreDistributionChartPanel() public méthode

public ScoreDistributionChartPanel ( ) : System
Résultat System

SetPanelType() public méthode

public SetPanelType ( ScoreDistributionChartPanelType type ) : void
type ScoreDistributionChartPanelType
Résultat void

ShowPanel() public méthode

public ShowPanel ( ) : void
Résultat void