C# Class Tibialyzer.NotificationForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Mytherin/Tibialyzer Class Usage Examples

Méthodes publiques

Свойство Type Description
background_image System.Drawing.Bitmap
command Tibialyzer.TibialyzerCommand
notificationDuration int

Protected Properties

Свойство Type Description
back_button System.Windows.Forms.PictureBox
decreaseWidthButton System.Windows.Forms.Label
hideWhenTibiaInactive bool
increaseWidthButton System.Windows.Forms.Label
requireDoubleClick bool

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Cleanup() protected méthode

protected Cleanup ( ) : void
Résultat void

CloseForm() protected méthode

protected CloseForm ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

CloseNotification() public méthode

public CloseNotification ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

FormName() public méthode

public FormName ( ) : string
Résultat string

GetWidth() public méthode

public GetWidth ( ) : int
Résultat int

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

LoadForm() public méthode

public LoadForm ( ) : void
Résultat void

MaxWidth() public méthode

public MaxWidth ( ) : int
Résultat int

MinWidth() public méthode

public MinWidth ( ) : int
Résultat int

NotificationFinalize() protected méthode

protected NotificationFinalize ( ) : void
Résultat void

NotificationForm() public méthode

public NotificationForm ( ) : System
Résultat System

NotificationInitialize() protected méthode

protected NotificationInitialize ( ) : void
Résultat void

OnClick() protected méthode

protected OnClick ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnDoubleClick() protected méthode

protected OnDoubleClick ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

PaintBackground() public méthode

public PaintBackground ( Graphics e ) : void
e System.Drawing.Graphics
Résultat void

RefreshForm() public méthode

public RefreshForm ( ) : void
Résultat void

ResetTimer() public méthode

public ResetTimer ( ) : void
Résultat void

ResumeDrawing() public méthode

public ResumeDrawing ( ) : void
Résultat void

ResumeDrawing() public static méthode

public static ResumeDrawing ( Control c ) : void
c System.Windows.Forms.Control
Résultat void

ResumeForm() public méthode

public ResumeForm ( ) : void
Résultat void

ReturnFocusToTibia() public méthode

public ReturnFocusToTibia ( ) : void
Résultat void

SetWidth() public méthode

public SetWidth ( int width ) : void
width int
Résultat void

SuspendDrawing() public méthode

public SuspendDrawing ( ) : void
Résultat void

SuspendDrawing() public static méthode

public static SuspendDrawing ( Control c ) : void
c System.Windows.Forms.Control
Résultat void

SuspendForm() public méthode

public SuspendForm ( ) : void
Résultat void

UnregisterControl() protected méthode

protected UnregisterControl ( Control c ) : void
c System.Windows.Forms.Control
Résultat void

WidthInterval() public méthode

public WidthInterval ( ) : int
Résultat int

back_button_Click() public méthode

public back_button_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

close() public méthode

public close ( ) : void
Résultat void

refreshTimer() protected méthode

protected refreshTimer ( ) : void
Résultat void

Property Details

back_button protected_oe property

protected PictureBox,System.Windows.Forms back_button
Résultat System.Windows.Forms.PictureBox

background_image public_oe static_oe property

public static Bitmap,System.Drawing background_image
Résultat System.Drawing.Bitmap

command public_oe property

public TibialyzerCommand,Tibialyzer command
Résultat Tibialyzer.TibialyzerCommand

decreaseWidthButton protected_oe property

protected Label,System.Windows.Forms decreaseWidthButton
Résultat System.Windows.Forms.Label

hideWhenTibiaInactive protected_oe property

protected bool hideWhenTibiaInactive
Résultat bool

increaseWidthButton protected_oe property

protected Label,System.Windows.Forms increaseWidthButton
Résultat System.Windows.Forms.Label

notificationDuration public_oe property

public int notificationDuration
Résultat int

requireDoubleClick protected_oe property

protected bool requireDoubleClick
Résultat bool