C# Class ASCOM.cam8_v051.cam_settings

Inheritance: System.Windows.Forms.Form
Show file Open project: vakulenko/CAM8_software Class Usage Examples

Public Properties

Property Type Description
GainTextBox System.Windows.Forms.TextBox
OffsetTextBox System.Windows.Forms.TextBox

Public Methods

Method Description
cam_settings ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 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

cam_settings() public method

public cam_settings ( ) : System
return System

Property Details

GainTextBox public property

public System.Windows.Forms.TextBox GainTextBox
return System.Windows.Forms.TextBox

OffsetTextBox public property

public System.Windows.Forms.TextBox OffsetTextBox
return System.Windows.Forms.TextBox