C# Class GridViewer.FormMain

Afficher le fichier Open project: bitzhuwei/CSharpGL Class Usage Examples

Méthodes publiques

Méthode Description
FormMain ( ) : CSharpGL

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

Private Methods

Méthode Description
Application_Idle ( object sender, EventArgs e ) : void
CreateWellList ( SimulationInputData inputData, CatesianGrid grid ) : LabelRenderer>>.List
DumpTreeNode ( SceneObject obj ) : TreeNode
FormMain_Load ( object sender, EventArgs e ) : void
GetCatesianGridObj ( CatesianGrid grid, List gridProperties, string fileName ) : SceneObject
GetWellObjects ( SimulationInputData inputData, CatesianGrid grid, string fileName ) : SceneObject[]
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

LoadEclInputData ( String fileName ) : SimulationInputData
PropertyGrid_PropertyValueChanged ( object s, PropertyValueChangedEventArgs e ) : void
UpdateCatesianGrid ( CatesianGrid grid, GridBlockProperty property ) : void
UpdateCurrentNode ( TreeNode node ) : bool
adjustCameraToolStripMenuItem_Click ( object sender, EventArgs e ) : void

move camera to focus on selected scene object again.

btnApply_Click ( object sender, EventArgs e ) : void
deleteToolStripMenuItem_Click ( object sender, EventArgs e ) : void
lblTimerEnabled_Click ( object sender, EventArgs e ) : void
mniLoadECLGrid_Click ( object sender, EventArgs e ) : void
objectsTreeView_AfterSelect ( object sender, TreeViewEventArgs e ) : void
propertyGrid1_PropertyValueChanged ( object s, PropertyValueChangedEventArgs e ) : void
sceneToolStripMenuItem_Click ( object sender, EventArgs e ) : void
scientificCanvasMenuItem_Click ( object sender, EventArgs e ) : void
timer1_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
Résultat void

FormMain() public méthode

public FormMain ( ) : CSharpGL
Résultat CSharpGL