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
SeciControls.AddSampleParameter Class Reference
Inheritance diagram for SeciControls.AddSampleParameter:
Inheritance graph
Collaboration diagram for SeciControls.AddSampleParameter:
Collaboration graph

Public Member Functions

 AddSampleParameter ()
 

Protected Member Functions

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

Private Member Functions

void AddSampleParameter_Load (object sender, EventArgs e)
 
void btnAdd_Click (object sender, EventArgs e)
 
void btnCancel_Click (object sender, EventArgs e)
 
void comType_SelectedIndexChanged (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

List< String > _parameterNames = new List<String>()
 
List< String > _parameterTypes = new List<String>()
 
System.Windows.Forms.Button btnAdd
 
System.Windows.Forms.Button btnCancel
 
System.Windows.Forms.ComboBox comName
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.ComboBox comType
 
System.Windows.Forms.ComboBox comType2
 
System.Windows.Forms.Label label1
 
System.Windows.Forms.Label label2
 
System.Windows.Forms.Label label3
 
System.Windows.Forms.Label lblType
 
System.Windows.Forms.Label lblUnits
 
System.Windows.Forms.TextBox txtName
 
System.Windows.Forms.TextBox txtUnits
 
System.Windows.Forms.TextBox txtValue
 

Detailed Description

Definition at line 12 of file AddSampleParameter.cs.

Constructor & Destructor Documentation

SeciControls.AddSampleParameter.AddSampleParameter ( )
inline

Member Function Documentation

void SeciControls.AddSampleParameter.AddSampleParameter_Load ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 24 of file AddSampleParameter.cs.

void SeciControls.AddSampleParameter.btnAdd_Click ( object  sender,
EventArgs  e 
)
inlineprivate
void SeciControls.AddSampleParameter.btnCancel_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 56 of file AddSampleParameter.cs.

void SeciControls.AddSampleParameter.comType_SelectedIndexChanged ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 32 of file AddSampleParameter.cs.

References SeciControls.AddSampleParameter.comType.

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

References SeciControls.AddSampleParameter.components.

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

Referenced by SeciControls.AddSampleParameter.AddSampleParameter().

Member Data Documentation

List<String> SeciControls.AddSampleParameter._parameterNames = new List<String>()
private
List<String> SeciControls.AddSampleParameter._parameterTypes = new List<String>()
private
System.Windows.Forms.Button SeciControls.AddSampleParameter.btnAdd
private

Definition at line 208 of file AddSampleParameter.Designer.cs.

System.Windows.Forms.Button SeciControls.AddSampleParameter.btnCancel
private

Definition at line 205 of file AddSampleParameter.Designer.cs.

System.Windows.Forms.ComboBox SeciControls.AddSampleParameter.comName
private
System.ComponentModel.IContainer SeciControls.AddSampleParameter.components = null
private

Required designer variable.

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

Referenced by SeciControls.AddSampleParameter.Dispose().

System.Windows.Forms.ComboBox SeciControls.AddSampleParameter.comType
private
System.Windows.Forms.ComboBox SeciControls.AddSampleParameter.comType2
private

Definition at line 206 of file AddSampleParameter.Designer.cs.

System.Windows.Forms.Label SeciControls.AddSampleParameter.label1
private

Definition at line 197 of file AddSampleParameter.Designer.cs.

System.Windows.Forms.Label SeciControls.AddSampleParameter.label2
private

Definition at line 199 of file AddSampleParameter.Designer.cs.

System.Windows.Forms.Label SeciControls.AddSampleParameter.label3
private

Definition at line 203 of file AddSampleParameter.Designer.cs.

System.Windows.Forms.Label SeciControls.AddSampleParameter.lblType
private

Definition at line 204 of file AddSampleParameter.Designer.cs.

System.Windows.Forms.Label SeciControls.AddSampleParameter.lblUnits
private

Definition at line 207 of file AddSampleParameter.Designer.cs.

System.Windows.Forms.TextBox SeciControls.AddSampleParameter.txtName
private
System.Windows.Forms.TextBox SeciControls.AddSampleParameter.txtUnits
private

Definition at line 209 of file AddSampleParameter.Designer.cs.

System.Windows.Forms.TextBox SeciControls.AddSampleParameter.txtValue
private

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