C# 클래스 Tibialyzer.MainForm

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

공개 프로퍼티들

프로퍼티 타입 설명
fileWriter StreamWriter
mainForm MainForm
prevent_settings_update bool
skip_hunt_refresh bool
startup bool
switch_hunt bool

공개 메소드들

메소드 설명
ChangeLanguage ( string language ) : void
ClearWarning ( string message ) : void
DisplayWarning ( string message ) : void
ExitWithError ( string title, string text, bool exit = true ) : void
GetCustomCommands ( ) : IEnumerable
InitializeHuntDisplay ( int activeHuntIndex ) : void
MainForm ( ) : System
OpenUrl ( string str ) : void
SetScanningImage ( string image, string text, bool enabled ) : void
UpdateLogDisplay ( ) : void
draggable_MouseDown ( object sender, MouseEventArgs e ) : void
getSelectedHunt ( ) : Hunt
initializeSettings ( ) : void
makeDraggable ( Control controls ) : void
refreshHuntLog ( Hunt h ) : void
refreshHunts ( ) : void
refreshScreenshots ( ) : void
switchTab ( int tab ) : void

보호된 메소드들

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

Clean up any resources being used.

WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

InitializeTabs ( ) : void
MainForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
MainForm_Load ( object sender, EventArgs e ) : void
ReleaseCapture ( ) : bool
SendMessage ( IntPtr hWnd, int Msg, int wParam, int lParam ) : int
aboutButton_Click ( object sender, EventArgs e ) : void
advancedButton_Click ( object sender, EventArgs e ) : void
autoHotkeyButton_Click ( object sender, MouseEventArgs e ) : void
browseButton_Click ( object sender, MouseEventArgs e ) : void
closeButton_Click ( object sender, EventArgs e ) : void
closeButton_MouseEnter ( object sender, EventArgs e ) : void
closeButton_MouseLeave ( object sender, EventArgs e ) : void
databaseButton_Click ( object sender, MouseEventArgs e ) : void
generalButton_Click ( object sender, MouseEventArgs e ) : void
helpButton_Click ( object sender, MouseEventArgs e ) : void
hudButton_Click ( object sender, EventArgs e ) : void
huntButton_Click ( object sender, MouseEventArgs e ) : void
logButton_Click ( object sender, MouseEventArgs e ) : void
mainButton_Click ( object sender, MouseEventArgs e ) : void
minimizeButton_Click ( object sender, EventArgs e ) : void
minimizeButton_MouseEnter ( object sender, EventArgs e ) : void
minimizeButton_MouseLeave ( object sender, EventArgs e ) : void
minimizeIcon_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
notificationButton_Click ( object sender, MouseEventArgs e ) : void
notifyIcon1_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
outfiterButton_Click ( object sender, EventArgs e ) : void
popupButton_Click ( object sender, MouseEventArgs e ) : void
screenshotButton_Click ( object sender, MouseEventArgs e ) : void
summaryButton_Click ( object sender, EventArgs e ) : void
taskButton_Click ( object sender, EventArgs e ) : void
upgradeButton_Click ( object sender, EventArgs e ) : void
warningImageBox_MouseDown ( object sender, MouseEventArgs e ) : void

메소드 상세

ChangeLanguage() 공개 메소드

public ChangeLanguage ( string language ) : void
language string
리턴 void

ClearWarning() 공개 메소드

public ClearWarning ( string message ) : void
message string
리턴 void

DisplayWarning() 공개 메소드

public DisplayWarning ( string message ) : void
message string
리턴 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

ExitWithError() 공개 정적인 메소드

public static ExitWithError ( string title, string text, bool exit = true ) : void
title string
text string
exit bool
리턴 void

GetCustomCommands() 공개 메소드

public GetCustomCommands ( ) : IEnumerable
리턴 IEnumerable

InitializeHuntDisplay() 공개 메소드

public InitializeHuntDisplay ( int activeHuntIndex ) : void
activeHuntIndex int
리턴 void

MainForm() 공개 메소드

public MainForm ( ) : System
리턴 System

OpenUrl() 공개 정적인 메소드

public static OpenUrl ( string str ) : void
str string
리턴 void

SetScanningImage() 공개 메소드

public SetScanningImage ( string image, string text, bool enabled ) : void
image string
text string
enabled bool
리턴 void

UpdateLogDisplay() 공개 메소드

public UpdateLogDisplay ( ) : void
리턴 void

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m Message
리턴 void

draggable_MouseDown() 공개 메소드

public draggable_MouseDown ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
리턴 void

getSelectedHunt() 공개 메소드

public getSelectedHunt ( ) : Hunt
리턴 Hunt

initializeSettings() 공개 메소드

public initializeSettings ( ) : void
리턴 void

makeDraggable() 공개 메소드

public makeDraggable ( Control controls ) : void
controls Control
리턴 void

refreshHuntLog() 공개 메소드

public refreshHuntLog ( Hunt h ) : void
h Hunt
리턴 void

refreshHunts() 공개 메소드

public refreshHunts ( ) : void
리턴 void

refreshScreenshots() 공개 메소드

public refreshScreenshots ( ) : void
리턴 void

switchTab() 공개 메소드

public switchTab ( int tab ) : void
tab int
리턴 void

프로퍼티 상세

fileWriter 공개적으로 정적으로 프로퍼티

public static StreamWriter fileWriter
리턴 StreamWriter

mainForm 공개적으로 정적으로 프로퍼티

public static MainForm mainForm
리턴 MainForm

prevent_settings_update 공개적으로 정적으로 프로퍼티

public static bool prevent_settings_update
리턴 bool

skip_hunt_refresh 공개적으로 프로퍼티

public bool skip_hunt_refresh
리턴 bool

startup 공개적으로 정적으로 프로퍼티

public static bool startup
리턴 bool

switch_hunt 공개적으로 프로퍼티

public bool switch_hunt
리턴 bool