IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Member Functions | |
DialogFormDemoControl () | |
void | CreateNewDialogWindow () |
Creates a new testing dialog window. More... | |
void | CopyDataToDialogs () |
Applies all data and settings forom the current control to the embedded and window test dialogs. More... | |
void | CopyButtonDataToDialogs () |
Applies all data and settings forom the current control to the embedded and window test dialogs. More... | |
DialogFormDemoControl () | |
void | CreateNewDialogWindow () |
Creates a new testing dialog window. More... | |
void | CopyDataToDialogs () |
Applies all data and settings forom the current control to the embedded and window test dialogs. More... | |
void | CopyButtonDataToDialogs () |
Applies all data and settings forom the current control to the embedded and window test dialogs. More... | |
Protected Member Functions | |
void | UpdateResults () |
Updates controls that stow dialog's results. More... | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
void | UpdateResults () |
Updates controls that stow dialog's results. More... | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Properties | |
bool | IsDialogFormActive [get] |
Returns true if the dialog form is active, i. e. if it is located, visible, and not yet disposed. More... | |
Private Member Functions | |
void | txtTitle_TextChanged (object sender, EventArgs e) |
void | txtTitle_Validated (object sender, EventArgs e) |
void | txtMessage_TextChanged (object sender, EventArgs e) |
void | txtMessage_Validated (object sender, EventArgs e) |
void | txtText_TextChanged (object sender, EventArgs e) |
void | txtText_Validated (object sender, EventArgs e) |
void | textBotxtButtons_TextChanged (object sender, EventArgs e) |
void | textBotxtButtons_Validated (object sender, EventArgs e) |
void | chkImmediateText_CheckedChanged (object sender, EventArgs e) |
void | btnLaunchDialog_Click (object sender, EventArgs e) |
void | btnRefreshDialog_Click (object sender, EventArgs e) |
void | btnRefreshText_Click (object sender, EventArgs e) |
void | chkTextVisible_CheckedChanged (object sender, EventArgs e) |
void | chkTextCausesVisible_CheckedChanged (object sender, EventArgs e) |
void | chkTextEditable_CheckedChanged (object sender, EventArgs e) |
void | chkTextSettable_CheckedChanged (object sender, EventArgs e) |
void | chkTextSetExceptions_CheckedChanged (object sender, EventArgs e) |
void | chkTextMultiLine_CheckedChanged (object sender, EventArgs e) |
void | chkTextImmediate_CheckedChanged (object sender, EventArgs e) |
void | chkTextPassword_CheckedChanged (object sender, EventArgs e) |
void | numTextBoxWidth_Validated (object sender, EventArgs e) |
void | numTextBoxHeight_Validated (object sender, EventArgs e) |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
void | txtTitle_TextChanged (object sender, EventArgs e) |
void | txtTitle_Validated (object sender, EventArgs e) |
void | txtMessage_TextChanged (object sender, EventArgs e) |
void | txtMessage_Validated (object sender, EventArgs e) |
void | txtText_TextChanged (object sender, EventArgs e) |
void | txtText_Validated (object sender, EventArgs e) |
void | textBotxtButtons_TextChanged (object sender, EventArgs e) |
void | textBotxtButtons_Validated (object sender, EventArgs e) |
void | chkImmediateText_CheckedChanged (object sender, EventArgs e) |
void | btnLaunchDialog_Click (object sender, EventArgs e) |
void | btnRefreshDialog_Click (object sender, EventArgs e) |
void | btnRefreshText_Click (object sender, EventArgs e) |
void | chkTextVisible_CheckedChanged (object sender, EventArgs e) |
void | chkTextCausesVisible_CheckedChanged (object sender, EventArgs e) |
void | chkTextEditable_CheckedChanged (object sender, EventArgs e) |
void | chkTextSettable_CheckedChanged (object sender, EventArgs e) |
void | chkTextSetExceptions_CheckedChanged (object sender, EventArgs e) |
void | chkTextMultiLine_CheckedChanged (object sender, EventArgs e) |
void | chkTextImmediate_CheckedChanged (object sender, EventArgs e) |
void | chkTextPassword_CheckedChanged (object sender, EventArgs e) |
void | numTextBoxWidth_Validated (object sender, EventArgs e) |
void | numTextBoxHeight_Validated (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... | |
DialogControl | dialogControl1 |
DialogForm | dialogForm1 |
System.Windows.Forms.Label | lblMainTitle |
System.Windows.Forms.Label | lblTitle |
System.Windows.Forms.TextBox | txtTitle |
System.Windows.Forms.TextBox | txtMessage |
System.Windows.Forms.Label | lblMessage |
System.Windows.Forms.Label | lblText |
System.Windows.Forms.TextBox | txtText |
System.Windows.Forms.Label | lblButtons |
System.Windows.Forms.TextBox | textBotxtButtons |
System.Windows.Forms.GroupBox | grpResults |
System.Windows.Forms.Label | lblResultText |
System.Windows.Forms.Label | lblResultButton |
System.Windows.Forms.Label | lblResultTitleText |
System.Windows.Forms.Label | lblResultTitleButton |
System.Windows.Forms.GroupBox | grpDialogControl |
System.Windows.Forms.FlowLayoutPanel | flowDialogControlAndResults |
System.Windows.Forms.Button | btnLaunchDialog |
System.Windows.Forms.Button | btnRefreshDialog |
System.Windows.Forms.GroupBox | grpSettings |
System.Windows.Forms.CheckBox | chkTextEditable |
System.Windows.Forms.CheckBox | chkTextMultiLine |
System.Windows.Forms.CheckBox | chkTextSettable |
System.Windows.Forms.CheckBox | chkImmediateText |
System.Windows.Forms.NumericUpDown | numTextBoxHeight |
System.Windows.Forms.NumericUpDown | numTextBoxWidth |
System.Windows.Forms.Label | lblTextBoxWidth |
System.Windows.Forms.GroupBox | grpEvents |
System.Windows.Forms.Label | lblTextBoxHeight |
IndicatorLight | indicatorButtonResultChanged |
IndicatorLight | indicatorTextChanged |
IndicatorLight | indicatorButtonPressed |
System.Windows.Forms.Button | btnRefreshText |
System.Windows.Forms.CheckBox | chkTextSetExceptions |
IndicatorLight | indicatorSettingsApplied |
System.Windows.Forms.CheckBox | chkTextVisible |
System.Windows.Forms.CheckBox | chkTextImmediate |
System.Windows.Forms.GroupBox | grpActions |
System.Windows.Forms.CheckBox | chkTextCausesVisible |
System.Windows.Forms.CheckBox | chkTextPassword |
|
inline |
|
inline |
|
inline |
Creates a new testing dialog window.
|
inlineprotected |
Updates controls that stow dialog's results.
|
inline |
Applies all data and settings forom the current control to the embedded and window test dialogs.
This does not copy the buttons data, which is performed specially by the CopyButtonDataToDialogs function.
|
inline |
Applies all data and settings forom the current control to the embedded and window test dialogs.
This does not copy the buttons data, which is performed specially by the CopyButtonDataToDialogs function.
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
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.
|
inline |
Creates a new testing dialog window.
|
inlineprotected |
Updates controls that stow dialog's results.
|
inline |
Applies all data and settings forom the current control to the embedded and window test dialogs.
This does not copy the buttons data, which is performed specially by the CopyButtonDataToDialogs function.
|
inline |
Applies all data and settings forom the current control to the embedded and window test dialogs.
This does not copy the buttons data, which is performed specially by the CopyButtonDataToDialogs function.
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
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 |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
get |
Returns true if the dialog form is active, i. e. if it is located, visible, and not yet disposed.
This is used e.g. in cases where functions of the dialog form can be taken over by the embedded dialog control when the former is not active (such as events, for example).