C# 클래스 Servidor.UI.VInformacionDelSistema

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: jj-gallardo/CRat

공개 프로퍼티들

프로퍼티 타입 설명
info Common.Lib.NetData

보호된 프로퍼티들

프로퍼티 타입 설명
backgroundWorker1 System.ComponentModel.BackgroundWorker
button1 System.Windows.Forms.Button
groupBox1 System.Windows.Forms.GroupBox
loadLabel System.Windows.Forms.ToolStripStatusLabel
miGrid MisComponentes.MiNetDataGrid
statusStrip1 System.Windows.Forms.StatusStrip
tableAccionesLayaout System.Windows.Forms.TableLayoutPanel

공개 메소드들

메소드 설명
Actualizar ( ) : void
VInformacionDelSistema ( ) : System
VInformacionDelSistema ( Conexion cliente ) : System
actualizarConNetData ( NetData nd ) : void

보호된 메소드들

메소드 설명
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.

VInformacionDelSistema_Load ( object sender, EventArgs e ) : void
actualizador_Tick ( object sender, EventArgs e ) : void
backgroundWorker1_DoWork ( object sender, DoWorkEventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
flowLayoutPanel1_Paint ( object sender, PaintEventArgs e ) : void
groupBox1_Enter ( object sender, EventArgs e ) : void

메소드 상세

Actualizar() 공개 추상적인 메소드

public abstract Actualizar ( ) : void
리턴 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

VInformacionDelSistema() 공개 메소드

public VInformacionDelSistema ( ) : System
리턴 System

VInformacionDelSistema() 공개 메소드

public VInformacionDelSistema ( Conexion cliente ) : System
cliente Servidor.Negocio.Conexion
리턴 System

actualizarConNetData() 공개 메소드

public actualizarConNetData ( NetData nd ) : void
nd Common.Lib.NetData
리턴 void

프로퍼티 상세

backgroundWorker1 보호되어 있는 프로퍼티

protected System.ComponentModel.BackgroundWorker backgroundWorker1
리턴 System.ComponentModel.BackgroundWorker

button1 보호되어 있는 프로퍼티

protected Button,System.Windows.Forms button1
리턴 System.Windows.Forms.Button

groupBox1 보호되어 있는 프로퍼티

protected GroupBox,System.Windows.Forms groupBox1
리턴 System.Windows.Forms.GroupBox

info 공개적으로 프로퍼티

public NetData,Common.Lib info
리턴 Common.Lib.NetData

loadLabel 보호되어 있는 프로퍼티

protected ToolStripStatusLabel,System.Windows.Forms loadLabel
리턴 System.Windows.Forms.ToolStripStatusLabel

miGrid 보호되어 있는 프로퍼티

protected MisComponentes.MiNetDataGrid miGrid
리턴 MisComponentes.MiNetDataGrid

statusStrip1 보호되어 있는 프로퍼티

protected StatusStrip,System.Windows.Forms statusStrip1
리턴 System.Windows.Forms.StatusStrip

tableAccionesLayaout 보호되어 있는 프로퍼티

protected TableLayoutPanel,System.Windows.Forms tableAccionesLayaout
리턴 System.Windows.Forms.TableLayoutPanel