Difference between revisions of "Additional tab/ja"

From Free Pascal wiki
Jump to navigationJump to search
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
! Icon !! コンポーネント !! 内容 !! オンラインドキュメント
 
! Icon !! コンポーネント !! 内容 !! オンラインドキュメント
 
|-
 
|-
| [[image:tbitbtn.png]]          || [[TBitBtn]]        || キャプションとオプション画像を持つボタン
+
| [[image:tbitbtn.png]]          || [[TBitBtn/ja]]        || キャプションとオプション画像を持つボタン
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/buttons/tbitbtn.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/buttons/tbitbtn.html Link]
 
|-
 
|-
| [[image:tspeedbutton.png]]    || [[TSpeedButton]]  || [[TBitBtn]]に類似するが、キーボードフォーカスを受けない。通常ツールバー様のパネルで用いられる
+
| [[image:tspeedbutton.png]]    || [[TSpeedButton/ja]]  || [[TBitBtn]]に類似するが、キーボードフォーカスを受けない。通常ツールバー様のパネルで用いられる
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/buttons/tspeedbutton.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/buttons/tspeedbutton.html Link]
 
|-
 
|-
| [[image:tstatictext.png]]      || [[TStaticText]]    || [[TLabel]]のようにテキストを表示するが、キーボードフォーカスを受ける
+
| [[image:tstatictext.png]]      || [[TStaticText/ja]]    || [[TLabel]]のようにテキストを表示するが、キーボードフォーカスを受ける
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/stdctrls/tstatictext.html Link]   
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/stdctrls/tstatictext.html Link]   
 
|-
 
|-
| [[image:timage.png]]          || [[TImage]]        || 画像を表示する (gif, jpg, bmp, png)
+
| [[image:timage.png]]          || [[TImage/ja]]        || 画像を表示する (gif, jpg, bmp, png)
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/extctrls/timage.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/extctrls/timage.html Link]
 
|-
 
|-
| [[image:tshape.png]]          || [[TShape]]        || 三角形/四角形/円を描く
+
| [[image:tshape.png]]          || [[TShape/ja]]        || 三角形/四角形/円を描く
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/extctrls/tshape.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/extctrls/tshape.html Link]
 
|-
 
|-
| [[image:tbevel.png]]          || [[TBevel]]        || 深さを示唆するボーダー。フォーム要素を光学的にグループ化するのに便利。
+
| [[image:tbevel.png]]          || [[TBevel/ja]]        || 深さを示唆するボーダー。フォーム要素を光学的にグループ化するのに便利。
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/extctrls/tbevel.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/extctrls/tbevel.html Link]
 
|-
 
|-
| [[image:tpaintbox.png]]        || [[TPaintBox]]      || [[TCanvas]]でエリアを描く
+
| [[image:tpaintbox.png]]        || [[TPaintBox/ja]]      || [[TCanvas]]でエリアを描く
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/extctrls/tpaintbox.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/extctrls/tpaintbox.html Link]
 
|-
 
|-
| [[image:tnotebook.png]]        || [[TNotebook]]      || 実際のノートブックのようなページを保持するコンテナ。[[TPageControl]]に類似してるが、タブはない。
+
| [[image:tnotebook.png]]        || [[TNotebook/ja]]      || 実際のノートブックのようなページを保持するコンテナ。[[TPageControl]]に類似してるが、タブはない。
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/extctrls/tnotebook.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/extctrls/tnotebook.html Link]
 
|-
 
|-
| [[image:tlabelededit.png]]    || [[TLabeledEdit]]  || [[TEdit]] と [[TLabel]]の組み合わせ
+
| [[image:tlabelededit.png]]    || [[TLabeledEdit/ja]]  || [[TEdit]] と [[TLabel]]の組み合わせ
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/extctrls/tlabelededit.html Link]  
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/extctrls/tlabelededit.html Link]  
 
|-
 
|-
| [[image:tsplitter.png]]        || [[TSplitter]]      || 隣接するコントロールのサイズ変更ツール
+
| [[image:tsplitter.png]]        || [[TSplitter/ja]]      || 隣接するコントロールのサイズ変更ツール
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/extctrls/tsplitter.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/extctrls/tsplitter.html Link]
 
|-
 
