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

Public Member Functions

 AddBeamlineParameter ()
 

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 AddBeamlineParameter.cs.

Constructor & Destructor Documentation

SeciControls.AddBeamlineParameter.AddBeamlineParameter ( )
inline

Member Function Documentation

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

Definition at line 24 of file AddBeamlineParameter.cs.

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

Definition at line 56 of file AddBeamlineParameter.cs.

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

Definition at line 32 of file AddBeamlineParameter.cs.

References SeciControls.AddBeamlineParameter.comType.

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

References SeciControls.AddBeamlineParameter.components.

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

Referenced by SeciControls.AddBeamlineParameter.AddBeamlineParameter().

Member Data Documentation

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

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

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

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

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

Required designer variable.

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

Referenced by SeciControls.AddBeamlineParameter.Dispose().

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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