C# Класс FunctionForm.Status.FrmServerMonitor

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
CatalogDetailDic string>.Dictionary
FreshTimeChanged Action
MonitorItemsChanged Action>

Открытые методы

Метод Описание
FrmServerMonitor ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

FrmServerMonitor() публичный Метод

public FrmServerMonitor ( ) : System
Результат System

Описание свойств

CatalogDetailDic публичное статическое свойство

分类内部项目
public static Dictionary CatalogDetailDic
Результат string>.Dictionary

FreshTimeChanged публичное статическое свойство

刷新时间变更的委托
public static Action FreshTimeChanged
Результат Action

MonitorItemsChanged публичное статическое свойство

自定义监视项目
public static Action> MonitorItemsChanged
Результат Action>