C# 클래스 proquota.Form1

파일 보기 프로젝트 열기: MutonUfoAI/pgina

공개 메소드들

메소드 설명
Application_ThreadException ( object sender, ThreadExceptionEventArgs e ) : void
Form1 ( ) : System

보호된 메소드들

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

Clean up any resources being used.

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

비공개 메소드들

메소드 설명
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

메소드 상세

Application_ThreadException() 공개 메소드

public Application_ThreadException ( object sender, ThreadExceptionEventArgs e ) : void
sender object
e ThreadExceptionEventArgs
리턴 void

CreateHandle() 보호된 메소드

protected CreateHandle ( ) : void
리턴 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

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System

OnClosing() 보호된 메소드

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e EventArgs
리턴 void