C# 클래스 BTool.CommSelectForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: x893/BTool 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cbBaud System.Windows.Forms.ComboBox
cbDataBits System.Windows.Forms.ComboBox
cbFlow System.Windows.Forms.ComboBox
cbParity System.Windows.Forms.ComboBox
cbPorts System.Windows.Forms.ComboBox
cbStopBits System.Windows.Forms.ComboBox

공개 메소드들

메소드 설명
CommSelectForm ( ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
SortComPorts ( string rgstrPorts ) : int
commSelect_FormClosing ( object sender, FormClosingEventArgs e ) : void
commSelect_FormLoad ( object sender, EventArgs e ) : void

메소드 상세

CommSelectForm() 공개 메소드

public CommSelectForm ( ) : System
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

프로퍼티 상세

cbBaud 공개적으로 프로퍼티

public ComboBox,System.Windows.Forms cbBaud
리턴 System.Windows.Forms.ComboBox

cbDataBits 공개적으로 프로퍼티

public ComboBox,System.Windows.Forms cbDataBits
리턴 System.Windows.Forms.ComboBox

cbFlow 공개적으로 프로퍼티

public ComboBox,System.Windows.Forms cbFlow
리턴 System.Windows.Forms.ComboBox

cbParity 공개적으로 프로퍼티

public ComboBox,System.Windows.Forms cbParity
리턴 System.Windows.Forms.ComboBox

cbPorts 공개적으로 프로퍼티

public ComboBox,System.Windows.Forms cbPorts
리턴 System.Windows.Forms.ComboBox

cbStopBits 공개적으로 프로퍼티

public ComboBox,System.Windows.Forms cbStopBits
리턴 System.Windows.Forms.ComboBox