C# 클래스 RFID_Explorer.ReturnLoss

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: mti-rfid/RFID_Explorer

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

DoThdWork() 공개 정적인 메소드

public static DoThdWork ( object r_Cls ) : void
r_Cls object
리턴 void

DrawPieRectangle() 공개 메소드

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

DrawString() 공개 메소드

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
리턴 void

DrawString() 공개 메소드

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
리턴 void

EnableForm() 공개 메소드

public EnableForm ( ) : void
리턴 void

ReturnLoss() 공개 메소드

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

SetCurValueToText() 공개 메소드

public SetCurValueToText ( double r_dbValue ) : void
r_dbValue double
리턴 void