C# 클래스 PLinkCore.HostTab

Description of HostTab.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: easylogic/plink 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
imageList1 System.Windows.Forms.ImageList
imageList2 System.Windows.Forms.ImageList

공개 메소드들

메소드 설명
HostTab ( ) : System
OnLoad ( ) : void
OnUnload ( ) : void
changeStatus ( int type ) : void
changeStatus ( int type, string title ) : void
loadLocalData ( string fullpath ) : void
loadLocalData ( string fullpath, bool isSelected ) : void
log ( string str ) : void
setPLink ( PLink plink ) : void

보호된 메소드들

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

Disposes resources used by the control.

비공개 메소드들

메소드 설명
AutoStartCheckedChanged ( object sender, EventArgs e ) : void
BtnEditClick ( object sender, System e ) : void
BtnMinusPolicyClick ( object sender, EventArgs e ) : void
BtnPlusPolicyClick ( object sender, EventArgs e ) : void
Button2Click ( object sender, EventArgs e ) : void
Button4Click ( object sender, EventArgs e ) : void
CbHeaderEncodingSelectedIndexChanged ( object sender, EventArgs e ) : void
CheckBox2CheckedChanged ( object sender, EventArgs e ) : void
CheckHostState ( object sender, System.Windows.Forms.ItemCheckEventArgs e ) : void
ComboBox2SelectedIndexChanged ( object sender, EventArgs e ) : void
HostAddItemClick ( object sender, EventArgs e ) : void
HostDeleteItemClick ( object sender, EventArgs e ) : void
HostModifyItemClick ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

SelectComboBoxValue ( ComboBox cb, string value ) : void
SelectHostFile ( object sender, EventArgs e ) : void
SetLocalIndex ( int i ) : void
SetStartStateValue ( bool value ) : void
reloadListView ( ) : void
reloadListView ( ArrayList list ) : void

메소드 상세

Dispose() 보호된 메소드

Disposes resources used by the control.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

HostTab() 공개 메소드

public HostTab ( ) : System
리턴 System

OnLoad() 공개 메소드

public OnLoad ( ) : void
리턴 void

OnUnload() 공개 메소드

public OnUnload ( ) : void
리턴 void

changeStatus() 공개 메소드

public changeStatus ( int type ) : void
type int
리턴 void

changeStatus() 공개 메소드

public changeStatus ( int type, string title ) : void
type int
title string
리턴 void

loadLocalData() 공개 메소드

public loadLocalData ( string fullpath ) : void
fullpath string
리턴 void

loadLocalData() 공개 메소드

public loadLocalData ( string fullpath, bool isSelected ) : void
fullpath string
isSelected bool
리턴 void

log() 공개 메소드

public log ( string str ) : void
str string
리턴 void

setPLink() 공개 메소드

public setPLink ( PLink plink ) : void
plink PLink
리턴 void

프로퍼티 상세

imageList1 공개적으로 프로퍼티

public ImageList,System.Windows.Forms imageList1
리턴 System.Windows.Forms.ImageList

imageList2 공개적으로 프로퍼티

public ImageList,System.Windows.Forms imageList2
리턴 System.Windows.Forms.ImageList