From e2d8dbc154a0b961c43c0888c4823448702b0819 Mon Sep 17 00:00:00 2001 From: Jeroen Vandezande Date: Sun, 28 Apr 2013 20:28:13 +0200 Subject: [PATCH] added Xtrareports 2012.2 --- .../source/XtraReport.Designer.pas | 54 ++++++++++++++++++ .../XtraReports2012.2/source/XtraReport.pas | 25 ++++++++ .../source/XtraReport.vstemplate | 46 +++++++++++++++ .../XtraReports2012.2/source/newreport.ico | Bin 0 -> 5430 bytes 4 files changed, 125 insertions(+) create mode 100644 Echoes/Reports/XtraReports2012.2/source/XtraReport.Designer.pas create mode 100644 Echoes/Reports/XtraReports2012.2/source/XtraReport.pas create mode 100644 Echoes/Reports/XtraReports2012.2/source/XtraReport.vstemplate create mode 100644 Echoes/Reports/XtraReports2012.2/source/newreport.ico diff --git a/Echoes/Reports/XtraReports2012.2/source/XtraReport.Designer.pas b/Echoes/Reports/XtraReports2012.2/source/XtraReport.Designer.pas new file mode 100644 index 0000000..1723971 --- /dev/null +++ b/Echoes/Reports/XtraReports2012.2/source/XtraReport.Designer.pas @@ -0,0 +1,54 @@ +namespace $rootnamespace$; + +interface + +type + $safeitemrootname$ = public partial class +/// +/// Required designer variable. +/// + protected + method Dispose(disposing: System.Boolean); override; + {$REGION Windows Form Designer generated fields} + private + var components: System.ComponentModel.IContainer := nil; + Detail: DevExpress.XtraReports.UI.DetailBand; + TopMargin: DevExpress.XtraReports.UI.TopMarginBand; + BottomMargin: DevExpress.XtraReports.UI.BottomMarginBand; + method InitializeComponent; + {$endregion} + end; + +implementation + +/// +/// Clean up any resources being used. +/// +/// true if managed resources should be disposed; otherwise, false. +method $safeitemrootname$.Dispose(disposing: System.Boolean); +begin + if (disposing) and ((components <> nil)) then begin + components.Dispose() + end; + inherited Dispose(disposing) +end; + +/// +/// Required method for Designer support - do not modify +/// the contents of this method with the code editor. +/// +method $safeitemrootname$.InitializeComponent; +begin + self.components := new System.ComponentModel.Container(); + self.Detail := new DevExpress.XtraReports.UI.DetailBand(); + self.TopMargin := new DevExpress.XtraReports.UI.TopMarginBand(); + self.BottomMargin := new DevExpress.XtraReports.UI.BottomMarginBand(); + ((self) as System.ComponentModel.ISupportInitialize).BeginInit(); + self.TopMargin.Height := 100; + self.BottomMargin.Height := 100; + self.Name := '$safeitemrootname$'; + self.Bands.AddRange(array of DevExpress.XtraReports.UI.Band([self.Detail, self.TopMargin, self.BottomMargin])); + ((self) as System.ComponentModel.ISupportInitialize).EndInit() +end; + +end. diff --git a/Echoes/Reports/XtraReports2012.2/source/XtraReport.pas b/Echoes/Reports/XtraReports2012.2/source/XtraReport.pas new file mode 100644 index 0000000..4758c3d --- /dev/null +++ b/Echoes/Reports/XtraReports2012.2/source/XtraReport.pas @@ -0,0 +1,25 @@ +namespace $rootnamespace$; + +interface + +uses + System, + System.Drawing, + System.Collections, + System.ComponentModel, + DevExpress.XtraReports.UI; + +type + $safeitemrootname$ = public partial class(DevExpress.XtraReports.UI.XtraReport) + public + constructor; + end; + +implementation + +constructor $safeitemrootname$; +begin + InitializeComponent() +end; + +end. \ No newline at end of file diff --git a/Echoes/Reports/XtraReports2012.2/source/XtraReport.vstemplate b/Echoes/Reports/XtraReports2012.2/source/XtraReport.vstemplate new file mode 100644 index 0000000..a00193a --- /dev/null +++ b/Echoes/Reports/XtraReports2012.2/source/XtraReport.vstemplate @@ -0,0 +1,46 @@ + + + XtraReport Class v12.1 + A class for creating reports using the visual designer + newreport.ico + Oxygene + 40 + XtraReport.pas + + + + + System + + + System.Drawing + + + DevExpress.Data.v12.2 + + + DevExpress.Utils.v12.2 + + + DevExpress.Charts.v12.2.Core + + + DevExpress.XtraCharts.v12.2 + + + DevExpress.XtraPivotGrid.v12.2 + + + DevExpress.XtraReports.v12.2 + + + DevExpress.XtraRichEdit.v12.2 + + + DevExpress.RichEdit.v12.2.Core + + + XtraReport.pas + XtraReport.Designer.pas + + diff --git a/Echoes/Reports/XtraReports2012.2/source/newreport.ico b/Echoes/Reports/XtraReports2012.2/source/newreport.ico new file mode 100644 index 0000000000000000000000000000000000000000..d2de31a58c9ae19ad0ad8db4ff3516cef3cc7ff7 GIT binary patch literal 5430 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 T^e%=0*jyTkU7eBSfByLoX%5Fi literal 0 HcmV?d00001