C# Class FunctionForm.Status.FrmServerMonitor

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: magicdict/MongoCola

Méthodes publiques

Свойство Type Description
CatalogDetailDic string>.Dictionary
FreshTimeChanged Action
MonitorItemsChanged Action>

Méthodes publiques

Méthode Description
FrmServerMonitor ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

NumTimeInterval_ValueChanged ( object sender, EventArgs e ) : void

时间变化

ResetMonitorItems ( ) : void

重制监视项目

SetValue ( object sender, EventArgs e ) : void

将值设定到图表

cmbCatalog_SelectedIndexChanged ( object sender, EventArgs e ) : void

Index变化

cmdCustom_Click ( object sender, EventArgs e ) : void
frmServerMonitor_Load ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

FrmServerMonitor() public méthode

public FrmServerMonitor ( ) : System
Résultat System

Property Details

CatalogDetailDic public_oe static_oe property

分类内部项目
public static Dictionary CatalogDetailDic
Résultat string>.Dictionary

FreshTimeChanged public_oe static_oe property

刷新时间变更的委托
public static Action FreshTimeChanged
Résultat Action

MonitorItemsChanged public_oe static_oe property

自定义监视项目
public static Action> MonitorItemsChanged
Résultat Action>