C# Class proquota.Form1

Datei anzeigen Open project: MutonUfoAI/pgina

Public Methods

Method Description
Application_ThreadException ( object sender, ThreadExceptionEventArgs e ) : void
Form1 ( ) : System

Protected Methods

Method Description
CreateHandle ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
BalloonTipShown ( ) : void
Calculon ( ) : void
GetKernelObjectSecurity ( IntPtr Handle, int securityInformation, [ pSecurityDescriptor, uint nLength, uint &lpnLengthNeeded ) : bool
GetProcessSecurityDescriptor ( IntPtr processHandle ) : RawSecurityDescriptor
InitializeComponent ( ) : void

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

MessageBox ( IntPtr hWnd, String text, String caption, MessageBoxOptions options ) : uint
MouseOver ( Point mouse_point ) : void
MousePos ( ) : void
MsgBox ( string body, string title ) : void
OnBalloonTipShown ( object Sender, EventArgs e ) : void
OnChanged ( FileSystemEventArgs e, long ticks ) : void
OnChanged ( object source, FileSystemEventArgs e ) : void
OnMouseOver ( object Sender, MouseEventArgs e ) : void
SetKernelObjectSecurity ( IntPtr Handle, int securityInformation, [ pSecurityDescriptor ) : bool
SetProcessSecurityDescriptor ( IntPtr processHandle, RawSecurityDescriptor dacl ) : bool
ShutdownBlockReasonCreate ( IntPtr hWnd, [ pwszReason ) : bool
ShutdownBlockReasonDestroy ( IntPtr hWnd ) : bool
getSettings ( ) : void
setACE ( ) : void

Method Details

Application_ThreadException() public method

public Application_ThreadException ( object sender, ThreadExceptionEventArgs e ) : void
sender object
e ThreadExceptionEventArgs
return void

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

Dispose() protected method

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

Form1() public method

public Form1 ( ) : System
return System

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void