C# Class Silky_Shark.Main

Afficher le fichier Open project: stoicshark/silkyshark Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

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

Property Details

ToolStripMenuItem_restoreDefaults public_oe property

public System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_restoreDefaults
Résultat System.Windows.Forms.ToolStripMenuItem

ToolStripMenuItem_saveConfig public_oe property

public System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_saveConfig
Résultat System.Windows.Forms.ToolStripMenuItem

button_colorDialog public_oe property

public System.Windows.Forms.Button button_colorDialog
Résultat System.Windows.Forms.Button

button_smoothOnOff public_oe property

public System.Windows.Forms.Button button_smoothOnOff
Résultat System.Windows.Forms.Button

button_toggleDisplay public_oe property

public System.Windows.Forms.Button button_toggleDisplay
Résultat System.Windows.Forms.Button

checkBox_manualInterpolation public_oe property

public System.Windows.Forms.CheckBox checkBox_manualInterpolation
Résultat System.Windows.Forms.CheckBox

checkBox_smoothOnDraw public_oe property

public System.Windows.Forms.CheckBox checkBox_smoothOnDraw
Résultat System.Windows.Forms.CheckBox

checkBox_stayOnTop public_oe property

public System.Windows.Forms.CheckBox checkBox_stayOnTop
Résultat System.Windows.Forms.CheckBox

checkBox_tabletMode public_oe property

public System.Windows.Forms.CheckBox checkBox_tabletMode
Résultat System.Windows.Forms.CheckBox

textBox_smoothingInterpolation public_oe property

public System.Windows.Forms.TextBox textBox_smoothingInterpolation
Résultat System.Windows.Forms.TextBox

textBox_smoothingStrength public_oe property

public System.Windows.Forms.TextBox textBox_smoothingStrength
Résultat System.Windows.Forms.TextBox

trackBar_smoothingInterpolation public_oe property

public System.Windows.Forms.TrackBar trackBar_smoothingInterpolation
Résultat System.Windows.Forms.TrackBar

trackBar_smoothingStrength public_oe property

public System.Windows.Forms.TrackBar trackBar_smoothingStrength
Résultat System.Windows.Forms.TrackBar