Difference between revisions of "Components and Code examples/ja"

From Lazarus wiki
Jump to navigationJump to search
Line 66: Line 66:
 
=== ビジュアルコンポーネント ===
 
=== ビジュアルコンポーネント ===
 
* [[VirtualTreeview]] - [http://www.lischke-online.de/VirtualTreeview/ SoftGems]のビジュアルツリーコンポーネントのポート
 
* [[VirtualTreeview]] - [http://www.lischke-online.de/VirtualTreeview/ SoftGems]のビジュアルツリーコンポーネントのポート
 +
* [[Turbopower Visual PlanIt]] - A port of the Planner Components
 
* [[RingChart and AnalogWatch]] - Lazarus/FPC 用の楕円チャートとアナログ時計
 
* [[RingChart and AnalogWatch]] - Lazarus/FPC 用の楕円チャートとアナログ時計
 
* [[ColorBox]] - カラーピッカー
 
* [[ColorBox]] - カラーピッカー
 
* [[Spook's Panel Components]] - 様々なパネルコンポーネントのコレクション
 
* [[Spook's Panel Components]] - 様々なパネルコンポーネントのコレクション
 +
* [[HistoryFiles]] - A component for store the recent files list into an .ini file and show the result into a menu.
 +
* [[ColorPalette]] - A color palette grid with ability to use custom palette.
 +
* [[OrphPort]] - Subset of TurboPower's Orpheus controls.
 +
* [[TSubForm]] - A Data-Aware SubForm that replicates controls based on records in a dataset.
 +
* [[Lui Controls]] - A set of visual controls (TToggleLabel, TMenuButton)
 +
* [[JvXPBar]] - A port of [http://jvcl.sourceforge.net JVCL's] TJvXPBar control that can display an icon, a header and zero or more clickable items in its client area.
 +
* [[CmdLine]] - A Prompt as VCL Control.
 +
* [[Wile64]] - Components for Lazarus (TGifAnim, TColorProgress, TLabelCut...)
 +
* [[TGradButton]] - A new good looking Button Component
 +
* [[TMyRollOut and ExpandPanel]] - A collapsable panel with a button (like TJvRollOut); these panels can be arranged with "Expandpanel"
  
 
== FPC/Lazarus のパッケージ (not hosted here)==
 
== FPC/Lazarus のパッケージ (not hosted here)==

Revision as of 07:49, 15 February 2009

Deutsch (de) English (en) español (es) suomi (fi) français (fr) magyar (hu) Bahasa Indonesia (id) italiano (it) 日本語 (ja) 한국어 (ko) português (pt) русский (ru) slovenčina (sk) 中文(中国大陆)‎ (zh_CN) 中文(台灣)‎ (zh_TW)

日本語版メニュー
メインページ - Lazarus Documentation日本語版 - 翻訳ノート - 日本語障害情報


Lazarus-CCR Released Components

マルチメディア

  • ACS - ACSのオーディオコンポーネントスイート
  • Bluetooth - Accessing Bluetooth devices. For example the Wiimote.

グラフィックス

  • GLScene - OpengGL グラフィックスライブラリ GLScene のポート
  • TOpenGLBox - A barebones OpenGL component for Lazarus that provides an OpenGL rendering area.
  • SMNetGradient - Lazarus 用グラデーションコンポーネント
  • TAChart - Lazarus 用チャートコンポーネント
  • PlotPanel - アニメーショングラフ作成用プロット・チャートコンポーネント
  • LazRGBGraphics - A package for fast in memory image processing and pixel manipulations (like scan line).
  • TMetafile/TMetafileCanvas - EnhMetafile API implementation for Windows.

ツール

  • FpSystools - Kylix 版の TorboPower SysTools を Lazarus 用にコンバートしたもの
  • DCPcrypt - DCPcrypt Cryptographic コンポーネントライブラリ
  • RXfpc - RXlib コンポーネントとして知られている幾つかのコンポーネントを Lazarus 用にコンバートしたもの
  • MultiLog - FPC-Lazarus 用にデザインされたシステムログ
  • OnGuard - Turbo Power OnGuard のポート
  • UniqueInstance - A component to force only one instance running at same time
  • XDev Toolkit - Cross-platform development tools.
  • MouseAndKeyInput - Tool for cross-platform manipulation with mouse and key input.
  • PascalSane - bindings for the libsane scanner API, with demo application.

アーカイバ(圧縮・解凍)

  • Zlibar - zlib アーカイバ。様々なファイルを一つの圧縮ファイルにしたり、解凍することが出来ます
  • FreePascalArchivePackage - TurboPower Software's Abbrevia ライブラリを Free Pascal コンパイラ用にコンバートしたもの
  • ZipFile - Component that encapsulates a zipfile, you can read and write from it as if it's a filesystem
  • libtar - Classes for .TAR archives by Stefan Heymann, who kindly relicensed so that they are now in the FPC 2.1.1 and later distributions. Can be combined by zstream to create .tar.gz files.

エディタ/ビューア

  • PowerPDF - Lazarus 用 PowerPDF (visual) コンポーネント
  • RichView - Lazarus 用 TRichView フリーウェア版コンポーネント
  • Fshcomp - エディットコンポーネント
  • SynEdit/ja - ソースエディタコンポーネント (IDEで使われています)

ネットワーク

データベース

  • fb embedded2 Laz - Using embedded FireBird 3 with Lazarus
  • TPSQL - PostgreSQL データベースサーバ接続用コンポーネント
  • tiOPF - TechInsite Object Persistent Framework (Ver. 2)
  • TParadoxDataSet - An TDataSet implementation that can read Paradox files up to Version 7 (and up ??)
  • ZeosDBO - Component for connecting to multiple database (Firebird, PostgreSQL, MySQL, Oracle)

システム

  • EpikTimer - Lazarus 仕様の正確なタイマーコンポーネント
  • Manager Worker Threads System - Manager Worker Thread system to process simultaneous data objects in real-time.
  • TrayIcon - マルチプラットフォームのシステムトレイコンポーネント
  • TPopupNotifier - バルーンヘルプを表示させるためのTPopupNotifierの使い方
  • MultiDoc - Lazarus 用の pseudo-MDI アプリケーションを書くためのコンポーネント
  • MDButtonsBar - MultiDoc コンポーネント用の ButtonsBar
  • MPICH - Bindings for the MPI - Message Passing Interface. Distributed computing.
  • Bluetooth - Accessing Bluetooth devices.

ビジュアルコンポーネント

  • VirtualTreeview - SoftGemsのビジュアルツリーコンポーネントのポート
  • Turbopower Visual PlanIt - A port of the Planner Components
  • RingChart and AnalogWatch - Lazarus/FPC 用の楕円チャートとアナログ時計
  • ColorBox - カラーピッカー
  • Spook's Panel Components - 様々なパネルコンポーネントのコレクション
  • HistoryFiles - A component for store the recent files list into an .ini file and show the result into a menu.
  • ColorPalette - A color palette grid with ability to use custom palette.
  • OrphPort - Subset of TurboPower's Orpheus controls.
  • TSubForm - A Data-Aware SubForm that replicates controls based on records in a dataset.
  • Lui Controls - A set of visual controls (TToggleLabel, TMenuButton)
  • JvXPBar - A port of JVCL's TJvXPBar control that can display an icon, a header and zero or more clickable items in its client area.
  • CmdLine - A Prompt as VCL Control.
  • Wile64 - Components for Lazarus (TGifAnim, TColorProgress, TLabelCut...)
  • TGradButton - A new good looking Button Component
  • TMyRollOut and ExpandPanel - A collapsable panel with a button (like TJvRollOut); these panels can be arranged with "Expandpanel"

FPC/Lazarus のパッケージ (not hosted here)

  • バージョン32で、Lucas Gebauer の優れた Synapse TCP/IP ライブラリは Free Pascal/Lazarus 互換となりました。Lucas 氏はまた、彼のシリアルポート通信用スイートである Synaser を、Free Pascal で動作するようにして、バージョン12としてリリースしました。
  • Indy
    • オリジナル版(現在休止中): Indy for Lazarus project には FPC/Lazarus 用の 119 の Indy コンポーネントがあります
    • 新しいバージョン Indy with Lazarus (Indy9 と Indy10 の両方)
  • CUPS for Lazarus project FPC/Lazarus 用の標準的な UNIX プリントシステム
  • FIBL Lazarus 用の FreeIBComponents

サンプルプログラム

このページのオリジナルと変更について