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

Public Member Functions

 Generic_PopUp (String Title, String message)
 
 Generic_PopUp (String Title, String message, String yestext, String notext)
 

Protected Member Functions

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

Private Member Functions

void btnOK_Click (object sender, EventArgs e)
 
void button1_Click (object sender, EventArgs e)
 
void button2_Click (object sender, EventArgs e)
 
void Generic_PopUp_Load (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.Windows.Forms.Button btnOK
 
System.Windows.Forms.Button button1
 
System.Windows.Forms.Button button2
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.TextBox txtMessage
 

Detailed Description

Definition at line 11 of file Generic_PopUp.cs.

Constructor & Destructor Documentation

Sample_Environment_Control_Interface.Dialogs.Messages.Generic_PopUp.Generic_PopUp ( String  Title,
String  message 
)
inline

Definition at line 13 of file Generic_PopUp.cs.

Sample_Environment_Control_Interface.Dialogs.Messages.Generic_PopUp.Generic_PopUp ( String  Title,
String  message,
String  yestext,
String  notext 
)
inline

Definition at line 22 of file Generic_PopUp.cs.

Member Function Documentation

void Sample_Environment_Control_Interface.Dialogs.Messages.Generic_PopUp.btnOK_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 45 of file Generic_PopUp.cs.

void Sample_Environment_Control_Interface.Dialogs.Messages.Generic_PopUp.button1_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 51 of file Generic_PopUp.cs.

void Sample_Environment_Control_Interface.Dialogs.Messages.Generic_PopUp.button2_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 58 of file Generic_PopUp.cs.

override void Sample_Environment_Control_Interface.Dialogs.Messages.Generic_PopUp.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 Generic_PopUp.Designer.cs.

void Sample_Environment_Control_Interface.Dialogs.Messages.Generic_PopUp.Generic_PopUp_Load ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 40 of file Generic_PopUp.cs.

void Sample_Environment_Control_Interface.Dialogs.Messages.Generic_PopUp.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 Generic_PopUp.Designer.cs.

Member Data Documentation

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Messages.Generic_PopUp.btnOK
private

Definition at line 113 of file Generic_PopUp.Designer.cs.

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Messages.Generic_PopUp.button1
private

Definition at line 114 of file Generic_PopUp.Designer.cs.

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Messages.Generic_PopUp.button2
private

Definition at line 115 of file Generic_PopUp.Designer.cs.

System.ComponentModel.IContainer Sample_Environment_Control_Interface.Dialogs.Messages.Generic_PopUp.components = null
private

Required designer variable.

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

System.Windows.Forms.TextBox Sample_Environment_Control_Interface.Dialogs.Messages.Generic_PopUp.txtMessage
private

Definition at line 112 of file Generic_PopUp.Designer.cs.


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