Method | Description | |
---|---|---|
FormBeatConfigUiImpl ( FormBeatConfigUiListener listener ) : System | ||
addItemDenominatorCombobox ( string value ) : void | ||
btnCancel_Click ( Object sender, |
||
btnOK_Click ( Object sender, |
||
chkEnd_CheckedChanged ( Object sender, |
||
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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
使用中のリソースをすべてクリーンアップします。
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | マネージ リソースが破棄される場合 true、破棄されない場合は false です。 |
return | void |
public FormBeatConfigUiImpl ( FormBeatConfigUiListener listener ) : System | ||
listener | FormBeatConfigUiListener | |
return | System |
public addItemDenominatorCombobox ( string value ) : void | ||
value | string | |
return | void |
public btnCancel_Click ( Object sender, |
||
sender | Object | |
e | ||
return | void |
public btnOK_Click ( Object sender, |
||
sender | Object | |
e | ||
return | void |
public chkEnd_CheckedChanged ( Object sender, |
||
sender | Object | |
e | ||
return | void |
public getSelectedIndexDenominatorCombobox ( ) : int | ||
return | int |
public removeAllItemsDenominatorCombobox ( ) : void | ||
return | void |
public setEnabledEndCheckbox ( bool value ) : void | ||
value | bool | |
return | void |
public setEnabledEndNum ( bool value ) : void | ||
value | bool | |
return | void |
public setEnabledStartNum ( bool value ) : void | ||
value | bool | |
return | void |
public setFont ( string fontName, float fontSize ) : void | ||
fontName | string | |
fontSize | float | |
return | void |
public setMaximumStartNum ( int value ) : void | ||
value | int | |
return | void |
public setMinimumStartNum ( int value ) : void | ||
value | int | |
return | void |
public setSelectedIndexDenominatorCombobox ( int value ) : void | ||
value | int | |
return | void |
public setTextBar1Label ( string value ) : void | ||
value | string | |
return | void |
public setTextBar2Label ( string value ) : void | ||
value | string | |
return | void |
public setTextBeatGroup ( string value ) : void | ||
value | string | |
return | void |
public setTextCancelButton ( string value ) : void | ||
value | string | |
return | void |
public setTextEndCheckbox ( string value ) : void | ||
value | string | |
return | void |
public setTextOkButton ( string value ) : void | ||
value | string | |
return | void |
public setTextPositionGroup ( string value ) : void | ||
value | string | |
return | void |
public setTextStartLabel ( string value ) : void | ||
value | string | |
return | void |
public setValueNumeratorNum ( int value ) : void | ||
value | int | |
return | void |