C# Class cadencii.FormBeatConfigUiImpl

Inheritance: System.Windows.Forms.Form, FormBeatConfigUi
Exibir arquivo Open project: cadencii/cadencii

Public Methods

Method Description
FormBeatConfigUiImpl ( FormBeatConfigUiListener listener ) : System
addItemDenominatorCombobox ( string value ) : void
btnCancel_Click ( Object sender, EventArgs e ) : void
btnOK_Click ( Object sender, EventArgs e ) : void
chkEnd_CheckedChanged ( Object sender, EventArgs e ) : void
close ( ) : void
getHeight ( ) : int
getMaximumEndNum ( ) : int
getMaximumNumeratorNum ( ) : int
getMaximumStartNum ( ) : int
getMinimumEndNum ( ) : int
getMinimumNumeratorNum ( ) : int
getMinimumStartNum ( ) : int
getSelectedIndexDenominatorCombobox ( ) : int
getValueEndNum ( ) : int
getValueNumeratorNum ( ) : int
getValueStartNum ( ) : int
getWidth ( ) : int
isCheckedEndCheckbox ( ) : bool
isEnabledEndCheckbox ( ) : bool
removeAllItemsDenominatorCombobox ( ) : void
setDialogResult ( bool value ) : void
setEnabledEndCheckbox ( bool value ) : void
setEnabledEndNum ( bool value ) : void
setEnabledStartNum ( bool value ) : void
setFont ( string fontName, float fontSize ) : void
setLocation ( int x, int y ) : void
setMaximumEndNum ( int value ) : void
setMaximumStartNum ( int value ) : void
setMinimumEndNum ( int value ) : void
setMinimumStartNum ( int value ) : void
setSelectedIndexDenominatorCombobox ( int value ) : void
setTextBar1Label ( string value ) : void
setTextBar2Label ( string value ) : void
setTextBeatGroup ( string value ) : void
setTextCancelButton ( string value ) : void
setTextEndCheckbox ( string value ) : void
setTextOkButton ( string value ) : void
setTextPositionGroup ( string value ) : void
setTextStartLabel ( string value ) : void
setTitle ( string value ) : void
setValueEndNum ( int value ) : void
setValueNumeratorNum ( int value ) : void
setValueStartNum ( int value ) : void
showDialog ( object parent ) : int

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected method

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

FormBeatConfigUiImpl() public method

public FormBeatConfigUiImpl ( FormBeatConfigUiListener listener ) : System
listener FormBeatConfigUiListener
return System

addItemDenominatorCombobox() public method

public addItemDenominatorCombobox ( string value ) : void
value string
return void

btnCancel_Click() public method

public btnCancel_Click ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

btnOK_Click() public method

public btnOK_Click ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

chkEnd_CheckedChanged() public method

public chkEnd_CheckedChanged ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

close() public method

public close ( ) : void
return void

getHeight() public method

public getHeight ( ) : int
return int

getMaximumEndNum() public method

public getMaximumEndNum ( ) : int
return int

getMaximumNumeratorNum() public method

public getMaximumNumeratorNum ( ) : int
return int

getMaximumStartNum() public method

public getMaximumStartNum ( ) : int
return int

getMinimumEndNum() public method

public getMinimumEndNum ( ) : int
return int

getMinimumNumeratorNum() public method

public getMinimumNumeratorNum ( ) : int
return int

getMinimumStartNum() public method

public getMinimumStartNum ( ) : int
return int

getSelectedIndexDenominatorCombobox() public method

public getSelectedIndexDenominatorCombobox ( ) : int
return int

getValueEndNum() public method

public getValueEndNum ( ) : int
return int

getValueNumeratorNum() public method

public getValueNumeratorNum ( ) : int
return int

getValueStartNum() public method

public getValueStartNum ( ) : int
return int

getWidth() public method

public getWidth ( ) : int
return int

isCheckedEndCheckbox() public method

public isCheckedEndCheckbox ( ) : bool
return bool

isEnabledEndCheckbox() public method

public isEnabledEndCheckbox ( ) : bool
return bool

removeAllItemsDenominatorCombobox() public method

public removeAllItemsDenominatorCombobox ( ) : void
return void

setDialogResult() public method

public setDialogResult ( bool value ) : void
value bool
return void

setEnabledEndCheckbox() public method

public setEnabledEndCheckbox ( bool value ) : void
value bool
return void

setEnabledEndNum() public method

public setEnabledEndNum ( bool value ) : void
value bool
return void

setEnabledStartNum() public method

public setEnabledStartNum ( bool value ) : void
value bool
return void

setFont() public method

public setFont ( string fontName, float fontSize ) : void
fontName string
fontSize float
return void

setLocation() public method

public setLocation ( int x, int y ) : void
x int
y int
return void

setMaximumEndNum() public method

public setMaximumEndNum ( int value ) : void
value int
return void

setMaximumStartNum() public method

public setMaximumStartNum ( int value ) : void
value int
return void

setMinimumEndNum() public method

public setMinimumEndNum ( int value ) : void
value int
return void

setMinimumStartNum() public method

public setMinimumStartNum ( int value ) : void
value int
return void

setSelectedIndexDenominatorCombobox() public method

public setSelectedIndexDenominatorCombobox ( int value ) : void
value int
return void

setTextBar1Label() public method

public setTextBar1Label ( string value ) : void
value string
return void

setTextBar2Label() public method

public setTextBar2Label ( string value ) : void
value string
return void

setTextBeatGroup() public method

public setTextBeatGroup ( string value ) : void
value string
return void

setTextCancelButton() public method

public setTextCancelButton ( string value ) : void
value string
return void

setTextEndCheckbox() public method

public setTextEndCheckbox ( string value ) : void
value string
return void

setTextOkButton() public method

public setTextOkButton ( string value ) : void
value string
return void

setTextPositionGroup() public method

public setTextPositionGroup ( string value ) : void
value string
return void

setTextStartLabel() public method

public setTextStartLabel ( string value ) : void
value string
return void

setTitle() public method

public setTitle ( string value ) : void
value string
return void

setValueEndNum() public method

public setValueEndNum ( int value ) : void
value int
return void

setValueNumeratorNum() public method

public setValueNumeratorNum ( int value ) : void
value int
return void

setValueStartNum() public method

public setValueStartNum ( int value ) : void
value int
return void

showDialog() public method

public showDialog ( object parent ) : int
parent object
return int