C# Class MarioLevelEditor.FormParams

Inheritance: System.Windows.Forms.Form
显示文件 Open project: jazzyjester/Mario-Game Class Usage Examples

Public Properties

Property Type Description
MainObject MarioObjects.LevelEditorObject
Update System.Boolean

Public Methods

Method Description
FormParams ( LevelEditorObject le ) : System
LoadParams ( ) : void
UpdateControlComboBool ( ComboBox C, bool value ) : void
UpdateControlComboInt ( ComboBox C, int value, int paramnum ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
FormParams_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

bClose_Click ( object sender, EventArgs e ) : void
bSave_Click ( 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

FormParams() public method

public FormParams ( LevelEditorObject le ) : System
le MarioObjects.LevelEditorObject
return System

LoadParams() public method

public LoadParams ( ) : void
return void

UpdateControlComboBool() public method

public UpdateControlComboBool ( ComboBox C, bool value ) : void
C System.Windows.Forms.ComboBox
value bool
return void

UpdateControlComboInt() public method

public UpdateControlComboInt ( ComboBox C, int value, int paramnum ) : void
C System.Windows.Forms.ComboBox
value int
paramnum int
return void

Property Details

MainObject public_oe property

public LevelEditorObject,MarioObjects MainObject
return MarioObjects.LevelEditorObject

Update public_oe property

public Boolean,System Update
return System.Boolean