git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jvcl@12 7f62d464-2af8-f54e-996c-e91b33f51cbe
102 lines
3.7 KiB
C++
102 lines
3.7 KiB
C++
//---------------------------------------------------------------------------
|
|
/*
|
|
-----------------------------------------------------------------------------
|
|
DO NOT EDIT THIS FILE, IT IS GENERATED BY THE PACKAGE GENERATOR
|
|
ALWAYS EDIT THE RELATED XML FILE (JvStdCtrls-R.xml)
|
|
|
|
Last generated: 18-09-2008 18:09:44 UTC
|
|
-----------------------------------------------------------------------------
|
|
*/
|
|
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("JvStdCtrlsC5R.res");
|
|
USEUNIT("..\..\run\JvDynControlEngineJVCL.pas");
|
|
USEUNIT("..\..\run\JvImageList.pas");
|
|
USEUNIT("..\..\run\JvItemsSearchs.pas");
|
|
USEUNIT("..\..\run\JvLabel.pas");
|
|
USEUNIT("..\..\run\JvListBox.pas");
|
|
USEUNIT("..\..\run\JvListView.pas");
|
|
USEUNIT("..\..\run\JvMaskEdit.pas");
|
|
USEUNIT("..\..\run\JvMemo.pas");
|
|
USEUNIT("..\..\run\JvMenus.pas");
|
|
USEUNIT("..\..\run\JvMonthCalendar.pas");
|
|
USEUNIT("..\..\run\JvPanel.pas");
|
|
USEUNIT("..\..\run\JvPickDate.pas");
|
|
USEUNIT("..\..\run\JvProgressBar.pas");
|
|
USEUNIT("..\..\run\JvRadioButton.pas");
|
|
USEUNIT("..\..\run\JvRecentMenuButton.pas");
|
|
USEUNIT("..\..\run\JvRichEdit.pas");
|
|
USEUNIT("..\..\run\JvScrollBar.pas");
|
|
USEUNIT("..\..\run\JvScrollBox.pas");
|
|
USEUNIT("..\..\run\JvSecretPanel.pas");
|
|
USEUNIT("..\..\run\JvShape.pas");
|
|
USEUNIT("..\..\run\JvSpeedButton.pas");
|
|
USEUNIT("..\..\run\JvSpin.pas");
|
|
USEUNIT("..\..\run\JvStartMenuButton.pas");
|
|
USEUNIT("..\..\run\JvStaticText.pas");
|
|
USEUNIT("..\..\run\JvStatusBar.pas");
|
|
USEUNIT("..\..\run\JvStringGrid.pas");
|
|
USEUNIT("..\..\run\JvSystemPopup.pas");
|
|
USEUNIT("..\..\run\JvTextListBox.pas");
|
|
USEUNIT("..\..\run\JvToolBar.pas");
|
|
USEUNIT("..\..\run\JvToolEdit.pas");
|
|
USEUNIT("..\..\run\JvUpDown.pas");
|
|
USEUNIT("..\..\run\JvxCheckListBox.pas");
|
|
USEUNIT("..\..\run\JvxSlider.pas");
|
|
USEUNIT("..\..\run\JvBaseEdits.pas");
|
|
USEUNIT("..\..\run\JvBevel.pas");
|
|
USEUNIT("..\..\run\JvBitBtn.pas");
|
|
USEUNIT("..\..\run\JvBoxProcs.pas");
|
|
USEUNIT("..\..\run\JvBrowseFolder.pas");
|
|
USEUNIT("..\..\run\JvButton.pas");
|
|
USEUNIT("..\..\run\JvButtonPersistent.pas");
|
|
USEUNIT("..\..\run\JvCalc.pas");
|
|
USEUNIT("..\..\run\JvCalendar.pas");
|
|
USEUNIT("..\..\run\JvCheckBox.pas");
|
|
USEUNIT("..\..\run\JvCheckedMaskEdit.pas");
|
|
USEUNIT("..\..\run\JvCheckListBox.pas");
|
|
USEUNIT("..\..\run\JvCheckTreeView.pas");
|
|
USEUNIT("..\..\run\JvColorCombo.pas");
|
|
USEUNIT("..\..\run\JvCombobox.pas");
|
|
USEUNIT("..\..\run\JvComCtrls.pas");
|
|
USEUNIT("..\..\run\JvControlBar.pas");
|
|
USEUNIT("..\..\run\JvControlPanelButton.pas");
|
|
USEUNIT("..\..\run\JvCoolBar.pas");
|
|
USEUNIT("..\..\run\JvCtrls.pas");
|
|
USEUNIT("..\..\run\JvDatePickerEdit.pas");
|
|
USEUNIT("..\..\run\JvDateTimePicker.pas");
|
|
USEUNIT("..\..\run\JvDropDownForm.pas");
|
|
USEUNIT("..\..\run\JvEdit.pas");
|
|
USEUNIT("..\..\run\JvFavoritesButton.pas");
|
|
USEUNIT("..\..\run\JvFixedEditPopUp.pas");
|
|
USEUNIT("..\..\run\JvGrids.pas");
|
|
USEUNIT("..\..\run\JvGroupBox.pas");
|
|
USEUNIT("..\..\run\JvHeaderControl.pas");
|
|
USEUNIT("..\..\run\JvHints.pas");
|
|
USEUNIT("..\..\run\JvHotKey.pas");
|
|
USEUNIT("..\..\run\JvImage.pas");
|
|
USEUNIT("..\..\run\JvRadioGroup.pas");
|
|
USEUNIT("..\..\run\JvLinkedControls.pas");
|
|
USEPACKAGE("JvSystemC5R.bpi");
|
|
USEPACKAGE("JvCoreC5R.bpi");
|
|
USEPACKAGE("JclC50.bpi");
|
|
USEPACKAGE("JclVclC50.bpi");
|
|
USEPACKAGE("vcl50.bpi");
|
|
USEPACKAGE("vclx50.bpi");
|
|
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
|
|
#pragma argsused
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|
|
|