C# Class FiddlerControls.LandTiles

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: polserver/poltools Class Usage Examples

Public Methods

Method Description
LandTiles ( ) : System
OnLoad ( object sender, EventArgs e ) : void
SearchGraphic ( int graphic ) : bool

Searches Objtype and Select

SearchName ( string name, bool next ) : bool

Searches for name and selects

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.

OnClickReplace ( object sender, EventArgs e ) : void
OnClickSave ( object sender, EventArgs e ) : void
OnClickSearch ( object sender, EventArgs e ) : void
OnClickSelectRadarCol ( object sender, EventArgs e ) : void
OnClickSelectTiledata ( object sender, EventArgs e ) : void
OnClick_SaveAllBmp ( object sender, EventArgs e ) : void
OnClick_SaveAllJpg ( object sender, EventArgs e ) : void
OnClick_SaveAllTiff ( object sender, EventArgs e ) : void
OnFilePathChangeEvent ( ) : void
OnKeyDown_Insert ( object sender, KeyEventArgs e ) : void
OnLandTileChangeEvent ( object sender, int index ) : void
OnTileDataChangeEvent ( object sender, int id ) : void
Reload ( ) : void

ReLoads if loaded

drawitem ( object sender, DrawListViewItemEventArgs e ) : void
listView_SelectedIndexChanged ( object sender, EventArgs e ) : void
onClickExportBmp ( object sender, EventArgs e ) : void
onClickExportJpg ( object sender, EventArgs e ) : void
onClickExportTiff ( object sender, EventArgs e ) : void
onClickFindFree ( object sender, EventArgs e ) : void
onClickRemove ( object sender, EventArgs e ) : void
onTextChanged_Insert ( 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

LandTiles() public method

public LandTiles ( ) : System
return System

OnLoad() public method

public OnLoad ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

SearchGraphic() public static method

Searches Objtype and Select
public static SearchGraphic ( int graphic ) : bool
graphic int
return bool

SearchName() public static method

Searches for name and selects
public static SearchName ( string name, bool next ) : bool
name string
next bool starting from current selected
return bool