|
IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
An exemple form that launches various message boxes. More...
Inheritance diagram for IG.Forms.MessageBoxLauncher:
Collaboration diagram for IG.Forms.MessageBoxLauncher:Public Member Functions | |
| MessageBoxLauncher () | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. More... | |
Private Member Functions | |
| void | MessageBoxLauncher_Load (object sender, EventArgs e) |
| void | lblTitle_Click (object sender, EventArgs e) |
| void | btnLaunch_Click (object sender, EventArgs e) |
| void | btnCurrentDirRefresh_Click (object sender, EventArgs e) |
| void | btnFileOpenBrowse_Click (object sender, EventArgs e) |
| void | txtFileOpen_TextChanged (object sender, EventArgs e) |
| void | btnDirOpenBrowse_Click (object sender, EventArgs e) |
| void | txtDirOpen_TextChanged (object sender, EventArgs e) |
| void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
Private Attributes | |
| System.ComponentModel.IContainer | components = null |
| Required designer variable. More... | |
| System.Windows.Forms.GroupBox | grpIcons |
| System.Windows.Forms.RadioButton | rbQuestion |
| System.Windows.Forms.RadioButton | rbInfo |
| System.Windows.Forms.RadioButton | rbWarning |
| System.Windows.Forms.RadioButton | rbError |
| System.Windows.Forms.Label | lblTitle |
| System.Windows.Forms.GroupBox | groupBox1 |
| System.Windows.Forms.RadioButton | rbOKCancel |
| System.Windows.Forms.RadioButton | rbOK |
| System.Windows.Forms.RadioButton | rbYesNoCancel |
| System.Windows.Forms.RadioButton | rbYesNo |
| System.Windows.Forms.RadioButton | rbAbortRetryIgnore |
| System.Windows.Forms.GroupBox | grTitleText |
| System.Windows.Forms.TextBox | txtMessage |
| System.Windows.Forms.TextBox | txtTitle |
| System.Windows.Forms.Label | lblMsgText |
| System.Windows.Forms.Label | lblMsgTitle |
| System.Windows.Forms.Button | btnLaunch |
| System.Windows.Forms.GroupBox | grpResult |
| System.Windows.Forms.Label | lblButtonClicked |
| System.Windows.Forms.Label | lblResultDescription |
| System.Windows.Forms.GroupBox | grpFileOpen |
| System.Windows.Forms.Label | lblCurrentDirTitle |
| System.Windows.Forms.Label | lblCurrentDir |
| System.Windows.Forms.Button | btnCurrentDirRefresh |
| System.Windows.Forms.Button | btnFileOpenBrowse |
| System.Windows.Forms.TextBox | txtFileOpen |
| System.Windows.Forms.Label | lblFileSize |
| System.Windows.Forms.Label | lblFileOpenSizeTitle |
| System.Windows.Forms.GroupBox | grpDirOpen |
| System.Windows.Forms.Label | lblDirNumFiles |
| System.Windows.Forms.Label | lblDirNumFilesTitle |
| System.Windows.Forms.TextBox | txtDirOpen |
| System.Windows.Forms.Button | btnDirOpenBrowse |
An exemple form that launches various message boxes.
User can set all parameters that affect function and appearance, and launc the message boxes accordingly.
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprotected |
Clean up any resources being used.
| disposing | true if managed resources should be disposed; otherwise, false. |
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
private |
Required designer variable.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |