C# Class FunctionForm.Status.FrmServerMonitor

Inheritance: System.Windows.Forms.Form
Mostra file Open project: magicdict/MongoCola

Public Properties

Property Type Description
CatalogDetailDic string>.Dictionary
FreshTimeChanged Action
MonitorItemsChanged Action>

Public Methods

Method Description
FrmServerMonitor ( ) : 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.

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

FrmServerMonitor() public method

public FrmServerMonitor ( ) : System
return System

Property Details

CatalogDetailDic public_oe static_oe property

分类内部项目
public static Dictionary CatalogDetailDic
return string>.Dictionary

FreshTimeChanged public_oe static_oe property

刷新时间变更的委托
public static Action FreshTimeChanged
return Action

MonitorItemsChanged public_oe static_oe property

自定义监视项目
public static Action> MonitorItemsChanged
return Action>