C# 클래스 cadencii.FormBezierPointEditUiImpl

상속: System.Windows.Forms.Form, FormBezierPointEditUi
파일 보기 프로젝트 열기: cadencii/cadencii

공개 메소드들

메소드 설명
FormBezierPointEditUiImpl ( FormBezierPointEditUiListener listener ) : System
btnCancel_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void
chkEnableSmooth_CheckedChanged ( object sender, EventArgs e ) : void
close ( ) : void
common_MouseMove ( object sender, MouseEventArgs e ) : void
common_MouseUp ( object sender, MouseEventArgs e ) : void
getDataPointClockText ( ) : string
getDataPointValueText ( ) : string
getLeftClockText ( ) : string
getLeftValueText ( ) : string
getRightClockText ( ) : string
getRightValueText ( ) : string
handleOperationButtonMouseDown ( object sender, MouseEventArgs e ) : void
isEnableSmoothSelected ( ) : bool
setCheckboxEnableSmoothText ( string value ) : void
setDataPointClockText ( string value ) : void
setDataPointValueText ( string value ) : void
setDialogResult ( bool result ) : void
setEnableSmoothSelected ( bool value ) : void
setGroupDataPointTitle ( string value ) : void
setGroupLeftTitle ( string value ) : void
setGroupRightTitle ( string value ) : void
setLabelDataPointClockText ( string value ) : void
setLabelDataPointValueText ( string value ) : void
setLabelLeftClockText ( string value ) : void
setLabelLeftValueText ( string value ) : void
setLabelRightClockText ( string value ) : void
setLabelRightValueText ( string value ) : void
setLeftButtonEnabled ( bool value ) : void
setLeftClockEnabled ( bool value ) : void
setLeftClockText ( string value ) : void
setLeftValueEnabled ( bool value ) : void
setLeftValueText ( string value ) : void
setOpacity ( double opacity ) : void
setRightButtonEnabled ( bool value ) : void
setRightClockEnabled ( bool value ) : void
setRightClockText ( string value ) : void
setRightValueEnabled ( bool value ) : void
setRightValueText ( string value ) : void
setTitle ( string value ) : void
showDialog ( object obj ) : int

보호된 메소드들

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

使用中のリソースをすべてクリーンアップします。

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。

_ ( String message ) : String
btnBackward_Click ( object sender, EventArgs e ) : void
btnForward_Click ( object sender, EventArgs e ) : void
registerEventHandlers ( ) : void
setResources ( ) : void

메소드 상세

Dispose() 보호된 메소드

使用中のリソースをすべてクリーンアップします。
protected Dispose ( bool disposing ) : void
disposing bool マネージ リソースが破棄される場合 true、破棄されない場合は false です。
리턴 void

FormBezierPointEditUiImpl() 공개 메소드

public FormBezierPointEditUiImpl ( FormBezierPointEditUiListener listener ) : System
listener FormBezierPointEditUiListener
리턴 System

btnCancel_Click() 공개 메소드

public btnCancel_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnOK_Click() 공개 메소드

public btnOK_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

chkEnableSmooth_CheckedChanged() 공개 메소드

public chkEnableSmooth_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

close() 공개 메소드

public close ( ) : void
리턴 void

common_MouseMove() 공개 메소드

public common_MouseMove ( object sender, MouseEventArgs e ) : void
sender object
e System.Windows.Forms.MouseEventArgs
리턴 void

common_MouseUp() 공개 메소드

public common_MouseUp ( object sender, MouseEventArgs e ) : void
sender object
e System.Windows.Forms.MouseEventArgs
리턴 void

getDataPointClockText() 공개 메소드

public getDataPointClockText ( ) : string
리턴 string

getDataPointValueText() 공개 메소드

public getDataPointValueText ( ) : string
리턴 string

getLeftClockText() 공개 메소드

public getLeftClockText ( ) : string
리턴 string

getLeftValueText() 공개 메소드

public getLeftValueText ( ) : string
리턴 string

getRightClockText() 공개 메소드

public getRightClockText ( ) : string
리턴 string

getRightValueText() 공개 메소드

public getRightValueText ( ) : string
리턴 string

handleOperationButtonMouseDown() 공개 메소드

public handleOperationButtonMouseDown ( object sender, MouseEventArgs e ) : void
sender object
e System.Windows.Forms.MouseEventArgs
리턴 void

isEnableSmoothSelected() 공개 메소드

public isEnableSmoothSelected ( ) : bool
리턴 bool

setCheckboxEnableSmoothText() 공개 메소드

public setCheckboxEnableSmoothText ( string value ) : void
value string
리턴 void

setDataPointClockText() 공개 메소드

public setDataPointClockText ( string value ) : void
value string
리턴 void

setDataPointValueText() 공개 메소드

public setDataPointValueText ( string value ) : void
value string
리턴 void

setDialogResult() 공개 메소드

public setDialogResult ( bool result ) : void
result bool
리턴 void

setEnableSmoothSelected() 공개 메소드

public setEnableSmoothSelected ( bool value ) : void
value bool
리턴 void

setGroupDataPointTitle() 공개 메소드

public setGroupDataPointTitle ( string value ) : void
value string
리턴 void

setGroupLeftTitle() 공개 메소드

public setGroupLeftTitle ( string value ) : void
value string
리턴 void

setGroupRightTitle() 공개 메소드

public setGroupRightTitle ( string value ) : void
value string
리턴 void

setLabelDataPointClockText() 공개 메소드

public setLabelDataPointClockText ( string value ) : void
value string
리턴 void

setLabelDataPointValueText() 공개 메소드

public setLabelDataPointValueText ( string value ) : void
value string
리턴 void

setLabelLeftClockText() 공개 메소드

public setLabelLeftClockText ( string value ) : void
value string
리턴 void

setLabelLeftValueText() 공개 메소드

public setLabelLeftValueText ( string value ) : void
value string
리턴 void

setLabelRightClockText() 공개 메소드

public setLabelRightClockText ( string value ) : void
value string
리턴 void

setLabelRightValueText() 공개 메소드

public setLabelRightValueText ( string value ) : void
value string
리턴 void

setLeftButtonEnabled() 공개 메소드

public setLeftButtonEnabled ( bool value ) : void
value bool
리턴 void

setLeftClockEnabled() 공개 메소드

public setLeftClockEnabled ( bool value ) : void
value bool
리턴 void

setLeftClockText() 공개 메소드

public setLeftClockText ( string value ) : void
value string
리턴 void

setLeftValueEnabled() 공개 메소드

public setLeftValueEnabled ( bool value ) : void
value bool
리턴 void

setLeftValueText() 공개 메소드

public setLeftValueText ( string value ) : void
value string
리턴 void

setOpacity() 공개 메소드

public setOpacity ( double opacity ) : void
opacity double
리턴 void

setRightButtonEnabled() 공개 메소드

public setRightButtonEnabled ( bool value ) : void
value bool
리턴 void

setRightClockEnabled() 공개 메소드

public setRightClockEnabled ( bool value ) : void
value bool
리턴 void

setRightClockText() 공개 메소드

public setRightClockText ( string value ) : void
value string
리턴 void

setRightValueEnabled() 공개 메소드

public setRightValueEnabled ( bool value ) : void
value bool
리턴 void

setRightValueText() 공개 메소드

public setRightValueText ( string value ) : void
value string
리턴 void

setTitle() 공개 메소드

public setTitle ( string value ) : void
value string
리턴 void

showDialog() 공개 메소드

public showDialog ( object obj ) : int
obj object
리턴 int