git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.CCPack@3 73320520-ad2b-af49-a243-66a9ea96b125
21 lines
2.1 KiB
Plaintext
21 lines
2.1 KiB
Plaintext
/* VER150
|
|
Generated by the Borland Delphi Pascal Compiler
|
|
because -GD or --drc was supplied to the compiler.
|
|
|
|
This file contains compiler-generated resources that
|
|
were bound to the executable.
|
|
If this file is empty, then no compiler-generated
|
|
resources were bound to the produced executable.
|
|
*/
|
|
|
|
#define ccwizres_sCCSourceContainerReg 65520
|
|
#define ccwizres_sCCSourceForm 65521
|
|
#define ccwizres_sCCSourceContainer 65522
|
|
STRINGTABLE
|
|
BEGIN
|
|
ccwizres_sCCSourceContainerReg, "unit %UnitIdent%;\r\n\r\ninterface\r\n\r\nuses\r\n Windows, Messages, SysUtils, Classes, Graphics, Controls,\r\n Forms, Dialogs%AddUnit%;\r\n\r\ntype\r\n %ClassName% = class(T%AncestorName%)\r\n private\r\n { Private declarations }\r\n protected\r\n { Protected declarations }\r\n public\r\n { Public declarations }\r\n published\r\n { Published declarations }\r\n end;\r\n\r\nprocedure Register;\r\n\r\nimplementation\r\n\r\nuses\r\n CCReg;\r\n\r\nprocedure Register;\r\nbegin\r\n RegisterCustomContainer(%ClassName%);\r\nend;\r\n\r\nend.\r\n"
|
|
ccwizres_sCCSourceForm, "unit %UnitIdent%;\r\n\r\ninterface\r\n\r\nuses\r\n Windows, Messages, SysUtils, Classes, Graphics, Controls,\r\n Forms, Dialogs%AddUnit%;\r\n\r\ntype\r\n %ClassName% = class(T%AncestorName%)\r\n private\r\n { Private declarations }\r\n protected\r\n { Protected declarations }\r\n public\r\n { Public declarations }\r\n published\r\n { Published declarations }\r\n end;\r\n\r\nvar\r\n %FormName%: %ClassName%;\r\n\r\nimplementation\r\n\r\n{$R *.DFM}\r\n\r\nend.\r\n"
|
|
ccwizres_sCCSourceContainer, "unit %UnitIdent%;\r\n\r\ninterface\r\n\r\nuses\r\n Windows, Messages, SysUtils, Classes, Graphics, Controls,\r\n Forms, Dialogs%AddUnit%;\r\n\r\ntype\r\n %ClassName% = class(T%AncestorName%)\r\n private\r\n { Private declarations }\r\n protected\r\n { Protected declarations }\r\n public\r\n { Public declarations }\r\n published\r\n { Published declarations }\r\n end;\r\n\r\nprocedure Register;\r\n\r\nimplementation\r\n\r\n{$R *.DFM}\r\n\r\nprocedure Register;\r\nbegin\r\n RegisterComponents('Composites', [%ClassName%]);\r\nend;\r\n\r\nend.\r\n"
|
|
END
|
|
|