Module SigCJLibraries.pkg
1//=============================================================================
2// Project : SigCj - VDF Classes for Codejock
3// File : SigCJLibrary.pkg
4// Description : VDF Class for Codejock control
5//
6// Revision : $Rev: 620 $
7// $Date: 2010-02-21 10:32:31 -0500 (Sun, 21 Feb 2010) $
8// $Author: martin $
9//
10// Requirements : Visual DataFlex 12.1+
11// Codejock SuitePro - Version 12.0.0+
12//
13// Copyright : (c) 2008 VDF SIG UK
14// Visual DataFlex Special Interest Group UK.
15// http://www.vdfsig.co.uk/
16// dev@vdfsig.co.uk
17//
18// This file is part of SigCj.
19//
20// SigCj is free software: you can redistribute it and/or modify
21// it under the terms of the GNU Lesser General Public License
22// as published by the Free Software Foundation, either version
23// 2.1 of the License, or (at your option) any later version.
24//
25// SigCj is distributed in the hope that it will be useful, but
26// WITHOUT ANY WARRANTY; without even the implied warranty of
27// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28// GNU Lesser General Public License for more details.
29//
30// If you have the complete SigCj workspace then a copy of the
31// GNU Lesser General Public License is in the Docs folder. If
32// not, see <http://www.gnu.org/licenses/>.
33//
34//=============================================================================
35// Load All Sig Codejock Libraries
36Use DFAllEnt.pkg
37Use cCJStandardCommandBarSystem.pkg
38
39//-----------------------------------------------------------------------------
40//Modifies Command Bars
41Use cSigCJCommandBarSystem.pkg
42
43//-----------------------------------------------------------------------------
44//Codejock Controls - The commented out packages are just stub classes for the
45// controls that we have not done..Yet)
46Use cSigCJGlobalSettings.pkg
47//Use cSigCJCalendarControl.pkg
48Use cSigCJCheckBox.pkg
49//Use cSigCJColorPicker.pkg
50//Use cSigCJComboBox.pkg
51//Use cSigCJCommonDialog.pkg
52Use cSigCJContextMenu.pkg
53//Use cSigCJDatePicker.pkg
54//Use cSigCJDateTimePicker.pkg
55Use cSigCJDockingPane.pkg
56Use cSigCJDockingPane_Container.pkg
57//Use cSigCJFieldChooser.pkg
58//Use cSigCJFlatEdit.pkg
59//Use cSigCJGroupBox.pkg
60//Use cSigCJHexEdit.pkg
61//Use cSigCJLabel.pkg
62//Use cSigCJListBox.pkg
63Use cSigCJListView.pkg
64//Use cSigCJMenuBar.pkg
65Use cSigCJMenuItem.pkg
66Use cSigCJMonthCalendar.pkg
67Use cSigCJPopupControl.pkg
68//Use cSigCJProgressBar.pkg
69Use cSigCJPropertyGrid.pkg
70Use cSigCJPushButton.pkg
71//Use cSigCJRadioButton.pkg
72Use cSigCJReportControl.pkg
73//Use cSigCJResizer.pkg
74Use cSigCJRibbonBar.pkg
75//Use cSigCJScrollBar.pkg
76//Use cSigCJShortcutBar.pkg
77//Use cSigCJShortcutCaption.pkg
78//Use cSigCJSlider.pkg
79//Use cSigCJStatusbar.pkg
80//Use cSigCJStatusbarPane.pkg
81//Use cSigCJSyntaxEdit.pkg
82//Use cSigCJTabControl.pkg
83//Use cSigCJTabControlPage.pkg
84Use cSigCJTaskDialog.pkg
85Use cSigCJTaskPanel.pkg
86Use cSigCJToolBar.pkg
87//Use cSigCJTrayIcon.pkg
88//Use cSigCJTreeView.pkg
89//Use cSigCJWebBrowser.pkg
90
91//==============================================================================
92//End of Package - SigCJLibrary.pkg
93//==============================================================================
94