You've already forked lazarus-ccr
jvcllaz: Add TJvMarkupViewer and TJvMarkupLabel. Add designtime package for JvCmp (JvSpellChecker).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6254 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
2
components/jvcllaz/design/JvCmp/images/images.txt
Normal file
2
components/jvcllaz/design/JvCmp/images/images.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
tjvspellchecker.bmp
|
||||
tjventerastab.bmp
|
1
components/jvcllaz/design/JvCmp/images/make_res.bat
Normal file
1
components/jvcllaz/design/JvCmp/images/make_res.bat
Normal file
@@ -0,0 +1 @@
|
||||
lazres ../../../resource/jvcmpreg.res @images.txt
|
BIN
components/jvcllaz/design/JvCmp/images/tjvspellchecker.bmp
Normal file
BIN
components/jvcllaz/design/JvCmp/images/tjvspellchecker.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
31
components/jvcllaz/design/JvCmp/jvcmpreg.pas
Normal file
31
components/jvcllaz/design/JvCmp/jvcmpreg.pas
Normal file
@@ -0,0 +1,31 @@
|
||||
unit JvCmpReg;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
SysUtils;
|
||||
|
||||
procedure Register;
|
||||
|
||||
implementation
|
||||
|
||||
{$R ../../resource/jvcmpreg.res}
|
||||
|
||||
uses
|
||||
Classes, PropEdits,
|
||||
JvDsgnConsts,
|
||||
// JvEnterTab,
|
||||
JvSpellChecker;
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterComponents(RsPaletteJvcl, [
|
||||
// TJvEnterAsTab,
|
||||
TJvSpellChecker
|
||||
]);
|
||||
end;
|
||||
|
||||
end.
|
||||
|
Reference in New Issue
Block a user