C# 클래스 FiddlerControls.LandTiles

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: polserver/poltools 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

LandTiles() 공개 메소드

public LandTiles ( ) : System
리턴 System

OnLoad() 공개 메소드

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

SearchGraphic() 공개 정적인 메소드

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

SearchName() 공개 정적인 메소드

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