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

Public Member Functions

 AddEditBlock ()
 

Public Attributes

Seci.Definitions.BlockInfo Block
 
Seci.BlockDictionary Dictionary
 
Boolean IsComponent = false
 

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 chkOnlyIfChanged_CheckedChanged (object sender, EventArgs e)
 
void chkRuncontrol_CheckedChanged (object sender, EventArgs e)
 
void comRead_SelectedIndexChanged (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)
 
void radLog_CheckedChanged (object sender, EventArgs e)
 
void radOnlyChangesTol_CheckedChanged (object sender, EventArgs e)
 

Private Attributes

Boolean _isEdit
 
System.Windows.Forms.CheckBox chkEnabled
 
System.Windows.Forms.CheckBox chkLogToSingleFile
 
System.Windows.Forms.CheckBox chkOnlyIfChanged
 
System.Windows.Forms.CheckBox chkRuncontrol
 
System.Windows.Forms.CheckBox chkSaveSettings
 
System.Windows.Forms.CheckBox chkVisible
 
System.Windows.Forms.ComboBox comFormatting
 
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.Label label18
 
System.Windows.Forms.RadioButton radLog
 
System.Windows.Forms.RadioButton radNoLogging
 
System.Windows.Forms.RadioButton radOnlyChangesTol
 
System.Windows.Forms.ToolTip toolTip1
 

Detailed Description

Definition at line 13 of file AddEditBlock.cs.

Constructor & Destructor Documentation

SeciUserInterface.Dialogs.Blocks.AddEditBlock.AddEditBlock ( )
inline

Definition at line 20 of file AddEditBlock.cs.

Member Function Documentation

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

Definition at line 25 of file AddEditBlock.cs.

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

Definition at line 213 of file AddEditBlock.cs.

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

Definition at line 218 of file AddEditBlock.cs.

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

Definition at line 208 of file AddEditBlock.cs.

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

Definition at line 223 of file AddEditBlock.cs.

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

Definition at line 413 of file AddEditBlock.cs.

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

Definition at line 389 of file AddEditBlock.cs.

void SeciUserInterface.Dialogs.Blocks.AddEditBlock.chkOnlyIfChanged_CheckedChanged ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 603 of file AddEditBlock.cs.

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

Definition at line 580 of file AddEditBlock.cs.

void SeciUserInterface.Dialogs.Blocks.AddEditBlock.comRead_SelectedIndexChanged ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 613 of file AddEditBlock.cs.

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

Definition at line 200 of file AddEditBlock.cs.

override void SeciUserInterface.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 SeciUserInterface.Dialogs.Blocks.AddEditBlock.fillInControls ( String  VIname)
inlineprivate

Definition at line 169 of file AddEditBlock.cs.

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

Definition at line 152 of file AddEditBlock.cs.

void SeciUserInterface.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 SeciUserInterface.Dialogs.Blocks.AddEditBlock.isCharValid ( KeyPressEventArgs  e)
inlineprivate

Definition at line 567 of file AddEditBlock.cs.

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

Definition at line 546 of file AddEditBlock.cs.

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

Definition at line 554 of file AddEditBlock.cs.

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

Definition at line 536 of file AddEditBlock.cs.

void SeciUserInterface.Dialogs.Blocks.AddEditBlock.radLog_CheckedChanged ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 596 of file AddEditBlock.cs.

void SeciUserInterface.Dialogs.Blocks.AddEditBlock.radOnlyChangesTol_CheckedChanged ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 608 of file AddEditBlock.cs.

Member Data Documentation

Boolean SeciUserInterface.Dialogs.Blocks.AddEditBlock._isEdit
private

Definition at line 18 of file AddEditBlock.cs.

Seci.Definitions.BlockInfo SeciUserInterface.Dialogs.Blocks.AddEditBlock.Block

Definition at line 15 of file AddEditBlock.cs.

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

Definition at line 709 of file AddEditBlock.designer.cs.

System.Windows.Forms.CheckBox SeciUserInterface.Dialogs.Blocks.AddEditBlock.chkLogToSingleFile
private

Definition at line 723 of file AddEditBlock.designer.cs.

System.Windows.Forms.CheckBox SeciUserInterface.Dialogs.Blocks.AddEditBlock.chkOnlyIfChanged
private

Definition at line 722 of file AddEditBlock.designer.cs.

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

Definition at line 704 of file AddEditBlock.designer.cs.

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

Definition at line 718 of file AddEditBlock.designer.cs.

System.Windows.Forms.CheckBox SeciUserInterface.Dialogs.Blocks.AddEditBlock.chkVisible
private

Definition at line 719 of file AddEditBlock.designer.cs.

System.Windows.Forms.ComboBox SeciUserInterface.Dialogs.Blocks.AddEditBlock.comFormatting
private

Definition at line 728 of file AddEditBlock.designer.cs.

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

Required designer variable.

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

Seci.BlockDictionary SeciUserInterface.Dialogs.Blocks.AddEditBlock.Dictionary

Definition at line 16 of file AddEditBlock.cs.

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

Definition at line 714 of file AddEditBlock.designer.cs.

Boolean SeciUserInterface.Dialogs.Blocks.AddEditBlock.IsComponent = false

Definition at line 17 of file AddEditBlock.cs.

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

Definition at line 712 of file AddEditBlock.designer.cs.

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

Definition at line 702 of file AddEditBlock.designer.cs.

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

Definition at line 703 of file AddEditBlock.designer.cs.

System.Windows.Forms.Label SeciUserInterface.Dialogs.Blocks.AddEditBlock.label18
private

Definition at line 724 of file AddEditBlock.designer.cs.

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

Definition at line 711 of file AddEditBlock.designer.cs.

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

Definition at line 713 of file AddEditBlock.designer.cs.

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

Definition at line 710 of file AddEditBlock.designer.cs.

System.Windows.Forms.ToolTip SeciUserInterface.Dialogs.Blocks.AddEditBlock.toolTip1
private

Definition at line 720 of file AddEditBlock.designer.cs.


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