codetyphone 5.5 自带的例程目录结构

├─0_Images
│  └─png16x16
├─0_libraries
│  ├─i386-darwin
│  ├─i386-freebsd
│  ├─i386-linux
│  ├─i386-solaris
│  ├─i386-win32
│  ├─x86_64-darwin
│  ├─x86_64-freebsd
│  ├─x86_64-linux
│  ├─x86_64-solaris
│  ├─x86_64-win64
│  └─zengl
│      ├─chipmunk
│      │  ├─arm-darwin
│      │  ├─i386-darwin
│      │  ├─i386-iphonesim
│      │  ├─i386-linux
│      │  ├─i386-win32
│      │  ├─powerpc-darwin
│      │  ├─x86_64-linux
│      │  └─x86_64-win64
│      ├─glu
│      │  ├─arm-darwin
│      │  └─i386-iphonesim
│      ├─jpeg
│      │  ├─i386-darwin
│      │  ├─i386-linux
│      │  ├─i386-win32
│      │  ├─powerpc-darwin
│      │  ├─x86_64-linux
│      │  └─x86_64-win64
│      ├─msvcrt
│      │  ├─i386
│      │  └─x86_64
│      ├─ogg
│      │  ├─arm-darwin
│      │  ├─arm-linux
│      │  ├─i386-darwin
│      │  ├─i386-iphonesim
│      │  ├─i386-linux
│      │  ├─i386-win32
│      │  ├─powerpc-darwin
│      │  ├─x86_64-linux
│      │  └─x86_64-win64
│      ├─theora
│      │  ├─arm-darwin
│      │  ├─arm-linux
│      │  ├─delphi
│      │  ├─i386-darwin
│      │  ├─i386-freebsd
│      │  ├─i386-iphonesim
│      │  ├─i386-linux
│      │  ├─i386-win32
│      │  ├─powerpc-darwin
│      │  ├─x86_64-freebsd
│      │  ├─x86_64-linux
│      │  ├─x86_64-win64
│      │  └─yuv2rgba
│      ├─zip
│      │  ├─arm-darwin
│      │  ├─arm-linux
│      │  ├─delphi
│      │  ├─i386-darwin
│      │  ├─i386-iphonesim
│      │  ├─i386-linux
│      │  ├─i386-win32
│      │  ├─powerpc-darwin
│      │  ├─x86_64-freebsd
│      │  ├─x86_64-linux
│      │  └─x86_64-win64
│      └─zlib
│          ├─arm-darwin
│          ├─arm-linux
│          ├─arm-wince
│          ├─delphi
│          ├─i386-darwin
│          ├─i386-iphonesim
│          ├─i386-linux
│          ├─i386-win32
│          ├─powerpc-darwin
│          ├─x86_64-linux
│          └─x86_64-win64
├─0_Tools
│  ├─AndroidHeadersBuilder
│  │  ├─androidapi
│  │  └─bin
│  ├─ctZip
│  │  └─bin
│  │      └─lib
│  │          └─i386-win32
│  │              └─win32
│  ├─DeleD
│  │  ├─bin
│  │  │  ├─Pictures
│  │  │  ├─Plugins
│  │  │  ├─Prefabs
│  │  │  │  ├─Gizmo
│  │  │  │  ├─Levelparts
│  │  │  │  ├─Lights
│  │  │  │  └─Skeleton
│  │  │  ├─Raytracing
│  │  │  ├─Scenes
│  │  │  ├─Textures
│  │  │  │  ├─Floors
│  │  │  │  ├─Frauenkirche
│  │  │  │  ├─Glass
│  │  │  │  ├─HightechCeilings
│  │  │  │  ├─HightechFloors
│  │  │  │  ├─HightechWalls
│  │  │  │  ├─Nature
│  │  │  │  ├─Neuschwanstein
│  │  │  │  ├─Roofs
│  │  │  │  ├─Sanssouci
│  │  │  │  ├─System
│  │  │  │  ├─Various
│  │  │  │  ├─Walls
│  │  │  │  └─Wood
│  │  │  └─X Files
│  │  ├─Forms
│  │  ├─Frames
│  │  ├─Help
│  │  │  ├─animation
│  │  │  ├─CSG
│  │  │  ├─formats
│  │  │  ├─images
│  │  │  ├─lightmapping
│  │  │  ├─lowpolygon
│  │  │  ├─raytracing
│  │  │  ├─userinterface
│  │  │  └─uvmapping
│  │  ├─Resources
│  │  │  ├─images
│  │  │  └─raytracer
│  │  └─Units
│  │      └─Raytracer
│  │          ├─BRDFs
│  │          ├─BRTFs
│  │          ├─Cameras
│  │          ├─GeometricObjects
│  │          ├─Lights
│  │          ├─Materials
│  │          ├─Samplers
│  │          │  └─3D
│  │          ├─Tracers
│  │          ├─Utitilies
│  │          │  └─MeshLoaders
│  │          └─World
│  ├─FontStudio
│  │  └─bin
│  ├─OpenC2Pas
│  │  ├─bin
│  │  │  └─lib
│  │  │      └─i386-win32
│  │  │          └─win32
│  │  └─graphic
│  └─TurboBird
│      └─bin
├─1_Other
│  └─samples
│      ├─C2Pas
│      ├─PasDoc1
│      ├─pasdocgui
│      ├─Tetris
│      ├─xbin
│      └─xmedia
├─aa_LabTests
│  └─samples
│      ├─customdrawn
│      ├─Win_PhysicalMediaInfo
│      └─xbin
├─aa_LCLBasics
│  └─samples
│      ├─affinetransforms
│      ├─autosize
│      ├─BezierTextOut
│      ├─bidi
│      ├─canvas_test
│      ├─cleandir
│      ├─codepageconverter
│      │  └─languages
│      ├─componentstreaming
│      ├─controlhint
│      ├─cooltoolbar
│      ├─cursors
│      ├─DictionaryStringList
│      ├─docking
│      ├─dragimagelist
│      ├─dropfiles
│      ├─easter
│      ├─fbadmin
│      ├─fontenum
│      ├─freetype
│      ├─groupedcontrol
│      ├─helphtml
│      │  └─html
│      ├─htmlhelp_ipro
│      ├─icons
│      │  └─icons
│      ├─imagelist
│      │  └─images
│      ├─imgviewer
│      ├─intfimage
│      ├─jpeg
│      ├─lclversion
│      ├─levelgraph
│      ├─listview
│      ├─messages
│      ├─motiongraphics
│      ├─multithreading
│      ├─objectinspector
│      ├─openbrowser
│      ├─openurltest
│      ├─pascalstream
│      ├─pen_brush
│      ├─popupnotifier
│      ├─postscript
│      ├─resexplorer
│      │  └─languages
│      ├─scanline
│      ├─shapedcontrols
│      ├─sprites
│      ├─std_actions
│      ├─stock_images
│      ├─translation
│      │  └─languages
│      ├─trayicon
│      ├─treeview
│      ├─turbopower_ipro
│      ├─xbin
│      ├─xmedia
│      ├─xmlreader
│      └─xmlstreaming
├─Abbrevia
│  └─samples
│      ├─Abbrexam
│      ├─ComCtrlsDemo
│      ├─CompPad
│      ├─Contents
│      ├─DemoZipper
│      ├─DemoZipReg
│      ├─DemoZipView
│      ├─ExCf
│      ├─ExFilter
│      ├─ExZipper
│      ├─Finder
│      ├─MakeSFX
│      ├─SelfStbv
│      ├─SelfStub
│      ├─Streams
│      ├─StrmBmp
│      ├─TpZip
│      ├─Unzip
│      ├─winCabExt
│      ├─winCabView
│      ├─winExCBrows
│      ├─winMakeCab
│      ├─xbin
│      └─xmedia
├─ab_BaseCodeTools
│  ├─examples
│  │  └─scanexamples
│  │      └─include
│  └─xbin
├─ACS
│  └─samples
│      ├─cdplayer
│      ├─fileconverter
│      ├─linerecord
│      ├─Mixer
│      ├─player
│      ├─recording
│      ├─Ripper
│      ├─xbin
│      └─ztest
├─AGG
│  ├─samples
│  ├─xbin
│  └─xmedia
├─AGGVS
│  └─samples
│      ├─AggLCLDemo1
│      ├─AggLCLDemo2
│      ├─AgxCanvas
│      ├─AgxPaintBox
│      ├─PangoFontsDemo1
│      ├─xbin
│      ├─xmedia
│      └─ztest
├─APE
│  └─samples
│      ├─demo1
│      ├─demo2
│      └─xbin
├─ASIOVST
│  └─samples
│      ├─GUI
│      │  ├─AudioDataDisplay
│      │  ├─EQ-Graph
│      │  ├─EQ-Slide
│      │  ├─Fader Test
│      │  ├─Label
│      │  ├─LEDs
│      │  ├─Media Buttons
│      │  ├─Mega Demo
│      │  ├─MidiKeys
│      │  ├─Select Box
│      │  ├─Sphere
│      │  └─StaticWaveform
│      └─xbin
├─AsphyreSphinx
│  └─samples
│      ├─Basic
│      ├─Basic3D
│      ├─BasicGUI
│      ├─GrannyKnot
│      ├─Hasteroids
│      ├─Illumination
│      ├─ImageASVF
│      ├─Plasma
│      ├─RenderTargets
│      ├─Security
│      ├─Shapes
│      └─TargetsNPanels
├─Astronomy
│  └─samples
│      ├─moon1
│      └─xbin
├─BGRAbitmap
│  └─samples
│      ├─BGRAaggtest
│      ├─BGRAbitmap1
│      ├─BGRAbitmapWinCE1
│      ├─bgratutorial3d
│      │  └─obj
│      ├─img
│      ├─testbgrafunc
│      ├─testcanvas2d
│      └─xbin
├─BGRAcontrols
│  └─samples
│      ├─bgrabuttondemo
│      ├─bgraimagebuttontest
│      ├─button_editor
│      ├─dots
│      ├─game_maze
│      ├─game_puzzle
│      ├─rain
│      ├─slicescaling_editor
│      ├─testbgraflashbar
│      ├─testbgraspriteanimation
│      ├─testbgravirtualscreen
│      ├─test_analog_controls
│      ├─test_bcbutton
│      ├─test_bccontrols
│      ├─test_bcgamegrid
│      ├─test_bcimagebutton
│      ├─test_bctilemap
│      ├─test_bgracontrols
│      ├─test_bgraimagemanipulation
│      ├─test_bgraneobutton
│      ├─test_bgrapascalscript
│      ├─test_bgrascript
│      ├─xbin
│      └─xmedia
├─BGRAeucontrols
│  └─samples
│      ├─TestKnob1
│      ├─TestKnob2
│      ├─TestKnob3
│      ├─TestKnob4
│      ├─TestLED
│      ├─TestMultiTurn
│      ├─TestRotImage1
│      ├─TestRotImage2
│      ├─TestSelector
│      ├─xbin
│      └─xmedia
├─Box2D
│  └─samples
│      ├─a_BaseTest
│      ├─gl_PingPong
│      │  └─Maps
│      ├─gl_TestBed
│      │  └─Tests
│      ├─gr32_cloth
│      │  └─Texmap
│      ├─gr32_playgbox
│      └─xbin
├─Brook
│  └─samples
│      └─xbin
├─CEF
│  └─samples
│      ├─GT2Minimal
│      ├─LCLSimple
│      ├─SubProcess
│      ├─WinMinimal
│      └─xbin
├─CeosMW
│  └─samples
│      ├─ajaxclient
│      ├─simple
│      ├─simpledb
│      ├─stresstest
│      └─xbin
├─ChipmunkPas
│  └─samples
│      ├─Simulator
│      └─xbin
├─Cindy
│  └─samples
│      ├─cyAdvButton
│      ├─cyAdvFlowPanel
│      ├─cyAdvGridPanel
│      ├─cyAdvLed
│      │  └─ButtonSamples
│      ├─cyAdvPaintBox
│      ├─cyAdvPanel
│      ├─cyAdvSpeedButton
│      ├─cyBevel
│      ├─cyBitBtn
│      ├─cyBook
│      ├─cyColorGrid
│      ├─cyColorMatrix
│      ├─cyDebug
│      ├─cyEditComp
│      │  └─ConverterBackup
│      ├─cyFlowPanel
│      ├─cyGridPanel
│      ├─cyHotLabel
│      ├─cyLabel
│      ├─cyLed
│      ├─cyNavPanel
│      ├─cyPaintBox
│      ├─cyPanel
│      ├─cySimpleGauge
│      ├─cySimpleGauge_WinCE
│      ├─cySkinArea
│      ├─cySkinButton
│      ├─cySpeedButton
│      ├─cySplitter
│      ├─cyxAdvProgressionPanel
│      ├─cyxFlyingContainer
│      ├─cyxMathParser
│      ├─cyxModalContainer
│      ├─cyxProgressionPanel
│      ├─cyxResizer
│      ├─cyxRunTimeResize
│      ├─cyxSearchFiles
│      ├─cyxVirtualGrid
│      ├─xbin
│      ├─xMedia
│      └─ztest
├─ColorLib
│  └─samples
│      ├─allObjDemo
│      ├─BAxisColorPicker
│      ├─CIEAColorPicker
│      ├─ColorPalette
│      ├─HexaColorPicker
│      ├─HRingPicker
│      ├─HSLColorPicker
│      ├─HSLRingPicker
│      ├─OfficeColorDialog
│      ├─ScreenColorPicker
│      ├─SLColorPicker
│      ├─SLHColorPicker
│      ├─test
│      └─xbin
├─Database
│  └─samples
│      ├─address_book
│      └─xbin
├─DMath
│  └─samples
│      ├─allconsole
│      │  ├─complex
│      │  ├─curfit
│      │  ├─equation
│      │  ├─fmath
│      │  ├─fourier
│      │  ├─integral
│      │  ├─matrices
│      │  ├─optim
│      │  ├─polynom
│      │  ├─proba
│      │  ├─random
│      │  └─stat
│      ├─calc
│      ├─curfit
│      ├─dialogs
│      ├─fplot
│      ├─hsv_rgb
│      ├─linsolve
│      ├─mandel
│      ├─polysolve
│      ├─probcalc
│      ├─quadrit1
│      ├─quadrit2
│      ├─quadrit3
│      └─xbin
├─DWScript
│  └─samples
│      ├─1CustomFuncs
│      ├─2CustomClasses
│      ├─xbin
│      └─ztest
├─ECControls
│  └─samples
│      ├─AllCompDemo
│      ├─ECConfCurveDemo
│      ├─ECScaleDemo
│      ├─Scheme1
│      ├─SchemeDesigner
│      └─xbin
├─ExCompress
│  └─samples
│      ├─aCompressZlib1
│      ├─eCompressLzma1
│      ├─xbin
│      └─xmedia
├─ExControls
│  └─samples
│      ├─TplA3nalogGauge
│      ├─TplButtonsPanel
│      ├─TplCheckListBox
│      ├─TplComboBoxies
│      ├─TplGallery
│      ├─TplLCDLine
│      ├─TplLCDScreen
│      ├─TplListBox
│      ├─TplMultiGraph1
│      ├─TplScope
│      ├─TplScrollbar
│      ├─TplSideBar1
│      ├─TplSideBar2
│      ├─TplSimpleChart
│      ├─TplSmartGrid
│      ├─TplSpiderGraph
│      ├─TplTreeListView
│      ├─xbin
│      └─ztext
├─ExDatabase
│  └─samples
│      ├─TDbf
│      ├─TplDBTreeView
│      ├─xbin
│      └─xmedia
│          └─database1
├─ExDesign
│  └─samples
│      ├─Design1
│      ├─MultiPanel1
│      ├─ObjInspector1
│      ├─PropertiesStore
│      ├─SizeControl1
│      ├─SizeControl2
│      ├─xbin
│      └─ztest
├─ExGeographic
│  └─samples
│      ├─VectorFlags1
│      └─xbin
├─ExSystem
│  └─samples
│      ├─cmdbox
│      ├─Diff1
│      ├─Diff2
│      ├─EpikTimer
│      ├─GlobalAtom
│      ├─ListProcess
│      ├─NotifierOS
│      ├─PlayWAV
│      ├─ProcessThread
│      ├─RunOnce
│      ├─vdexplorer
│      ├─xbin
│      └─xmedia
├─ExText
│  └─samples
│      ├─Demo
│      ├─xbin
│      └─ztest
├─FontEngine
│  └─samples
│      ├─test1
│      ├─test2
│      ├─testfpimage
│      ├─xbin
│      └─xmedia
├─FortesReport
│  └─samples
│      ├─basic
│      ├─biolife
│      ├─etiqueta
│      └─xbin
├─FpDebug
│  ├─app
│  │  ├─fpd
│  │  ├─fpdd
│  │  └─fpdserver
│  └─test
│      ├─dwarfviewer
│      └─testdata
├─FpGUI
│  └─samples
│      ├─alignment
│      ├─alignment_resize
│      ├─animation
│      ├─bevel
│      ├─calendar
│      ├─colorlistbox
│      ├─colorwheel
│      ├─combobox
│      ├─command_interface
│      ├─common
│      ├─customstyles
│      ├─customwindow
│      ├─dbtest
│      ├─drag_n_drop
│      ├─edits
│      ├─embedded_form
│      ├─filedialog
│      ├─filegrid
│      ├─fontselect
│      ├─gauges
│      ├─gridediting
│      ├─gridtest
│      ├─hintwindow
│      ├─imgtest
│      ├─imgtest_jpeg
│      ├─listbox
│      ├─listviewtest
│      ├─memo
│      ├─menutest
│      ├─modalforms
│      ├─mousecursor
│      ├─panel
│      ├─reporting
│      ├─scrollframe
│      ├─splashscreen
│      ├─splitter
│      ├─sprites
│      ├─stdimages
│      ├─tabtest
│      ├─timertest
│      ├─togglebox
│      ├─treeviewtest
│      ├─video_vlc
│      ├─wulinetest
│      └─xbin
├─FpSpreadsheet
│  └─samples
│      ├─BIFFExplorer
│      ├─fpschart
│      ├─fpsgrid
│      ├─fpsspeedtest
│      ├─shared
│      ├─spready
│      ├─wikitablemaker
│      ├─xbin
│      └─xmedia
├─FpVectorial
│  └─samples
│      ├─fpcorelexplorer
│      ├─fpv3dviewer
│      ├─fpvectorialconverter
│      ├─WriteReadTests
│      ├─xbin
│      └─xmedia
├─GaiaGIS
│  └─samples
│      ├─xbin
│      └─ztest
├─Generics
│  └─samples
│      ├─TArrayDouble
│      ├─TArraySingle
│      ├─TComparer
│      ├─THashMap
│      ├─THashMapCaseInsensitive
│      ├─THashMapExtendedEqualityComparer
│      ├─TObjectList
│      ├─TQueue
│      ├─TStack
│      └─xbin
├─GeoGIS
│  └─samples
│      ├─mapviewer1
│      ├─mapviewer1_ce
│      └─xbin
├─GLScene
│  └─samples
│      ├─advdemos
│      │  ├─archipelago
│      │  │  ├─data
│      │  │  └─splitter
│      │  ├─earth
│      │  │  └─HighResPack
│      │  ├─forest
│      │  │  └─data
│      │  ├─intensitymesh
│      │  ├─panoviewer
│      │  ├─q3demo
│      │  │  └─model
│      │  └─texturetb
│      ├─behaviours
│      │  ├─DCEDemo
│      │  ├─FPSMovement
│      │  ├─pathcontrol
│      │  └─torque
│      ├─bench
│      │  ├─canvas
│      │  ├─megacube
│      │  ├─megaglasscube
│      │  ├─smoking
│      │  ├─volcano
│      │  └─whirlwind
│      ├─collisions
│      │  ├─boxedin
│      │  ├─BoxSphere
│      │  ├─facevsface
│      │  ├─meshhit
│      │  ├─OcclusionQuery
│      │  ├─octree
│      │  ├─RayBox
│      │  ├─raycast
│      │  ├─sphere
│      │  └─TriangleBox
│      ├─extrusion
│      │  ├─bendingcyl
│      │  ├─cutoutstar
│      │  ├─nutsnbolts
│      │  ├─nutsnbolts0
│      │  ├─pawn
│      │  └─tentacles
│      ├─graph
│      │  ├─fxy
│      │  ├─heightfield
│      │  ├─points
│      │  ├─projection
│      │  └─splines
│      ├─interface
│      │  ├─bmpfont
│      │  ├─camera
│      │  ├─Console
│      │  ├─cursor
│      │  ├─fadingintf
│      │  ├─fontcolor
│      │  ├─GameMenu
│      │  ├─Gizmo
│      │  ├─GizmoEx
│      │  ├─guidemo
│      │  ├─GuiPaint
│      │  ├─hfpick
│      │  ├─pick
│      │  ├─SimpleNavigation
│      │  ├─storedfont
│      │  ├─WideBitmapFont
│      │  └─winfont
│      ├─materials
│      │  ├─cubemap
│      │  ├─customquad
│      │  ├─dynamictexture
│      │  ├─dyncubemap
│      │  ├─fire2d
│      │  ├─MaterialScript
│      │  ├─mirror
│      │  ├─multimaterial
│      │  ├─multipass
│      │  ├─multitexture
│      │  ├─procedural
│      │  ├─proceduralclouds
│      │  ├─texanim
│      │  ├─texcombine
│      │  ├─texformat
│      │  ├─transparency
│      │  └─TransparencyAdvanced
│      ├─meshes
│      │  ├─actor
│      │  ├─actorproxy
│      │  ├─actortwocam
│      │  ├─centering
│      │  ├─CSG
│      │  ├─ducky
│      │  ├─expolygon
│      │  ├─feedback
│      │  ├─formula
│      │  ├─mushroom
│      │  ├─portal
│      │  ├─shadedterrain
│      │  ├─skeletal
│      │  ├─subdivide
│      │  ├─synthterr
│      │  ├─terrain
│      │  ├─tiles
│      │  └─tree
│      ├─movements
│      │  ├─column
│      │  ├─events
│      │  ├─hierarch
│      │  ├─manual
│      │  ├─objmove
│      │  ├─pointto
│      │  ├─pong
│      │  ├─SmoothNavigator
│      │  └─tweening
│      ├─rendering
│      │  ├─Blur
│      │  ├─BlurAdvanced
│      │  ├─bunnybump
│      │  ├─celshading
│      │  ├─culling
│      │  ├─fog
│      │  ├─invariance
│      │  ├─lining
│      │  ├─memviewer
│      │  ├─multiproxy
│      │  ├─multisampletexture
│      │  ├─OctreeDemo
│      │  ├─phong
│      │  ├─quadtreevisculling
│      │  ├─SkyBox
│      │  └─tobitmap
│      ├─sound
│      │  ├─3Dsound BASS
│      │  ├─3Dsound FMOD
│      │  ├─3Dsound OpenAL
│      │  ├─3Dsound OpenALS
│      │  └─3Dsound WaveOut
│      ├─specialsFX
│      │  ├─Atmosphere
│      │  ├─beer
│      │  ├─boom
│      │  ├─candles
│      │  ├─fire
│      │  ├─GLSLProjectedTexture
│      │  ├─meshexplosion
│      │  ├─motionblur
│      │  ├─motionblur2
│      │  ├─ParticleMasking
│      │  ├─PFXGallery
│      │  ├─posteffect
│      │  ├─projtextures
│      │  ├─ShadowmappingFBO
│      │  │  └─ConverterBackup
│      │  ├─shadowplane
│      │  ├─shadows
│      │  ├─shadowvolumes
│      │  ├─spiral
│      │  ├─thor
│      │  ├─Trail
│      │  ├─warping
│      │  └─waterplane
│      ├─sprites
│      │  ├─caterpillar
│      │  ├─imposter
│      │  └─particles
│      ├─utilities
│      │  ├─ArchiveEdit
│      │  ├─ArchiverDemo
│      │  ├─FontGen
│      │  └─GuiEditor
│      ├─xbin
│      └─xmedia
├─GoogleAPI
│  └─samples
│      ├─calendar
│      ├─discovery
│      ├─drive
│      ├─tasks
│      └─xbin
├─Graphics32
│  └─samples
│      ├─AntiAliasing
│      ├─ArrowHead
│      ├─Blurs
│      ├─ByteMaps
│      ├─ColorPicker
│      ├─CubicSpline
│      ├─Curves
│      ├─GammaCorrection
│      ├─GradFills
│      ├─GradLines
│      ├─GradSampler
│      ├─Image32
│      ├─ImgView_Layers
│      ├─ImgWarping
│      ├─LineStippling
│      ├─Lion
│      ├─Mandelbrot
│      ├─MeshGradients
│      ├─NestedSampling
│      ├─PixelCombine
│      ├─PixelF
│      ├─Polygons
│      ├─Polygons_Old
│      ├─RenderText
│      ├─Resamplers
│      ├─Rotate
│      ├─RotLayer
│      ├─ScatterPlot
│      ├─Sprites
│      ├─TColorPickerGTK
│      ├─TColorPickerHS
│      ├─TColorPickerHSV
│      ├─TextureBlend
│      ├─TextVPR
│      ├─Transform
│      ├─VertexReduction
│      ├─Visualization
│      ├─xbin
│      ├─xmedia
│      └─ztest
├─Graphics32EXT
│  └─samples
│      ├─0_Ext_Move
│      ├─0_Ext_Move2
│      ├─1_Ext_Demo
│      ├─1_Ext_Demo2
│      ├─1_Ext_Demo3
│      ├─2_Ext_particle1
│      ├─3_Ext_Reflection
│      ├─4_Ext_Shadow
│      ├─FloodFill
│      ├─xbin
│      ├─xmedia
│      │  ├─pao
│      │  ├─snow
│      │  └─stars
│      └─ztest
├─Graphics32MG
│  └─samples
│      ├─demo1
│      ├─PaintBrush
│      ├─Swatch
│      ├─xbin
│      └─xmedia
├─Graphics32VPR
│  └─samples
│      ├─vpr_Curves
│      ├─vpr_General
│      ├─vpr_LinesSample
│      ├─vpr_ObjectsSample
│      ├─vpr_TestClipper
│      ├─vpr_TextSample
│      └─xbin
├─Greyhound
│  └─samples
│      ├─json
│      ├─links
│      ├─mssql
│      ├─table
│      ├─xbin
│      └─zeos
├─Html5Canvas
│  └─samples
│      ├─Interactive
│      ├─PrettyGlowingLines
│      └─xbin
├─HtmlViewer
│  └─samples
│      ├─aMainDemo
│      ├─LiveHtml
│      ├─Panel
│      ├─xbin
│      └─xmedia
├─Indy
│  └─samples
│      ├─1_SimpleString_Exchange
│      │  ├─Client
│      │  └─Server
│      ├─2B_SimpleRecord_BufferExchange2
│      │  ├─Client
│      │  └─Server
│      ├─2C_SimpleRecord_BufferExchange3
│      │  ├─Client
│      │  └─Server
│      ├─2_SimpleRecord_BufferExchange
│      │  ├─Client
│      │  └─Server
│      ├─3_More_Complex_Demo
│      │  ├─client_c
│      │  └─server_c
│      ├─4B_MemoryStream_Exchange
│      │  ├─client
│      │  └─server
│      ├─4C_MemoryStream_Record
│      │  ├─client
│      │  └─server
│      ├─4_Stream_Exchange
│      │  ├─client
│      │  └─server
│      ├─5_File_Exchange
│      │  ├─client
│      │  └─server
│      ├─HTTPServer
│      ├─idserver_daemon
│      ├─MCast
│      ├─pop3
│      ├─sharedunits
│      ├─TCPServer
│      ├─xbin
│      ├─xmedia
│      └─ztest
├─JujiboUtils
│  └─samples
│      ├─example1
│      ├─examplenodb
│      ├─jlabel_button_test
│      ├─testgridctr
│      └─xbin
├─JVCL
│  └─samples
│      ├─JvNavigationPane
│      └─xbin
├─KControls
│  └─samples
│      ├─kdbgrid
│      ├─kgrid
│      ├─khexeditor
│      ├─kicon
│      ├─kmemo
│      ├─kmemoeditor
│      ├─xbin
│      └─xmedia
├─LNet
│  └─samples
│      ├─ftp
│      │  └─images
│      ├─http
│      ├─smtp
│      ├─tcpudp
│      ├─telnet
│      └─xbin
├─LockBox
│  └─samples
│      ├─Crypto3DES1
│      ├─Crypto3DES2
│      └─xbin
├─LuiControls
│  └─samples
│      ├─comp_BinHexdemo
│      ├─comp_dataaware
│      ├─comp_dropdown
│      ├─comp_jsonbooleangroup
│      ├─comp_multilogviewer
│      ├─comp_SimpleIpcViewer
│      ├─comp_standard
│      ├─comp_strutils
│      ├─comp_uniqueinstance
│      ├─comp_virtualpages
│      ├─comp_wizard
│      ├─rest_simple
│      ├─sqlite_querybuilder
│      ├─sqlite_wrapper
│      └─xbin
├─lzReport
│  └─samples
│      ├─barcode
│      │  └─reports
│      ├─dbf_demo
│      ├─Demo_CrossTab
│      ├─detail_reports
│      ├─editor
│      │  ├─db
│      │  └─languages
│      ├─formstorage
│      ├─report_url
│      ├─sql_demo
│      │  └─reports
│      ├─stringgrid
│      ├─userds
│      ├─xbin
│      └─xdb
├─nxPascal
│  └─samples
│      ├─custom_window
│      ├─effects1
│      │  └─textures
│      ├─fps
│      │  └─data
│      ├─framebuffer
│      ├─gametemplate
│      │  ├─testMod
│      │  │  └─textures
│      │  └─textures
│      ├─model
│      │  ├─objects
│      │  └─textures
│      ├─networktest
│      ├─pathfind
│      ├─picking
│      │  ├─objects
│      │  └─textures
│      ├─shader
│      │  ├─data
│      │  └─shader
│      ├─texture
│      ├─toolEdit3d
│      ├─toolnmapgen
│      ├─tooltilegen
│      ├─toolUIEditor
│      │  ├─data
│      │  └─editor_data
│      ├─toolUITester
│      │  ├─data
│      │  └─editor_data
│      ├─walker
│      │  └─textures
│      ├─walker_shader
│      │  ├─shaders
│      │  └─textures
│      ├─xbin
│      └─xmedia
│          ├─data
│          ├─objects
│          └─textures
├─OnGuard
│  └─samples
│      ├─codegen
│      ├─exdtp21
│      ├─exdtreg
│      ├─exdyreg
│      ├─exdys30
│      ├─exinst
│      ├─exmachid
│      ├─exnet
│      ├─exprot
│      ├─exreg
│      ├─exrgreg
│      ├─exrgstr
│      ├─exselapi
│      ├─exselect
│      ├─exslcode
│      ├─exsnreg
│      ├─exspname
│      ├─exspreg
│      ├─exsrnm1
│      ├─exusg1
│      ├─exusg2
│      ├─exusreg
│      ├─fixnaf
│      ├─lclexdmod
│      ├─nafmgr
│      ├─regdemo
│      ├─stampexe
│      └─xbin
├─OpenALS
│  └─samples
│      ├─a1_PlayASound
│      ├─a2_MovingSound
│      ├─a3_MultipleSounds
│      ├─a4_SharingBuffers
│      ├─a5_ErrorChecking
│      ├─a6_object-oriented
│      ├─b1_QueingBuffers
│      ├─b2_SoftSynth
│      ├─b3_EAXenvironment
│      ├─b4_EnumerateDevices
│      ├─b5_EFXExtension
│      ├─xbin
│      └─xmedia
├─OpenGL
│  └─samples
│      ├─a_demo1
│      ├─a_demo10
│      ├─a_demo2
│      ├─a_demo3
│      ├─a_demo4
│      ├─a_demo5
│      ├─a_demo6
│      ├─a_demo7
│      ├─a_demo8
│      ├─a_demo9
│      ├─a_Masking
│      ├─b_Boids
│      ├─b_BounceWater
│      ├─b_fireworks
│      ├─b_fontNS
│      ├─b_globe
│      ├─b_Metaballs
│      ├─b_MetaballsEnv
│      ├─b_MovingLights
│      ├─b_ParticleLines
│      ├─b_peristalsis
│      ├─b_texture
│      ├─b_wingui
│      ├─dgl_raycast
│      │  └─images
│      ├─dgl_shaders1
│      │  └─shaders
│      ├─d_particles1
│      ├─d_particles2
│      ├─d_particles3
│      ├─OpenGLPanel1
│      ├─OpenGLPanel2
│      ├─xbin
│      └─xmedia
│          └─gfx
├─OpenGLCanvas
│  └─samples
│      ├─CanvasAndCanvasGL
│      ├─xbin
│      └─xmedia
├─OpenGLES
│  ├─Emulator
│  │  └─data
│  ├─Emulator2_1x
│  ├─Emulator2_2x
│  ├─Emulator_11
│  ├─Emulator_20
│  ├─GLES
│  │  ├─11
│  │  │  ├─EGL
│  │  │  └─GLES
│  │  └─20
│  │      ├─EGL
│  │      └─GLES2
│  ├─mobile HTC DLL
│  ├─samples1x
│  │  ├─0-FunctionsTest
│  │  ├─ES11Sample1
│  │  ├─ES11Sample2
│  │  ├─ES11Sample3
│  │  ├─ES11Sample4
│  │  ├─ES11Sample5
│  │  ├─ES11Sample6
│  │  ├─xbin
│  │  └─xUnits
│  └─samples2x
│      ├─ES20Sample1
│      └─xbin
├─OpenGPSX
│  ├─Data
│  ├─Datum
│  └─samples
│      ├─GPSProject
│      └─xbin
├─OpenWeather
│  └─samples
│      ├─aowmdemo
│      ├─owm_demo
│      ├─query_test
│      ├─stream_test
│      └─xbin
├─ORCA
│  ├─samples
│  │  ├─acrobat
│  │  ├─adveffects
│  │  ├─aeroglass
│  │  ├─anidemo
│  │  ├─anitest
│  │  ├─benchmark
│  │  ├─binding
│  │  ├─clock
│  │  ├─codeanimation
│  │  ├─credits
│  │  ├─ctrlsdemo
│  │  ├─customlist
│  │  ├─designer
│  │  ├─draganddrop
│  │  ├─effects
│  │  ├─fillandstroke
│  │  ├─framedemo
│  │  ├─graph
│  │  ├─imageviewer
│  │  ├─imdemo
│  │  ├─layered
│  │  ├─layout
│  │  ├─listbox
│  │  ├─messagepopup
│  │  ├─mouseevent
│  │  ├─multilang
│  │  ├─pathdata
│  │  ├─pathgen
│  │  ├─popup
│  │  ├─ribbon
│  │  ├─stresstest
│  │  ├─styles
│  │  ├─vectorimage
│  │  ├─WinDirect2D
│  │  └─xbin
│  └─styles
├─ORCA3D
│  └─samples
│      ├─3dchart
│      ├─3dtext
│      ├─anidemo
│      ├─backdemo
│      ├─breakout
│      ├─clock
│      ├─coverflow
│      ├─ctrlsdemo
│      ├─cube
│      ├─designer
│      ├─dragdrop
│      ├─formula
│      ├─frame
│      ├─guidemo
│      ├─hud3d
│      ├─huddemo
│      ├─imagefx
│      ├─import3ds
│      ├─layered
│      ├─paintobitmap
│      ├─particle
│      ├─pathdemo
│      ├─screenshot
│      ├─spritedemo
│      ├─textbox3d
│      ├─widget
│      └─xbin
├─Orpheus
│  └─samples
│      ├─TestCalendar
│      ├─TestFlexEdit
│      ├─TestLabel
│      ├─TestRLbl
│      ├─TestSimpField
│      ├─TestSpinner
│      ├─TestTable
│      ├─TestTblEdits
│      ├─TestURL
│      ├─TestVLB
│      ├─xbin
│      └─ztest
├─PAPPE
│  └─samples
│      ├─demo1
│      ├─demo2
│      ├─utils
│      └─xbin
├─PascalSCADA
│  └─samples
│      ├─both_modbus_rtu_corn_weigh
│      │  └─imagens
│      ├─both_networkmutex
│      ├─custom_user_management
│      ├─isotcp_demonstration
│      ├─isotcp_hourmeter
│      ├─isotcp_mapping_bits_from_other_tag
│      ├─isotcp_performance
│      ├─modbus_rtu_ats48
│      ├─modbus_rtu_scanner
│      ├─modbus_tcp_performance
│      ├─save_restore_serial_port_properties
│      ├─serialport_genius
│      └─xbin
├─PascalScript
│  └─samples
│      ├─console
│      ├─IDEsmall
│      ├─testapp
│      └─xbin
├─PowerPDF
│  └─samples
│      ├─FontDemo
│      ├─JpegImageExample
│      ├─LineDemo
│      ├─MakeDoc
│      ├─MultiSizePagesDemo
│      ├─PageLayoutModeExample
│      ├─xbin
│      └─xmedia
├─RGBGraphics
│  └─samples
│      ├─example1
│      └─xbin
├─RichText
│  └─samples
│      ├─RichMemoCustomRtfLoad
│      ├─RichMemoDemo
│      ├─RichMemoInline
│      ├─RichMemoParagraphs
│      ├─RichMemoSearch
│      ├─RichMemoSimple
│      ├─RichMemoZoom
│      ├─RichView
│      ├─RtfView
│      ├─xbin
│      └─xmedia
├─RttiControls
│  └─samples
│      └─xbin
├─RX
│  └─samples
│      ├─PhoneBookDemo
│      │  ├─bases
│      │  └─languages
│      ├─RxDateEdit
│      ├─RxDBColorBox
│      ├─RxDBGrid
│      ├─RxDBGrid_ExportSpreadsheet
│      ├─RxHistoryNavigator
│      ├─RxLookup
│      ├─RxMDI
│      ├─RxViewsPanel
│      ├─TestRXMemDSLoad
│      ├─Text90
│      ├─ToolPanel
│      │  └─ico
│      ├─xbin
│      └─xmedia
├─Shapes
│  └─samples
│      ├─demo1
│      ├─demo2
│      ├─TplShapeLine
│      └─xbin
├─Solutions
│  └─samples
│      ├─LSCaptcha
│      ├─LSConfig
│      ├─LSControls
│      ├─LSException
│      ├─LSExpression
│      ├─LSForms
│      ├─LSGeoIP
│      ├─LSGetIP
│      ├─LSGlobalAtom
│      ├─LSGraphics
│      ├─LSGrids
│      ├─LSHashs
│      ├─LSHTTPSend
│      ├─LSListProcess
│      ├─LSLookupDialog
│      ├─LSNotifierOS
│      ├─LSPlayWAV
│      ├─LSRegEx
│      ├─LSRunOnce
│      ├─LSZCompress
│      └─xbin
├─SolutionsWeb
│  └─samples
│      ├─CacheControl
│      ├─ContentDisposition
│      ├─Cookies
│      ├─Debug
│      ├─ETag
│      ├─Hello
│      ├─LastModified
│      ├─Location
│      ├─Login
│      ├─MicroSite
│      ├─Sessions
│      ├─TransferEncodingChunked
│      ├─TransferEncodingDeflate
│      ├─Uploads
│      └─xbin
├─SpkToolBar
│  └─samples
│      ├─actions
│      ├─basic
│      ├─runtime
│      └─xbin
├─Synapse
│  └─samples
│      ├─ComPortMeasuring
│      ├─FtpClientDemo
│      ├─FtpServerDemo
│      ├─GPSSimulator
│      └─xbin
├─SynEdit
│  └─samples
│      ├─Completion
│      ├─NewHighlighterTutorial
│      ├─SynAnyHighlighter
│      ├─SynGutterMarks
│      ├─SynPositionHighlighter
│      └─xbin
├─TaChart
│  ├─samples
│  │  ├─3d
│  │  ├─aggpas
│  │  ├─animate
│  │  ├─axis
│  │  ├─axisalign
│  │  ├─axistransf
│  │  ├─basic
│  │  ├─bgra
│  │  ├─chartsource
│  │  ├─clone
│  │  ├─db
│  │  ├─distance
│  │  ├─dragdrop
│  │  ├─events
│  │  ├─extent
│  │  ├─financial
│  │  ├─fit
│  │  ├─fpvectorial
│  │  ├─func
│  │  ├─imagelist
│  │  ├─labels
│  │  ├─lazreport
│  │  ├─legend
│  │  ├─line
│  │  ├─listbox
│  │  ├─manhattan
│  │  ├─multi
│  │  ├─nan
│  │  ├─navigate
│  │  ├─nogui
│  │  ├─opengl
│  │  ├─panes
│  │  ├─print
│  │  ├─radial
│  │  ├─rotate
│  │  ├─save
│  │  ├─tools
│  │  ├─wmf
│  │  └─xbin
│  └─tutorials
│      ├─func_series
│      ├─getting_started
│      ├─mandelbrot
│      ├─moores_law
│      └─xbin
├─TitanScript
│  └─samples
│      ├─0_SimpleIDE
│      ├─1_UnitImporter
│      ├─ImportProjects
│      │  ├─glscene
│      │  ├─graphic32
│      │  └─system
│      ├─testscripts
│      │  ├─Application
│      │  ├─Arrays
│      │  ├─Classes
│      │  ├─Forms
│      │  └─OLE
│      ├─TitanScriptForms
│      │  └─module
│      ├─xbin
│      └─ztest
├─TSMBIOS
│  └─samples
│      ├─ListSMBIOSTables
│      ├─Table00_Bios_Info
│      ├─Table01_System Info
│      ├─Table02_BaseBoardInformation
│      ├─Table03_EnclosureInformation
│      ├─Table04_ProcessorInformation
│      ├─Table08_PortConnectorInformation
│      ├─Table09_SystemSlotsInformation
│      ├─Table12_SystemConfigurationOptions
│      ├─Table13_BIOSLanguageInformation
│      ├─Table16_PhysicalMemoryArray
│      ├─Table17_MemoryDevice
│      ├─Table19_MemoryArrayMappedAddress
│      ├─Table20_MemoryDeviceMappedAddress
│      ├─Table21_Built-inPointingDeviceInformation
│      ├─Table22_BatteryInformation
│      ├─Table26_VoltageProbeInformation
│      ├─Table27_CoolingDeviceInformation
│      ├─Table28_TemperatureProbeInformation
│      ├─Table29_ElectricalCurrentProbeInformation
│      └─xbin
├─UOS
│  └─samples
│      ├─ConsolePlay
│      ├─DeviceInfos
│      ├─FilterPlayer
│      ├─MorseTL
│      ├─MultiInput
│      ├─SimplePlayer
│      ├─SimplePlayer_noflat
│      ├─SimpleRecorder
│      ├─SimpleWebPlayer
│      ├─WaveForm
│      ├─xbin
│      └─xmedia
│          └─morse_audio
├─VampyreImaging
│  └─samples
│      ├─Benchmark
│      ├─ImageBrowser
│      ├─Imager
│      ├─VampConvert
│      ├─xbin
│      └─xmedia
├─VirtualTrees
│  └─samples
│      ├─advanced
│      │  └─Res
│      ├─dataarray
│      ├─images
│      ├─mininal
│      ├─objects
│      ├─ole
│      │  ├─ConverterBackup
│      │  └─Res
│      ├─unicode
│      └─xbin
├─VirtualTreesExtra
│  └─samples
│      ├─DBMegaDemo
│      ├─JsonInspector
│      ├─JsonListview
│      ├─JsonTreeview
│      ├─JsonTreeview_ownerdraw
│      ├─VirtualButtonTree
│      ├─VirtualController
│      ├─VirtualIniTree
│      ├─VirtualList
│      ├─VirtualMemo
│      ├─VirtualNumberedMemo
│      ├─VirtualPropertyTree
│      ├─VirtualRTTIgrid
│      ├─VirtualStringTreeData
│      ├─xbin
│      └─xmedia
├─VLC
│  └─samples
│      ├─SimpleVlcPlayer
│      ├─xbin
│      └─xmedia
├─Win_DirectX
│  └─samples
│      ├─Basics
│      │  ├─Tut01_CreateDevice
│      │  ├─Tut02_Vertices
│      │  ├─Tut03_Matrices
│      │  ├─Tut04_Lights
│      │  └─Tut05_Textures
│      ├─DirectDraw
│      │  ├─AnimatePalette
│      │  ├─DDEnum
│      │  ├─DirectSurfaceWrite
│      │  ├─FullScreenDialog
│      │  ├─FullScreenMode
│      │  ├─GammaControl
│      │  ├─OverlayAnimate
│      │  ├─RefreshRate
│      │  ├─SpriteAnimate
│      │  ├─SwitchScreenMode
│      │  └─WindowedMode
│      ├─Tools
│      │  └─GetDXVer
│      ├─XACT
│      │  ├─PlayCue
│      │  ├─Stream
│      │  └─Variable
│      ├─xbin
│      └─xmedia
├─Win_DirectX12
│  └─samples
│      ├─Direct2D
│      │  ├─TextAnimationSample
│      │  └─WICAnimatedGIF
│      ├─xbin
│      └─xmedia
├─Win_DirectXUT
│  └─samples
│      ├─0-EmptyProject
│      ├─1-SimpleSample
│      ├─BasicHLSL
│      ├─Blobs
│      ├─CustomUI
│      │  └─UI
│      ├─EnhancedMesh
│      ├─HDRCubeMap
│      ├─HDRFormats
│      ├─HDRLighting
│      ├─HDRPipeline
│      │  └─Shader Code
│      ├─HLSLWithoutEffects
│      ├─Instancing
│      ├─LocalDeformablePRT
│      │  └─Media
│      ├─MeshFromOBJ
│      │  └─Media
│      ├─MultiAnimation
│      ├─OptimizedMesh
│      ├─ParallaxOcclusionMapping
│      │  └─Media
│      ├─PostProcess
│      ├─ProgressiveMesh
│      ├─ShadowMap
│      ├─ShadowVolume
│      ├─SkinnedMesh
│      │  └─Mesh2
│      ├─UVAtlas
│      ├─xbin
│      └─xmedia
│          ├─Airplane
│          ├─AntiAlias
│          ├─Dwarf
│          ├─Earth
│          ├─EffectEdit
│          ├─Light Probes
│          ├─Lobby
│          ├─Misc
│          ├─Prt Demo
│          ├─Scanner
│          ├─SharedFx
│          ├─Tiger
│          ├─Tiny
│          ├─Trees
│          └─UI
├─Win_DSPack
│  └─samples
│      ├─Allocator
│      ├─ASFCapture
│      ├─DVDPlay
│      ├─DVDPlay2
│      ├─FilterEnumerator
│      ├─Filters
│      │  ├─Alpha Renderer
│      │  ├─Async
│      │  │  └─MemFile
│      │  ├─AsyncEx
│      │  ├─DirectSound Renderer
│      │  ├─Dump
│      │  ├─Grabber
│      │  ├─NullIP
│      │  ├─NullIP2
│      │  ├─NullNull
│      │  ├─PushSource
│      │  ├─RGB24 Video Renderer
│      │  └─WaveDest
│      ├─MP3Player
│      │  └─images
│      ├─Playcap
│      ├─PlayFile
│      ├─PlayVideoCap
│      ├─PlayWin
│      ├─PlayWin2
│      ├─SampleGrabber
│      ├─ShoutCast
│      ├─videocap
│      ├─VMRBitmap
│      ├─VMRMixer
│      ├─VMRPlayWin
│      ├─VMRSnapShot
│      ├─wmvnetwrite
│      └─xbin
├─ZenGL
│  ├─samples
│  │  ├─01 - Initialization
│  │  ├─01 - Initialization LCL
│  │  ├─02 - Resources
│  │  ├─03 - Input
│  │  ├─04 - Screen Settings
│  │  ├─05 - Primitives
│  │  ├─06 - Text
│  │  ├─07 - Sprites
│  │  ├─08 - Sprite Engine
│  │  ├─10 - Tiles
│  │  ├─11 - Grid
│  │  ├─12 - Render into Texture
│  │  ├─13 - Particles
│  │  ├─14 - Sound
│  │  ├─15 - Video
│  │  ├─16 - Physics
│  │  ├─ctbasics
│  │  └─Spine
│  ├─tools
│  │  └─ZenFont
│  ├─xbin
│  └─xmedia
├─ZeosDB
│  └─samples
│      ├─blobs
│      ├─controls
│      ├─dbc
│      ├─simple
│      └─xbin
└─ZMSql
    └─samples
        ├─demo1
        ├─demo2
        ├─xbin
        └─xmedia
            ├─database1
            └─database2

你可能感兴趣的:(Lazarus,CodeOcean,例程源码,codetyphone)