C# Class ProxyManager.DlgOptions

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: c-jiang/ProxyManager

Méthodes publiques

Méthode Description
ShowDialog ( IWin32Window owner, Profile profile ) : DialogResult
ShowDialog ( Profile profile ) : DialogResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CreateListViewItem ( ProxyGroup pg ) : System.Windows.Forms.ListViewItem
DeleteProxyGroup ( System.Windows.Forms.ListViewItem item ) : void
DlgOptions ( ) : System
DlgOptions_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
DlgOptions_Shown ( object sender, EventArgs e ) : void
EditProxyGroup ( System.Windows.Forms.ListViewItem item ) : void
HasListViewItemSelected ( ) : bool
InitializeComponent ( ) : void

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

SetDialogLayout ( Profile profile ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
btnDown_Click ( object sender, EventArgs e ) : void
btnEdit_Click ( object sender, EventArgs e ) : void
btnNew_Click ( object sender, EventArgs e ) : void
btnUp_Click ( object sender, EventArgs e ) : void
cbLogToFile_CheckedChanged ( object sender, EventArgs e ) : void
lvProxyGroups_MouseDoubleClick ( object sender, MouseEventArgs e ) : void

Method Details

Dispose() protected méthode

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

ShowDialog() public méthode

public ShowDialog ( IWin32Window owner, Profile profile ) : DialogResult
owner IWin32Window
profile Profile
Résultat DialogResult

ShowDialog() public méthode

public ShowDialog ( Profile profile ) : DialogResult
profile Profile
Résultat DialogResult