|-
| [[image:ttrayicon.png]]        || [[TTrayIcon]]      || システムトレイのアプリケーションのアイコン
+
| [[image:ttrayicon.png]]        || [[TTrayIcon/ja]]      || システムトレイのアプリケーションのアイコン
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/extctrls/ttrayicon.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/extctrls/ttrayicon.html Link]
 
|-
 
|-
| [[image:tcontrolbar.png]]      || [[TControlBar]]    ||ユーザー設定可能なツールバー用のコンテナ
+
| [[image:tcontrolbar.png]]      || [[TControlBar/ja]]    ||ユーザー設定可能なツールバー用のコンテナ
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/colorbox/tcontrolbar.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/colorbox/tcontrolbar.html Link]
 
|-
 
|-
| [[image:tflowpanel.png]]      || [[TFlowPanel]]    || 固定された位置を持たないが、コンテナのサイズが変更されると「流れる」ことができるコンポーネントのためのコンテナ
+
| [[image:tflowpanel.png]]      || [[TFlowPanel/ja]]    || 固定された位置を持たないが、コンテナのサイズが変更されると「流れる」ことができるコンポーネントのためのコンテナ
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/colorbox/tflowpanel.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/colorbox/tflowpanel.html Link]
 
|-
 
|-
| [[image:tmaskedit.png]]        || [[TMaskEdit]]      || 特定の入力マスクを遵守させることができる[[TEdit]]の変種
+
| [[image:tmaskedit.png]]        || [[TMaskEdit/ja]]      || 特定の入力マスクを遵守させることができる[[TEdit]]の変種
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/maskedit/tmaskedit.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/maskedit/tmaskedit.html Link]
 
|-
 
|-
| [[image:tchecklistbox.png]]    || [[TCheckListBox]]  || [[TListBox]]に類似していますが、アイテムには[[TCheckBox]]が添付されている。
+
| [[image:tchecklistbox.png]]    || [[TCheckListBox/ja]]  || [[TListBox]]に類似していますが、アイテムには[[TCheckBox]]が添付されている。
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/checklst/tchecklistbox.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/checklst/tchecklistbox.html Link]
 
|-
 
|-
| [[image:tscrollbox.png]]      ||  [[TScrollBox]]    || スクロールするコンテナ
+
| [[image:tscrollbox.png]]      ||  [[TScrollBox/ja]]    || スクロールするコンテナ
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/forms/tscrollbox.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/forms/tscrollbox.html Link]
 
|-
 
|-
| [[image:tapplicationproperties.png]] || [[TApplicationProperties]]  || 非表示のアプリケーションプロパティサプライヤ
+
| [[image:tapplicationproperties.png]] || [[TApplicationProperties/ja]]  || 非表示のアプリケーションプロパティサプライヤ
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/forms/tapplicationproperties.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/forms/tapplicationproperties.html Link]
 
|-
 
|-
| [[image:tstringgrid.png]]      || [[TStringGrid]]    || 文字列のための2次元グリッド
+
| [[image:tstringgrid.png]]      || [[TStringGrid/ja]]    || 文字列のための2次元グリッド
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/grids/tstringgrid.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/grids/tstringgrid.html Link]
 
|-
 
|-
| [[image:tdrawgrid.png]]        || [[TDrawGrid]]      || コードによりセルが描かれる2次元グリッド
+
| [[image:tdrawgrid.png]]        || [[TDrawGrid/ja]]      || コードによりセルが描かれる2次元グリッド
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/grids/tdrawgrid.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/grids/tdrawgrid.html Link]
 
|-
 
|-
| [[image:tpairsplitter.png]]    || [[TPairSplitter]]  || [[TSplitter]]と同様に動作し、各側に他のコントロール用のパネル状のコンテナが組み合わされています。
+
| [[image:tpairsplitter.png]]    || [[TPairSplitter/ja]]  || [[TSplitter]]と同様に動作し、各側に他のコントロール用のパネル状のコンテナが組み合わされています。
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/pairsplitter/tpairsplitter.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/pairsplitter/tpairsplitter.html Link]
 
|-
 
|-
| [[image:tcolorbox.png]]        || [[TColorBox]]      || 色を選択するための[[TComboBox|Combobox]]
+
| [[image:tcolorbox.png]]        || [[TColorBox/ja]]      || 色を選択するための[[TComboBox|Combobox]]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/colorbox/tcolorbox.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/colorbox/tcolorbox.html Link]
 
