C# Class PLinkCore.HostTab

Description of HostTab.
Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: easylogic/plink Class Usage Examples

Public Properties

Property Type Description
imageList1 System.Windows.Forms.ImageList
imageList2 System.Windows.Forms.ImageList

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes resources used by the control.

Private Methods

Method 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 method

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

HostTab() public method

public HostTab ( ) : System
return System

OnLoad() public method

public OnLoad ( ) : void
return void

OnUnload() public method

public OnUnload ( ) : void
return void

changeStatus() public method

public changeStatus ( int type ) : void
type int
return void

changeStatus() public method

public changeStatus ( int type, string title ) : void
type int
title string
return void

loadLocalData() public method

public loadLocalData ( string fullpath ) : void
fullpath string
return void

loadLocalData() public method

public loadLocalData ( string fullpath, bool isSelected ) : void
fullpath string
isSelected bool
return void

log() public method

public log ( string str ) : void
str string
return void

setPLink() public method

public setPLink ( PLink plink ) : void
plink PLink
return void

Property Details

imageList1 public_oe property

public ImageList,System.Windows.Forms imageList1
return System.Windows.Forms.ImageList

imageList2 public_oe property

public ImageList,System.Windows.Forms imageList2
return System.Windows.Forms.ImageList