C# Class AutoPuTTY.formOptions

Inheritance: System.Windows.Forms.Form
Show file Open project: r4dius/AutoPuTTY Class Usage Examples

Public Properties

Property Type Description
bPuTTYExecute System.Windows.Forms.Button
bwProgress System.ComponentModel.BackgroundWorker
cbGMinimize System.Windows.Forms.CheckBox
cbGMulti System.Windows.Forms.CheckBox
cbGReplace System.Windows.Forms.CheckBox
cbGSkip System.Windows.Forms.CheckBox
cbPuTTYExecute System.Windows.Forms.CheckBox
cbPuTTYForward System.Windows.Forms.CheckBox
cbPuTTYKey System.Windows.Forms.CheckBox
cbRDAdmin System.Windows.Forms.CheckBox
cbRDDrives System.Windows.Forms.CheckBox
cbRDSize System.Windows.Forms.ComboBox
cbRDSpan System.Windows.Forms.CheckBox
cbVNCFullscreen System.Windows.Forms.CheckBox
cbVNCViewonly System.Windows.Forms.CheckBox
cbWSCPKey System.Windows.Forms.CheckBox
cbWSCPPassive System.Windows.Forms.CheckBox
tbPuTTYExecute System.Windows.Forms.TextBox
tbPuTTYKey System.Windows.Forms.TextBox
tbPuTTYPath System.Windows.Forms.TextBox
tbRDKeep System.Windows.Forms.TextBox
tbVNCKeep System.Windows.Forms.TextBox
tbWSCPKey System.Windows.Forms.TextBox

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected method

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

Property Details

bPuTTYExecute public property

public System.Windows.Forms.Button bPuTTYExecute
return System.Windows.Forms.Button

bwProgress public property

public System.ComponentModel.BackgroundWorker bwProgress
return System.ComponentModel.BackgroundWorker

cbGMinimize public property

public System.Windows.Forms.CheckBox cbGMinimize
return System.Windows.Forms.CheckBox

cbGMulti public property

public System.Windows.Forms.CheckBox cbGMulti
return System.Windows.Forms.CheckBox

cbGReplace public property

public System.Windows.Forms.CheckBox cbGReplace
return System.Windows.Forms.CheckBox

cbGSkip public property

public System.Windows.Forms.CheckBox cbGSkip
return System.Windows.Forms.CheckBox

cbPuTTYExecute public property

public System.Windows.Forms.CheckBox cbPuTTYExecute
return System.Windows.Forms.CheckBox

cbPuTTYForward public property

public System.Windows.Forms.CheckBox cbPuTTYForward
return System.Windows.Forms.CheckBox

cbPuTTYKey public property

public System.Windows.Forms.CheckBox cbPuTTYKey
return System.Windows.Forms.CheckBox

cbRDAdmin public property

public System.Windows.Forms.CheckBox cbRDAdmin
return System.Windows.Forms.CheckBox

cbRDDrives public property

public System.Windows.Forms.CheckBox cbRDDrives
return System.Windows.Forms.CheckBox

cbRDSize public property

public System.Windows.Forms.ComboBox cbRDSize
return System.Windows.Forms.ComboBox

cbRDSpan public property

public System.Windows.Forms.CheckBox cbRDSpan
return System.Windows.Forms.CheckBox

cbVNCFullscreen public property

public System.Windows.Forms.CheckBox cbVNCFullscreen
return System.Windows.Forms.CheckBox

cbVNCViewonly public property

public System.Windows.Forms.CheckBox cbVNCViewonly
return System.Windows.Forms.CheckBox

cbWSCPKey public property

public System.Windows.Forms.CheckBox cbWSCPKey
return System.Windows.Forms.CheckBox

cbWSCPPassive public property

public System.Windows.Forms.CheckBox cbWSCPPassive
return System.Windows.Forms.CheckBox

tbPuTTYExecute public property

public System.Windows.Forms.TextBox tbPuTTYExecute
return System.Windows.Forms.TextBox

tbPuTTYKey public property

public System.Windows.Forms.TextBox tbPuTTYKey
return System.Windows.Forms.TextBox

tbPuTTYPath public property

public System.Windows.Forms.TextBox tbPuTTYPath
return System.Windows.Forms.TextBox

tbRDKeep public property

public System.Windows.Forms.TextBox tbRDKeep
return System.Windows.Forms.TextBox

tbVNCKeep public property

public System.Windows.Forms.TextBox tbVNCKeep
return System.Windows.Forms.TextBox

tbWSCPKey public property

public System.Windows.Forms.TextBox tbWSCPKey
return System.Windows.Forms.TextBox