このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


Constants' Group FormComponentType
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: form ::

constants group FormComponentType
Description
These constants 明示する the class types used to identify a 構成要素.

Constants
CONTROL This generic identifier is for 支配(する)/統制するs which cannot be identified by an other 明確な/細部 identifier.  
COMMANDBUTTON 明示するs a 支配(する)/統制する that is used to begin, interrupt, or end a 過程.  
RADIOBUTTON 明示するs a 支配(する)/統制する that 行為/法令/行動するs like a 無線で通信する button. Grouped together, such 無線で通信する buttons 現在の a 始める,決める of two or more 相互に 排除的 choices to the 使用者.  
IMAGEBUTTON 明示するs a 支配(する)/統制する that 陳列する,発揮するs an image that 答える/応じるs to mouse clicks.  
CHECKBOX 明示するs a 支配(する)/統制する that is used to check or uncheck to turn an 選択 on or off.  
LISTBOX 明示するs a 支配(する)/統制する that 陳列する,発揮するs a 名簿(に載せる)/表(にあげる) from which the 使用者 can select one or more items.  
COMBOBOX 明示するs a 支配(する)/統制する that is used when a 名簿(に載せる)/表(にあげる) box 連合させるd with a static text 支配(する)/統制する or an edit 支配(する)/統制する is needed.  
GROUPBOX 明示するs a 支配(する)/統制する that 陳列する,発揮するs a でっちあげる,人を罪に陥れる around a group of 支配(する)/統制するs with or without a caption.  
TEXTFIELD 明示するs a 支配(する)/統制する that is a text 構成要素 that 許すs for the editing of a 選び出す/独身 line of text.  
FIXEDTEXT 明示するs a 支配(する)/統制する to 陳列する,発揮する a 直す/買収する,八百長をするd text, usually used to label other 支配(する)/統制するs.  
GRIDCONTROL is a (米)棚上げする/(英)提議する like 支配(する)/統制する to 陳列する,発揮する database data.  
FILECONTROL 明示するs an 支配(する)/統制する which can be used to enter text, 延長するd by an (使用者-startable) とじ込み/提出する dialog to browse for とじ込み/提出するs.  
HIDDENCONTROL 明示するs a 支配(する)/統制する that should not be 明白な.  
IMAGECONTROL 明示するs a 支配(する)/統制する to 陳列する,発揮する an image.  
DATEFIELD 明示するs a 支配(する)/統制する to 陳列する,発揮する and edit a date value.  
TIMEFIELD 明示するs a 支配(する)/統制する to 陳列する,発揮する and edit a time value.  
NUMERICFIELD 明示するs a field to 陳列する,発揮する and edit a numeric value.  
CURRENCYFIELD 明示するs a field to 陳列する,発揮する and edit a 通貨 value.  
PATTERNFIELD 明示するs a 支配(する)/統制する to 陳列する,発揮する and edit a string によれば a pattern.  
SCROLLBAR 明示するs a 支配(する)/統制する to 陳列する,発揮する and edit, in the form of a scrollbar, a value from a continuous value 範囲  
SPINBUTTON 明示するs a 支配(する)/統制する to edit, in the form of a spin field, a value from a continuous 範囲 of values  
NAVIGATIONBAR 明示するs a 支配(する)/統制する which 供給するs 監査役 functionality for the ::com::sun::星/主役にする::form::構成要素::DataForm it belongs to, such as functionality to navigate or filter this form.  
Constants' 詳細(に述べる)s
CONTROL
const short CONTROL = 1;
Description
This generic identifier is for 支配(する)/統制するs which cannot be identified by an other 明確な/細部 identifier.
COMMANDBUTTON
const short COMMANDBUTTON = 2;
Description
明示するs a 支配(する)/統制する that is used to begin, interrupt, or end a 過程.
RADIOBUTTON
const short RADIOBUTTON = 3;
Description
明示するs a 支配(する)/統制する that 行為/法令/行動するs like a 無線で通信する button. Grouped together, such 無線で通信する buttons 現在の a 始める,決める of two or more 相互に 排除的 choices to the 使用者.
IMAGEBUTTON
const short IMAGEBUTTON = 4;
Description
明示するs a 支配(する)/統制する that 陳列する,発揮するs an image that 答える/応じるs to mouse clicks.
CHECKBOX
const short CHECKBOX = 5;
Description
明示するs a 支配(する)/統制する that is used to check or uncheck to turn an 選択 on or off.
LISTBOX
const short LISTBOX = 6;
Description
明示するs a 支配(する)/統制する that 陳列する,発揮するs a 名簿(に載せる)/表(にあげる) from which the 使用者 can select one or more items.
COMBOBOX
const short COMBOBOX = 7;
Description
明示するs a 支配(する)/統制する that is used when a 名簿(に載せる)/表(にあげる) box 連合させるd with a static text 支配(する)/統制する or an edit 支配(する)/統制する is needed.
GROUPBOX
const short GROUPBOX = 8;
Description
明示するs a 支配(する)/統制する that 陳列する,発揮するs a でっちあげる,人を罪に陥れる around a group of 支配(する)/統制するs with or without a caption.
TEXTFIELD
const short TEXTFIELD = 9;
Description
明示するs a 支配(する)/統制する that is a text 構成要素 that 許すs for the editing of a 選び出す/独身 line of text.
FIXEDTEXT
const short FIXEDTEXT = 10;
Description
明示するs a 支配(する)/統制する to 陳列する,発揮する a 直す/買収する,八百長をするd text, usually used to label other 支配(する)/統制するs.
GRIDCONTROL
const short GRIDCONTROL = 11;
Description
is a (米)棚上げする/(英)提議する like 支配(する)/統制する to 陳列する,発揮する database data.
FILECONTROL
const short FILECONTROL = 12;
Description
明示するs an 支配(する)/統制する which can be used to enter text, 延長するd by an (使用者-startable) とじ込み/提出する dialog to browse for とじ込み/提出するs.
HIDDENCONTROL
const short HIDDENCONTROL = 13;
Description
明示するs a 支配(する)/統制する that should not be 明白な.
IMAGECONTROL
const short IMAGECONTROL = 14;
Description
明示するs a 支配(する)/統制する to 陳列する,発揮する an image.
DATEFIELD
const short DATEFIELD = 15;
Description
明示するs a 支配(する)/統制する to 陳列する,発揮する and edit a date value.
TIMEFIELD
const short TIMEFIELD = 16;
Description
明示するs a 支配(する)/統制する to 陳列する,発揮する and edit a time value.
NUMERICFIELD
const short NUMERICFIELD = 17;
Description
明示するs a field to 陳列する,発揮する and edit a numeric value.
CURRENCYFIELD
const short CURRENCYFIELD = 18;
Description
明示するs a field to 陳列する,発揮する and edit a 通貨 value.
PATTERNFIELD
const short PATTERNFIELD = 19;
Description
明示するs a 支配(する)/統制する to 陳列する,発揮する and edit a string によれば a pattern.
SCROLLBAR
const short SCROLLBAR = 20;
Description
明示するs a 支配(する)/統制する to 陳列する,発揮する and edit, in the form of a scrollbar, a value from a continuous value 範囲
SPINBUTTON
const short SPINBUTTON = 21;
Description
明示するs a 支配(する)/統制する to edit, in the form of a spin field, a value from a continuous 範囲 of values
NAVIGATIONBAR
const short NAVIGATIONBAR = 22;
Description
明示するs a 支配(する)/統制する which 供給するs 監査役 functionality for the ::com::sun::星/主役にする::form::構成要素::DataForm it belongs to, such as functionality to navigate or filter this form.
最高の,を越す of Page

Apache Software Foundation

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The Apache feather logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.