[go: up one dir, main page]

Menu

[r89]: / repman / repmandxp.dpr  Maximize  Restore  History

Download this file

153 lines (142 with data), 6.2 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{*******************************************************}
{ }
{ Report Manager Designer }
{ }
{ repmandxp }
{ Main form of report manager designer }
{ Used by a subreport }
{ }
{ }
{ }
{ Copyright (c) 1994-2003 Toni Martir }
{ }
{ This file is under the MPL license }
{ If you enhace this file you must provide }
{ source code }
{ }
{*******************************************************}
// JCL_DEBUG_EXPERT_INSERTJDBG OFF
program repmandxp;
{$I rpconf.inc}
uses
Graphics,
{$IFNDEF MIDASOUT}
midaslib,
{$ENDIF }
{$IFDEF DELPHI2009UP}
Vcl.Themes,
Vcl.Styles,
{$ENDIF }
Forms,
Controls,
Dialogs,
ActiveX,
rpmdfmainvcl in '..\rpmdfmainvcl.pas' {FRpMainFVCL},
rpmdfdesignvcl in '..\rpmdfdesignvcl.pas' {FRpDesignFrameVCL: TFrame},
rpmdfaboutvcl in '..\rpmdfaboutvcl.pas' {FRpAboutBoxVCL},
rpmdfstrucvcl in '..\rpmdfstrucvcl.pas' {FRpStructureVCL: TFrame},
rpmdobjinspvcl in '..\rpmdobjinspvcl.pas' {FRpObjInspVCL: TFrame},
rppagesetupvcl in '..\rppagesetupvcl.pas' {FRpPageSetupVCL},
rpfparamsvcl in '..\rpfparamsvcl.pas' {FRpParamsVCL},
rpgraphutilsvcl in '..\rpgraphutilsvcl.pas' {FRpMessageDlgVCL},
rpexpredlgvcl in '..\rpexpredlgvcl.pas' {FRpExpredialogVCL},
rprfvparams in '..\rprfvparams.pas' {FRpRTParams},
rpmdfsearchvcl in '..\rpmdfsearchvcl.pas' {TFRpSearchParamVCL},
rpmdfsectionintvcl in '..\rpmdfsectionintvcl.pas',
rptextdriver in '..\rptextdriver.pas',
rpxmlstream in '..\rpxmlstream.pas',
rpcolumnar in '..\rpcolumnar.pas',
rpstringhash in '..\rpstringhash.pas',
rpcomparable in '..\rpcomparable.pas',
rphashtable in '..\rphashtable.pas',
rpactivexreport in '..\rpactivexreport.pas',
rpalias in '..\rpalias.pas',
rpdatatext in '..\rpdatatext.pas',
rpcompobase in '..\rpcompobase.pas',
rpdatainfo in '..\rpdatainfo.pas',
rpdataset in '..\rpdataset.pas',
rpdbxconfigvcl in '..\rpdbxconfigvcl.pas' {FRpDBXConfigVCL},
rpdbbrowservcl in '..\rpdbbrowservcl.pas' {FRpBrowserVCL},
rpdrawitem in '..\rpdrawitem.pas',
rpeval in '..\rpeval.pas',
rpevalfunc in '..\rpevalfunc.pas',
rpgdidriver in '..\rpgdidriver.pas' {FRpVCLProgress},
rpexceldriver in '..\rpexceldriver.pas' {FRpExcelProgress},
rpcsvdriver in '..\rpcsvdriver.pas',
rpgdifonts in '..\rpgdifonts.pas',
rplabelitem in '..\rplabelitem.pas',
rplastsav in '..\rplastsav.pas',
rpmaskedit in '..\rpmaskedit.pas',
rpmdbarcode in '..\rpmdbarcode.pas',
rpbarcodecons in '..\rpbarcodecons.pas',
rpmdchart in '..\rpmdchart.pas',
rpmdcharttypes in '..\rpmdcharttypes.pas',
rpmdconsts in '..\rpmdconsts.pas',
rpcompilerep in '..\rpcompilerep.pas',
rpmdfbarcodeintvcl in '..\rpmdfbarcodeintvcl.pas',
rpmdfchartintvcl in '..\rpmdfchartintvcl.pas',
rpmdfdatatextvcl in '..\rpmdfdatatextvcl.pas' {FRpDataTextVCL},
rpmdfdinfovcl in '..\rpmdfdinfovcl.pas' {FRpDInfoVCL},
rpmdfdrawintvcl in '..\rpmdfdrawintvcl.pas',
rpmdfgridvcl in '..\rpmdfgridvcl.pas' {FRpGridOptionsVCL},
rpmdflabelintvcl in '..\rpmdflabelintvcl.pas',
rpmdfsampledatavcl in '..\rpmdfsampledatavcl.pas' {FRpShowSampledataVCL},
rpmdobinsintvcl in '..\rpmdobinsintvcl.pas',
rpmdprintconfigvcl in '..\rpmdprintconfigvcl.pas' {FRpPrinterConfigVCL},
rpmdshfolder in '..\rpmdshfolder.pas',
rpmetafile in '..\rpmetafile.pas',
rpmunits in '..\rpmunits.pas',
rpparams in '..\rpparams.pas',
rpparser in '..\rpparser.pas',
rppdfdriver in '..\rppdfdriver.pas',
rppdffile in '..\rppdffile.pas',
rppdfreport in '..\rppdfreport.pas',
rpprintitem in '..\rpprintitem.pas',
rpregvcl in '..\rpregvcl.pas',
rpreport in '..\rpreport.pas',
rpbasereport in '..\rpbasereport.pas',
rprulervcl in '..\rprulervcl.pas',
rpsection in '..\rpsection.pas',
rpsecutil in '..\rpsecutil.pas',
rpsubreport in '..\rpsubreport.pas',
rptranslator in '..\rptranslator.pas',
rptypes in '..\rptypes.pas',
rptypeval in '..\rptypeval.pas',
rpvclreport in '..\rpvclreport.pas',
rpvgraphutils in '..\rpvgraphutils.pas',
rpvpreview in '..\rpvpreview.pas' {FRpVPreview},
rpwriter in '..\rpwriter.pas',
rphtmldriver in '..\rphtmldriver.pas',
rpmdfconnectionvcl in '..\rpmdfconnectionvcl.pas' {FRpConnectionVCL: TFrame},
rpmdfwizardvcl in '..\rpmdfwizardvcl.pas' {FRpWizardVCL},
rpmdfextsecvcl in '..\rpmdfextsecvcl.pas' {FRpExtSectionVCL},
rpmdfdatasetsvcl in '..\rpmdfdatasetsvcl.pas' {FRpDatasetsVCL: TFrame},
rpfmetaviewvcl in '..\rpfmetaviewvcl.pas' {FRpMetaVCL},
rpfmainmetaviewvcl in '..\rpfmainmetaviewvcl.pas' {FRpMainMetaVCL},
rpmdsysinfo in '..\rpmdsysinfo.pas' {FRpSysInfo},
rpeditconnvcl in '..\rpeditconnvcl.pas' {FRpEditConVCL},
rpmdftreevcl in '..\rpmdftreevcl.pas' {FRpDBTreeVCL: TFrame},
rpmdfopenlibvcl in '..\rpmdfopenlibvcl.pas' {FRpOpenLibVCL},
rpsvgdriver in '..\rpsvgdriver.pas',
rpinfoprovgdi in '..\rpinfoprovgdi.pas',
rpinfoprovid in '..\rpinfoprovid.pas',
rpdatetimepicker in '..\rpdatetimepicker.pas',
rppreviewcontrol in '..\rppreviewcontrol.pas',
rppreviewmeta in '..\rppreviewmeta.pas';
{$R *.res}
begin
{$IFDEF DELPHI2007UP}
UseLatestCommonDialogs:=true;
{$ENDIF}
with Application do
begin
Title:=TranslateStr(1,Title);
end;
CoInitialize(nil);
Application.Initialize;
Application.Title := 'Report Manager Designer';
Application.CreateForm(TFRpMainFVCL, FRpMainFVCL);
FRpMainFVCL.Font.Assign(Screen.IconFont);
FRpMainFVCL.BrowseCommandLine:=true;
Application.Run;
end.