C# Class PLinkCore.HostTab

Description of HostTab.
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: easylogic/plink Class Usage Examples

Méthodes publiques

Свойство Type Description
imageList1 System.Windows.Forms.ImageList
imageList2 System.Windows.Forms.ImageList

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes resources used by the control.

Private Methods

Méthode Description
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

Method Details

Dispose() protected méthode

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

HostTab() public méthode

public HostTab ( ) : System
Résultat System

OnLoad() public méthode

public OnLoad ( ) : void
Résultat void

OnUnload() public méthode

public OnUnload ( ) : void
Résultat void

changeStatus() public méthode

public changeStatus ( int type ) : void
type int
Résultat void

changeStatus() public méthode

public changeStatus ( int type, string title ) : void
type int
title string
Résultat void

loadLocalData() public méthode

public loadLocalData ( string fullpath ) : void
fullpath string
Résultat void

loadLocalData() public méthode

public loadLocalData ( string fullpath, bool isSelected ) : void
fullpath string
isSelected bool
Résultat void

log() public méthode

public log ( string str ) : void
str string
Résultat void

setPLink() public méthode

public setPLink ( PLink plink ) : void
plink PLink
Résultat void

Property Details

imageList1 public_oe property

public ImageList,System.Windows.Forms imageList1
Résultat System.Windows.Forms.ImageList

imageList2 public_oe property

public ImageList,System.Windows.Forms imageList2
Résultat System.Windows.Forms.ImageList