

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 |
Definition at line 12 of file GeneralSplashScreen.cs.
|
inline |
Definition at line 20 of file GeneralSplashScreen.cs.
References Sample_Environment_Control_Interface.GeneralSplashScreen.InitializeComponent().
Referenced by Sample_Environment_Control_Interface.GeneralSplashScreen.ShowForm().

|
inlinestatic |
Definition at line 49 of file GeneralSplashScreen.cs.
References Sample_Environment_Control_Interface.GeneralSplashScreen._runningThread, Sample_Environment_Control_Interface.GeneralSplashScreen._splashScreen, Sample_Environment_Control_Interface.GeneralSplashScreen.HideScreen(), and Sample_Environment_Control_Interface.GeneralSplashScreen.HideSplashScreenDelegate().

|
inlineprotected |
Clean up any resources being used.
| disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 14 of file GeneralSplashScreen.Designer.cs.
References Sample_Environment_Control_Interface.GeneralSplashScreen.components.
|
inlinestaticprivate |
Definition at line 60 of file GeneralSplashScreen.cs.
Referenced by Sample_Environment_Control_Interface.GeneralSplashScreen.CloseForm().
|
private |
|
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().
|
inlinestaticprivate |
Definition at line 40 of file GeneralSplashScreen.cs.
References Sample_Environment_Control_Interface.GeneralSplashScreen._message, Sample_Environment_Control_Interface.GeneralSplashScreen._splashScreen, and Sample_Environment_Control_Interface.GeneralSplashScreen.GeneralSplashScreen().
Referenced by Sample_Environment_Control_Interface.GeneralSplashScreen.ShowSplashScreen().

|
inlinestatic |
Definition at line 25 of file GeneralSplashScreen.cs.
References Sample_Environment_Control_Interface.GeneralSplashScreen._message, Sample_Environment_Control_Interface.GeneralSplashScreen._runningThread, Sample_Environment_Control_Interface.GeneralSplashScreen._splashScreen, and Sample_Environment_Control_Interface.GeneralSplashScreen.ShowForm().

|
staticprivate |
Definition at line 16 of file GeneralSplashScreen.cs.
Referenced by Sample_Environment_Control_Interface.GeneralSplashScreen.ShowForm(), and Sample_Environment_Control_Interface.GeneralSplashScreen.ShowSplashScreen().
|
staticprivate |
Definition at line 15 of file GeneralSplashScreen.cs.
Referenced by Sample_Environment_Control_Interface.GeneralSplashScreen.CloseForm(), and Sample_Environment_Control_Interface.GeneralSplashScreen.ShowSplashScreen().
|
staticprivate |
|
private |
Required designer variable.
Definition at line 8 of file GeneralSplashScreen.Designer.cs.
Referenced by Sample_Environment_Control_Interface.GeneralSplashScreen.Dispose().
|
private |
Definition at line 79 of file GeneralSplashScreen.Designer.cs.
|
private |
Definition at line 80 of file GeneralSplashScreen.Designer.cs.
Referenced by Sample_Environment_Control_Interface.GeneralSplashScreen.InitializeComponent().
1.8.5