lcl: fixed fpgui compilation

git-svn-id: trunk@29217 -
This commit is contained in:
mattias 2011-01-27 17:27:05 +00:00
parent 1e36476d7d
commit 15e4d2cce8
9 changed files with 636 additions and 803 deletions

4
.gitattributes vendored
View File

@ -4662,7 +4662,6 @@ lcl/include/canvas.inc svneol=native#text/pascal
lcl/include/checkbox.inc svneol=native#text/pascal
lcl/include/clipbrd.inc svneol=native#text/pascal
lcl/include/colorbutton.inc svneol=native#text/pascal
lcl/include/colordialog.inc svneol=native#text/pascal
lcl/include/commondialog.inc svneol=native#text/pascal
lcl/include/containedaction.inc svneol=native#text/pascal
lcl/include/control.inc svneol=native#text/pascal
@ -4743,6 +4742,7 @@ lcl/include/intfbasewinapi.inc svneol=native#text/pascal
lcl/include/jpegimage.inc svneol=native#text/pascal
lcl/include/lcl_defines.inc svneol=native#text/pascal
lcl/include/lclaction.inc svneol=native#text/pascal
lcl/include/lclcolordialog.inc svneol=native#text/pascal
lcl/include/lclintf.inc svneol=native#text/pascal
lcl/include/lclintfh.inc svneol=native#text/pascal
lcl/include/listcolumn.inc svneol=native#text/pascal
@ -4994,7 +4994,6 @@ lcl/interfaces/fpgui/fpguiwinapih.inc svneol=native#text/plain
lcl/interfaces/fpgui/fpguiwsarrow.pp svneol=native#text/pascal
lcl/interfaces/fpgui/fpguiwsbuttons.pp svneol=native#text/pascal
lcl/interfaces/fpgui/fpguiwscalendar.pp svneol=native#text/pascal
lcl/interfaces/fpgui/fpguiwschecklst.pp svneol=native#text/pascal
lcl/interfaces/fpgui/fpguiwscomctrls.pp svneol=native#text/pascal
lcl/interfaces/fpgui/fpguiwscontrols.pp svneol=native#text/pascal
lcl/interfaces/fpgui/fpguiwsdialogs.pp svneol=native#text/pascal
@ -5007,7 +5006,6 @@ lcl/interfaces/fpgui/fpguiwsimglist.pp svneol=native#text/pascal
lcl/interfaces/fpgui/fpguiwsmenus.pp svneol=native#text/pascal
lcl/interfaces/fpgui/fpguiwspairsplitter.pp svneol=native#text/pascal
lcl/interfaces/fpgui/fpguiwsprivate.pp svneol=native#text/plain
lcl/interfaces/fpgui/fpguiwsspin.pp svneol=native#text/pascal
lcl/interfaces/fpgui/fpguiwsstdctrls.pp svneol=native#text/pascal
lcl/interfaces/fpgui/interfaces.pp svneol=native#text/pascal
lcl/interfaces/gtk/Makefile.compiled svneol=native#text/plain

View File

@ -684,7 +684,7 @@ begin
Result := CreateBitmapFromLazarusResource(DialogResName[idDiag]);
end;
{$I colordialog.inc}
{$I lclcolordialog.inc}
{$I commondialog.inc}
{$I filedialog.inc}
{$I finddialog.inc}

View File

@ -12,8 +12,6 @@ uses
fpguiwsforms,
fpguiwsbuttons,
fpguiobjects,
fpguiwschecklst,
fpguiwsspin,
fpguiwsfactory,
fpguiproc,
fpguiwsextctrls,
@ -22,7 +20,7 @@ uses
fpguiwsgrids,
fpguiwsimglist,
fpguiwsarrow,
fpguiwsmenus,
fpguiwscalendar;
//fpguiwscalendar,
fpguiwsmenus;
implementation
end.

View File

@ -1,63 +0,0 @@
{ $Id: FpGuiwschecklst.pp 5319 2004-03-17 20:11:29Z marc $}
{
*****************************************************************************
* FpGuiWSCheckLst.pp *
* --------------- *
* *
* *
*****************************************************************************
*****************************************************************************
* *
* This file is part of the Lazarus Component Library (LCL) *
* *
* See the file COPYING.LCL, included in this distribution, *
* for details about the copyright. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* *
*****************************************************************************
}
unit FpGuiWSCheckLst;
{$mode objfpc}{$H+}
interface
uses
////////////////////////////////////////////////////
// I M P O R T A N T
////////////////////////////////////////////////////
// To get as little as posible circles,
// uncomment only when needed for registration
////////////////////////////////////////////////////
// CheckLst,
////////////////////////////////////////////////////
WSCheckLst, WSLCLClasses;
type
{ TFpGuiWSCheckListBox }
TFpGuiWSCheckListBox = class(TWSCheckListBox)
private
protected
public
end;
implementation
initialization
////////////////////////////////////////////////////
// I M P O R T A N T
////////////////////////////////////////////////////
// To improve speed, register only classes
// which actually implement something
////////////////////////////////////////////////////
// RegisterWSComponent(TCheckListBox, TFpGuiWSCheckListBox);
////////////////////////////////////////////////////
end.

