SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | Static Private Attributes | List of all members
Sample_Environment_Control_Interface.GeneralSplashScreen Class Reference
Inheritance diagram for Sample_Environment_Control_Interface.GeneralSplashScreen:
Inheritance graph
Collaboration diagram for Sample_Environment_Control_Interface.GeneralSplashScreen:
Collaboration graph

Public Member Functions

 GeneralSplashScreen ()
 

Static Public Member Functions

static void CloseForm ()
 
static void ShowSplashScreen (String text)
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Private Member Functions

delegate void HideSplashScreenDelegate ()
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 

Static Private Member Functions

static void HideScreen ()
 
static void ShowForm ()
 

Private Attributes

System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.Label lblMessage
 
System.Windows.Forms.PictureBox pictureBox1
 

Static Private Attributes

static String _message = ""
 
static Thread _runningThread = null
 
static GeneralSplashScreen _splashScreen = null
 

Detailed Description

Definition at line 12 of file GeneralSplashScreen.cs.

Constructor & Destructor Documentation

Sample_Environment_Control_Interface.GeneralSplashScreen.GeneralSplashScreen ( )
inline

Member Function Documentation

static void Sample_Environment_Control_Interface.GeneralSplashScreen.CloseForm ( )
inlinestatic
override void Sample_Environment_Control_Interface.GeneralSplashScreen.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 14 of file GeneralSplashScreen.Designer.cs.

References Sample_Environment_Control_Interface.GeneralSplashScreen.components.

static void Sample_Environment_Control_Interface.GeneralSplashScreen.HideScreen ( )
inlinestaticprivate
delegate void Sample_Environment_Control_Interface.GeneralSplashScreen.HideSplashScreenDelegate ( )
private
void Sample_Environment_Control_Interface.GeneralSplashScreen.InitializeComponent ( )
inlineprivate

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

Definition at line 29 of file GeneralSplashScreen.Designer.cs.

References Sample_Environment_Control_Interface.GeneralSplashScreen.pictureBox1.

Referenced by Sample_Environment_Control_Interface.GeneralSplashScreen.GeneralSplashScreen().

static void Sample_Environment_Control_Interface.GeneralSplashScreen.ShowForm ( )
inlinestaticprivate
static void Sample_Environment_Control_Interface.GeneralSplashScreen.ShowSplashScreen ( String  text)
inlinestatic

Member Data Documentation

String Sample_Environment_Control_Interface.GeneralSplashScreen._message = ""
staticprivate
Thread Sample_Environment_Control_Interface.GeneralSplashScreen._runningThread = null
staticprivate
GeneralSplashScreen Sample_Environment_Control_Interface.GeneralSplashScreen._splashScreen = null
staticprivate
System.ComponentModel.IContainer Sample_Environment_Control_Interface.GeneralSplashScreen.components = null
private

Required designer variable.

Definition at line 8 of file GeneralSplashScreen.Designer.cs.

Referenced by Sample_Environment_Control_Interface.GeneralSplashScreen.Dispose().

System.Windows.Forms.Label Sample_Environment_Control_Interface.GeneralSplashScreen.lblMessage
private

Definition at line 79 of file GeneralSplashScreen.Designer.cs.

System.Windows.Forms.PictureBox Sample_Environment_Control_Interface.GeneralSplashScreen.pictureBox1
private

The documentation for this class was generated from the following files: