C# Class OpenDACT.Class_Files.mainForm

Show file Open project: RollieRowland/OpenDACT Class Usage Examples

Public Properties

Property Type Description
baudRateCombo System.Windows.Forms.ComboBox
comboBoxZMin System.Windows.Forms.ComboBox
consoleMain System.Windows.Forms.RichTextBox
consolePrinter System.Windows.Forms.RichTextBox
diagonalRodLengthText System.Windows.Forms.TextBox
heuristicComboBox System.Windows.Forms.ComboBox
portsCombo System.Windows.Forms.ComboBox
textAccuracy System.Windows.Forms.TextBox
textDRadRatio System.Windows.Forms.TextBox
textDeltaOpp System.Windows.Forms.TextBox
textDeltaTower System.Windows.Forms.TextBox
textHRadRatio 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

baudRateCombo public property

public System.Windows.Forms.ComboBox baudRateCombo
return System.Windows.Forms.ComboBox

comboBoxZMin public property

public System.Windows.Forms.ComboBox comboBoxZMin
return System.Windows.Forms.ComboBox

consoleMain public property

public System.Windows.Forms.RichTextBox consoleMain
return System.Windows.Forms.RichTextBox

consolePrinter public property

public System.Windows.Forms.RichTextBox consolePrinter
return System.Windows.Forms.RichTextBox

diagonalRodLengthText public property

public System.Windows.Forms.TextBox diagonalRodLengthText
return System.Windows.Forms.TextBox

heuristicComboBox public property

public System.Windows.Forms.ComboBox heuristicComboBox
return System.Windows.Forms.ComboBox

portsCombo public property

public System.Windows.Forms.ComboBox portsCombo
return System.Windows.Forms.ComboBox

textAccuracy public property

public System.Windows.Forms.TextBox textAccuracy
return System.Windows.Forms.TextBox

textDRadRatio public property

public System.Windows.Forms.TextBox textDRadRatio
return System.Windows.Forms.TextBox

textDeltaOpp public property

public System.Windows.Forms.TextBox textDeltaOpp
return System.Windows.Forms.TextBox

textDeltaTower public property

public System.Windows.Forms.TextBox textDeltaTower
return System.Windows.Forms.TextBox

textHRadRatio public property

public System.Windows.Forms.TextBox textHRadRatio
return System.Windows.Forms.TextBox