View File

@ -116,22 +116,6 @@ type
public
end;
{ TFpGuiWSToolButton }
TFpGuiWSToolButton = class(TWSToolButton)
private
protected
public
end;
{ TFpGuiWSToolBar }
TFpGuiWSToolBar = class(TWSToolBar)
private
protected
public
end;
{ TFpGuiWSTrackBar }
TFpGuiWSTrackBar = class(TWSTrackBar)

View File

@ -1,72 +0,0 @@
{ $Id: FpGuiwsspin.pp 5319 2004-03-17 20:11:29Z marc $}
{
*****************************************************************************
* FpGuiWSSpin.pp *
* ----------- *
* *
* *
*****************************************************************************
*****************************************************************************
* *
* This file is part of the Lazarus Component Library (LCL) *
* *
* See the file COPYING.LCL, included in this distribution, *
* for details about the copyright. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* *
*****************************************************************************
}
unit FpGuiWSSpin;
{$mode objfpc}{$H+}
interface
uses
////////////////////////////////////////////////////
// I M P O R T A N T
////////////////////////////////////////////////////
// To get as little as posible circles,
// uncomment only when needed for registration
////////////////////////////////////////////////////
// Spin,
////////////////////////////////////////////////////
WSSpin, WSLCLClasses;
type
{ TFpGuiWSCustomSpinEdit }
TFpGuiWSCustomSpinEdit = class(TWSCustomSpinEdit)
private
protected
public
end;
{ TFpGuiWSSpinEdit }
TFpGuiWSSpinEdit = class(TWSSpinEdit)
private
protected
public
end;
implementation
initialization
////////////////////////////////////////////////////
// I M P O R T A N T
////////////////////////////////////////////////////
// To improve speed, register only classes
// which actually implement something
////////////////////////////////////////////////////
// RegisterWSComponent(TCustomSpinEdit, TFpGuiWSCustomSpinEdit);
// RegisterWSComponent(TSpinEdit, TFpGuiWSSpinEdit);
////////////////////////////////////////////////////
end.

File diff suppressed because it is too large Load Diff

View File

