C# Class ASCOM.cam8_v05.cam_settings

Afficher le fichier Open project: vakulenko/CAM8_software Class Usage Examples

Méthodes publiques

Свойство Type Description
GainTextBox System.Windows.Forms.TextBox
OffsetTextBox System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
cam_settings ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
GainTextBox_TextChanged ( object sender, EventArgs e ) : void
GainTrackBar_Scroll ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

OffsetTextBox_TextChanged ( object sender, EventArgs e ) : void
OffsetTrackBar_Scroll ( object sender, EventArgs e ) : void
OnTopCheckBox_CheckedChanged ( object sender, EventArgs 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

cam_settings() public méthode

public cam_settings ( ) : System
Résultat System

Property Details

GainTextBox public_oe property

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

OffsetTextBox public_oe property

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