You've already forked lazarus-ccr
jvcllaz: Add captions to SiM objects. New colors for SIMLight. New connector types for SIMConnector. Scale hard-coded sizes in SIM controls (not complete).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6244 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -9,3 +9,8 @@ tjvsimbutton.bmp
|
|||||||
tjvsimreverse.bmp
|
tjvsimreverse.bmp
|
||||||
tjvsimlight.bmp
|
tjvsimlight.bmp
|
||||||
tjvlogic.bmp
|
tjvlogic.bmp
|
||||||
|
tjvcsvbase.bmp
|
||||||
|
tjvcsvcheckbox.bmp
|
||||||
|
tjvcsvcombobox.bmp
|
||||||
|
tjvcsvedit.bmp
|
||||||
|
tjvcsvnavigator.bmp
|
||||||
|
@ -16,6 +16,7 @@ implementation
|
|||||||
uses
|
uses
|
||||||
Classes, JvDsgnConsts,
|
Classes, JvDsgnConsts,
|
||||||
JvYearGrid,
|
JvYearGrid,
|
||||||
|
//JvCSVData, JvCSVBaseControls, //JvCsvBaseEditor,
|
||||||
JvSimScope, JvSimIndicator, JvSimPID, JvSimPIDLinker, JvSimLogic;
|
JvSimScope, JvSimIndicator, JvSimPID, JvSimPIDLinker, JvSimLogic;
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
@ -29,6 +30,16 @@ begin
|
|||||||
TJvSimScope, TJvSimIndicator, TJvSimPID,
|
TJvSimScope, TJvSimIndicator, TJvSimPID,
|
||||||
TJvSimPIDLinker, TJvSimConnector, TJvLogic, TJvSimButton, TJvSimLight,
|
TJvSimPIDLinker, TJvSimConnector, TJvLogic, TJvSimButton, TJvSimLight,
|
||||||
TJvSimLogicBox, TJvSimReverse]);
|
TJvSimLogicBox, TJvSimReverse]);
|
||||||
|
(*
|
||||||
|
// CSV Components
|
||||||
|
RegisterComponents('Data Access', [TJvCSVDataset]);
|
||||||
|
RegisterComponents(RsPaletteJansCsv, [TJvCSVBase, TJvCSVEdit, TJvCSVComboBox,
|
||||||
|
TJvCSVCheckBox, TJvCSVNavigator]);
|
||||||
|
// RegisterPropertyEditor(TypeInfo(string), TJvCSVBase, cCSVFieldName, TJvCSVFileNameProperty);
|
||||||
|
// RegisterPropertyEditor(TypeInfo(string), TJvCSVEdit, cCSVField, TJvCSVFieldProperty);
|
||||||
|
// RegisterPropertyEditor(TypeInfo(string), TJvCSVComboBox, cCSVField, TJvCSVFieldProperty);
|
||||||
|
// RegisterPropertyEditor(TypeInfo(string), TJvCSVCheckBox, cCSVField, TJvCSVFieldProperty);
|
||||||
|
*)
|
||||||
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Binary file not shown.
@ -63,6 +63,7 @@ const
|
|||||||
// Note: the else is on purpose, VCL is not defined for a console application
|
// Note: the else is on purpose, VCL is not defined for a console application
|
||||||
******************** NOT CONVERTED *)
|
******************** NOT CONVERTED *)
|
||||||
NullHandle = 0;
|
NullHandle = 0;
|
||||||
|
USDecimalSeparator = '.';
|
||||||
|
|
||||||
(******************** NOT CONVERTED
|
(******************** NOT CONVERTED
|
||||||
{$IFDEF UNIX}
|
{$IFDEF UNIX}
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user