C# Class entity.Main.MainmenuEdit

The mainmenu edit.
Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: troymac1ure/Entity Class Usage Examples

Public Methods

Method Description
MainmenuEdit ( ) : System

Initializes a new instance of the MainmenuEdit class.

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.

MainmenuEdit_DragDrop ( object sender, DragEventArgs e ) : void

The mainmenu edit_ drag drop.

MainmenuEdit_DragEnter ( object sender, DragEventArgs e ) : void

The mainmenu edit_ drag enter.

MainmenuEdit_Load ( object sender, EventArgs e ) : void

The mainmenu edit_ load.

addMap ( string filename ) : void

The add map.

btnAddMap_Click ( object sender, EventArgs e ) : void

The btn add map_ click.

btnCopyToAll_Click ( object sender, EventArgs e ) : void

The btn copy to all_ click.

btnLoadImage_Click ( object sender, EventArgs e ) : void

The btn load image_ click.

btnRemoveMap_Click ( object sender, EventArgs e ) : void

The btn remove map_ click.

btnSaveImage_Click ( object sender, EventArgs e ) : void

The btn save image_ click.

btnSaveMainMenu_Click ( object sender, EventArgs e ) : void

The btn save main menu_ click.

btnSortAlphabetically_Click ( object sender, EventArgs e ) : void

The btn sort alphabetically_ click.

cbLanguage_SelectedIndexChanged ( object sender, EventArgs e ) : void

The cb language_ selected index changed.

editableBox_Leave ( object sender, EventArgs e ) : void

The editable box_ leave.

itemInsert ( ListBox lb, object itemToInsert, Point position ) : void

The item insert.

lbMapListing_MouseMove ( object sender, MouseEventArgs e ) : void

The lb map listing_ mouse move.

lbMapListing_MouseUp ( object sender, MouseEventArgs e ) : void

The lb map listing_ mouse up.

lbMapListing_SelectedIndexChanged ( object sender, EventArgs e ) : void

The lb map listing_ selected index changed.

loadBitmaps ( ) : void

The load bitmaps.

loadMainMenuData ( ) : void

The load main menu data.

loadMapNames ( int language, bool keepSelectedIndex ) : void

The load map names.

rbCampaign_CheckedChanged ( object sender, EventArgs e ) : void

The rb campaign_ checked changed.

rbMultiplayer_CheckedChanged ( object sender, EventArgs e ) : void

The rb multiplayer_ checked changed.

saveBitmaps ( ) : void

The save bitmaps.

saveCampaignData ( ) : void

The save campaign data.

saveMPData ( Meta meta ) : void

The save mp data.

saveMainMenuData ( ) : void

The save main menu data.

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

MainmenuEdit() public method

Initializes a new instance of the MainmenuEdit class.
public MainmenuEdit ( ) : System
return System