C# Class MissionPlanner.GCSViews.FlightPlanner

Exibir arquivo Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Properties

Property Type Description
CHK_splinedefault System.Windows.Forms.CheckBox
CHK_verifyheight System.Windows.Forms.CheckBox
CMB_altmode System.Windows.Forms.ComboBox
MainMap Controls.myGMAP
TXT_DefaultAlt System.Windows.Forms.TextBox
TXT_WPRad System.Windows.Forms.TextBox
TXT_loiterrad System.Windows.Forms.TextBox
contextMenuStrip1 System.Windows.Forms.ContextMenuStrip
panelAction BSE.Windows.Forms.Panel
panelWaypoints BSE.Windows.Forms.Panel

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

CHK_splinedefault public_oe property

public System.Windows.Forms.CheckBox CHK_splinedefault
return System.Windows.Forms.CheckBox

CHK_verifyheight public_oe property

public System.Windows.Forms.CheckBox CHK_verifyheight
return System.Windows.Forms.CheckBox

CMB_altmode public_oe property

public System.Windows.Forms.ComboBox CMB_altmode
return System.Windows.Forms.ComboBox

MainMap public_oe property

public Controls.myGMAP MainMap
return Controls.myGMAP

TXT_DefaultAlt public_oe property

public System.Windows.Forms.TextBox TXT_DefaultAlt
return System.Windows.Forms.TextBox

TXT_WPRad public_oe property

public System.Windows.Forms.TextBox TXT_WPRad
return System.Windows.Forms.TextBox

TXT_loiterrad public_oe property

public System.Windows.Forms.TextBox TXT_loiterrad
return System.Windows.Forms.TextBox

contextMenuStrip1 public_oe property

public System.Windows.Forms.ContextMenuStrip contextMenuStrip1
return System.Windows.Forms.ContextMenuStrip

panelAction public_oe property

public BSE.Windows.Forms.Panel panelAction
return BSE.Windows.Forms.Panel

panelWaypoints public_oe property

public BSE.Windows.Forms.Panel panelWaypoints
return BSE.Windows.Forms.Panel