C# Class WorldEditor.frmEditLocation

Afficher le fichier Open project: rotators/tools Class Usage Examples

Méthodes publiques

Свойство Type Description
Loc Location
Save bool

Méthodes publiques

Méthode Description
frmEditLocation ( Location Loc, MapParser MapParser, LocationParser LocParser, bool NewLoc ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

SaveProperties ( ) : void
btnAddMap_Click ( object sender, EventArgs e ) : void
btnAssignPID_Click ( object sender, EventArgs e ) : void
btnEditTownMap_Click ( object sender, EventArgs e ) : void
btnEntranceHelp_Click ( object sender, EventArgs e ) : void
btnFlagsHelp_Click ( object sender, EventArgs e ) : void
btnOk_Click ( object sender, EventArgs e ) : void
btnRemoveFromWM_Click ( object sender, EventArgs e ) : void
btnRemoveMap_Click ( object sender, EventArgs e ) : void
chkEncounter_CheckedChanged ( object sender, EventArgs e ) : void
frmEditLocation_Load ( object sender, EventArgs e ) : void
lstMaps_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
lstMaps_MouseDoubleClick_1 ( object sender, MouseEventArgs e ) : void
txtTownImagePath_KeyUp ( object sender, KeyEventArgs e ) : void
txtTownImagePath_Move ( object sender, EventArgs e ) : void
txtTownImagePath_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

frmEditLocation() public méthode

public frmEditLocation ( Location Loc, MapParser MapParser, LocationParser LocParser, bool NewLoc ) : System
Loc Location
MapParser MapParser
LocParser LocationParser
NewLoc bool
Résultat System

Property Details

Loc public_oe property

public Location Loc
Résultat Location

Save public_oe property

public bool Save
Résultat bool