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

Public Member Functions

 GraphLimitsDialog ()
 

Public Attributes

Double Max = Double.NaN
 
Double Min = Double.NaN
 

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 chkMax_CheckedChanged (object sender, EventArgs e)
 
void chkMin_CheckedChanged (object sender, EventArgs e)
 
void GraphLimitsDialog_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 btnCancel
 
System.Windows.Forms.Button btnOK
 
System.Windows.Forms.CheckBox chkMax
 
System.Windows.Forms.CheckBox chkMin
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.Label label1
 
System.Windows.Forms.Label label2
 
System.Windows.Forms.TextBox txtMax
 
System.Windows.Forms.TextBox txtMin
 

Detailed Description

Definition at line 12 of file GraphLimitsDialog.cs.

Constructor & Destructor Documentation

SeciControls.Graphing.GraphLimitsDialog.GraphLimitsDialog ( )
inline

Definition at line 17 of file GraphLimitsDialog.cs.

Member Function Documentation

void SeciControls.Graphing.GraphLimitsDialog.btnOK_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 57 of file GraphLimitsDialog.cs.

void SeciControls.Graphing.GraphLimitsDialog.chkMax_CheckedChanged ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 52 of file GraphLimitsDialog.cs.

void SeciControls.Graphing.GraphLimitsDialog.chkMin_CheckedChanged ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 47 of file GraphLimitsDialog.cs.

override void SeciControls.Graphing.GraphLimitsDialog.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 GraphLimitsDialog.Designer.cs.

void SeciControls.Graphing.GraphLimitsDialog.GraphLimitsDialog_Load ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 22 of file GraphLimitsDialog.cs.

void SeciControls.Graphing.GraphLimitsDialog.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 GraphLimitsDialog.Designer.cs.

Member Data Documentation

System.Windows.Forms.Button SeciControls.Graphing.GraphLimitsDialog.btnCancel
private

Definition at line 149 of file GraphLimitsDialog.Designer.cs.

System.Windows.Forms.Button SeciControls.Graphing.GraphLimitsDialog.btnOK
private

Definition at line 150 of file GraphLimitsDialog.Designer.cs.

System.Windows.Forms.CheckBox SeciControls.Graphing.GraphLimitsDialog.chkMax
private

Definition at line 148 of file GraphLimitsDialog.Designer.cs.

System.Windows.Forms.CheckBox SeciControls.Graphing.GraphLimitsDialog.chkMin
private

Definition at line 147 of file GraphLimitsDialog.Designer.cs.

System.ComponentModel.IContainer SeciControls.Graphing.GraphLimitsDialog.components = null
private

Required designer variable.

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

System.Windows.Forms.Label SeciControls.Graphing.GraphLimitsDialog.label1
private

Definition at line 143 of file GraphLimitsDialog.Designer.cs.

System.Windows.Forms.Label SeciControls.Graphing.GraphLimitsDialog.label2
private

Definition at line 144 of file GraphLimitsDialog.Designer.cs.

Double SeciControls.Graphing.GraphLimitsDialog.Max = Double.NaN

Definition at line 15 of file GraphLimitsDialog.cs.

Double SeciControls.Graphing.GraphLimitsDialog.Min = Double.NaN

Definition at line 14 of file GraphLimitsDialog.cs.

System.Windows.Forms.TextBox SeciControls.Graphing.GraphLimitsDialog.txtMax
private

Definition at line 146 of file GraphLimitsDialog.Designer.cs.

System.Windows.Forms.TextBox SeciControls.Graphing.GraphLimitsDialog.txtMin
private

Definition at line 145 of file GraphLimitsDialog.Designer.cs.


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