File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131
3232#pragma link "dxScrollbarAnnotations"
3333#pragma link "dxmdaset"
34- #pragma link "cxImageList"
3534#pragma link "dxLayoutContainer"
3635#pragma link "dxLayoutControl"
3736#pragma link "dxLayoutControlAdapters"
Original file line number Diff line number Diff line change @@ -133,9 +133,4 @@ object MainForm: TMainForm
133133 Left = 48
134134 Top = 88
135135 end
136- object cxImageList1: TcxImageList
137- SourceDPI = 96
138- FormatVersion = 1
139- DesignInfo = 17301840
140- end
141136end
Original file line number Diff line number Diff line change 3434#include < Vcl.Menus.hpp>
3535#include " dxmdaset.hpp"
3636#include " uData.h"
37- #include " cxImageList.hpp"
3837#include " dxLayoutContainer.hpp"
3938#include " dxLayoutControl.hpp"
4039#include " dxLayoutControlAdapters.hpp"
41- #include < System.ImageList.hpp>
42- #include < Vcl.ImgList.hpp>
4340// ---------------------------------------------------------------------------
4441class TMainForm : public TForm
4542{
@@ -60,14 +57,11 @@ class TMainForm : public TForm
6057 TdxLayoutItem *liViewReport;
6158 TdxLayoutItem *liGrid;
6259 TdxReport *dxReport1;
63- TcxImageList *cxImageList1;
6460 void __fastcall btnNewClick (TObject *Sender);
6561 void __fastcall dxReport1LayoutChanged (TdxReport *ASender);
6662 void __fastcall btnDesignClick (TObject *Sender);
6763 void __fastcall btnPreviewClick (TObject *Sender);
6864private: // User declarations
69- protected:
70- void __fastcall LoadData ();
7165public: // User declarations
7266 __fastcall TMainForm (TComponent* Owner);
7367};
You can’t perform that action at this time.
0 commit comments