C# 클래스 iRuler.Dialogs.ConnectionDialog

Summary description for ConnectionInfo.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: f5devcentral/f5-irule-editor

공개 프로퍼티들

프로퍼티 타입 설명
centerX int
centerY int

공개 메소드들

메소드 설명
ConnectionDialog ( ) : System

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
CancelLinkLabel_LinkClicked ( object sender, System e ) : void
ClearLinkLabel_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
ConnectionDialog_HelpButtonClicked ( object sender, CancelEventArgs e ) : void
ConnectionDialog_Load ( object sender, System e ) : void
HostnameComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

OKLinkLabel_LinkClicked ( object sender, System e ) : void
fillupForm ( String sHostname ) : void

메소드 상세

ConnectionDialog() 공개 메소드

public ConnectionDialog ( ) : System
리턴 System

Dispose() 보호된 메소드

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

프로퍼티 상세

centerX 공개적으로 프로퍼티

public int centerX
리턴 int

centerY 공개적으로 프로퍼티

public int centerY
리턴 int