C# Class Canguro.Controller.Grid.JointDOFControl

ファイルを表示 Open project: rforsbach/Treu-Structure

Public Methods

Method Description
JointDOFControl ( ) : System

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.

JointDOFControl_KeyDown ( object sender, KeyEventArgs e ) : void
combo_Enter ( object sender, EventArgs e ) : void
combo_SelectedIndexChanged ( object sender, EventArgs e ) : void
getComboValue ( float &sConstant, ComboBox c, TextBox s ) : Canguro.Model.JointDOF.DofType
nextFocus ( object sender ) : void
notifyCellDirty ( ) : void
previousFocus ( object sender ) : void
setComboValue ( Canguro dof, float sConstant, ComboBox c, TextBox s ) : void
setStatusText ( object sender ) : void
spring_Enter ( object sender, EventArgs e ) : void
spring_TextChanged ( 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

JointDOFControl() public method

public JointDOFControl ( ) : System
return System