C# 클래스 MonitoringApp_V2.Form1

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: projectgroepA1/ProjectgroepA1

공개 메소드들

메소드 설명
AddPanel ( DataPanel panel ) : void
Form1 ( TcpClient client, NetworkStream stream, WindowsFormsApplication2.Login login, string dir ) : System
LoadMeasurements ( List mes ) : void
closeApplicaton ( ) : void
showMessage ( int clientID, string message ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
Delete_Click ( object sender, EventArgs e ) : void
Form1_FormClosing_1 ( object sender, FormClosingEventArgs e ) : void
Form1_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

aboutUsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
flowLayoutPanel_Paint ( object sender, PaintEventArgs e ) : void
loadToolStripMenuItem_Click ( object sender, EventArgs e ) : void

메소드 상세

AddPanel() 공개 메소드

public AddPanel ( DataPanel panel ) : void
panel DataPanel
리턴 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

Form1() 공개 메소드

public Form1 ( TcpClient client, NetworkStream stream, WindowsFormsApplication2.Login login, string dir ) : System
client System.Net.Sockets.TcpClient
stream System.Net.Sockets.NetworkStream
login WindowsFormsApplication2.Login
dir string
리턴 System

LoadMeasurements() 공개 메소드

public LoadMeasurements ( List mes ) : void
mes List
리턴 void

closeApplicaton() 공개 메소드

public closeApplicaton ( ) : void
리턴 void

showMessage() 공개 메소드

public showMessage ( int clientID, string message ) : void
clientID int
message string
리턴 void