|
IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Inheritance diagram for IG::Forms::TestForm:
Collaboration diagram for IG::Forms::TestForm:Public Member Functions | |
| TestForm () | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. | |
Properties | |
| string | Title [get] |
| int | Id [get] |
| Unique ID for objects of the currnet and derived classes. Returns the ID of the embedded test control (of type AlignmentControlOld). | |
Private Member Functions | |
| void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. | |
Private Attributes | |
| System.ComponentModel.IContainer | components = null |
| Required designer variable. | |
| TestControl | testControl1 |
Test form.
This is a dummy control used for various tests such as window positioning.
$A Igor Oct09;
| IG::Forms::TestForm::TestForm | ( | ) | [inline] |
| override void IG::Forms::TestForm::Dispose | ( | bool | disposing | ) | [inline, protected] |
Clean up any resources being used.
| disposing | true if managed resources should be disposed; otherwise, false. |
| void IG::Forms::TestForm::InitializeComponent | ( | ) | [inline, private] |
Required method for Designer support - do not modify the contents of this method with the code editor.
System.ComponentModel.IContainer IG::Forms::TestForm::components = null [private] |
Required designer variable.
TestControl IG::Forms::TestForm::testControl1 [private] |
string IG::Forms::TestForm::Title [get] |
int IG::Forms::TestForm::Id [get] |
Unique ID for objects of the currnet and derived classes. Returns the ID of the embedded test control (of type AlignmentControlOld).