C# Класс MissionPlanner.GCSViews.ConfigurationView.ConfigFriendlyParams

Наследование: System.Windows.Forms.UserControl, IActivate
Показать файл Открыть проект

Открытые методы

Метод Описание
Activate ( ) : void

Handles the Load event of the ConfigRawParamsV2 control.

ConfigFriendlyParams ( ) : System

Защищенные методы

Метод Описание
BUT_rerequestparams_Click ( object sender, EventArgs e ) : void

Handles the Click event of the BUT_rerequestparams control.

BUT_writePIDS_Click ( object sender, EventArgs e ) : void

Handles the Click event of the BUT_writePIDS control.

Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool
comPort_ParamListChanged ( object sender, EventArgs e ) : void

Handles the ParamListChanged event of the comPort control.

this_Resize ( object sender, EventArgs e ) : void

Handles the Resize event of the this control.

Приватные методы

Метод Описание
AddControl ( string>.KeyValuePair x, List toadd ) : void
BUT_Find_Click ( object sender, EventArgs e ) : void
BindParamList ( ) : void

Binds the param list.

Control_ValueChanged ( object Sender, string name, string value ) : void
FitDescriptionText ( string units, string description, int width ) : string

Fits the description text.

InitializeComponent ( ) : void

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

InputBox_TextChanged ( object sender, EventArgs e ) : void
SortParamList ( ) : void

Sorts the param list.

filterList ( string searchfor ) : void

Описание методов

Activate() публичный Метод

Handles the Load event of the ConfigRawParamsV2 control.
public Activate ( ) : void
Результат void

BUT_rerequestparams_Click() защищенный Метод

Handles the Click event of the BUT_rerequestparams control.
protected BUT_rerequestparams_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

BUT_writePIDS_Click() защищенный Метод

Handles the Click event of the BUT_writePIDS control.
protected BUT_writePIDS_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

ConfigFriendlyParams() публичный Метод

public ConfigFriendlyParams ( ) : System
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ProcessCmdKey() защищенный Метод

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
Результат bool

comPort_ParamListChanged() защищенный Метод

Handles the ParamListChanged event of the comPort control.
protected comPort_ParamListChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

this_Resize() защищенный Метод

Handles the Resize event of the this control.
protected this_Resize ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void