C# Class Andwho.Windows.Forms.QQForm

Inheritance: FormBase
显示文件 Open project: JimmyFung/DesktopHelper

Public Methods

Method Description
QQForm ( ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

OnResize ( EventArgs e ) : void

Private Methods

Method Description
DrawButton ( Graphics g, EMouseState mouseState, Rectangle rect, string str ) : void

绘画按钮

InitializeComponent ( ) : void

Method Details

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

QQForm() public method

public QQForm ( ) : System
return System