You've already forked lazarus-ccr
jvcl: Add TJvCalcEdit and TJvDBCalcEdit (issue #34013, patch by Michal Gawrycki)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6562 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -16,7 +16,7 @@ implementation
|
||||
|
||||
uses
|
||||
Classes, JvDsgnConsts, //JvDBSearchCombobox,
|
||||
JvDBSearchEdit, JvDBTreeView, JvDBHTLabel;
|
||||
JvDBSearchEdit, JvDBTreeView, JvDBControls, JvDBHTLabel;
|
||||
|
||||
procedure Register;
|
||||
const
|
||||
@@ -38,10 +38,11 @@ const
|
||||
|
||||
begin
|
||||
RegisterComponents(RsPaletteJvclDB, [ // was: TsPaletteDBVisual
|
||||
TJvDBCalcEdit,
|
||||
TJvDBSearchEdit,
|
||||
// TJvDBSearchCombobox,
|
||||
TJvDBTreeView,
|
||||
TJvDBHtLabel
|
||||
TJvDBHTLabel
|
||||
]);
|
||||
|
||||
RegisterPropertyEditor(TypeInfo(string), TJvDBTreeView, cItemField, TFieldProperty); //TJvDataFieldProperty);
|
||||
|
@@ -1,3 +1,4 @@
|
||||
tjvdbcalcedit.bmp
|
||||
tjvdbhtlabel.bmp
|
||||
tjvdbsearchcombobox.bmp
|
||||
tjvdbsearchedit.bmp
|
||||
|
BIN
components/jvcllaz/design/JvDB/images/tjvdbcalcedit.bmp
Normal file
BIN
components/jvcllaz/design/JvDB/images/tjvdbcalcedit.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user