# panel.cfg Examples This section contains examples of the contents of the [`panel.cfg`](../panel.cfg/) file for various different aircraft.   ### Bonaza G36 Example The lines below come from the definition of a panel for the Bonaza G36: ``` xml [VCockpit01] size_mm=1024,768 pixel_size=1024,768 texture=AS1000_PFD background_color=42,42,40 htmlgauge00=NavSystems/AS1000/PFD/AS1000_PFD.html, 0,0,1024,768 [VCockpit02] size_mm=1024,768 pixel_size=1024,768 texture=AS1000_MFD background_color=42,42,40 htmlgauge00=NavSystems/AS1000/MFD/AS1000_MFD.html, 0,0,1024,768 ```     ### Boeing 747 Example The lines below come from the definition of the Boeing 747 cockpit panels: ``` xml [VCockpit01] size_mm=1280,1280 pixel_size=1280,1280 texture=PFD htmlgauge00=Airliners/B747_8/PFD/B747_8_PFD.html, 0,0,1280,1280 [VCockpit02] size_mm=1280,1280 pixel_size=1280,1280 texture=MFD htmlgauge00=Airliners/B747_8/MFD/B747_8_MFD.html, 0,0,1280,1280 [VCockpit03] size_mm=1280,1280 pixel_size=1280,1280 texture=EICAS1 htmlgauge00=Airliners/B747_8/EICAS/B747_8_EICAS.html?Index=1, 0,0,1280,1280 [VCockpit04] size_mm=1280,1280 pixel_size=1280,1280 texture=EICAS2 htmlgauge00=Airliners/B747_8/EICAS/B747_8_EICAS.html?Index=2, 0,0,1280,1280 [VCockpit05] size_mm=1024,1024 pixel_size=1024,1024 texture=FMC htmlgauge00=Airliners/B747_8/FMC/B747_8_FMC.html, 0, 0, 1024, 1024 [VCockpit07] size_mm=512,256 pixel_size=512,256 texture=COM1 htmlgauge00=Airliners/B747_8/COM/B747_8_Com.html?Index=1, 0,0, 512, 256 [VCockpit08] size_mm=512,256 pixel_size=512,256 texture=COM2 htmlgauge00=Airliners/B747_8/COM/B747_8_Com.html?Index=2, 0,0, 512, 256 [VCockpit09] size_mm=512,256 pixel_size=512,256 texture=COM3 htmlgauge00=Airliners/B747_8/COM/B747_8_Com.html?Index=3, 0,0, 512, 256 [VCockpit10] size_mm=512,102 pixel_size=512,102 texture=FCU_IAS htmlgauge00=Airliners/B747_8/IAS/B747_8_IAS.html, 0,0, 512, 102 [VCockpit11] size_mm=512,102 pixel_size=512,102 texture=FCU_HDG htmlgauge00=Airliners/B747_8/HDG/B747_8_HDG.html, 0,0, 512, 102 [VCockpit12] size_mm=512,102 pixel_size=512,102 texture=FCU_VSPEED htmlgauge00=Airliners/B747_8/VSpeed/B747_8_VSpeed.html, 0,0, 512, 102 [VCockpit13] size_mm=512,102 pixel_size=512,102 texture=FCU_ALT htmlgauge00=Airliners/B747_8/ALT/B747_8_ALT.html, 0,0, 512, 102 [VCockpit14] size_mm=512,512 pixel_size=512,512 texture=AttitudeDisplay htmlgauge00=Airliners/B747_8/SAI/B747_8_SAI.html, 0,0, 512, 512 [VCockpit15] size_mm=512,256 pixel_size=512,256 texture=TCI htmlgauge00=Airliners/B747_8/ATC/B747_8_ATC.html, 0,0, 512, 256 [VCockpit16] size_mm=512,100 pixel_size=512,100 texture=RUDDER htmlgauge00=Airliners/B747_8/RUDDER/B747_8_RUDDER.html, 0,0, 512, 100 [VPainting01] size_mm=1024,256 texture=RegistrationNumber location=exterior painting00=Registration/Registration.html?font_color=black, 0, 0, 1024, 256 [VPainting02] size_mm=256, 64 texture=Registration location=interior painting00=Registration/Registration.html?font_color=white, 0, 0, 256, 64 ```