|-
 
|-
| [[image:tcolorlistbox.png]]    || [[TColorListBox]]  || [[TListBox]] to choose a color  
+
| [[image:tcolorlistbox.png]]    || [[TColorListBox/ja]]  || [[TListBox]] to choose a color  
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/colorbox/tcolorlistbox.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/colorbox/tcolorlistbox.html Link]
 
|-
 
|-
| [[image:tvaluelisteditor.png]] || [[TValueListEditor]] || List of property names with editable values  
+
| [[image:tvaluelisteditor.png]] || [[TValueListEditor/ja]] || List of property names with editable values  
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/colorbox/tvaluelisteditor.html Link]
 
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/colorbox/tvaluelisteditor.html Link]
 
|}
 
|}
  
==See also ==
+
==以下も参照のこと ==
 
* [http://lazarus-ccr.sourceforge.net/docs/lcl/extctrls/index-4.html extctrls doc]
 
* [http://lazarus-ccr.sourceforge.net/docs/lcl/extctrls/index-4.html extctrls doc]
  
 
{{NavComponentPalette/ja}}
 
{{NavComponentPalette/ja}}
 
<br/>
 
<br/>

Latest revision as of 17:26, 24 March 2024

English (en) español (es) suomi (fi) français (fr) 日本語 (ja) polski (pl) русский (ru)

'Additional タブComponent Palette/jaに含まれ、よく用いられる、追加のコンポーネントである。

width="100%"

Icon コンポーネント 内容 オンラインドキュメント
tbitbtn.png TBitBtn/ja キャプションとオプション画像を持つボタン Link
tspeedbutton.png TSpeedButton/ja TBitBtnに類似するが、キーボードフォーカスを受けない。通常ツールバー様のパネルで用いられる Link
tstatictext.png TStaticText/ja TLabelのようにテキストを表示するが、キーボードフォーカスを受ける Link
timage.png TImage/ja 画像を表示する (gif, jpg, bmp, png) Link
tshape.png TShape/ja 三角形/四角形/円を描く Link
tbevel.png TBevel/ja 深さを示唆するボーダー。フォーム要素を光学的にグループ化するのに便利。 Link
tpaintbox.png TPaintBox/ja TCanvasでエリアを描く Link
tnotebook.png TNotebook/ja 実際のノートブックのようなページを保持するコンテナ。TPageControlに類似してるが、タブはない。 Link
tlabelededit.png TLabeledEdit/ja TEditTLabelの組み合わせ Link
tsplitter.png TSplitter/ja 隣接するコントロールのサイズ変更ツール Link
ttrayicon.png TTrayIcon/ja システムトレイのアプリケーションのアイコン Link
tcontrolbar.png TControlBar/ja ユーザー設定可能なツールバー用のコンテナ Link
tflowpanel.png TFlowPanel/ja 固定された位置を持たないが、コンテナのサイズが変更されると「流れる」ことができるコンポーネントのためのコンテナ Link
tmaskedit.png TMaskEdit/ja 特定の入力マスクを遵守させることができるTEditの変種 Link
tchecklistbox.png TCheckListBox/ja TListBoxに類似していますが、アイテムにはTCheckBoxが添付されている。 Link
tscrollbox.png TScrollBox/ja スクロールするコンテナ Link
tapplicationproperties.png TApplicationProperties/ja 非表示のアプリケーションプロパティサプライヤ Link
tstringgrid.png TStringGrid/ja 文字列のための2次元グリッド Link
tdrawgrid.png TDrawGrid/ja コードによりセルが描かれる2次元グリッド Link
tpairsplitter.png TPairSplitter/ja TSplitterと同様に動作し、各側に他のコントロール用のパネル状のコンテナが組み合わされています。 Link
tcolorbox.png TColorBox/ja 色を選択するためのCombobox Link
tcolorlistbox.png TColorListBox/ja TListBox to choose a color Link
tvaluelisteditor.png TValueListEditor/ja List of property names with editable values Link

以下も参照のこと

Component Palette/ja
Standard - Additional - Common Controls - Dialogs - Data Controls - Data Access - System - Misc - LazControls - RTTI - SQLdb - Pascal Script - SynEdit - Chart - IPro