@ -493,714 +493,714 @@
<Type Value="Include"/>
</Item115>
<Item116>
<Filename Value="include/colordialog.inc"/>
<Filename Value="include/commondialog.inc"/>
<Type Value="Include"/>
</Item116>
<Item117>
<Filename Value="include/commondialog.inc"/>
<Filename Value="include/containedaction.inc"/>
<Type Value="Include"/>
</Item117>
<Item118>
<Filename Value="include/containedaction.inc"/>
<Filename Value="include/control.inc"/>
<Type Value="Include"/>
</Item118>
<Item119>
<Filename Value="include/control.inc"/>
<Filename Value="include/controlactionlink.inc"/>
<Type Value="Include"/>
</Item119>
<Item120>
<Filename Value="include/controlactionlink.inc"/>
<Filename Value="include/controlcanvas.inc"/>
<Type Value="Include"/>
</Item120>
<Item121>
<Filename Value="include/controlcanvas.inc"/>
<Filename Value="include/controlscrollbar.inc"/>
<Type Value="Include"/>
</Item121>
<Item122>
<Filename Value="include/controlscrollbar.inc"/>
<Filename Value="include/controlsproc.inc"/>
<Type Value="Include"/>
</Item122>
<Item123>
<Filename Value="include/controlsproc.inc"/>
<Filename Value="include/cursorimage.inc"/>
<Type Value="Include"/>
</Item123>
<Item124>
<Filename Value="include/cursorimage.inc"/>
<Filename Value="include/customaction.inc"/>
<Type Value="Include"/>
</Item124>
<Item125>
<Filename Value="include/customaction.inc"/>
<Filename Value="include/customactionlist.inc"/>
<Type Value="Include"/>
</Item125>
<Item126>
<Filename Value="include/customactionlist.inc"/>
<Filename Value="include/custombitmap.inc"/>
<Type Value="Include"/>
</Item126>
<Item127>
<Filename Value="include/custombitmap.inc"/>
<Filename Value="include/customcheckbox.inc"/>
<Type Value="Include"/>
</Item127>
<Item128>
<Filename Value="include/customcheckbox.inc"/>
<Filename Value="include/customcheckgroup.inc"/>
<Type Value="Include"/>
</Item128>
<Item129>
<Filename Value="include/customcheckgroup.inc"/>
<Filename Value="include/customcombobox.inc"/>
<Type Value="Include"/>
</Item129>
<Item130>
<Filename Value="include/customcombobox.inc"/>
<Filename Value="include/customcontrol.inc"/>
<Type Value="Include"/>
</Item130>
<Item131>
<Filename Value="include/customcontrol.inc"/>
<Filename Value="include/customdbcombobox.inc"/>
<Type Value="Include"/>
</Item131>
<Item132>
<Filename Value="include/customdbcombobox.inc"/>
<Filename Value="include/customdblistbox.inc"/>
<Type Value="Include"/>
</Item132>
<Item133>
<Filename Value="include/customdblistbox.inc"/>
<Filename Value="include/customdockform.inc"/>
<Type Value="Include"/>
</Item133>
<Item134>
<Filename Value="include/customdockform.inc"/>
<Filename Value="include/customedit.inc"/>
<Type Value="Include"/>
</Item134>
<Item135>
<Filename Value="include/customedit.inc"/>
<Filename Value="include/customform.inc"/>
<Type Value="Include"/>
</Item135>
<Item136>
<Filename Value="include/customform.inc"/>
<Filename Value="include/customframe.inc"/>
<Type Value="Include"/>
</Item136>
<Item137>
<Filename Value="include/customframe.inc"/>
<Filename Value="include/customgroupbox.inc"/>
<Type Value="Include"/>
</Item137>
<Item138>
<Filename Value="include/customgroupbox.inc"/>
<Filename Value="include/customimage.inc"/>
<Type Value="Include"/>
</Item138>
<Item139>
<Filename Value="include/customimage.inc"/>
<Filename Value="include/customlabel.inc"/>
<Type Value="Include"/>
</Item139>
<Item140>
<Filename Value="include/customlabel.inc"/>
<Filename Value="include/customlabelededit.inc"/>
<Type Value="Include"/>
</Item140>
<Item141>
<Filename Value="include/customlabelededit.inc"/>
<Filename Value="include/customlistbox.inc"/>
<Type Value="Include"/>
</Item141>
<Item142>
<Filename Value="include/customlistbox.inc"/>
<Filename Value="include/customlistview.inc"/>
<Type Value="Include"/>
</Item142>
<Item143>
<Filename Value="include/customlistview.inc"/>
<Filename Value="include/custommemo.inc"/>
<Type Value="Include"/>
</Item143>
<Item144>
<Filename Value="include/custommemo.inc"/>
<Filename Value="include/customnotebook.inc"/>
<Type Value="Include"/>
</Item144>
<Item145>
<Filename Value="include/customnotebook.inc"/>
<Filename Value="include/custompage.inc"/>
<Type Value="Include"/>
</Item145>
<Item146>
<Filename Value="include/custompage.inc"/>
<Filename Value="include/custompanel.inc"/>
<Type Value="Include"/>
</Item146>
<Item147>
<Filename Value="include/custompanel.inc"/>
<Filename Value="include/customsplitter.inc"/>
<Type Value="Include"/>
</Item147>
<Item148>
<Filename Value="include/customsplitter.inc"/>
<Filename Value="include/customstatictext.inc"/>
<Type Value="Include"/>
</Item148>
<Item149>
<Filename Value="include/customstatictext.inc"/>
<Filename Value="include/customtrayicon.inc"/>
<Type Value="Include"/>
</Item149>
<Item150>
<Filename Value="include/customtrayicon.inc"/>
<Filename Value="include/customupdown.inc"/>
<Type Value="Include"/>
</Item150>
<Item151>
<Filename Value="include/customupdown.inc"/>
<Filename Value="include/dbcalendar.inc"/>
<Type Value="Include"/>
</Item151>
<Item152>
<Filename Value="include/dbcalendar.inc"/>
<Filename Value="include/dbcheckbox.inc"/>
<Type Value="Include"/>
</Item152>
<Item153>
<Filename Value="include/dbcheckbox.inc"/>
<Filename Value="include/dbcombobox.inc"/>
<Type Value="Include"/>
</Item153>
<Item154>
<Filename Value="include/dbcombobox.inc"/>
<Filename Value="include/dbcustomnavigator.inc"/>
<Type Value="Include"/>
</Item154>
<Item155>
<Filename Value="include/dbcustomnavigator.inc"/>
<Filename Value="include/dbedit.inc"/>
<Type Value="Include"/>
</Item155>
<Item156>
<Filename Value="include/dbedit.inc"/>
<Filename Value="include/dbgroupbox.inc"/>
<Type Value="Include"/>
</Item156>
<Item157>
<Filename Value="include/dbgroupbox.inc"/>
<Filename Value="include/dbimage.inc"/>
<Type Value="Include"/>
</Item157>
<Item158>
<Filename Value="include/dbimage.inc"/>
<Filename Value="include/dblistbox.inc"/>
<Type Value="Include"/>
</Item158>
<Item159>
<Filename Value="include/dblistbox.inc"/>
<Filename Value="include/dblookup.inc"/>
<Type Value="Include"/>
</Item159>
<Item160>
<Filename Value="include/dblookup.inc"/>
<Filename Value="include/dblookupcombobox.inc"/>
<Type Value="Include"/>
</Item160>
<Item161>
<Filename Value="include/dblookupcombobox.inc"/>
<Filename Value="include/dblookuplistbox.inc"/>
<Type Value="Include"/>
</Item161>
<Item162>
<Filename Value="include/dblookuplistbox.inc"/>
<Filename Value="include/dbmemo.inc"/>
<Type Value="Include"/>
</Item162>
<Item163>
<Filename Value="include/dbmemo.inc"/>
<Filename Value="include/dbradiogroup.inc"/>
<Type Value="Include"/>
</Item163>
<Item164>
<Filename Value="include/dbradiogroup.inc"/>
<Filename Value="include/dbtext.inc"/>
<Type Value="Include"/>
</Item164>
<Item165>
<Filename Value="include/dbtext.inc"/>
<Filename Value="include/docktree.inc"/>
<Type Value="Include"/>
</Item165>
<Item166>
<Filename Value="include/docktree.inc"/>
<Filename Value="include/dockzone.inc"/>
<Type Value="Include"/>
</Item166>
<Item167>
<Filename Value="include/dockzone.inc"/>
<Filename Value="include/dragdock.inc"/>
<Type Value="Include"/>
</Item167>
<Item168>
<Filename Value="include/dragdock.inc"/>
<Filename Value="include/dragimagelist.inc"/>
<Type Value="Include"/>
</Item168>
<Item169>
<Filename Value="include/dragimagelist.inc"/>
<Filename Value="include/dragmanager.inc"/>
<Type Value="Include"/>
</Item169>
<Item170>
<Filename Value="include/dragmanager.inc"/>
<Filename Value="include/dragobject.inc"/>
<Type Value="Include"/>
</Item170>
<Item171>
<Filename Value="include/dragobject.inc"/>
<Filename Value="include/edit.inc"/>
<Type Value="Include"/>
</Item171>
<Item172>
<Filename Value="include/edit.inc"/>
<Filename Value="include/filedialog.inc"/>
<Type Value="Include"/>
</Item172>
<Item173>
<Filename Value="include/filedialog.inc"/>
<Filename Value="include/fileutil.inc"/>
<Type Value="Include"/>
</Item173>
<Item174>
<Filename Value="include/fileutil.inc"/>
<Filename Value="include/finddialog.inc"/>
<Type Value="Include"/>
</Item174>
<Item175>
<Filename Value="include/finddialog.inc"/>
<Filename Value="include/font.inc"/>
<Type Value="Include"/>
</Item175>
<Item176>
<Filename Value="include/font.inc"/>
<Filename Value="include/fontdialog.inc"/>
<Type Value="Include"/>
</Item176>
<Item177>
<Filename Value="include/fontdialog.inc"/>
<Filename Value="include/fpimagebitmap.inc"/>
<Type Value="Include"/>
</Item177>
<Item178>
<Filename Value="include/fpimagebitmap.inc"/>
<Filename Value="include/gifimage.inc"/>
<Type Value="Include"/>
</Item178>
<Item179>
<Filename Value="include/gifimage.inc"/>
<Filename Value="include/glyphlist.inc"/>
<Type Value="Include"/>
</Item179>
<Item180>
<Filename Value="include/glyphlist.inc"/>
<Filename Value="include/graphic.inc"/>
<Type Value="Include"/>
</Item180>
<Item181>
<Filename Value="include/graphic.inc"/>
<Filename Value="include/graphiccontrol.inc"/>
<Type Value="Include"/>
</Item181>
<Item182>
<Filename Value="include/graphiccontrol.inc"/>
<Filename Value="include/graphicsobject.inc"/>
<Type Value="Include"/>
</Item182>
<Item183>
<Filename Value="include/graphicsobject.inc"/>
<Filename Value="include/headercontrol.inc"/>
<Type Value="Include"/>
</Item183>
<Item184>
<Filename Value="include/headercontrol.inc"/>
<Filename Value="include/hintwindow.inc"/>
<Type Value="Include"/>
</Item184>
<Item185>
<Filename Value="include/hintwindow.inc"/>
<Filename Value="include/icnsicon.inc"/>
<Type Value="Include"/>
</Item185>
<Item186>
<Filename Value="include/icnsicon.inc"/>
<Filename Value="include/icon.inc"/>
<Type Value="Include"/>
</Item186>
<Item187>
<Filename Value="include/icon.inc"/>
<Filename Value="include/idletimer.inc"/>
<Type Value="Include"/>
</Item187>
<Item188>
<Filename Value="include/idletimer.inc"/>
<Filename Value="include/imglist.inc"/>
<Type Value="Include"/>
</Item188>
<Item189>
<Filename Value="include/imglist.inc"/>
<Filename Value="include/inputdialog.inc"/>
<Type Value="Include"/>
</Item189>
<Item190>
<Filename Value="include/inputdialog.inc"/>
<Filename Value="include/interfacebase.inc"/>
<Type Value="Include"/>
</Item190>
<Item191>
<Filename Value="include/interfacebase.inc"/>
<Filename Value="include/intfbaselcl.inc"/>
<Type Value="Include"/>
</Item191>
<Item192>
<Filename Value="include/intfbaselcl.inc"/>
<Filename Value="include/intfbasewinapi.inc"/>
<Type Value="Include"/>
</Item192>
<Item193>
<Filename Value="include/intfbasewinapi.inc"/>
<Filename Value="include/jpegimage.inc"/>
<Type Value="Include"/>
</Item193>
<Item194>
<Filename Value="include/jpegimage.inc"/>
<Filename Value="include/lclaction.inc"/>
<Type Value="Include"/>
</Item194>
<Item195>
<Filename Value="include/lclaction.inc"/>
<Filename Value="include/lclintf.inc"/>
<Type Value="Include"/>
</Item195>
<Item196>
<Filename Value="include/lclintf.inc"/>
<Filename Value="include/lclintfh.inc"/>
<Type Value="Include"/>
</Item196>
<Item197>
<Filename Value="include/lclintfh.inc"/>
<Filename Value="include/listcolumn.inc"/>
<Type Value="Include"/>
</Item197>
<Item198>
<Filename Value="include/listcolumn.inc"/>
<Filename Value="include/listcolumns.inc"/>
<Type Value="Include"/>
</Item198>
<Item199>
<Filename Value="include/listcolumns.inc"/>
<Filename Value="include/listitem.inc"/>
<Type Value="Include"/>
</Item199>
<Item200>
<Filename Value="include/listitem.inc"/>
<Filename Value="include/listitems.inc"/>
<Type Value="Include"/>
</Item200>
<Item201>
<Filename Value="include/listitems.inc"/>
<Filename Value="include/mainmenu.inc"/>
<Type Value="Include"/>
</Item201>
<Item202>
<Filename Value="include/mainmenu.inc"/>
<Filename Value="include/memo.inc"/>
<Type Value="Include"/>
</Item202>
<Item203>
<Filename Value="include/memo.inc"/>
<Filename Value="include/memoscrollbar.inc"/>
<Type Value="Include"/>
</Item203>
<Item204>
<Filename Value="include/memoscrollbar.inc"/>
<Filename Value="include/memostrings.inc"/>
<Type Value="Include"/>
</Item204>
<Item205>
<Filename Value="include/memostrings.inc"/>
<Filename Value="include/menu.inc"/>
<Type Value="Include"/>
</Item205>
<Item206>
<Filename Value="include/menu.inc"/>
<Filename Value="include/menuactionlink.inc"/>
<Type Value="Include"/>
</Item206>
<Item207>
<Filename Value="include/menuactionlink.inc"/>
<Filename Value="include/menuitem.inc"/>
<Type Value="Include"/>
</Item207>
<Item208>
<Filename Value="include/menuitem.inc"/>
<Filename Value="include/messagedialogs.inc"/>
<Type Value="Include"/>
</Item208>
<Item209>
<Filename Value="include/messagedialogs.inc"/>
<Filename Value="include/monitor.inc"/>
<Type Value="Include"/>
</Item209>
<Item210>
<Filename Value="include/monitor.inc"/>
<Filename Value="include/mouse.inc"/>
<Type Value="Include"/>
</Item210>
<Item211>
<Filename Value="include/mouse.inc"/>
<Filename Value="include/notebook.inc"/>
<Type Value="Include"/>
</Item211>
<Item212>
<Filename Value="include/notebook.inc"/>
<Filename Value="include/page.inc"/>
<Type Value="Include"/>
</Item212>
<Item213>
<Filename Value="include/page.inc"/>
<Filename Value="include/pagecontrol.inc"/>
<Type Value="Include"/>
</Item213>
<Item214>
<Filename Value="include/pagecontrol.inc"/>
<Filename Value="include/paintbox.inc"/>
<Type Value="Include"/>
</Item214>
<Item215>
<Filename Value="include/paintbox.inc"/>
<Filename Value="include/pen.inc"/>
<Type Value="Include"/>
</Item215>
<Item216>
<Filename Value="include/pen.inc"/>
<Filename Value="include/picture.inc"/>
<Type Value="Include"/>
</Item216>
<Item217>
<Filename Value="include/picture.inc"/>
<Filename Value="include/pixmap.inc"/>
<Type Value="Include"/>
</Item217>
<Item218>
<Filename Value="include/pixmap.inc"/>
<Filename Value="include/png.inc"/>
<Type Value="Include"/>
</Item218>
<Item219>
<Filename Value="include/png.inc"/>
<Filename Value="include/pnm.inc"/>
<Type Value="Include"/>
</Item219>
<Item220>
<Filename Value="include/pnm.inc"/>
<Filename Value="include/popupmenu.inc"/>
<Type Value="Include"/>
</Item220>
<Item221>
<Filename Value="include/popupmenu.inc"/>
<Filename Value="include/progressbar.inc"/>
<Type Value="Include"/>
</Item221>
<Item222>
<Filename Value="include/progressbar.inc"/>
<Filename Value="include/promptdialog.inc"/>
<Type Value="Include"/>
</Item222>
<Item223>
<Filename Value="include/promptdialog.inc"/>
<Filename Value="include/radiobutton.inc"/>
<Type Value="Include"/>
</Item223>
<Item224>
<Filename Value="include/radiobutton.inc"/>
<Filename Value="include/radiogroup.inc"/>
<Type Value="Include"/>
</Item224>
<Item225>
<Filename Value="include/radiogroup.inc"/>
<Filename Value="include/rasterimage.inc"/>
<Type Value="Include"/>
</Item225>
<Item226>
<Filename Value="include/rasterimage.inc"/>
<Filename Value="include/reginifile.inc"/>
<Type Value="Include"/>
</Item226>
<Item227>
<Filename Value="include/reginifile.inc"/>
<Filename Value="include/region.inc"/>
<Type Value="Include"/>
</Item227>
<Item228>
<Filename Value="include/region.inc"/>
<Filename Value="include/replacedialog.inc"/>
<Type Value="Include"/>
</Item228>
<Item229>
<Filename Value="include/replacedialog.inc"/>
<Filename Value="include/rubberband.inc"/>
<Type Value="Include"/>
</Item229>
<Item230>
<Filename Value="include/rubberband.inc"/>
<Filename Value="include/screen.inc"/>
<Type Value="Include"/>
</Item230>
<Item231>
<Filename Value="include/screen.inc"/>
<Filename Value="include/scrollbar.inc"/>
<Type Value="Include"/>
</Item231>
<Item232>
<Filename Value="include/scrollbar.inc"/>
<Filename Value="include/scrollbox.inc"/>
<Type Value="Include"/>
</Item232>
<Item233>
<Filename Value="include/scrollbox.inc"/>
<Filename Value="include/scrollingwincontrol.inc"/>
<Type Value="Include"/>
</Item233>
<Item234>
<Filename Value="include/scrollingwincontrol.inc"/>
<Filename Value="include/shape.inc"/>
<Type Value="Include"/>
</Item234>
<Item235>
<Filename Value="include/shape.inc"/>
<Filename Value="include/sharedcustombitmap.inc"/>
<Type Value="Include"/>
</Item235>
<Item236>
<Filename Value="include/sharedcustombitmap.inc"/>
<Filename Value="include/sharedimage.inc"/>
<Type Value="Include"/>
</Item236>
<Item237>
<Filename Value="include/sharedimage.inc"/>
<Filename Value="include/sharedrasterimage.inc"/>
<Type Value="Include"/>
</Item237>
<Item238>
<Filename Value="include/sharedrasterimage.inc"/>
<Filename Value="include/shortcutlist.inc"/>
<Type Value="Include"/>
</Item238>
<Item239>
<Filename Value="include/shortcutlist.inc"/>
<Filename Value="include/sizeconstraints.inc"/>
<Type Value="Include"/>
</Item239>
<Item240>
<Filename Value="include/sizeconstraints.inc"/>
<Filename Value="include/speedbutton.inc"/>
<Type Value="Include"/>
</Item240>
<Item241>
<Filename Value="include/speedbutton.inc"/>
<Filename Value="include/spinedit.inc"/>
<Type Value="Include"/>
</Item241>
<Item242>
<Filename Value="include/spinedit.inc"/>
<Filename Value="include/statusbar.inc"/>
<Type Value="Include"/>
</Item242>
<Item243>
<Filename Value="include/statusbar.inc"/>
<Filename Value="include/statuspanel.inc"/>
<Type Value="Include"/>
</Item243>
<Item244>
<Filename Value="include/statuspanel.inc"/>
<Filename Value="include/statuspanels.inc"/>
<Type Value="Include"/>
</Item244>
<Item245>
<Filename Value="include/statuspanels.inc"/>
<Filename Value="include/tabcontrol.inc"/>
<Type Value="Include"/>
</Item245>
<Item246>
<Filename Value="include/tabcontrol.inc"/>
<Filename Value="include/tabsheet.inc"/>
<Type Value="Include"/>
</Item246>
<Item247>
<Filename Value="include/tabsheet.inc"/>
<Filename Value="include/tiffimage.inc"/>
<Type Value="Include"/>
</Item247>
<Item248>
<Filename Value="include/tiffimage.inc"/>
<Filename Value="include/timer.inc"/>
<Type Value="Include"/>
</Item248>
<Item249>
<Filename Value="include/timer.inc"/>
<Filename Value="include/togglebox.inc"/>
<Type Value="Include"/>
</Item249>
<Item250>
<Filename Value="include/togglebox.inc"/>
<Filename Value="include/toolbar.inc"/>
<Type Value="Include"/>
</Item250>
<Item251>
<Filename Value="include/toolbar.inc"/>
<Filename Value="include/toolbutton.inc"/>
<Type Value="Include"/>
</Item251>
<Item252>
<Filename Value="include/toolbutton.inc"/>
<Filename Value="include/toolwindow.inc"/>
<Type Value="Include"/>
</Item252>
<Item253>
<Filename Value="include/toolwindow.inc"/>
<Filename Value="include/trackbar.inc"/>
<Type Value="Include"/>
</Item253>
<Item254>
<Filename Value="include/trackbar.inc"/>
<Filename Value="include/treeview.inc"/>
<Type Value="Include"/>
</Item254>
<Item255>
<Filename Value="include/treeview.inc"/>
<Filename Value="include/unixfileutil.inc"/>
<Type Value="Include"/>
</Item255>
<Item256>
<Filename Value="include/unixfileutil.inc"/>
<Filename Value="include/winapi.inc"/>
<Type Value="Include"/>
</Item256>
<Item257>
<Filename Value="include/winapi.inc"/>
<Filename Value="include/winapih.inc"/>
<Type Value="Include"/>
</Item257>
<Item258>
<Filename Value="include/winapih.inc"/>
<Filename Value="include/wincontrol.inc"/>
<Type Value="Include"/>
</Item258>
<Item259>
<Filename Value="include/wincontrol.inc"/>
<Filename Value="include/winfileutil.inc"/>
<Type Value="Include"/>
</Item259>
<Item260>
<Filename Value="include/winfileutil.inc"/>
<Type Value="Include"/>
</Item260>
<Item261>
<Filename Value="nonwin32/messages.pp"/>
<UnitName Value="Messages"/>
</Item261>
<Item262>
</Item260>
<Item261>
<Filename Value="widgetset/wsarrow.pp"/>
<UnitName Value="WSArrow"/>
</Item262>
<Item263>
</Item261>
<Item262>
<Filename Value="widgetset/wsbuttons.pp"/>
<UnitName Value="WSButtons"/>
</Item263>
<Item264>
</Item262>
<Item263>
<Filename Value="widgetset/wscalendar.pp"/>
<UnitName Value="WSCalendar"/>
</Item264>
<Item265>
</Item263>
<Item264>
<Filename Value="widgetset/wschecklst.pp"/>
<UnitName Value="WSCheckLst"/>
</Item265>
<Item266>
</Item264>
<Item265>
<Filename Value="widgetset/wscomctrls.pp"/>
<UnitName Value="WSComCtrls"/>
</Item266>
<Item267>
</Item265>
<Item266>
<Filename Value="widgetset/wscontrols.pp"/>
<UnitName Value="WSControls"/>
</Item267>
<Item268>
</Item266>
<Item267>
<Filename Value="widgetset/wsdesigner.pp"/>
<UnitName Value="WSDesigner"/>
</Item268>
<Item269>
</Item267>
<Item268>
<Filename Value="widgetset/wsdialogs.pp"/>
<UnitName Value="WSDialogs"/>
</Item269>
<Item270>
</Item268>
<Item269>
<Filename Value="widgetset/wsextctrls.pp"/>
<UnitName Value="WSExtCtrls"/>
</Item270>
<Item271>
</Item269>
<Item270>
<Filename Value="widgetset/wsextdlgs.pp"/>
<UnitName Value="WSExtDlgs"/>
</Item271>
<Item272>
</Item270>
<Item271>
<Filename Value="widgetset/wsfactory.pas"/>
<UnitName Value="WSFactory"/>
</Item272>
<Item273>
</Item271>
<Item272>
<Filename Value="widgetset/wsforms.pp"/>
<UnitName Value="WSForms"/>
</Item273>
<Item274>
</Item272>
<Item273>
<Filename Value="widgetset/wsgrids.pp"/>
<UnitName Value="WSGrids"/>
</Item274>
<Item275>
</Item273>
<Item274>
<Filename Value="widgetset/wsimglist.pp"/>
<UnitName Value="WSImgList"/>
</Item275>
<Item276>
</Item274>
<Item275>
<Filename Value="widgetset/wslclclasses.pp"/>
<UnitName Value="WSLCLClasses"/>
</Item276>
<Item277>
</Item275>
<Item276>
<Filename Value="widgetset/wsmenus.pp"/>
<UnitName Value="WSMenus"/>
</Item277>
<Item278>
</Item276>
<Item277>
<Filename Value="widgetset/wspairsplitter.pp"/>
<UnitName Value="WSPairSplitter"/>
</Item278>
<Item279>
</Item277>
<Item278>
<Filename Value="widgetset/wsproc.pp"/>
<UnitName Value="WSProc"/>
</Item279>
<Item280>
</Item278>
<Item279>
<Filename Value="widgetset/wsreferences.pp"/>
<UnitName Value="WSReferences"/>
</Item280>
<Item281>
</Item279>
<Item280>
<Filename Value="widgetset/wsspin.pp"/>
<UnitName Value="WSSpin"/>
</Item281>
<Item282>
</Item280>
<Item281>
<Filename Value="widgetset/wsstdctrls.pp"/>
<UnitName Value="WSStdCtrls"/>
</Item282>
<Item283>
</Item281>
<Item282>
<Filename Value="widgetset/wstoolwin.pp"/>
<UnitName Value="WSToolwin"/>
</Item283>
<Item284>
</Item282>
<Item283>
<Filename Value="alllclunits.pp"/>
<Type Value="Main Unit"/>
<UnitName Value="AllLCLUnits"/>
</Item284>
<Item285>
</Item283>
<Item284>
<Filename Value="actnlist.pas"/>
<UnitName Value="ActnList"/>
</Item285>
<Item286>
</Item284>
<Item285>
<Filename Value="arrow.pp"/>
<UnitName Value="Arrow"/>
</Item286>
<Item287>
</Item285>
<Item286>
<Filename Value="asyncprocess.pp"/>
<UnitName Value="AsyncProcess"/>
</Item287>
<Item288>
</Item286>
<Item287>
<Filename Value="avglvltree.pas"/>
<UnitName Value="AvgLvlTree"/>
</Item288>
<Item289>
</Item287>
<Item288>
<Filename Value="buttonpanel.pas"/>
<UnitName Value="ButtonPanel"/>
</Item289>
<Item290>
</Item288>
<Item289>
<Filename Value="buttons.pp"/>
<UnitName Value="Buttons"/>
</Item290>
<Item291>
</Item289>
<Item290>
<Filename Value="calendar.pp"/>
<UnitName Value="Calendar"/>
</Item291>
<Item292>
</Item290>
<Item291>
<Filename Value="registerlcl.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="registerlcl"/>
</Item291>
<Item292>
<Filename Value="include/lclcolordialog.inc"/>
<Type Value="Include"/>
</Item292>
</Files>
<i18n>
@ -1220,6 +1220,5 @@
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
<Provides Count="1"/>
</Package>
</CONFIG>