C# 클래스 Tibialyzer.CreatureDropsForm

상속: NotificationForm
파일 보기 프로젝트 열기: Mytherin/Tibialyzer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
creature Tibialyzer.Creature

공개 메소드들

메소드 설명
CreatureDropsForm ( ) : System
FormName ( ) : string
LoadForm ( ) : void
MaxWidth ( ) : int
MinWidth ( ) : int
RefreshForm ( ) : void
WidthInterval ( ) : int
openItemBox ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
CombineItems ( ) : void
DisplayItem ( Tibialyzer.ItemDrop drop, int base_x, int base_y, int x, int y, Size item_size, ToolTip droprate_tooltip, int dropbar_height, string prefix = "Drop rate of " ) : void
huntButton_Click ( object sender, EventArgs e ) : void
statsButton_Click ( object sender, EventArgs e ) : void

메소드 상세

CreatureDropsForm() 공개 메소드

public CreatureDropsForm ( ) : System
리턴 System

FormName() 공개 메소드

public FormName ( ) : string
리턴 string

LoadForm() 공개 메소드

public LoadForm ( ) : void
리턴 void

MaxWidth() 공개 메소드

public MaxWidth ( ) : int
리턴 int

MinWidth() 공개 메소드

public MinWidth ( ) : int
리턴 int

RefreshForm() 공개 메소드

public RefreshForm ( ) : void
리턴 void

WidthInterval() 공개 메소드

public WidthInterval ( ) : int
리턴 int

openItemBox() 공개 메소드

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

프로퍼티 상세

creature 공개적으로 프로퍼티

public Creature,Tibialyzer creature
리턴 Tibialyzer.Creature