Method | Description | |
---|---|---|
DoThdWork ( object r_Cls ) : void | ||
DrawPieRectangle ( int x, int y, Color r_color ) : void | ||
DrawString ( String r_strVal, int x, int y, StringFormatFlags r_Type, Color r_color ) : void | ||
DrawString ( String r_strVal, int x, int y, StringFormatFlags r_Type, int r_size, Color r_color ) : void | ||
EnableForm ( ) : void | ||
ReturnLoss ( RFID_Explorer r_form, |
||
SetCurValueToText ( double r_dbValue ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AddAntPort ( ) : bool | ||
DrawFrame ( ) : void | ||
DrawStandardLine ( ) : bool | ||
GetFreqValue ( ) : void | ||
GetPortValue ( ) : void | ||
HandlePaint ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
RFTest_FormClosing ( object sender, |
||
ReadAllChannel ( ) : bool | ||
ReadSingleChannel ( ) : bool | ||
RfOnButton_Click ( object sender, |
||
SetComboFreq ( ENUM_COMBO_FREQ_TYPE enumFreqType, int iCount ) : void | ||
SetConfig ( ) : bool | ||
SetFreq ( ) : bool | ||
SetPort ( ) : bool | ||
ShowErrMsg ( String strMsg ) : void | ||
ShowPaint ( double r_dbValue, Point r_point ) : void | ||
ShowPic ( ) : void | ||
StartRF_On ( ) : bool | ||
StopRF_On ( ) : bool | ||
StoreInforToTxt ( string Path ) : void | ||
btnExport_Click ( object sender, |
||
splitContainer1_Panel2_Resize ( object sender, EventArgs e ) : void | ||
splitContainer1_Panel2_Scroll ( object sender, ScrollEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public static DoThdWork ( object r_Cls ) : void | ||
r_Cls | object | |
return | void |
public DrawPieRectangle ( int x, int y, Color r_color ) : void | ||
x | int | |
y | int | |
r_color | Color | |
return | void |
public DrawString ( String r_strVal, int x, int y, StringFormatFlags r_Type, Color r_color ) : void | ||
r_strVal | String | |
x | int | |
y | int | |
r_Type | StringFormatFlags | |
r_color | Color | |
return | void |
public DrawString ( String r_strVal, int x, int y, StringFormatFlags r_Type, int r_size, Color r_color ) : void | ||
r_strVal | String | |
x | int | |
y | int | |
r_Type | StringFormatFlags | |
r_size | int | |
r_color | Color | |
return | void |
public ReturnLoss ( RFID_Explorer r_form, |
||
r_form | RFID_Explorer | |
rm_reader | ||
return | System |
public SetCurValueToText ( double r_dbValue ) : void | ||
r_dbValue | double | |
return | void |