C# Class NetIde.Util.Forms.FormHelper

ファイルを表示 Open project: netide/netide

Private Properties

Property Type Description
FixFont void
FixFonts void
FixFonts void
GetNormalSize System.Drawing.Size
GetScreenDimensionsKey string
RestoreDWord bool
RestorePoint bool
RestoreSize bool
SerializeScreen string
StoreDWord void
StorePoint void
StoreSize void

Public Methods

Method Description
CenterOverParent ( double relativeSize ) : void
FormHelper ( Control control ) : System
InitializeForm ( ) : void
OnLocationChanged ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
RestoreUserSettings ( ) : bool
StoreUserSettings ( ) : void
TrackProperty ( Control control, string property ) : void

Private Methods

Method Description
FixFont ( Control control ) : void
FixFonts ( ) : void
FixFonts ( Control controls ) : void
GetNormalSize ( ) : Size
GetScreenDimensionsKey ( ) : string
RestoreDWord ( RegistryKey key, string name, int &value ) : bool
RestorePoint ( RegistryKey key, string name, Point &value ) : bool
RestoreSize ( RegistryKey key, string name, Size &value ) : bool
SerializeScreen ( Screen screen ) : string
StoreDWord ( RegistryKey key, string name, int value ) : void
StorePoint ( RegistryKey key, string name, Point value ) : void
StoreSize ( RegistryKey key, string name, Size value ) : void

Method Details

CenterOverParent() public method

public CenterOverParent ( double relativeSize ) : void
relativeSize double
return void

FormHelper() public method

public FormHelper ( Control control ) : System
control System.Windows.Forms.Control
return System

InitializeForm() public method

public InitializeForm ( ) : void
return void

OnLocationChanged() public method

public OnLocationChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnSizeChanged() public method

public OnSizeChanged ( EventArgs e ) : void
e EventArgs
return void

RestoreUserSettings() public method

public RestoreUserSettings ( ) : bool
return bool

StoreUserSettings() public method

public StoreUserSettings ( ) : void
return void

TrackProperty() public method

public TrackProperty ( Control control, string property ) : void
control Control
property string
return void