C# Class RFID_Explorer.ReturnLoss

Inheritance: System.Windows.Forms.Form
Mostra file Open project: mti-rfid/RFID_Explorer

Public Methods

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, LakeChabotReader rm_reader ) : System
SetCurValueToText ( double r_dbValue ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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, FormClosingEventArgs e ) : void
ReadAllChannel ( ) : bool
ReadSingleChannel ( ) : bool
RfOnButton_Click ( object sender, EventArgs e ) : void
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, EventArgs e ) : void
splitContainer1_Panel2_Resize ( object sender, EventArgs e ) : void
splitContainer1_Panel2_Scroll ( object sender, ScrollEventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

DoThdWork() public static method

public static DoThdWork ( object r_Cls ) : void
r_Cls object
return void

DrawPieRectangle() public method

public DrawPieRectangle ( int x, int y, Color r_color ) : void
x int
y int
r_color Color
return void

DrawString() public method

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

DrawString() public method

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

EnableForm() public method

public EnableForm ( ) : void
return void

ReturnLoss() public method

public ReturnLoss ( RFID_Explorer r_form, LakeChabotReader rm_reader ) : System
r_form RFID_Explorer
rm_reader RFID.RFIDInterface.LakeChabotReader
return System

SetCurValueToText() public method

public SetCurValueToText ( double r_dbValue ) : void
r_dbValue double
return void