C# Class SystemEx.Windows.Forms.Internal.FormHelper

显示文件 Open project: pvginkel/SystemEx Class Usage Examples

Private Properties

Property Type Description
CreateAssigned bool>.Dictionary
ExtractAssignedMnenomic void
FindAssigned void
FindMainMenuAssigned void
FindToolStripAssigned void
FixFont void
FixFonts void
FixFonts void
GetNormalSize System.Drawing.Size
GetScreenDimensionsKey string
PerformAssignMnenomics void
RestoreDWord bool
RestorePoint bool
RestoreSize bool
SerializeScreen string
StoreDWord void
StorePoint void
StoreSize void

Public Methods

Method Description
AssignMnenomics ( Control controls ) : void
AssignMnenomics ( char seed, Control controls ) : void
CenterOverParent ( double relativeSize ) : void
FindAssignedMnenomics ( ) : char[]
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
CreateAssigned ( IEnumerable seed ) : bool>.Dictionary
ExtractAssignedMnenomic ( bool>.Dictionary assigned, string text ) : void
FindAssigned ( bool>.Dictionary assigned, IEnumerable controls ) : void
FindMainMenuAssigned ( bool>.Dictionary assigned, MainMenu mainMenu ) : void
FindToolStripAssigned ( bool>.Dictionary assigned, System toolStrip ) : void
FixFont ( Control control ) : void
FixFonts ( ) : void
FixFonts ( Control controls ) : void
GetNormalSize ( ) : Size
GetScreenDimensionsKey ( ) : string
PerformAssignMnenomics ( bool>.Dictionary assigned, IEnumerable controls ) : void
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

AssignMnenomics() public method

public AssignMnenomics ( Control controls ) : void
controls System.Windows.Forms.Control
return void

AssignMnenomics() public method

public AssignMnenomics ( char seed, Control controls ) : void
seed char
controls System.Windows.Forms.Control
return void

CenterOverParent() public method

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

FindAssignedMnenomics() public method

public FindAssignedMnenomics ( ) : char[]
return char[]

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 System.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 System.Windows.Forms.Control
property string
return void