C# Class Silky_Shark.Main

Mostrar archivo Open project: stoicshark/silkyshark Class Usage Examples

Public Properties

Property Type Description
ToolStripMenuItem_restoreDefaults System.Windows.Forms.ToolStripMenuItem
ToolStripMenuItem_saveConfig System.Windows.Forms.ToolStripMenuItem
button_colorDialog System.Windows.Forms.Button
button_smoothOnOff System.Windows.Forms.Button
button_toggleDisplay System.Windows.Forms.Button
checkBox_manualInterpolation System.Windows.Forms.CheckBox
checkBox_smoothOnDraw System.Windows.Forms.CheckBox
checkBox_stayOnTop System.Windows.Forms.CheckBox
checkBox_tabletMode System.Windows.Forms.CheckBox
textBox_smoothingInterpolation System.Windows.Forms.TextBox
textBox_smoothingStrength System.Windows.Forms.TextBox
trackBar_smoothingInterpolation System.Windows.Forms.TrackBar
trackBar_smoothingStrength System.Windows.Forms.TrackBar

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

ToolStripMenuItem_restoreDefaults public_oe property

public System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_restoreDefaults
return System.Windows.Forms.ToolStripMenuItem

ToolStripMenuItem_saveConfig public_oe property

public System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_saveConfig
return System.Windows.Forms.ToolStripMenuItem

button_colorDialog public_oe property

public System.Windows.Forms.Button button_colorDialog
return System.Windows.Forms.Button

button_smoothOnOff public_oe property

public System.Windows.Forms.Button button_smoothOnOff
return System.Windows.Forms.Button

button_toggleDisplay public_oe property

public System.Windows.Forms.Button button_toggleDisplay
return System.Windows.Forms.Button

checkBox_manualInterpolation public_oe property

public System.Windows.Forms.CheckBox checkBox_manualInterpolation
return System.Windows.Forms.CheckBox

checkBox_smoothOnDraw public_oe property

public System.Windows.Forms.CheckBox checkBox_smoothOnDraw
return System.Windows.Forms.CheckBox

checkBox_stayOnTop public_oe property

public System.Windows.Forms.CheckBox checkBox_stayOnTop
return System.Windows.Forms.CheckBox

checkBox_tabletMode public_oe property

public System.Windows.Forms.CheckBox checkBox_tabletMode
return System.Windows.Forms.CheckBox

textBox_smoothingInterpolation public_oe property

public System.Windows.Forms.TextBox textBox_smoothingInterpolation
return System.Windows.Forms.TextBox

textBox_smoothingStrength public_oe property

public System.Windows.Forms.TextBox textBox_smoothingStrength
return System.Windows.Forms.TextBox

trackBar_smoothingInterpolation public_oe property

public System.Windows.Forms.TrackBar trackBar_smoothingInterpolation
return System.Windows.Forms.TrackBar

trackBar_smoothingStrength public_oe property

public System.Windows.Forms.TrackBar trackBar_smoothingStrength
return System.Windows.Forms.TrackBar