Method | Description | |
---|---|---|
FORM_TagAccess ( LakeChabotReader reader ) : System | ||
FORM_TagAccess ( LakeChabotReader reader, TagAccessData r_tagAccessData ) : System | ||
Init ( LakeChabotReader reader ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnLoad ( EventArgs e ) : void |
Method | Description | |
---|---|---|
COMBOBOX_QTCtrlType_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
COMBOBOX_TagAccess_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
NUMERICUPDOWN_TagAccessCount_ValueChanged ( object sender, EventArgs e ) : void | ||
ValidateHexInput ( object sender ) : void | ||
ValidateHexInput ( object sender, KeyEventArgs e ) : void | ||
ValidateHexInput ( object sender, MouseEventArgs e ) : void | ||
ValidateHex_uint ( string input, string name, uint &value ) : bool | ||
ValidateHex_ushort ( string input, string name, ushort &value ) : bool | ||
okButton_Click ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public FORM_TagAccess ( LakeChabotReader reader ) : System | ||
reader | LakeChabotReader | |
return | System |
public FORM_TagAccess ( LakeChabotReader reader, TagAccessData r_tagAccessData ) : System | ||
reader | LakeChabotReader | |
r_tagAccessData | TagAccessData | |
return | System |
public Init ( LakeChabotReader reader ) : void | ||
reader | LakeChabotReader | |
return | void |