home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 5 / MasteringVisualBasic5.iso / protview / demowinx / data.1 / ALLCTLS.MAK < prev    next >
Encoding:
NMAKE  |  1996-10-29  |  38.5 KB  |  1,228 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=allctls - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to allctls - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "allctls - Win32 Release" && "$(CFG)" !=\
  12.  "allctls - Win32 Debug"
  13. !MESSAGE Invalid configuration "$(CFG)" specified.
  14. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  15. !MESSAGE by defining the macro CFG on the command line.  For example:
  16. !MESSAGE 
  17. !MESSAGE NMAKE /f "allctls.mak" CFG="allctls - Win32 Debug"
  18. !MESSAGE 
  19. !MESSAGE Possible choices for configuration are:
  20. !MESSAGE 
  21. !MESSAGE "allctls - Win32 Release" (based on "Win32 (x86) Application")
  22. !MESSAGE "allctls - Win32 Debug" (based on "Win32 (x86) Application")
  23. !MESSAGE 
  24. !ERROR An invalid configuration is specified.
  25. !ENDIF 
  26.  
  27. !IF "$(OS)" == "Windows_NT"
  28. NULL=
  29. !ELSE 
  30. NULL=nul
  31. !ENDIF 
  32. ################################################################################
  33. # Begin Project
  34. # PROP Target_Last_Scanned "allctls - Win32 Debug"
  35. RSC=rc.exe
  36. MTL=mktyplib.exe
  37. CPP=cl.exe
  38.  
  39. !IF  "$(CFG)" == "allctls - Win32 Release"
  40.  
  41. # PROP BASE Use_MFC 6
  42. # PROP BASE Use_Debug_Libraries 0
  43. # PROP BASE Output_Dir "Release"
  44. # PROP BASE Intermediate_Dir "Release"
  45. # PROP BASE Target_Dir ""
  46. # PROP Use_MFC 6
  47. # PROP Use_Debug_Libraries 0
  48. # PROP Output_Dir "Release"
  49. # PROP Intermediate_Dir "Release"
  50. # PROP Target_Dir ""
  51. OUTDIR=.\Release
  52. INTDIR=.\Release
  53.  
  54. ALL : "$(OUTDIR)\allctls.exe"
  55.  
  56. CLEAN : 
  57.     -@erase "$(INTDIR)\1moncal.obj"
  58.     -@erase "$(INTDIR)\3moncal.obj"
  59.     -@erase "$(INTDIR)\3vmoncal.obj"
  60.     -@erase "$(INTDIR)\6moncal.obj"
  61.     -@erase "$(INTDIR)\acdlg.obj"
  62.     -@erase "$(INTDIR)\allctls.obj"
  63.     -@erase "$(INTDIR)\allctls.pch"
  64.     -@erase "$(INTDIR)\allctls.res"
  65.     -@erase "$(INTDIR)\branch.obj"
  66.     -@erase "$(INTDIR)\CalTypes.obj"
  67.     -@erase "$(INTDIR)\datainpt.obj"
  68.     -@erase "$(INTDIR)\fntsldlg.obj"
  69.     -@erase "$(INTDIR)\font.obj"
  70.     -@erase "$(INTDIR)\fyrcal.obj"
  71.     -@erase "$(INTDIR)\guictls.obj"
  72.     -@erase "$(INTDIR)\picture.obj"
  73.     -@erase "$(INTDIR)\pvbutton.obj"
  74.     -@erase "$(INTDIR)\pvcalendar.obj"
  75.     -@erase "$(INTDIR)\pvdate.obj"
  76.     -@erase "$(INTDIR)\pvdial.obj"
  77.     -@erase "$(INTDIR)\pvfontsel.obj"
  78.     -@erase "$(INTDIR)\pvmultibtn.obj"
  79.     -@erase "$(INTDIR)\pvnumeric.obj"
  80.     -@erase "$(INTDIR)\pvprogressbar.obj"
  81.     -@erase "$(INTDIR)\pvtime.obj"
  82.     -@erase "$(INTDIR)\pvtreeview.obj"
  83.     -@erase "$(INTDIR)\StdAfx.obj"
  84.     -@erase "$(INTDIR)\treedlg.obj"
  85.     -@erase "$(OUTDIR)\allctls.exe"
  86.  
  87. "$(OUTDIR)" :
  88.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  89.  
  90. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  91. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  92. CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
  93.  "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/allctls.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/"\
  94.  /c 
  95. CPP_OBJS=.\Release/
  96. CPP_SBRS=.\.
  97. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  98. # ADD MTL /nologo /D "NDEBUG" /win32
  99. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  100. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  101. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  102. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/allctls.res" /d "NDEBUG" /d "_AFXDLL" 
  103. BSC32=bscmake.exe
  104. # ADD BASE BSC32 /nologo
  105. # ADD BSC32 /nologo
  106. BSC32_FLAGS=/nologo /o"$(OUTDIR)/allctls.bsc" 
  107. BSC32_SBRS= \
  108.     
  109. LINK32=link.exe
  110. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  111. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  112. LINK32_FLAGS=/nologo /subsystem:windows /incremental:no\
  113.  /pdb:"$(OUTDIR)/allctls.pdb" /machine:I386 /out:"$(OUTDIR)/allctls.exe" 
  114. LINK32_OBJS= \
  115.     "$(INTDIR)\1moncal.obj" \
  116.     "$(INTDIR)\3moncal.obj" \
  117.     "$(INTDIR)\3vmoncal.obj" \
  118.     "$(INTDIR)\6moncal.obj" \
  119.     "$(INTDIR)\acdlg.obj" \
  120.     "$(INTDIR)\allctls.obj" \
  121.     "$(INTDIR)\allctls.res" \
  122.     "$(INTDIR)\branch.obj" \
  123.     "$(INTDIR)\CalTypes.obj" \
  124.     "$(INTDIR)\datainpt.obj" \
  125.     "$(INTDIR)\fntsldlg.obj" \
  126.     "$(INTDIR)\font.obj" \
  127.     "$(INTDIR)\fyrcal.obj" \
  128.     "$(INTDIR)\guictls.obj" \
  129.     "$(INTDIR)\picture.obj" \
  130.     "$(INTDIR)\pvbutton.obj" \
  131.     "$(INTDIR)\pvcalendar.obj" \
  132.     "$(INTDIR)\pvdate.obj" \
  133.     "$(INTDIR)\pvdial.obj" \
  134.     "$(INTDIR)\pvfontsel.obj" \
  135.     "$(INTDIR)\pvmultibtn.obj" \
  136.     "$(INTDIR)\pvnumeric.obj" \
  137.     "$(INTDIR)\pvprogressbar.obj" \
  138.     "$(INTDIR)\pvtime.obj" \
  139.     "$(INTDIR)\pvtreeview.obj" \
  140.     "$(INTDIR)\StdAfx.obj" \
  141.     "$(INTDIR)\treedlg.obj"
  142.  
  143. "$(OUTDIR)\allctls.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  144.     $(LINK32) @<<
  145.   $(LINK32_FLAGS) $(LINK32_OBJS)
  146. <<
  147.  
  148. !ELSEIF  "$(CFG)" == "allctls - Win32 Debug"
  149.  
  150. # PROP BASE Use_MFC 6
  151. # PROP BASE Use_Debug_Libraries 1
  152. # PROP BASE Output_Dir "Debug"
  153. # PROP BASE Intermediate_Dir "Debug"
  154. # PROP BASE Target_Dir ""
  155. # PROP Use_MFC 6
  156. # PROP Use_Debug_Libraries 1
  157. # PROP Output_Dir "Debug"
  158. # PROP Intermediate_Dir "Debug"
  159. # PROP Target_Dir ""
  160. OUTDIR=.\Debug
  161. INTDIR=.\Debug
  162.  
  163. ALL : "$(OUTDIR)\allctls.exe"
  164.  
  165. CLEAN : 
  166.     -@erase "$(INTDIR)\1moncal.obj"
  167.     -@erase "$(INTDIR)\3moncal.obj"
  168.     -@erase "$(INTDIR)\3vmoncal.obj"
  169.     -@erase "$(INTDIR)\6moncal.obj"
  170.     -@erase "$(INTDIR)\acdlg.obj"
  171.     -@erase "$(INTDIR)\allctls.obj"
  172.     -@erase "$(INTDIR)\allctls.pch"
  173.     -@erase "$(INTDIR)\allctls.res"
  174.     -@erase "$(INTDIR)\branch.obj"
  175.     -@erase "$(INTDIR)\CalTypes.obj"
  176.     -@erase "$(INTDIR)\datainpt.obj"
  177.     -@erase "$(INTDIR)\fntsldlg.obj"
  178.     -@erase "$(INTDIR)\font.obj"
  179.     -@erase "$(INTDIR)\fyrcal.obj"
  180.     -@erase "$(INTDIR)\guictls.obj"
  181.     -@erase "$(INTDIR)\picture.obj"
  182.     -@erase "$(INTDIR)\pvbutton.obj"
  183.     -@erase "$(INTDIR)\pvcalendar.obj"
  184.     -@erase "$(INTDIR)\pvdate.obj"
  185.     -@erase "$(INTDIR)\pvdial.obj"
  186.     -@erase "$(INTDIR)\pvfontsel.obj"
  187.     -@erase "$(INTDIR)\pvmultibtn.obj"
  188.     -@erase "$(INTDIR)\pvnumeric.obj"
  189.     -@erase "$(INTDIR)\pvprogressbar.obj"
  190.     -@erase "$(INTDIR)\pvtime.obj"
  191.     -@erase "$(INTDIR)\pvtreeview.obj"
  192.     -@erase "$(INTDIR)\StdAfx.obj"
  193.     -@erase "$(INTDIR)\treedlg.obj"
  194.     -@erase "$(INTDIR)\vc40.idb"
  195.     -@erase "$(INTDIR)\vc40.pdb"
  196.     -@erase "$(OUTDIR)\allctls.exe"
  197.     -@erase "$(OUTDIR)\allctls.ilk"
  198.     -@erase "$(OUTDIR)\allctls.pdb"
  199.  
  200. "$(OUTDIR)" :
  201.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  202.  
  203. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  204. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  205. CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  206.  /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/allctls.pch" /Yu"stdafx.h"\
  207.  /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  208. CPP_OBJS=.\Debug/
  209. CPP_SBRS=.\.
  210. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  211. # ADD MTL /nologo /D "_DEBUG" /win32
  212. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  213. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  214. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  215. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/allctls.res" /d "_DEBUG" /d "_AFXDLL" 
  216. BSC32=bscmake.exe
  217. # ADD BASE BSC32 /nologo
  218. # ADD BSC32 /nologo
  219. BSC32_FLAGS=/nologo /o"$(OUTDIR)/allctls.bsc" 
  220. BSC32_SBRS= \
  221.     
  222. LINK32=link.exe
  223. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  224. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
  225. LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes\
  226.  /pdb:"$(OUTDIR)/allctls.pdb" /debug /machine:I386 /out:"$(OUTDIR)/allctls.exe" 
  227. LINK32_OBJS= \
  228.     "$(INTDIR)\1moncal.obj" \
  229.     "$(INTDIR)\3moncal.obj" \
  230.     "$(INTDIR)\3vmoncal.obj" \
  231.     "$(INTDIR)\6moncal.obj" \
  232.     "$(INTDIR)\acdlg.obj" \
  233.     "$(INTDIR)\allctls.obj" \
  234.     "$(INTDIR)\allctls.res" \
  235.     "$(INTDIR)\branch.obj" \
  236.     "$(INTDIR)\CalTypes.obj" \
  237.     "$(INTDIR)\datainpt.obj" \
  238.     "$(INTDIR)\fntsldlg.obj" \
  239.     "$(INTDIR)\font.obj" \
  240.     "$(INTDIR)\fyrcal.obj" \
  241.     "$(INTDIR)\guictls.obj" \
  242.     "$(INTDIR)\picture.obj" \
  243.     "$(INTDIR)\pvbutton.obj" \
  244.     "$(INTDIR)\pvcalendar.obj" \
  245.     "$(INTDIR)\pvdate.obj" \
  246.     "$(INTDIR)\pvdial.obj" \
  247.     "$(INTDIR)\pvfontsel.obj" \
  248.     "$(INTDIR)\pvmultibtn.obj" \
  249.     "$(INTDIR)\pvnumeric.obj" \
  250.     "$(INTDIR)\pvprogressbar.obj" \
  251.     "$(INTDIR)\pvtime.obj" \
  252.     "$(INTDIR)\pvtreeview.obj" \
  253.     "$(INTDIR)\StdAfx.obj" \
  254.     "$(INTDIR)\treedlg.obj"
  255.  
  256. "$(OUTDIR)\allctls.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  257.     $(LINK32) @<<
  258.   $(LINK32_FLAGS) $(LINK32_OBJS)
  259. <<
  260.  
  261. !ENDIF 
  262.  
  263. .c{$(CPP_OBJS)}.obj:
  264.    $(CPP) $(CPP_PROJ) $<  
  265.  
  266. .cpp{$(CPP_OBJS)}.obj:
  267.    $(CPP) $(CPP_PROJ) $<  
  268.  
  269. .cxx{$(CPP_OBJS)}.obj:
  270.    $(CPP) $(CPP_PROJ) $<  
  271.  
  272. .c{$(CPP_SBRS)}.sbr:
  273.    $(CPP) $(CPP_PROJ) $<  
  274.  
  275. .cpp{$(CPP_SBRS)}.sbr:
  276.    $(CPP) $(CPP_PROJ) $<  
  277.  
  278. .cxx{$(CPP_SBRS)}.sbr:
  279.    $(CPP) $(CPP_PROJ) $<  
  280.  
  281. ################################################################################
  282. # Begin Target
  283.  
  284. # Name "allctls - Win32 Release"
  285. # Name "allctls - Win32 Debug"
  286.  
  287. !IF  "$(CFG)" == "allctls - Win32 Release"
  288.  
  289. !ELSEIF  "$(CFG)" == "allctls - Win32 Debug"
  290.  
  291. !ENDIF 
  292.  
  293. ################################################################################
  294. # Begin Source File
  295.  
  296. SOURCE=.\allctls.cpp
  297. DEP_CPP_ALLCT=\
  298.     ".\acDlg.h"\
  299.     ".\allctls.h"\
  300.     ".\StdAfx.h"\
  301.     
  302.  
  303. "$(INTDIR)\allctls.obj" : $(SOURCE) $(DEP_CPP_ALLCT) "$(INTDIR)"\
  304.  "$(INTDIR)\allctls.pch"
  305.  
  306.  
  307. # End Source File
  308. ################################################################################
  309. # Begin Source File
  310.  
  311. SOURCE=.\StdAfx.cpp
  312. DEP_CPP_STDAF=\
  313.     ".\StdAfx.h"\
  314.     
  315.  
  316. !IF  "$(CFG)" == "allctls - Win32 Release"
  317.  
  318. # ADD CPP /Yc"stdafx.h"
  319.  
  320. BuildCmds= \
  321.     $(CPP) /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
  322.  "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/allctls.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"\
  323.  /c $(SOURCE) \
  324.     
  325.  
  326. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  327.    $(BuildCmds)
  328.  
  329. "$(INTDIR)\allctls.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  330.    $(BuildCmds)
  331.  
  332. !ELSEIF  "$(CFG)" == "allctls - Win32 Debug"
  333.  
  334. # ADD CPP /Yc"stdafx.h"
  335.  
  336. BuildCmds= \
  337.     $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  338.  /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/allctls.pch" /Yc"stdafx.h"\
  339.  /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) \
  340.     
  341.  
  342. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  343.    $(BuildCmds)
  344.  
  345. "$(INTDIR)\allctls.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  346.    $(BuildCmds)
  347.  
  348. !ENDIF 
  349.  
  350. # End Source File
  351. ################################################################################
  352. # Begin Source File
  353.  
  354. SOURCE=.\allctls.rc
  355. DEP_RSC_ALLCTL=\
  356.     ".\res\allctls.ico"\
  357.     ".\res\allctls.rc2"\
  358.     ".\resource.hm"\
  359.     
  360.  
  361. "$(INTDIR)\allctls.res" : $(SOURCE) $(DEP_RSC_ALLCTL) "$(INTDIR)"
  362.    $(RSC) $(RSC_PROJ) $(SOURCE)
  363.  
  364.  
  365. # End Source File
  366. ################################################################################
  367. # Begin Source File
  368.  
  369. SOURCE=.\CalTypes.cpp
  370. DEP_CPP_CALTY=\
  371.     ".\1MonCal.h"\
  372.     ".\3MonCal.h"\
  373.     ".\3VMonCal.h"\
  374.     ".\6MonCal.h"\
  375.     ".\allctls.h"\
  376.     ".\CalTypes.h"\
  377.     ".\FYrCal.h"\
  378.     ".\StdAfx.h"\
  379.     
  380.  
  381. "$(INTDIR)\CalTypes.obj" : $(SOURCE) $(DEP_CPP_CALTY) "$(INTDIR)"\
  382.  "$(INTDIR)\allctls.pch"
  383.  
  384.  
  385. # End Source File
  386. ################################################################################
  387. # Begin Source File
  388.  
  389. SOURCE=.\treedlg.cpp
  390.  
  391. !IF  "$(CFG)" == "allctls - Win32 Release"
  392.  
  393. DEP_CPP_TREED=\
  394.     ".\allctls.h"\
  395.     ".\branch.h"\
  396.     ".\Ptreedef.h"\
  397.     ".\pvtreeview.h"\
  398.     ".\StdAfx.h"\
  399.     ".\treedlg.h"\
  400.     
  401.  
  402. "$(INTDIR)\treedlg.obj" : $(SOURCE) $(DEP_CPP_TREED) "$(INTDIR)"\
  403.  "$(INTDIR)\allctls.pch"
  404.  
  405.  
  406. !ELSEIF  "$(CFG)" == "allctls - Win32 Debug"
  407.  
  408. DEP_CPP_TREED=\
  409.     ".\allctls.h"\
  410.     ".\branch.h"\
  411.     ".\Ptreedef.h"\
  412.     ".\pvtreeview.h"\
  413.     ".\StdAfx.h"\
  414.     ".\treedlg.h"\
  415.     
  416.  
  417. "$(INTDIR)\treedlg.obj" : $(SOURCE) $(DEP_CPP_TREED) "$(INTDIR)"\
  418.  "$(INTDIR)\allctls.pch"
  419.  
  420.  
  421. !ENDIF 
  422.  
  423. # End Source File
  424. ################################################################################
  425. # Begin Source File
  426.  
  427. SOURCE=.\6moncal.cpp
  428. DEP_CPP_6MONC=\
  429.     ".\6MonCal.h"\
  430.     ".\allctls.h"\
  431.     ".\StdAfx.h"\
  432.     
  433.  
  434. "$(INTDIR)\6moncal.obj" : $(SOURCE) $(DEP_CPP_6MONC) "$(INTDIR)"\
  435.  "$(INTDIR)\allctls.pch"
  436.  
  437.  
  438. # End Source File
  439. ################################################################################
  440. # Begin Source File
  441.  
  442. SOURCE=.\3moncal.cpp
  443. DEP_CPP_3MONC=\
  444.     ".\3MonCal.h"\
  445.     ".\allctls.h"\
  446.     ".\StdAfx.h"\
  447.     
  448.  
  449. "$(INTDIR)\3moncal.obj" : $(SOURCE) $(DEP_CPP_3MONC) "$(INTDIR)"\
  450.  "$(INTDIR)\allctls.pch"
  451.  
  452.  
  453. # End Source File
  454. ################################################################################
  455. # Begin Source File
  456.  
  457. SOURCE=.\3vmoncal.cpp
  458. DEP_CPP_3VMON=\
  459.     ".\3VMonCal.h"\
  460.     ".\allctls.h"\
  461.     ".\StdAfx.h"\
  462.     
  463.  
  464. "$(INTDIR)\3vmoncal.obj" : $(SOURCE) $(DEP_CPP_3VMON) "$(INTDIR)"\
  465.  "$(INTDIR)\allctls.pch"
  466.  
  467.  
  468. # End Source File
  469. ################################################################################
  470. # Begin Source File
  471.  
  472. SOURCE=.\acdlg.cpp
  473.  
  474. !IF  "$(CFG)" == "allctls - Win32 Release"
  475.  
  476. DEP_CPP_ACDLG=\
  477.     ".\acDlg.h"\
  478.     ".\allctls.h"\
  479.     ".\datainpt.h"\
  480.     ".\fntsldlg.h"\
  481.     ".\guictls.h"\
  482.     ".\pvbutton.h"\
  483.     ".\pvdate.h"\
  484.     ".\pvdial.h"\
  485.     ".\pvfontsel.h"\
  486.     ".\pvprogressbar.h"\
  487.     ".\pvtime.h"\
  488.     ".\pvtreeview.h"\
  489.     ".\StdAfx.h"\
  490.     ".\treedlg.h"\
  491.     
  492.  
  493. "$(INTDIR)\acdlg.obj" : $(SOURCE) $(DEP_CPP_ACDLG) "$(INTDIR)"\
  494.  "$(INTDIR)\allctls.pch"
  495.  
  496.  
  497. !ELSEIF  "$(CFG)" == "allctls - Win32 Debug"
  498.  
  499. DEP_CPP_ACDLG=\
  500.     ".\acDlg.h"\
  501.     ".\allctls.h"\
  502.     ".\datainpt.h"\
  503.     ".\fntsldlg.h"\
  504.     ".\guictls.h"\
  505.     ".\pvbutton.h"\
  506.     ".\pvdate.h"\
  507.     ".\pvdial.h"\
  508.     ".\pvfontsel.h"\
  509.     ".\pvprogressbar.h"\
  510.     ".\pvtime.h"\
  511.     ".\pvtreeview.h"\
  512.     ".\StdAfx.h"\
  513.     ".\treedlg.h"\
  514.     
  515.  
  516. "$(INTDIR)\acdlg.obj" : $(SOURCE) $(DEP_CPP_ACDLG) "$(INTDIR)"\
  517.  "$(INTDIR)\allctls.pch"
  518.  
  519.  
  520. !ENDIF 
  521.  
  522. # End Source File
  523. ################################################################################
  524. # Begin Source File
  525.  
  526. SOURCE=.\fntsldlg.cpp
  527.  
  528. !IF  "$(CFG)" == "allctls - Win32 Release"
  529.  
  530. DEP_CPP_FNTSL=\
  531.     ".\allctls.h"\
  532.     ".\fntsldlg.h"\
  533.     ".\pvbutton.h"\
  534.     ".\pvfontsel.h"\
  535.     ".\StdAfx.h"\
  536.     
  537.  
  538. "$(INTDIR)\fntsldlg.obj" : $(SOURCE) $(DEP_CPP_FNTSL) "$(INTDIR)"\
  539.  "$(INTDIR)\allctls.pch"
  540.  
  541.  
  542. !ELSEIF  "$(CFG)" == "allctls - Win32 Debug"
  543.  
  544. DEP_CPP_FNTSL=\
  545.     ".\allctls.h"\
  546.     ".\fntsldlg.h"\
  547.     ".\pvbutton.h"\
  548.     ".\pvfontsel.h"\
  549.     ".\StdAfx.h"\
  550.     
  551.  
  552. "$(INTDIR)\fntsldlg.obj" : $(SOURCE) $(DEP_CPP_FNTSL) "$(INTDIR)"\
  553.  "$(INTDIR)\allctls.pch"
  554.  
  555.  
  556. !ENDIF 
  557.  
  558. # End Source File
  559. ################################################################################
  560. # Begin Source File
  561.  
  562. SOURCE=.\fyrcal.cpp
  563. DEP_CPP_FYRCA=\
  564.     ".\allctls.h"\
  565.     ".\FYrCal.h"\
  566.     ".\StdAfx.h"\
  567.     
  568.  
  569. "$(INTDIR)\fyrcal.obj" : $(SOURCE) $(DEP_CPP_FYRCA) "$(INTDIR)"\
  570.  "$(INTDIR)\allctls.pch"
  571.  
  572.  
  573. # End Source File
  574. ################################################################################
  575. # Begin Source File
  576.  
  577. SOURCE=.\guictls.cpp
  578.  
  579. !IF  "$(CFG)" == "allctls - Win32 Release"
  580.  
  581. DEP_CPP_GUICT=\
  582.     ".\allctls.h"\
  583.     ".\guictls.h"\
  584.     ".\pvdial.h"\
  585.     ".\pvprogressbar.h"\
  586.     ".\StdAfx.h"\
  587.     
  588.  
  589. "$(INTDIR)\guictls.obj" : $(SOURCE) $(DEP_CPP_GUICT) "$(INTDIR)"\
  590.  "$(INTDIR)\allctls.pch"
  591.  
  592.  
  593. !ELSEIF  "$(CFG)" == "allctls - Win32 Debug"
  594.  
  595. DEP_CPP_GUICT=\
  596.     ".\allctls.h"\
  597.     ".\guictls.h"\
  598.     ".\pvdial.h"\
  599.     ".\pvprogressbar.h"\
  600.     ".\StdAfx.h"\
  601.     
  602.  
  603. "$(INTDIR)\guictls.obj" : $(SOURCE) $(DEP_CPP_GUICT) "$(INTDIR)"\
  604.  "$(INTDIR)\allctls.pch"
  605.  
  606.  
  607. !ENDIF 
  608.  
  609. # End Source File
  610. ################################################################################
  611. # Begin Source File
  612.  
  613. SOURCE=.\datainpt.cpp
  614.  
  615. !IF  "$(CFG)" == "allctls - Win32 Release"
  616.  
  617. DEP_CPP_DATAI=\
  618.     ".\allctls.h"\
  619.     ".\CalTypes.h"\
  620.     ".\datainpt.h"\
  621.     ".\pvdate.h"\
  622.     ".\pvtime.h"\
  623.     ".\StdAfx.h"\
  624.     
  625.  
  626. "$(INTDIR)\datainpt.obj" : $(SOURCE) $(DEP_CPP_DATAI) "$(INTDIR)"\
  627.  "$(INTDIR)\allctls.pch"
  628.  
  629.  
  630. !ELSEIF  "$(CFG)" == "allctls - Win32 Debug"
  631.  
  632. DEP_CPP_DATAI=\
  633.     ".\allctls.h"\
  634.     ".\CalTypes.h"\
  635.     ".\datainpt.h"\
  636.     ".\pvdate.h"\
  637.     ".\pvtime.h"\
  638.     ".\StdAfx.h"\
  639.     
  640.  
  641. "$(INTDIR)\datainpt.obj" : $(SOURCE) $(DEP_CPP_DATAI) "$(INTDIR)"\
  642.  "$(INTDIR)\allctls.pch"
  643.  
  644.  
  645. !ENDIF 
  646.  
  647. # End Source File
  648. ################################################################################
  649. # Begin Source File
  650.  
  651. SOURCE=.\1moncal.cpp
  652. DEP_CPP_1MONC=\
  653.     ".\1MonCal.h"\
  654.     ".\allctls.h"\
  655.     ".\StdAfx.h"\
  656.     
  657.  
  658. "$(INTDIR)\1moncal.obj" : $(SOURCE) $(DEP_CPP_1MONC) "$(INTDIR)"\
  659.  "$(INTDIR)\allctls.pch"
  660.  
  661.  
  662. # End Source File
  663. ################################################################################
  664. # Begin Source File
  665.  
  666. SOURCE=.\pvbutton.cpp
  667. DEP_CPP_PVBUT=\
  668.     ".\font.h"\
  669.     ".\picture.h"\
  670.     ".\pvbutton.h"\
  671.     ".\StdAfx.h"\
  672.     
  673.  
  674. "$(INTDIR)\pvbutton.obj" : $(SOURCE) $(DEP_CPP_PVBUT) "$(INTDIR)"\
  675.  "$(INTDIR)\allctls.pch"
  676.  
  677.  
  678. # End Source File
  679. ################################################################################
  680. # Begin Source File
  681.  
  682. SOURCE=.\font.cpp
  683. DEP_CPP_FONT_=\
  684.     ".\font.h"\
  685.     ".\StdAfx.h"\
  686.     
  687.  
  688. "$(INTDIR)\font.obj" : $(SOURCE) $(DEP_CPP_FONT_) "$(INTDIR)"\
  689.  "$(INTDIR)\allctls.pch"
  690.  
  691.  
  692. # End Source File
  693. ################################################################################
  694. # Begin Source File
  695.  
  696. SOURCE=.\picture.cpp
  697. DEP_CPP_PICTU=\
  698.     ".\picture.h"\
  699.     ".\StdAfx.h"\
  700.     
  701.  
  702. "$(INTDIR)\picture.obj" : $(SOURCE) $(DEP_CPP_PICTU) "$(INTDIR)"\
  703.  "$(INTDIR)\allctls.pch"
  704.  
  705.  
  706. # End Source File
  707. ################################################################################
  708. # Begin Source File
  709.  
  710. SOURCE=.\pvcalendar.cpp
  711. DEP_CPP_PVCAL=\
  712.     ".\font.h"\
  713.     ".\pvcalendar.h"\
  714.     ".\StdAfx.h"\
  715.     
  716.  
  717. "$(INTDIR)\pvcalendar.obj" : $(SOURCE) $(DEP_CPP_PVCAL) "$(INTDIR)"\
  718.  "$(INTDIR)\allctls.pch"
  719.  
  720.  
  721. # End Source File
  722. ################################################################################
  723. # Begin Source File
  724.  
  725. SOURCE=.\pvdate.cpp
  726. DEP_CPP_PVDAT=\
  727.     ".\font.h"\
  728.     ".\pvdate.h"\
  729.     ".\StdAfx.h"\
  730.     
  731.  
  732. "$(INTDIR)\pvdate.obj" : $(SOURCE) $(DEP_CPP_PVDAT) "$(INTDIR)"\
  733.  "$(INTDIR)\allctls.pch"
  734.  
  735.  
  736. # End Source File
  737. ################################################################################
  738. # Begin Source File
  739.  
  740. SOURCE=.\pvdial.cpp
  741. DEP_CPP_PVDIA=\
  742.     ".\pvdial.h"\
  743.     ".\StdAfx.h"\
  744.     
  745.  
  746. "$(INTDIR)\pvdial.obj" : $(SOURCE) $(DEP_CPP_PVDIA) "$(INTDIR)"\
  747.  "$(INTDIR)\allctls.pch"
  748.  
  749.  
  750. # End Source File
  751. ################################################################################
  752. # Begin Source File
  753.  
  754. SOURCE=.\pvfontsel.cpp
  755. DEP_CPP_PVFON=\
  756.     ".\font.h"\
  757.     ".\pvfontsel.h"\
  758.     ".\StdAfx.h"\
  759.     
  760.  
  761. "$(INTDIR)\pvfontsel.obj" : $(SOURCE) $(DEP_CPP_PVFON) "$(INTDIR)"\
  762.  "$(INTDIR)\allctls.pch"
  763.  
  764.  
  765. # End Source File
  766. ################################################################################
  767. # Begin Source File
  768.  
  769. SOURCE=.\pvmultibtn.cpp
  770. DEP_CPP_PVMUL=\
  771.     ".\pvmultibtn.h"\
  772.     ".\StdAfx.h"\
  773.     
  774.  
  775. "$(INTDIR)\pvmultibtn.obj" : $(SOURCE) $(DEP_CPP_PVMUL) "$(INTDIR)"\
  776.  "$(INTDIR)\allctls.pch"
  777.  
  778.  
  779. # End Source File
  780. ################################################################################
  781. # Begin Source File
  782.  
  783. SOURCE=.\pvnumeric.cpp
  784. DEP_CPP_PVNUM=\
  785.     ".\font.h"\
  786.     ".\pvnumeric.h"\
  787.     ".\StdAfx.h"\
  788.     
  789.  
  790. "$(INTDIR)\pvnumeric.obj" : $(SOURCE) $(DEP_CPP_PVNUM) "$(INTDIR)"\
  791.  "$(INTDIR)\allctls.pch"
  792.  
  793.  
  794. # End Source File
  795. ################################################################################
  796. # Begin Source File
  797.  
  798. SOURCE=.\pvprogressbar.cpp
  799. DEP_CPP_PVPRO=\
  800.     ".\font.h"\
  801.     ".\pvprogressbar.h"\
  802.     ".\StdAfx.h"\
  803.     
  804.  
  805. "$(INTDIR)\pvprogressbar.obj" : $(SOURCE) $(DEP_CPP_PVPRO) "$(INTDIR)"\
  806.  "$(INTDIR)\allctls.pch"
  807.  
  808.  
  809. # End Source File
  810. ################################################################################
  811. # Begin Source File
  812.  
  813. SOURCE=.\pvtime.cpp
  814. DEP_CPP_PVTIM=\
  815.     ".\font.h"\
  816.     ".\pvtime.h"\
  817.     ".\StdAfx.h"\
  818.     
  819.  
  820. "$(INTDIR)\pvtime.obj" : $(SOURCE) $(DEP_CPP_PVTIM) "$(INTDIR)"\
  821.  "$(INTDIR)\allctls.pch"
  822.  
  823.  
  824. # End Source File
  825. ################################################################################
  826. # Begin Source File
  827.  
  828. SOURCE=.\branch.cpp
  829. DEP_CPP_BRANC=\
  830.     ".\branch.h"\
  831.     ".\picture.h"\
  832.     ".\StdAfx.h"\
  833.     
  834.  
  835. "$(INTDIR)\branch.obj" : $(SOURCE) $(DEP_CPP_BRANC) "$(INTDIR)"\
  836.  "$(INTDIR)\allctls.pch"
  837.  
  838.  
  839. # End Source File
  840. ################################################################################
  841. # Begin Source File
  842.  
  843. SOURCE=.\pvtreeview.cpp
  844. DEP_CPP_PVTRE=\
  845.     ".\branch.h"\
  846.     ".\font.h"\
  847.     ".\picture.h"\
  848.     ".\pvtreeview.h"\
  849.     ".\StdAfx.h"\
  850.     
  851.  
  852. "$(INTDIR)\pvtreeview.obj" : $(SOURCE) $(DEP_CPP_PVTRE) "$(INTDIR)"\
  853.  "$(INTDIR)\allctls.pch"
  854.  
  855.  
  856. # End Source File
  857. # End Target
  858. # End Project
  859. ################################################################################
  860. ################################################################################
  861. # Section allctls : {B1F2C8A3-7F60-11CF-AACD-444553540000}
  862. #     0:12:Pctbar32.cpp:k:\prod50\pics\examples\ocx32\mfc\Pctbar32.cpp
  863. #     0:10:Pctbar32.h:k:\prod50\pics\examples\ocx32\mfc\Pctbar32.h
  864. #     2:21:DefaultSinkHeaderFile:pctbar32.h
  865. #     2:16:DefaultSinkClass:CPctbar32
  866. # End Section
  867. ################################################################################
  868. ################################################################################
  869. # Section allctls : {B283E1FC-2CB3-11D0-ADA6-00400520799C}
  870. #     0:11:PVFontSel.h:X:\winx\WinX\data\samples\mfc\winx\PVFontSel.h
  871. #     0:13:PVFontSel.cpp:X:\winx\WinX\data\samples\mfc\winx\PVFontSel.cpp
  872. #     2:21:DefaultSinkHeaderFile:pvfontsel.h
  873. #     2:16:DefaultSinkClass:CPVFontSel
  874. # End Section
  875. ################################################################################
  876. ################################################################################
  877. # Section allctls : {7BF80981-BF32-101A-8BBB-00AA00300CAB}
  878. #     2:5:Class:CPicture
  879. #     2:10:HeaderFile:picture.h
  880. #     2:8:ImplFile:picture.cpp
  881. # End Section
  882. ################################################################################
  883. ################################################################################
  884. # Section allctls : {51FFB581-81DA-11CF-AACD-444553540000}
  885. #     2:5:Class:CDial32
  886. #     2:10:HeaderFile:dial32.h
  887. #     2:8:ImplFile:dial32.cpp
  888. # End Section
  889. ################################################################################
  890. ################################################################################
  891. # Section allctls : {C0000000-FFFF-1100-8000-000000000004}
  892. #     0:11:Pnumedt.cpp:k:\prod50\pics\examples\ocx32\mfc\Pnumedt.cpp
  893. #     0:9:Pnumedt.h:k:\prod50\pics\examples\ocx32\mfc\Pnumedt.h
  894. #     2:21:DefaultSinkHeaderFile:pnumedt.h
  895. #     2:16:DefaultSinkClass:CPnumedt
  896. # End Section
  897. ################################################################################
  898. ################################################################################
  899. # Section allctls : {1E4E86A1-83D1-11CF-AACD-444553540000}
  900. #     2:5:Class:CMultibtn
  901. #     2:10:HeaderFile:multibtn.h
  902. #     2:8:ImplFile:multibtn.cpp
  903. # End Section
  904. ################################################################################
  905. ################################################################################
  906. # Section allctls : {8F25C903-8346-11CF-AACD-444553540000}
  907. #     0:8:PVTime.h:X:\winx\WinX\data\samples\mfc\winx\PVTime.h
  908. #     0:10:PVTime.cpp:X:\winx\WinX\data\samples\mfc\winx\PVTime.cpp
  909. #     2:21:DefaultSinkHeaderFile:pvtime.h
  910. #     2:16:DefaultSinkClass:CPVTime
  911. # End Section
  912. ################################################################################
  913. ################################################################################
  914. # Section allctls : {B283E20C-2CB3-11D0-ADA6-00400520799C}
  915. #     0:15:PVProgressBar.h:X:\winx\WinX\data\samples\mfc\winx\PVProgressBar.h
  916. #     0:17:PVProgressBar.cpp:X:\winx\WinX\data\samples\mfc\winx\PVProgressBar.cpp
  917. #     2:21:DefaultSinkHeaderFile:pvprogressbar.h
  918. #     2:16:DefaultSinkClass:CPVProgressBar
  919. # End Section
  920. ################################################################################
  921. ################################################################################
  922. # Section allctls : {C0491AA4-2CBA-11D0-ADA6-00400520799C}
  923. #     0:14:PVMultiBtn.cpp:X:\winx\WinX\data\samples\mfc\winx\PVMultiBtn.cpp
  924. #     0:12:PVMultiBtn.h:X:\winx\WinX\data\samples\mfc\winx\PVMultiBtn.h
  925. #     2:21:DefaultSinkHeaderFile:pvmultibtn.h
  926. #     2:16:DefaultSinkClass:CPVMultiBtn
  927. # End Section
  928. ################################################################################
  929. ################################################################################
  930. # Section allctls : {C0000000-FFFF-1100-8000-000000000002}
  931. #     2:5:Class:CPnumedt
  932. #     2:10:HeaderFile:pnumedt.h
  933. #     2:8:ImplFile:pnumedt.cpp
  934. # End Section
  935. ################################################################################
  936. ################################################################################
  937. # Section allctls : {B283E1F4-2CB3-11D0-ADA6-00400520799C}
  938. #     0:8:PVDial.h:X:\winx\WinX\data\samples\mfc\winx\PVDial.h
  939. #     0:10:PVDial.cpp:X:\winx\WinX\data\samples\mfc\winx\PVDial.cpp
  940. #     2:21:DefaultSinkHeaderFile:pvdial.h
  941. #     2:16:DefaultSinkClass:CPVDial
  942. # End Section
  943. ################################################################################
  944. ################################################################################
  945. # Section allctls : {B5805B22-2D86-11D0-ADA6-00400520799C}
  946. #     2:5:Class:CPVCalendar
  947. #     2:10:HeaderFile:pvcalendar.h
  948. #     2:8:ImplFile:pvcalendar.cpp
  949. # End Section
  950. ################################################################################
  951. ################################################################################
  952. # Section allctls : {8F25C403-8346-11CF-AACD-444553540000}
  953. #     0:8:Time32.h:k:\prod50\pics\examples\ocx32\mfc\Time32.h
  954. #     0:10:Time32.cpp:k:\prod50\pics\examples\ocx32\mfc\Time32.cpp
  955. #     2:21:DefaultSinkHeaderFile:time32.h
  956. #     2:16:DefaultSinkClass:CTime32
  957. # End Section
  958. ################################################################################
  959. ################################################################################
  960. # Section allctls : {1BB282C4-2CB9-11D0-ADA6-00400520799C}
  961. #     0:8:Font.cpp:X:\winx\WinX\data\samples\mfc\winx\Font.cpp
  962. #     0:9:Picture.h:X:\winx\WinX\data\samples\mfc\winx\Picture.h
  963. #     0:6:Font.h:X:\winx\WinX\data\samples\mfc\winx\Font.h
  964. #     0:11:Picture.cpp:X:\winx\WinX\data\samples\mfc\winx\Picture.cpp
  965. #     0:12:PVButton.cpp:X:\winx\WinX\data\samples\mfc\winx\PVButton.cpp
  966. #     0:10:PVButton.h:X:\winx\WinX\data\samples\mfc\winx\PVButton.h
  967. #     2:21:DefaultSinkHeaderFile:pvbutton.h
  968. #     2:16:DefaultSinkClass:CPVButton
  969. # End Section
  970. ################################################################################
  971. ################################################################################
  972. # Section allctls : {B7733C41-8697-11CF-AACD-444553540000}
  973. #     2:5:Class:CCalendar
  974. #     2:10:HeaderFile:calendar.h
  975. #     2:8:ImplFile:calendar.cpp
  976. # End Section
  977. ################################################################################
  978. ################################################################################
  979. # Section allctls : {B283E214-2CB3-11D0-ADA6-00400520799C}
  980. #     0:12:PVTreeView.h:X:\winx\WinX\data\samples\mfc\winx\PVTreeView.h
  981. #     0:14:PVTreeView.cpp:X:\winx\WinX\data\samples\mfc\winx\PVTreeView.cpp
  982. #     0:8:Branch.h:X:\winx\WinX\data\samples\mfc\winx\Branch.h
  983. #     0:10:Branch.cpp:X:\winx\WinX\data\samples\mfc\winx\Branch.cpp
  984. #     2:21:DefaultSinkHeaderFile:pvtreeview.h
  985. #     2:16:DefaultSinkClass:CPVTreeView
  986. # End Section
  987. ################################################################################
  988. ################################################################################
  989. # Section allctls : {B1F2C8A1-7F60-11CF-AACD-444553540000}
  990. #     2:5:Class:CPctbar32
  991. #     2:10:HeaderFile:pctbar32.h
  992. #     2:8:ImplFile:pctbar32.cpp
  993. # End Section
  994. ################################################################################
  995. ################################################################################
  996. # Section allctls : {C0491AAF-2CBA-11D0-ADA6-00400520799C}
  997. #     2:5:Class:CBranch
  998. #     2:10:HeaderFile:branch.h
  999. #     2:8:ImplFile:branch.cpp
  1000. # End Section
  1001. ################################################################################
  1002. ################################################################################
  1003. # Section allctls : {C2000000-FFFF-1100-8200-000000000004}
  1004. #     0:11:PVNumeric.h:X:\winx\WinX\data\samples\mfc\winx\PVNumeric.h
  1005. #     0:13:PVNumeric.cpp:X:\winx\WinX\data\samples\mfc\winx\PVNumeric.cpp
  1006. #     2:21:DefaultSinkHeaderFile:pvnumeric.h
  1007. #     2:16:DefaultSinkClass:CPVNumeric
  1008. # End Section
  1009. ################################################################################
  1010. ################################################################################
  1011. # Section allctls : {C0000000-FFFF-1100-8007-000000000005}
  1012. #     2:5:Class:CBranch
  1013. #     2:10:HeaderFile:branch.h
  1014. #     2:8:ImplFile:branch.cpp
  1015. # End Section
  1016. ################################################################################
  1017. ################################################################################
  1018. # Section OLE Controls
  1019. #     {967931C3-840D-11CF-AACD-444553540000}
  1020. #     {C0000000-FFFF-1100-8005-000000000004}
  1021. #     {51FFB583-81DA-11CF-AACD-444553540000}
  1022. #     {B1F2C8A3-7F60-11CF-AACD-444553540000}
  1023. #     {C0000000-FFFF-1100-8001-000000000102}
  1024. #     {B7733C43-8697-11CF-AACD-444553540000}
  1025. #     {8F25C403-8346-11CF-AACD-444553540000}
  1026. #     {C0000000-FFFF-1100-8000-000000000004}
  1027. #     {1E4E86A3-83D1-11CF-AACD-444553540000}
  1028. #     {C0000000-FFFF-1100-8007-000000000004}
  1029. #     {C2000000-FFFF-1100-8200-000000000004}
  1030. #     {1BB282C4-2CB9-11D0-ADA6-00400520799C}
  1031. #     {B5805B24-2D86-11D0-ADA6-00400520799C}
  1032. #     {C0000090-FFFF-1100-8001-000000000102}
  1033. #     {B283E1F4-2CB3-11D0-ADA6-00400520799C}
  1034. #     {B283E1FC-2CB3-11D0-ADA6-00400520799C}
  1035. #     {C0491AA4-2CBA-11D0-ADA6-00400520799C}
  1036. #     {B283E20C-2CB3-11D0-ADA6-00400520799C}
  1037. #     {8F25C903-8346-11CF-AACD-444553540000}
  1038. #     {B283E214-2CB3-11D0-ADA6-00400520799C}
  1039. # End Section
  1040. ################################################################################
  1041. ################################################################################
  1042. # Section allctls : {B283E1FA-2CB3-11D0-ADA6-00400520799C}
  1043. #     2:5:Class:CPVFontSel
  1044. #     2:10:HeaderFile:pvfontsel.h
  1045. #     2:8:ImplFile:pvfontsel.cpp
  1046. # End Section
  1047. ################################################################################
  1048. ################################################################################
  1049. # Section allctls : {967931C3-840D-11CF-AACD-444553540000}
  1050. #     0:8:Font.cpp:k:\prod50\pics\examples\ocx32\mfc\Font.cpp
  1051. #     0:6:Font.h:k:\prod50\pics\examples\ocx32\mfc\Font.h
  1052. #     0:9:FontSel.h:k:\prod50\pics\examples\ocx32\mfc\FontSel.h
  1053. #     0:11:FontSel.cpp:k:\prod50\pics\examples\ocx32\mfc\FontSel.cpp
  1054. #     2:21:DefaultSinkHeaderFile:fontsel.h
  1055. #     2:16:DefaultSinkClass:CFontSel
  1056. # End Section
  1057. ################################################################################
  1058. ################################################################################
  1059. # Section allctls : {C0000000-FFFF-1100-8007-000000000004}
  1060. #     0:8:Branch.h:k:\prod50\pics\examples\ocx32\mfc\Branch.h
  1061. #     0:10:Branch.cpp:k:\prod50\pics\examples\ocx32\mfc\Branch.cpp
  1062. #     0:9:PTree32.h:k:\prod50\pics\examples\ocx32\mfc\PTree32.h
  1063. #     0:11:PTree32.cpp:k:\prod50\pics\examples\ocx32\mfc\PTree32.cpp
  1064. #     2:21:DefaultSinkHeaderFile:ptree32.h
  1065. #     2:16:DefaultSinkClass:CPTree32
  1066. # End Section
  1067. ################################################################################
  1068. ################################################################################
  1069. # Section allctls : {C2000000-FFFF-1100-8200-000000000002}
  1070. #     2:5:Class:CPVNumeric
  1071. #     2:10:HeaderFile:pvnumeric.h
  1072. #     2:8:ImplFile:pvnumeric.cpp
  1073. # End Section
  1074. ################################################################################
  1075. ################################################################################
  1076. # Section allctls : {C0000000-FFFF-1100-8005-000000000004}
  1077. #     0:9:Picture.h:k:\prod50\pics\examples\ocx32\mfc\Picture.h
  1078. #     0:8:Font.cpp:K:\Prod50\Pics\examples\ocx32\mfc\Font.cpp
  1079. #     0:6:Font.h:K:\Prod50\Pics\examples\ocx32\mfc\Font.h
  1080. #     0:11:Picture.cpp:k:\prod50\pics\examples\ocx32\mfc\Picture.cpp
  1081. #     0:10:Pbtn32.cpp:k:\prod50\pics\examples\ocx32\mfc\Pbtn32.cpp
  1082. #     0:8:Pbtn32.h:k:\prod50\pics\examples\ocx32\mfc\Pbtn32.h
  1083. #     2:21:DefaultSinkHeaderFile:pbtn32.h
  1084. #     2:16:DefaultSinkClass:CPbtn32
  1085. # End Section
  1086. ################################################################################
  1087. ################################################################################
  1088. # Section allctls : {8F25C901-8346-11CF-AACD-444553540000}
  1089. #     2:5:Class:CPVTime
  1090. #     2:10:HeaderFile:pvtime.h
  1091. #     2:8:ImplFile:pvtime.cpp
  1092. # End Section
  1093. ################################################################################
  1094. ################################################################################
  1095. # Section allctls : {B283E20A-2CB3-11D0-ADA6-00400520799C}
  1096. #     2:5:Class:CPVProgressBar
  1097. #     2:10:HeaderFile:pvprogressbar.h
  1098. #     2:8:ImplFile:pvprogressbar.cpp
  1099. # End Section
  1100. ################################################################################
  1101. ################################################################################
  1102. # Section allctls : {C0000000-FFFF-1100-8001-000000000102}
  1103. #     0:11:Pdate32.cpp:k:\prod50\pics\examples\ocx32\mfc\Pdate32.cpp
  1104. #     0:9:Pdate32.h:k:\prod50\pics\examples\ocx32\mfc\Pdate32.h
  1105. #     2:21:DefaultSinkHeaderFile:pdate32.h
  1106. #     2:16:DefaultSinkClass:CPdate32
  1107. # End Section
  1108. ################################################################################
  1109. ################################################################################
  1110. # Section allctls : {C0000000-FFFF-1100-8007-000000000002}
  1111. #     2:5:Class:CPTree32
  1112. #     2:10:HeaderFile:ptree32.h
  1113. #     2:8:ImplFile:ptree32.cpp
  1114. # End Section
  1115. ################################################################################
  1116. ################################################################################
  1117. # Section allctls : {C0491AA2-2CBA-11D0-ADA6-00400520799C}
  1118. #     2:5:Class:CPVMultiBtn
  1119. #     2:10:HeaderFile:pvmultibtn.h
  1120. #     2:8:ImplFile:pvmultibtn.cpp
  1121. # End Section
  1122. ################################################################################
  1123. ################################################################################
  1124. # Section allctls : {B283E1F2-2CB3-11D0-ADA6-00400520799C}
  1125. #     2:5:Class:CPVDial
  1126. #     2:10:HeaderFile:pvdial.h
  1127. #     2:8:ImplFile:pvdial.cpp
  1128. # End Section
  1129. ################################################################################
  1130. ################################################################################
  1131. # Section allctls : {C0000000-FFFF-1100-8005-000000000002}
  1132. #     2:5:Class:CPbtn32
  1133. #     2:10:HeaderFile:pbtn32.h
  1134. #     2:8:ImplFile:pbtn32.cpp
  1135. # End Section
  1136. ################################################################################
  1137. ################################################################################
  1138. # Section allctls : {51FFB583-81DA-11CF-AACD-444553540000}
  1139. #     0:8:Dial32.h:k:\prod50\pics\examples\ocx32\mfc\Dial32.h
  1140. #     0:10:Dial32.cpp:k:\prod50\pics\examples\ocx32\mfc\Dial32.cpp
  1141. #     2:21:DefaultSinkHeaderFile:dial32.h
  1142. #     2:16:DefaultSinkClass:CDial32
  1143. # End Section
  1144. ################################################################################
  1145. ################################################################################
  1146. # Section allctls : {8F25C401-8346-11CF-AACD-444553540000}
  1147. #     2:5:Class:CTime32
  1148. #     2:10:HeaderFile:time32.h
  1149. #     2:8:ImplFile:time32.cpp
  1150. # End Section
  1151. ################################################################################
  1152. ################################################################################
  1153. # Section allctls : {C0000090-FFFF-1100-8001-000000000102}
  1154. #     0:8:PVDate.h:X:\winx\WinX\data\samples\mfc\winx\PVDate.h
  1155. #     0:10:PVDate.cpp:X:\winx\WinX\data\samples\mfc\winx\PVDate.cpp
  1156. #     2:21:DefaultSinkHeaderFile:pvdate.h
  1157. #     2:16:DefaultSinkClass:CPVDate
  1158. # End Section
  1159. ################################################################################
  1160. ################################################################################
  1161. # Section allctls : {1BB282C2-2CB9-11D0-ADA6-00400520799C}
  1162. #     2:5:Class:CPVButton
  1163. #     2:10:HeaderFile:pvbutton.h
  1164. #     2:8:ImplFile:pvbutton.cpp
  1165. # End Section
  1166. ################################################################################
  1167. ################################################################################
  1168. # Section allctls : {C0000000-FFFF-1100-8001-000000000100}
  1169. #     2:5:Class:CPdate32
  1170. #     2:10:HeaderFile:pdate32.h
  1171. #     2:8:ImplFile:pdate32.cpp
  1172. # End Section
  1173. ################################################################################
  1174. ################################################################################
  1175. # Section allctls : {1E4E86A3-83D1-11CF-AACD-444553540000}
  1176. #     0:12:Multibtn.cpp:k:\prod50\pics\examples\ocx32\mfc\Multibtn.cpp
  1177. #     0:10:Multibtn.h:k:\prod50\pics\examples\ocx32\mfc\Multibtn.h
  1178. #     2:21:DefaultSinkHeaderFile:multibtn.h
  1179. #     2:16:DefaultSinkClass:CMultibtn
  1180. # End Section
  1181. ################################################################################
  1182. ################################################################################
  1183. # Section allctls : {B283E212-2CB3-11D0-ADA6-00400520799C}
  1184. #     2:5:Class:CPVTreeView
  1185. #     2:10:HeaderFile:pvtreeview.h
  1186. #     2:8:ImplFile:pvtreeview.cpp
  1187. # End Section
  1188. ################################################################################
  1189. ################################################################################
  1190. # Section allctls : {B5805B24-2D86-11D0-ADA6-00400520799C}
  1191. #     0:8:Font.cpp:X:\winx\WinX\data\samples\mfc\winx\Font.cpp
  1192. #     0:12:PVCalendar.h:X:\winx\WinX\data\samples\mfc\winx\PVCalendar.h
  1193. #     0:6:Font.h:X:\winx\WinX\data\samples\mfc\winx\Font.h
  1194. #     0:14:PVCalendar.cpp:X:\winx\WinX\data\samples\mfc\winx\PVCalendar.cpp
  1195. #     2:21:DefaultSinkHeaderFile:pvcalendar.h
  1196. #     2:16:DefaultSinkClass:CPVCalendar
  1197. # End Section
  1198. ################################################################################
  1199. ################################################################################
  1200. # Section allctls : {C0000090-FFFF-1100-8001-000000000100}
  1201. #     2:5:Class:CPVDate
  1202. #     2:10:HeaderFile:pvdate.h
  1203. #     2:8:ImplFile:pvdate.cpp
  1204. # End Section
  1205. ################################################################################
  1206. ################################################################################
  1207. # Section allctls : {BEF6E003-A874-101A-8BBA-00AA00300CAB}
  1208. #     2:5:Class:COleFont
  1209. #     2:10:HeaderFile:font.h
  1210. #     2:8:ImplFile:font.cpp
  1211. # End Section
  1212. ################################################################################
  1213. ################################################################################
  1214. # Section allctls : {967931C1-840D-11CF-AACD-444553540000}
  1215. #     2:5:Class:CFontSel
  1216. #     2:10:HeaderFile:fontsel.h
  1217. #     2:8:ImplFile:fontsel.cpp
  1218. # End Section
  1219. ################################################################################
  1220. ################################################################################
  1221. # Section allctls : {B7733C43-8697-11CF-AACD-444553540000}
  1222. #     0:12:Calendar.cpp:k:\prod50\pics\examples\ocx32\mfc\Calendar.cpp
  1223. #     0:10:Calendar.h:k:\prod50\pics\examples\ocx32\mfc\Calendar.h
  1224. #     2:21:DefaultSinkHeaderFile:calendar.h
  1225. #     2:16:DefaultSinkClass:CCalendar
  1226. # End Section
  1227. ################################################################################
  1228.