C# 클래스 Tibialyzer.NotificationForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Mytherin/Tibialyzer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
background_image System.Drawing.Bitmap
command Tibialyzer.TibialyzerCommand
notificationDuration int

보호된 프로퍼티들

프로퍼티 타입 설명
back_button System.Windows.Forms.PictureBox
decreaseWidthButton System.Windows.Forms.Label
hideWhenTibiaInactive bool
increaseWidthButton System.Windows.Forms.Label
requireDoubleClick bool

공개 메소드들

메소드 설명
CloseNotification ( object sender, EventArgs e ) : void
FormName ( ) : string
GetWidth ( ) : int
Initialize ( ) : void
LoadForm ( ) : void
MaxWidth ( ) : int
MinWidth ( ) : int
NotificationForm ( ) : System
PaintBackground ( Graphics e ) : void
RefreshForm ( ) : void
ResetTimer ( ) : void
ResumeDrawing ( ) : void
ResumeDrawing ( Control c ) : void
ResumeForm ( ) : void
ReturnFocusToTibia ( ) : void
SetWidth ( int width ) : void
SuspendDrawing ( ) : void
SuspendDrawing ( Control c ) : void
SuspendForm ( ) : void
WidthInterval ( ) : int
back_button_Click ( object sender, EventArgs e ) : void
close ( ) : void

보호된 메소드들

메소드 설명
Cleanup ( ) : void
CloseForm ( object sender, EventArgs e ) : void
NotificationFinalize ( ) : void
NotificationInitialize ( ) : void
OnClick ( EventArgs e ) : void
OnDoubleClick ( EventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
UnregisterControl ( Control c ) : void
refreshTimer ( ) : void

비공개 메소드들

메소드 설명
ChangeSize ( int modification ) : void
DecreaseWidth_Click ( object sender, EventArgs e ) : void
IncreaseWidth_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void
NotificationForm_SizeChanged ( object sender, EventArgs e ) : void
SendMessage ( IntPtr hWnd, Int32 wMsg, bool wParam, Int32 lParam ) : int
UpdateHudVisibility ( bool visible ) : void
c_Click ( object sender, EventArgs e ) : void

메소드 상세

Cleanup() 보호된 메소드

protected Cleanup ( ) : void
리턴 void

CloseForm() 보호된 메소드

protected CloseForm ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

CloseNotification() 공개 메소드

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

FormName() 공개 메소드

public FormName ( ) : string
리턴 string

GetWidth() 공개 메소드

public GetWidth ( ) : int
리턴 int

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

LoadForm() 공개 메소드

public LoadForm ( ) : void
리턴 void

MaxWidth() 공개 메소드

public MaxWidth ( ) : int
리턴 int

MinWidth() 공개 메소드

public MinWidth ( ) : int
리턴 int

NotificationFinalize() 보호된 메소드

protected NotificationFinalize ( ) : void
리턴 void

NotificationForm() 공개 메소드

public NotificationForm ( ) : System
리턴 System

NotificationInitialize() 보호된 메소드

protected NotificationInitialize ( ) : void
리턴 void

OnClick() 보호된 메소드

protected OnClick ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnDoubleClick() 보호된 메소드

protected OnDoubleClick ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

PaintBackground() 공개 메소드

public PaintBackground ( Graphics e ) : void
e System.Drawing.Graphics
리턴 void

RefreshForm() 공개 메소드

public RefreshForm ( ) : void
리턴 void

ResetTimer() 공개 메소드

public ResetTimer ( ) : void
리턴 void

ResumeDrawing() 공개 메소드

public ResumeDrawing ( ) : void
리턴 void

ResumeDrawing() 공개 정적인 메소드

public static ResumeDrawing ( Control c ) : void
c System.Windows.Forms.Control
리턴 void

ResumeForm() 공개 메소드

public ResumeForm ( ) : void
리턴 void

ReturnFocusToTibia() 공개 메소드

public ReturnFocusToTibia ( ) : void
리턴 void

SetWidth() 공개 메소드

public SetWidth ( int width ) : void
width int
리턴 void

SuspendDrawing() 공개 메소드

public SuspendDrawing ( ) : void
리턴 void

SuspendDrawing() 공개 정적인 메소드

public static SuspendDrawing ( Control c ) : void
c System.Windows.Forms.Control
리턴 void

SuspendForm() 공개 메소드

public SuspendForm ( ) : void
리턴 void

UnregisterControl() 보호된 메소드

protected UnregisterControl ( Control c ) : void
c System.Windows.Forms.Control
리턴 void

WidthInterval() 공개 메소드

public WidthInterval ( ) : int
리턴 int

back_button_Click() 공개 메소드

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

close() 공개 메소드

public close ( ) : void
리턴 void

refreshTimer() 보호된 메소드

protected refreshTimer ( ) : void
리턴 void

프로퍼티 상세

back_button 보호되어 있는 프로퍼티

protected PictureBox,System.Windows.Forms back_button
리턴 System.Windows.Forms.PictureBox

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

public static Bitmap,System.Drawing background_image
리턴 System.Drawing.Bitmap

command 공개적으로 프로퍼티

public TibialyzerCommand,Tibialyzer command
리턴 Tibialyzer.TibialyzerCommand

decreaseWidthButton 보호되어 있는 프로퍼티

protected Label,System.Windows.Forms decreaseWidthButton
리턴 System.Windows.Forms.Label

hideWhenTibiaInactive 보호되어 있는 프로퍼티

protected bool hideWhenTibiaInactive
리턴 bool

increaseWidthButton 보호되어 있는 프로퍼티

protected Label,System.Windows.Forms increaseWidthButton
리턴 System.Windows.Forms.Label

notificationDuration 공개적으로 프로퍼티

public int notificationDuration
리턴 int

requireDoubleClick 보호되어 있는 프로퍼티

protected bool requireDoubleClick
리턴 bool