C# Class AoMModelEditor.MainForm

Show file Open project: Ryder25/Age-of-Mythology Class Usage Examples

Public Properties

Property Type Description
animLengthValueToolStripStatusLabel System.Windows.Forms.ToolStripStatusLabel
brgImportAttachScaleCheckBox System.Windows.Forms.CheckBox
brgImportCenterModelCheckBox System.Windows.Forms.CheckBox
brgObjectListView BrightIdeasSoftware.ObjectListView
brgObjectsTreeListView BrightIdeasSoftware.TreeListView
facesValueToolStripStatusLabel System.Windows.Forms.ToolStripStatusLabel
grnExportAnimCheckBox System.Windows.Forms.CheckBox
grnExportModelCheckBox System.Windows.Forms.CheckBox
grnObjectListView BrightIdeasSoftware.ObjectListView
grnObjectsTreeListView BrightIdeasSoftware.TreeListView
matsValueToolStripStatusLabel System.Windows.Forms.ToolStripStatusLabel
meshesValueToolStripStatusLabel System.Windows.Forms.ToolStripStatusLabel
vertsValueToolStripStatusLabel System.Windows.Forms.ToolStripStatusLabel

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

animLengthValueToolStripStatusLabel public property

public System.Windows.Forms.ToolStripStatusLabel animLengthValueToolStripStatusLabel
return System.Windows.Forms.ToolStripStatusLabel

brgImportAttachScaleCheckBox public property

public System.Windows.Forms.CheckBox brgImportAttachScaleCheckBox
return System.Windows.Forms.CheckBox

brgImportCenterModelCheckBox public property

public System.Windows.Forms.CheckBox brgImportCenterModelCheckBox
return System.Windows.Forms.CheckBox

brgObjectListView public property

public BrightIdeasSoftware.ObjectListView brgObjectListView
return BrightIdeasSoftware.ObjectListView

brgObjectsTreeListView public property

public BrightIdeasSoftware.TreeListView brgObjectsTreeListView
return BrightIdeasSoftware.TreeListView

facesValueToolStripStatusLabel public property

public System.Windows.Forms.ToolStripStatusLabel facesValueToolStripStatusLabel
return System.Windows.Forms.ToolStripStatusLabel

grnExportAnimCheckBox public property

public System.Windows.Forms.CheckBox grnExportAnimCheckBox
return System.Windows.Forms.CheckBox

grnExportModelCheckBox public property

public System.Windows.Forms.CheckBox grnExportModelCheckBox
return System.Windows.Forms.CheckBox

grnObjectListView public property

public BrightIdeasSoftware.ObjectListView grnObjectListView
return BrightIdeasSoftware.ObjectListView

grnObjectsTreeListView public property

public BrightIdeasSoftware.TreeListView grnObjectsTreeListView
return BrightIdeasSoftware.TreeListView

matsValueToolStripStatusLabel public property

public System.Windows.Forms.ToolStripStatusLabel matsValueToolStripStatusLabel
return System.Windows.Forms.ToolStripStatusLabel

meshesValueToolStripStatusLabel public property

public System.Windows.Forms.ToolStripStatusLabel meshesValueToolStripStatusLabel
return System.Windows.Forms.ToolStripStatusLabel

vertsValueToolStripStatusLabel public property

public System.Windows.Forms.ToolStripStatusLabel vertsValueToolStripStatusLabel
return System.Windows.Forms.ToolStripStatusLabel