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
Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock Class Reference
Inheritance diagram for Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock:
Inheritance graph
Collaboration diagram for Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock:
Collaboration graph

Public Member Functions

 AddEditBlock ()
 

Public Attributes

Seci.BlockInfo Block
 
Seci.BlockDictionary Dictionary
 

Protected Member Functions

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

Private Member Functions

void AddBlock_Load (object sender, EventArgs e)
 
void btnClearGo_Click (object sender, EventArgs e)
 
void btnClearWaitfor_Click (object sender, EventArgs e)
 
void btnClearWrite_Click (object sender, EventArgs e)
 
void btnOK_Click (object sender, EventArgs e)
 
List< String > checkFilledOutandValid ()
 
Boolean checkFilledOutCorrectly ()
 
void chkRuncontrol_CheckedChanged (object sender, EventArgs e)
 
void comVI_SelectedIndexChanged (object sender, EventArgs e)
 
void fillInControls (String VIname)
 
void fillInVIs ()
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 
Boolean isCharValid (KeyPressEventArgs e)
 
void isCharValid_KeyPress (object sender, KeyPressEventArgs e)
 
Boolean isNumeric (KeyPressEventArgs e)
 
void NumericOnly_KeyPress (object sender, KeyPressEventArgs e)
 

Private Attributes

Boolean _isEdit
 
System.Windows.Forms.CheckBox chkEnabled
 
System.Windows.Forms.CheckBox chkRuncontrol
 
System.Windows.Forms.CheckBox chkSaveSettings
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.GroupBox groupBox1
 
System.Windows.Forms.Label label11
 
System.Windows.Forms.Label label13
 
System.Windows.Forms.Label label14
 
System.Windows.Forms.RadioButton radLog
 
System.Windows.Forms.RadioButton radNoLogging
 
System.Windows.Forms.RadioButton radOnlyChanges
 
System.Windows.Forms.RadioButton radOnlyChangesTol
 

Detailed Description

Definition at line 13 of file AddEditBlock.cs.

Constructor & Destructor Documentation

Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.AddEditBlock ( )
inline

Definition at line 19 of file AddEditBlock.cs.

Member Function Documentation

void Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.AddBlock_Load ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 24 of file AddEditBlock.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.btnClearGo_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 135 of file AddEditBlock.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.btnClearWaitfor_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 140 of file AddEditBlock.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.btnClearWrite_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 130 of file AddEditBlock.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.btnOK_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 145 of file AddEditBlock.cs.

List<String> Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.checkFilledOutandValid ( )
inlineprivate

Definition at line 249 of file AddEditBlock.cs.

Boolean Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.checkFilledOutCorrectly ( )
inlineprivate

Definition at line 225 of file AddEditBlock.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.chkRuncontrol_CheckedChanged ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 381 of file AddEditBlock.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.comVI_SelectedIndexChanged ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 122 of file AddEditBlock.cs.

override void Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.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 AddEditBlock.Designer.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.fillInControls ( String  VIname)
inlineprivate

Definition at line 97 of file AddEditBlock.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.fillInVIs ( )
inlineprivate

Definition at line 81 of file AddEditBlock.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.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 AddEditBlock.Designer.cs.

Boolean Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.isCharValid ( KeyPressEventArgs  e)
inlineprivate

Definition at line 368 of file AddEditBlock.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.isCharValid_KeyPress ( object  sender,
KeyPressEventArgs  e 
)
inlineprivate

Definition at line 347 of file AddEditBlock.cs.

Boolean Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.isNumeric ( KeyPressEventArgs  e)
inlineprivate

Definition at line 355 of file AddEditBlock.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.NumericOnly_KeyPress ( object  sender,
KeyPressEventArgs  e 
)
inlineprivate

Definition at line 337 of file AddEditBlock.cs.

Member Data Documentation

Boolean Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock._isEdit
private

Definition at line 17 of file AddEditBlock.cs.

Seci.BlockInfo Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.Block

Definition at line 15 of file AddEditBlock.cs.

System.Windows.Forms.CheckBox Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.chkEnabled
private

Definition at line 572 of file AddEditBlock.Designer.cs.

System.Windows.Forms.CheckBox Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.chkRuncontrol
private

Definition at line 567 of file AddEditBlock.Designer.cs.

System.Windows.Forms.CheckBox Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.chkSaveSettings
private

Definition at line 582 of file AddEditBlock.Designer.cs.

System.ComponentModel.IContainer Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.components = null
private

Required designer variable.

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

Seci.BlockDictionary Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.Dictionary

Definition at line 16 of file AddEditBlock.cs.

System.Windows.Forms.GroupBox Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.groupBox1
private

Definition at line 577 of file AddEditBlock.Designer.cs.

System.Windows.Forms.Label Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.label11
private

Definition at line 575 of file AddEditBlock.Designer.cs.

System.Windows.Forms.Label Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.label13
private

Definition at line 565 of file AddEditBlock.Designer.cs.

System.Windows.Forms.Label Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.label14
private

Definition at line 566 of file AddEditBlock.Designer.cs.

System.Windows.Forms.RadioButton Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.radLog
private

Definition at line 574 of file AddEditBlock.Designer.cs.

System.Windows.Forms.RadioButton Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.radNoLogging
private

Definition at line 576 of file AddEditBlock.Designer.cs.

System.Windows.Forms.RadioButton Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.radOnlyChanges
private

Definition at line 579 of file AddEditBlock.Designer.cs.

System.Windows.Forms.RadioButton Sample_Environment_Control_Interface.Dialogs.Blocks.AddEditBlock.radOnlyChangesTol
private

Definition at line 573 of file AddEditBlock.Designer.cs.


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