├── .gitignore ├── .misc ├── Bez tytułu2.pdn ├── Bez tytułu2.png ├── Bez tytułu3.pdn ├── Bez tytułu3.png ├── Bez tytułu4.pdn ├── Bez tytułu4.png ├── Bez tytułu5.pdn ├── Bez tytułu5.png ├── video.avi ├── video.mp4 └── video.webm ├── .vscode ├── launch.json └── settings.json ├── LICENSE ├── Makefile ├── README.md ├── czeditor ├── __main__.py ├── actionfunctions.py ├── animation_keyframes.py ├── avreader.py ├── base_ui.py ├── code_edit_window.py ├── compositing.py ├── customShaderCompilation.py ├── czeditor.py ├── effectfunctions.py ├── generate.py ├── graphics.py ├── handles.py ├── keyframes.py ├── openglfunctions.py ├── properties.py ├── property_widgets.py ├── res │ ├── W2000 │ │ ├── Button Default.png │ │ ├── Button.png │ │ ├── Close Button Disabled.png │ │ ├── Close Button.png │ │ ├── Window Inactive.png │ │ └── Window.png │ ├── W3.1 │ │ ├── Button Default.png │ │ ├── Button Text Outline.png │ │ ├── Button.png │ │ ├── Close Button.png │ │ ├── Exclamation.png │ │ ├── Information.png │ │ ├── Question Mark.png │ │ ├── Stop.png │ │ ├── Window Inactive.png │ │ ├── Window.png │ │ └── fonts │ │ │ └── text │ │ │ ├── 100.png │ │ │ ├── 101.png │ │ │ ├── 102.png │ │ │ ├── 103.png │ │ │ ├── 104.png │ │ │ ├── 105.png │ │ │ ├── 106.png │ │ │ ├── 107.png │ │ │ ├── 108.png │ │ │ ├── 109.png │ │ │ ├── 110.png │ │ │ ├── 111.png │ │ │ ├── 112.png │ │ │ ├── 113.png │ │ │ ├── 114.png │ │ │ ├── 115.png │ │ │ ├── 116.png │ │ │ ├── 117.png │ │ │ ├── 118.png │ │ │ ├── 119.png │ │ │ ├── 120.png │ │ │ ├── 121.png │ │ │ ├── 122.png │ │ │ ├── 123.png │ │ │ ├── 124.png │ │ │ ├── 125.png │ │ │ ├── 126.png │ │ │ ├── 32.png │ │ │ ├── 33.png │ │ │ ├── 34.png │ │ │ ├── 35.png │ │ │ ├── 36.png │ │ │ ├── 37.png │ │ │ ├── 38.png │ │ │ ├── 39.png │ │ │ ├── 40.png │ │ │ ├── 41.png │ │ │ ├── 42.png │ │ │ ├── 43.png │ │ │ ├── 44.png │ │ │ ├── 45.png │ │ │ ├── 46.png │ │ │ ├── 47.png │ │ │ ├── 48.png │ │ │ ├── 49.png │ │ │ ├── 50.png │ │ │ ├── 51.png │ │ │ ├── 52.png │ │ │ ├── 53.png │ │ │ ├── 54.png │ │ │ ├── 55.png │ │ │ ├── 56.png │ │ │ ├── 57.png │ │ │ ├── 58.png │ │ │ ├── 59.png │ │ │ ├── 60.png │ │ │ ├── 61.png │ │ │ ├── 62.png │ │ │ ├── 63.png │ │ │ ├── 64.png │ │ │ ├── 65.png │ │ │ ├── 66.png │ │ │ ├── 67.png │ │ │ ├── 68.png │ │ │ ├── 69.png │ │ │ ├── 70.png │ │ │ ├── 71.png │ │ │ ├── 72.png │ │ │ ├── 73.png │ │ │ ├── 74.png │ │ │ ├── 75.png │ │ │ ├── 76.png │ │ │ ├── 77.png │ │ │ ├── 78.png │ │ │ ├── 79.png │ │ │ ├── 80.png │ │ │ ├── 81.png │ │ │ ├── 82.png │ │ │ ├── 83.png │ │ │ ├── 84.png │ │ │ ├── 85.png │ │ │ ├── 86.png │ │ │ ├── 87.png │ │ │ ├── 88.png │ │ │ ├── 89.png │ │ │ ├── 90.png │ │ │ ├── 91.png │ │ │ ├── 92.png │ │ │ ├── 93.png │ │ │ ├── 94.png │ │ │ ├── 95.png │ │ │ ├── 96.png │ │ │ ├── 97.png │ │ │ ├── 98.png │ │ │ ├── 99.png │ │ │ └── newlinesize.txt │ ├── W7 │ │ ├── Button Defaulted Animation.png │ │ ├── Button Defaulted.png │ │ ├── Button Disabled.png │ │ ├── Button.png │ │ ├── Close Button Connected Disabled.png │ │ ├── Close Button Connected Inactive.png │ │ ├── Close Button Connected.png │ │ ├── Close Button Inactive.png │ │ ├── Close Button Single Disabled.png │ │ ├── Close Button Single Inactive.png │ │ ├── Close Button Single.png │ │ ├── Close Symbol.png │ │ ├── Critical Error.png │ │ ├── Exclamation.png │ │ ├── Glass Frame Inactive.png │ │ ├── Glass Frame.png │ │ ├── Glass Mask.png │ │ ├── Glass.png │ │ ├── Information.png │ │ ├── Maximize Symbol.png │ │ ├── Minimize Symbol.png │ │ ├── Question Mark.png │ │ ├── STREAM971debug.png │ │ ├── Shadow Bottom Inactive.png │ │ ├── Shadow Bottom.png │ │ ├── Shadow Left Inactive.png │ │ ├── Shadow Left.png │ │ ├── Shadow Right Inactive.png │ │ ├── Shadow Right.png │ │ ├── Shadow Top Inactive.png │ │ ├── Shadow Top.png │ │ ├── Side Shine Inactive.png │ │ ├── Side Shine.png │ │ ├── Side Shineold.png │ │ ├── Sideglow 1 Left.png │ │ ├── Sideglow 1 Right.png │ │ ├── Sideglow 1.png │ │ ├── Sideglow 2 Left.png │ │ ├── Sideglow 2 Right.png │ │ ├── Sideglow 2.png │ │ ├── Text Glow.png │ │ ├── Wallpaper.png │ │ ├── Window Button End Inactive.png │ │ ├── Window Button End.png │ │ ├── Window Button Middle Inactive.png │ │ ├── Window Button Middle.png │ │ ├── Window Inactive.png │ │ ├── Window.png │ │ ├── animoutput │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 10.png │ │ │ ├── 11.png │ │ │ ├── 12.png │ │ │ ├── 13.png │ │ │ ├── 14.png │ │ │ ├── 15.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ ├── 8.png │ │ │ └── 9.png │ │ ├── buttons.png │ │ ├── debug │ │ │ ├── DWMWindow_ShadowBottom_InactiveImage.png │ │ │ ├── DWMWindow_ShadowLeft_InactiveImage.png │ │ │ ├── DWMWindow_ShadowRight_InactiveImage.png │ │ │ └── DWMWindow_ShadowTop_InactiveImage.png │ │ ├── fonts │ │ │ ├── bigtext │ │ │ │ ├── 100.png │ │ │ │ ├── 101.png │ │ │ │ ├── 102.png │ │ │ │ ├── 103.png │ │ │ │ ├── 104.png │ │ │ │ ├── 105.png │ │ │ │ ├── 106.png │ │ │ │ ├── 107.png │ │ │ │ ├── 108.png │ │ │ │ ├── 109.png │ │ │ │ ├── 110.png │ │ │ │ ├── 111.png │ │ │ │ ├── 112.png │ │ │ │ ├── 113.png │ │ │ │ ├── 114.png │ │ │ │ ├── 115.png │ │ │ │ ├── 116.png │ │ │ │ ├── 117.png │ │ │ │ ├── 118.png │ │ │ │ ├── 119.png │ │ │ │ ├── 120.png │ │ │ │ ├── 121.png │ │ │ │ ├── 122.png │ │ │ │ ├── 123.png │ │ │ │ ├── 124.png │ │ │ │ ├── 125.png │ │ │ │ ├── 126.png │ │ │ │ ├── 32.png │ │ │ │ ├── 33.png │ │ │ │ ├── 34.png │ │ │ │ ├── 35.png │ │ │ │ ├── 36.png │ │ │ │ ├── 37.png │ │ │ │ ├── 38.png │ │ │ │ ├── 39.png │ │ │ │ ├── 40.png │ │ │ │ ├── 41.png │ │ │ │ ├── 42.png │ │ │ │ ├── 43.png │ │ │ │ ├── 44.png │ │ │ │ ├── 45.png │ │ │ │ ├── 46.png │ │ │ │ ├── 47.png │ │ │ │ ├── 48.png │ │ │ │ ├── 49.png │ │ │ │ ├── 50.png │ │ │ │ ├── 51.png │ │ │ │ ├── 52.png │ │ │ │ ├── 53.png │ │ │ │ ├── 54.png │ │ │ │ ├── 55.png │ │ │ │ ├── 56.png │ │ │ │ ├── 57.png │ │ │ │ ├── 58.png │ │ │ │ ├── 59.png │ │ │ │ ├── 60.png │ │ │ │ ├── 61.png │ │ │ │ ├── 62.png │ │ │ │ ├── 63.png │ │ │ │ ├── 64.png │ │ │ │ ├── 65.png │ │ │ │ ├── 66.png │ │ │ │ ├── 67.png │ │ │ │ ├── 68.png │ │ │ │ ├── 69.png │ │ │ │ ├── 70.png │ │ │ │ ├── 71.png │ │ │ │ ├── 72.png │ │ │ │ ├── 73.png │ │ │ │ ├── 74.png │ │ │ │ ├── 75.png │ │ │ │ ├── 76.png │ │ │ │ ├── 77.png │ │ │ │ ├── 78.png │ │ │ │ ├── 79.png │ │ │ │ ├── 80.png │ │ │ │ ├── 81.png │ │ │ │ ├── 82.png │ │ │ │ ├── 83.png │ │ │ │ ├── 84.png │ │ │ │ ├── 85.png │ │ │ │ ├── 86.png │ │ │ │ ├── 87.png │ │ │ │ ├── 88.png │ │ │ │ ├── 89.png │ │ │ │ ├── 90.png │ │ │ │ ├── 91.png │ │ │ │ ├── 92.png │ │ │ │ ├── 93.png │ │ │ │ ├── 94.png │ │ │ │ ├── 95.png │ │ │ │ ├── 96.png │ │ │ │ ├── 97.png │ │ │ │ ├── 98.png │ │ │ │ ├── 99.png │ │ │ │ ├── newlinesize.txt │ │ │ │ ├── white100.png │ │ │ │ ├── white101.png │ │ │ │ ├── white102.png │ │ │ │ ├── white103.png │ │ │ │ ├── white104.png │ │ │ │ ├── white105.png │ │ │ │ ├── white106.png │ │ │ │ ├── white107.png │ │ │ │ ├── white108.png │ │ │ │ ├── white109.png │ │ │ │ ├── white110.png │ │ │ │ ├── white111.png │ │ │ │ ├── white112.png │ │ │ │ ├── white113.png │ │ │ │ ├── white114.png │ │ │ │ ├── white115.png │ │ │ │ ├── white116.png │ │ │ │ ├── white117.png │ │ │ │ ├── white118.png │ │ │ │ ├── white119.png │ │ │ │ ├── white120.png │ │ │ │ ├── white121.png │ │ │ │ ├── white122.png │ │ │ │ ├── white123.png │ │ │ │ ├── white124.png │ │ │ │ ├── white125.png │ │ │ │ ├── white126.png │ │ │ │ ├── white32.png │ │ │ │ ├── white33.png │ │ │ │ ├── white34.png │ │ │ │ ├── white35.png │ │ │ │ ├── white36.png │ │ │ │ ├── white37.png │ │ │ │ ├── white38.png │ │ │ │ ├── white39.png │ │ │ │ ├── white40.png │ │ │ │ ├── white41.png │ │ │ │ ├── white42.png │ │ │ │ ├── white43.png │ │ │ │ ├── white44.png │ │ │ │ ├── white45.png │ │ │ │ ├── white46.png │ │ │ │ ├── white47.png │ │ │ │ ├── white48.png │ │ │ │ ├── white49.png │ │ │ │ ├── white50.png │ │ │ │ ├── white51.png │ │ │ │ ├── white52.png │ │ │ │ ├── white53.png │ │ │ │ ├── white54.png │ │ │ │ ├── white55.png │ │ │ │ ├── white56.png │ │ │ │ ├── white57.png │ │ │ │ ├── white58.png │ │ │ │ ├── white59.png │ │ │ │ ├── white60.png │ │ │ │ ├── white61.png │ │ │ │ ├── white62.png │ │ │ │ ├── white63.png │ │ │ │ ├── white64.png │ │ │ │ ├── white65.png │ │ │ │ ├── white66.png │ │ │ │ ├── white67.png │ │ │ │ ├── white68.png │ │ │ │ ├── white69.png │ │ │ │ ├── white70.png │ │ │ │ ├── white71.png │ │ │ │ ├── white72.png │ │ │ │ ├── white73.png │ │ │ │ ├── white74.png │ │ │ │ ├── white75.png │ │ │ │ ├── white76.png │ │ │ │ ├── white77.png │ │ │ │ ├── white78.png │ │ │ │ ├── white79.png │ │ │ │ ├── white80.png │ │ │ │ ├── white81.png │ │ │ │ ├── white82.png │ │ │ │ ├── white83.png │ │ │ │ ├── white84.png │ │ │ │ ├── white85.png │ │ │ │ ├── white86.png │ │ │ │ ├── white87.png │ │ │ │ ├── white88.png │ │ │ │ ├── white89.png │ │ │ │ ├── white90.png │ │ │ │ ├── white91.png │ │ │ │ ├── white92.png │ │ │ │ ├── white93.png │ │ │ │ ├── white94.png │ │ │ │ ├── white95.png │ │ │ │ ├── white96.png │ │ │ │ ├── white97.png │ │ │ │ ├── white98.png │ │ │ │ └── white99.png │ │ │ └── text │ │ │ │ ├── 100.png │ │ │ │ ├── 101.png │ │ │ │ ├── 102.png │ │ │ │ ├── 103.png │ │ │ │ ├── 104.png │ │ │ │ ├── 105.png │ │ │ │ ├── 106.png │ │ │ │ ├── 107.png │ │ │ │ ├── 108.png │ │ │ │ ├── 109.png │ │ │ │ ├── 110.png │ │ │ │ ├── 111.png │ │ │ │ ├── 112.png │ │ │ │ ├── 113.png │ │ │ │ ├── 114.png │ │ │ │ ├── 115.png │ │ │ │ ├── 116.png │ │ │ │ ├── 117.png │ │ │ │ ├── 118.png │ │ │ │ ├── 119.png │ │ │ │ ├── 120.png │ │ │ │ ├── 121.png │ │ │ │ ├── 122.png │ │ │ │ ├── 123.png │ │ │ │ ├── 124.png │ │ │ │ ├── 125.png │ │ │ │ ├── 126.png │ │ │ │ ├── 32.png │ │ │ │ ├── 33.png │ │ │ │ ├── 34.png │ │ │ │ ├── 35.png │ │ │ │ ├── 36.png │ │ │ │ ├── 37.png │ │ │ │ ├── 38.png │ │ │ │ ├── 39.png │ │ │ │ ├── 40.png │ │ │ │ ├── 41.png │ │ │ │ ├── 42.png │ │ │ │ ├── 43.png │ │ │ │ ├── 44.png │ │ │ │ ├── 45.png │ │ │ │ ├── 46.png │ │ │ │ ├── 47.png │ │ │ │ ├── 48.png │ │ │ │ ├── 49.png │ │ │ │ ├── 50.png │ │ │ │ ├── 51.png │ │ │ │ ├── 52.png │ │ │ │ ├── 53.png │ │ │ │ ├── 54.png │ │ │ │ ├── 55.png │ │ │ │ ├── 56.png │ │ │ │ ├── 57.png │ │ │ │ ├── 58.png │ │ │ │ ├── 59.png │ │ │ │ ├── 60.png │ │ │ │ ├── 61.png │ │ │ │ ├── 62.png │ │ │ │ ├── 63.png │ │ │ │ ├── 64.png │ │ │ │ ├── 65.png │ │ │ │ ├── 66.png │ │ │ │ ├── 67.png │ │ │ │ ├── 68.png │ │ │ │ ├── 69.png │ │ │ │ ├── 70.png │ │ │ │ ├── 71.png │ │ │ │ ├── 72.png │ │ │ │ ├── 73.png │ │ │ │ ├── 74.png │ │ │ │ ├── 75.png │ │ │ │ ├── 76.png │ │ │ │ ├── 77.png │ │ │ │ ├── 78.png │ │ │ │ ├── 79.png │ │ │ │ ├── 80.png │ │ │ │ ├── 81.png │ │ │ │ ├── 82.png │ │ │ │ ├── 83.png │ │ │ │ ├── 84.png │ │ │ │ ├── 85.png │ │ │ │ ├── 86.png │ │ │ │ ├── 87.png │ │ │ │ ├── 88.png │ │ │ │ ├── 89.png │ │ │ │ ├── 90.png │ │ │ │ ├── 91.png │ │ │ │ ├── 92.png │ │ │ │ ├── 93.png │ │ │ │ ├── 94.png │ │ │ │ ├── 95.png │ │ │ │ ├── 96.png │ │ │ │ ├── 97.png │ │ │ │ ├── 98.png │ │ │ │ ├── 99.png │ │ │ │ ├── newlinesize.txt │ │ │ │ ├── white100.png │ │ │ │ ├── white101.png │ │ │ │ ├── white102.png │ │ │ │ ├── white103.png │ │ │ │ ├── white104.png │ │ │ │ ├── white105.png │ │ │ │ ├── white106.png │ │ │ │ ├── white107.png │ │ │ │ ├── white108.png │ │ │ │ ├── white109.png │ │ │ │ ├── white110.png │ │ │ │ ├── white111.png │ │ │ │ ├── white112.png │ │ │ │ ├── white113.png │ │ │ │ ├── white114.png │ │ │ │ ├── white115.png │ │ │ │ ├── white116.png │ │ │ │ ├── white117.png │ │ │ │ ├── white118.png │ │ │ │ ├── white119.png │ │ │ │ ├── white120.png │ │ │ │ ├── white121.png │ │ │ │ ├── white122.png │ │ │ │ ├── white123.png │ │ │ │ ├── white124.png │ │ │ │ ├── white125.png │ │ │ │ ├── white126.png │ │ │ │ ├── white32.png │ │ │ │ ├── white33.png │ │ │ │ ├── white34.png │ │ │ │ ├── white35.png │ │ │ │ ├── white36.png │ │ │ │ ├── white37.png │ │ │ │ ├── white38.png │ │ │ │ ├── white39.png │ │ │ │ ├── white40.png │ │ │ │ ├── white41.png │ │ │ │ ├── white42.png │ │ │ │ ├── white43.png │ │ │ │ ├── white44.png │ │ │ │ ├── white45.png │ │ │ │ ├── white46.png │ │ │ │ ├── white47.png │ │ │ │ ├── white48.png │ │ │ │ ├── white49.png │ │ │ │ ├── white50.png │ │ │ │ ├── white51.png │ │ │ │ ├── white52.png │ │ │ │ ├── white53.png │ │ │ │ ├── white54.png │ │ │ │ ├── white55.png │ │ │ │ ├── white56.png │ │ │ │ ├── white57.png │ │ │ │ ├── white58.png │ │ │ │ ├── white59.png │ │ │ │ ├── white60.png │ │ │ │ ├── white61.png │ │ │ │ ├── white62.png │ │ │ │ ├── white63.png │ │ │ │ ├── white64.png │ │ │ │ ├── white65.png │ │ │ │ ├── white66.png │ │ │ │ ├── white67.png │ │ │ │ ├── white68.png │ │ │ │ ├── white69.png │ │ │ │ ├── white70.png │ │ │ │ ├── white71.png │ │ │ │ ├── white72.png │ │ │ │ ├── white73.png │ │ │ │ ├── white74.png │ │ │ │ ├── white75.png │ │ │ │ ├── white76.png │ │ │ │ ├── white77.png │ │ │ │ ├── white78.png │ │ │ │ ├── white79.png │ │ │ │ ├── white80.png │ │ │ │ ├── white81.png │ │ │ │ ├── white82.png │ │ │ │ ├── white83.png │ │ │ │ ├── white84.png │ │ │ │ ├── white85.png │ │ │ │ ├── white86.png │ │ │ │ ├── white87.png │ │ │ │ ├── white88.png │ │ │ │ ├── white89.png │ │ │ │ ├── white90.png │ │ │ │ ├── white91.png │ │ │ │ ├── white92.png │ │ │ │ ├── white93.png │ │ │ │ ├── white94.png │ │ │ │ ├── white95.png │ │ │ │ ├── white96.png │ │ │ │ ├── white97.png │ │ │ │ ├── white98.png │ │ │ │ └── white99.png │ │ ├── inactive │ │ │ ├── Close Button Connected Inactive.png │ │ │ ├── DWMWindow_FrameBottom_InactiveImage.png │ │ │ ├── DWMWindow_FrameLeft_InactiveImage.png │ │ │ ├── DWMWindow_FrameRight_InactiveImage.png │ │ │ ├── DWMWindow_FrameSideOverlay_InactiveImage.png │ │ │ ├── DWMWindow_FrameTop_InactiveImage.png │ │ │ ├── DWMWindow_ShadowBottom_InactiveImage.png │ │ │ ├── DWMWindow_ShadowLeft_InactiveImage.png │ │ │ ├── DWMWindow_ShadowRight_InactiveImage.png │ │ │ └── DWMWindow_ShadowTop_InactiveImage.png │ │ ├── output.png │ │ └── reference │ │ │ ├── Image 000.png │ │ │ ├── Image 001.png │ │ │ ├── Image 002.png │ │ │ ├── Image 003.png │ │ │ ├── Image 004.png │ │ │ ├── Image 005.png │ │ │ ├── Image 006.png │ │ │ ├── Image 007.png │ │ │ ├── Image 008.png │ │ │ ├── Image 009.png │ │ │ ├── Image 010.png │ │ │ ├── Image 011.png │ │ │ ├── Image 012.png │ │ │ ├── Image 013.png │ │ │ ├── Image 014.png │ │ │ ├── Image 015.png │ │ │ ├── Image 016.png │ │ │ ├── Image 017.png │ │ │ ├── Image 018.png │ │ │ ├── Image 019.png │ │ │ ├── Image 020.png │ │ │ ├── Image 021.png │ │ │ ├── Image 022.png │ │ │ ├── Image 023.png │ │ │ ├── Image 024.png │ │ │ ├── Image 025.png │ │ │ ├── Image 026.png │ │ │ ├── Image 027.png │ │ │ ├── Image 028.png │ │ │ ├── Image 029.png │ │ │ ├── Image 030.png │ │ │ ├── Image 031.png │ │ │ ├── Image 032.png │ │ │ ├── Image 033.png │ │ │ ├── Image 034.png │ │ │ ├── Image 035.png │ │ │ ├── Image 036.png │ │ │ ├── Image 037.png │ │ │ ├── Image 038.png │ │ │ ├── Image 039.png │ │ │ ├── Image 040.png │ │ │ ├── Image 041.png │ │ │ ├── Image 042.png │ │ │ ├── Image 043.png │ │ │ ├── Image 044.png │ │ │ ├── Image 045.png │ │ │ ├── Image 046.png │ │ │ ├── Image 047.png │ │ │ ├── Image 048.png │ │ │ ├── Image 049.png │ │ │ ├── Image 050.png │ │ │ ├── Image 051.png │ │ │ ├── Image 052.png │ │ │ ├── Image 053.png │ │ │ ├── Image 054.png │ │ │ ├── Image 055.png │ │ │ ├── Image 056.png │ │ │ ├── Image 057.png │ │ │ ├── Image 058.png │ │ │ ├── Image 059.png │ │ │ ├── Image 060.png │ │ │ ├── Image 061.png │ │ │ ├── Image 062.png │ │ │ ├── Image 063.png │ │ │ ├── Image 064.png │ │ │ ├── Image 065.png │ │ │ ├── Image 066.png │ │ │ ├── Image 067.png │ │ │ ├── Image 068.png │ │ │ ├── Image 069.png │ │ │ ├── Image 070.png │ │ │ ├── Image 071.png │ │ │ ├── Image 072.png │ │ │ ├── Image 073.png │ │ │ ├── Image 074.png │ │ │ ├── Image 075.png │ │ │ ├── Image 076.png │ │ │ ├── Image 077.png │ │ │ ├── Image 078.png │ │ │ ├── Image 079.png │ │ │ ├── Image 080.png │ │ │ ├── Image 081.png │ │ │ ├── Image 082.png │ │ │ ├── Image 083.png │ │ │ ├── Image 084.png │ │ │ ├── Image 085.png │ │ │ ├── Image 086.png │ │ │ ├── Image 087.png │ │ │ ├── Image 088.png │ │ │ ├── Image 089.png │ │ │ ├── Image 090.png │ │ │ ├── Image 091.png │ │ │ ├── Image 092.png │ │ │ ├── Image 093.png │ │ │ ├── Image 094.png │ │ │ ├── Image 095.png │ │ │ ├── Image 096.png │ │ │ ├── Image 097.png │ │ │ ├── Image 098.png │ │ │ ├── Image 099.png │ │ │ ├── Image 100.png │ │ │ ├── Image 101.png │ │ │ ├── Image 102.png │ │ │ ├── Image 103.png │ │ │ ├── Image 104.png │ │ │ ├── Image 105.png │ │ │ ├── Image 106.png │ │ │ ├── Image 107.png │ │ │ ├── Image 108.png │ │ │ ├── Image 109.png │ │ │ ├── Image 110.png │ │ │ ├── Image 111.png │ │ │ ├── Image 112.png │ │ │ ├── Image 113.png │ │ │ ├── Image 114.png │ │ │ ├── Image 115.png │ │ │ ├── Image 116.png │ │ │ ├── Image 117.png │ │ │ ├── Image 118.png │ │ │ ├── Image 119.png │ │ │ ├── Image 120.png │ │ │ ├── Image 121.png │ │ │ ├── Image 122.png │ │ │ ├── Image 123.png │ │ │ ├── Image 124.png │ │ │ ├── Image 125.png │ │ │ ├── Image 126.png │ │ │ ├── Image 127.png │ │ │ ├── Image 128.png │ │ │ ├── Image 129.png │ │ │ ├── Image 130.png │ │ │ ├── Image 131.png │ │ │ ├── Image 132.png │ │ │ ├── Image 133.png │ │ │ ├── Image 134.png │ │ │ ├── Image 135.png │ │ │ ├── Image 136.png │ │ │ ├── Image 137.png │ │ │ ├── Image 138.png │ │ │ ├── Image 139.png │ │ │ ├── Image 140.png │ │ │ ├── Image 141.png │ │ │ ├── Image 142.png │ │ │ ├── Image 143.png │ │ │ ├── Image 144.png │ │ │ ├── Image 145.png │ │ │ ├── Image 146.png │ │ │ ├── Image 147.png │ │ │ ├── Image 148.png │ │ │ ├── Image 149.png │ │ │ ├── Image 150.png │ │ │ ├── Image 151.png │ │ │ ├── Image 152.png │ │ │ ├── Image 153.png │ │ │ ├── Image 154.png │ │ │ ├── Image 155.png │ │ │ ├── Image 156.png │ │ │ ├── Image 157.png │ │ │ ├── Image 158.png │ │ │ ├── Image 159.png │ │ │ ├── Image 160.png │ │ │ ├── Image 161.png │ │ │ ├── Image 162.png │ │ │ ├── Image 163.png │ │ │ ├── Image 164.png │ │ │ ├── Image 165.png │ │ │ ├── Image 166.png │ │ │ ├── Image 167.png │ │ │ ├── Image 168.png │ │ │ ├── Image 169.png │ │ │ ├── Image 170.png │ │ │ ├── Image 171.png │ │ │ ├── Image 172.png │ │ │ ├── Image 173.png │ │ │ ├── Image 174.png │ │ │ ├── Image 175.png │ │ │ ├── Image 176.png │ │ │ ├── Image 177.png │ │ │ ├── Image 178.png │ │ │ ├── Image 179.png │ │ │ ├── Image 180.png │ │ │ ├── Image 181.png │ │ │ ├── Image 182.png │ │ │ ├── Image 183.png │ │ │ ├── Image 184.png │ │ │ ├── Image 185.png │ │ │ ├── Image 186.png │ │ │ ├── Image 187.png │ │ │ ├── Image 188.png │ │ │ ├── Image 189.png │ │ │ ├── Image 190.png │ │ │ ├── Image 191.png │ │ │ ├── Image 192.png │ │ │ ├── Image 193.png │ │ │ ├── Image 194.png │ │ │ ├── Image 195.png │ │ │ ├── Image 196.png │ │ │ ├── Image 197.png │ │ │ ├── Image 198.png │ │ │ ├── Image 199.png │ │ │ ├── Image 200.png │ │ │ ├── Image 201.png │ │ │ ├── Image 202.png │ │ │ ├── Image 203.png │ │ │ ├── Image 204.png │ │ │ ├── Image 205.png │ │ │ ├── Image 206.png │ │ │ ├── Image 207.png │ │ │ ├── Image 208.png │ │ │ ├── Image 209.png │ │ │ ├── Image 210.png │ │ │ ├── Image 211.png │ │ │ ├── Image 212.png │ │ │ ├── Image 213.png │ │ │ ├── Image 214.png │ │ │ ├── Image 215.png │ │ │ ├── Image 216.png │ │ │ ├── Image 217.png │ │ │ ├── Image 218.png │ │ │ ├── Image 219.png │ │ │ ├── Image 220.png │ │ │ ├── Image 221.png │ │ │ ├── Image 222.png │ │ │ ├── Image 223.png │ │ │ ├── Image 224.png │ │ │ ├── Image 225.png │ │ │ ├── Image 226.png │ │ │ ├── Image 227.png │ │ │ ├── Image 228.png │ │ │ ├── Image 229.png │ │ │ ├── Image 230.png │ │ │ ├── Image 231.png │ │ │ ├── Image 232.png │ │ │ ├── Image 233.png │ │ │ ├── Image 234.png │ │ │ ├── Image 235.png │ │ │ ├── Image 236.png │ │ │ ├── Image 237.png │ │ │ ├── Image 238.png │ │ │ ├── Image 239.png │ │ │ ├── Image 240.png │ │ │ ├── Image 241.png │ │ │ ├── Image 242.png │ │ │ ├── Image 243.png │ │ │ ├── Image 244.png │ │ │ ├── Image 245.png │ │ │ ├── Image 246.png │ │ │ ├── Image 247.png │ │ │ ├── Image 248.png │ │ │ ├── Image 249.png │ │ │ ├── Image 250.png │ │ │ ├── Image 251.png │ │ │ ├── Image 252.png │ │ │ ├── Image 253.png │ │ │ ├── Image 254.png │ │ │ ├── Image 255.png │ │ │ ├── Image 256.png │ │ │ ├── Image 257.png │ │ │ ├── Image 258.png │ │ │ ├── Image 259.png │ │ │ ├── Image 260.png │ │ │ ├── Image 261.png │ │ │ ├── Image 262.png │ │ │ ├── Image 263.png │ │ │ ├── Image 264.png │ │ │ ├── Image 265.png │ │ │ ├── Image 266.png │ │ │ ├── Image 267.png │ │ │ ├── Image 268.png │ │ │ ├── Image 269.png │ │ │ ├── Image 270.png │ │ │ ├── Image 271.png │ │ │ ├── Image 272.png │ │ │ ├── Image 273.png │ │ │ ├── Image 274.png │ │ │ ├── Image 275.png │ │ │ ├── Image 276.png │ │ │ ├── Image 277.png │ │ │ ├── Image 278.png │ │ │ ├── Image 279.png │ │ │ ├── Image 280.png │ │ │ ├── Image 281.png │ │ │ ├── Image 282.png │ │ │ ├── Image 283.png │ │ │ ├── Image 284.png │ │ │ ├── Image 285.png │ │ │ ├── Image 286.png │ │ │ ├── Image 287.png │ │ │ ├── Image 288.png │ │ │ ├── Image 289.png │ │ │ ├── Image 290.png │ │ │ ├── Image 291.png │ │ │ ├── Image 292.png │ │ │ ├── Image 293.png │ │ │ ├── Image 294.png │ │ │ ├── Image 295.png │ │ │ ├── Image 296.png │ │ │ ├── Image 297.png │ │ │ ├── Image 298.png │ │ │ ├── Image 299.png │ │ │ ├── Image 300.png │ │ │ ├── Image 301.png │ │ │ ├── Image 302.png │ │ │ ├── Image 303.png │ │ │ ├── Image 304.png │ │ │ ├── Image 305.png │ │ │ ├── Image 306.png │ │ │ ├── Image 307.png │ │ │ ├── Image 308.png │ │ │ ├── Image 309.png │ │ │ ├── Image 310.png │ │ │ ├── Image 311.png │ │ │ ├── Image 312.png │ │ │ ├── Image 313.png │ │ │ ├── Image 314.png │ │ │ ├── Image 315.png │ │ │ ├── Image 316.png │ │ │ ├── Image 317.png │ │ │ ├── Image 318.png │ │ │ ├── Image 319.png │ │ │ ├── Image 320.png │ │ │ ├── Image 321.png │ │ │ ├── Image 322.png │ │ │ ├── Image 323.png │ │ │ ├── Image 324.png │ │ │ ├── Image 325.png │ │ │ ├── Image 326.png │ │ │ ├── Image 327.png │ │ │ ├── Image 328.png │ │ │ ├── Image 329.png │ │ │ ├── Image 330.png │ │ │ ├── Image 331.png │ │ │ ├── Image 332.png │ │ │ ├── Image 333.png │ │ │ ├── Image 334.png │ │ │ ├── Image 335.png │ │ │ ├── Image 336.png │ │ │ ├── Image 337.png │ │ │ ├── Image 338.png │ │ │ ├── Image 339.png │ │ │ ├── Image 340.png │ │ │ ├── Image 341.png │ │ │ ├── Image 342.png │ │ │ ├── Image 343.png │ │ │ ├── Image 344.png │ │ │ ├── Image 345.png │ │ │ ├── Image 346.png │ │ │ ├── Image 347.png │ │ │ ├── Image 348.png │ │ │ ├── Image 349.png │ │ │ ├── Image 350.png │ │ │ ├── Image 351.png │ │ │ ├── Image 352.png │ │ │ ├── Image 353.png │ │ │ ├── Image 354.png │ │ │ ├── Image 355.png │ │ │ ├── Image 356.png │ │ │ ├── Image 357.png │ │ │ ├── Image 358.png │ │ │ ├── Image 359.png │ │ │ ├── Image 360.png │ │ │ ├── Image 361.png │ │ │ ├── Image 362.png │ │ │ ├── Image 363.png │ │ │ ├── Image 364.png │ │ │ ├── Image 365.png │ │ │ ├── Image 366.png │ │ │ ├── Image 367.png │ │ │ ├── Image 368.png │ │ │ ├── Image 369.png │ │ │ ├── Image 370.png │ │ │ ├── Image 371.png │ │ │ ├── Image 372.png │ │ │ ├── Image 373.png │ │ │ ├── Image 374.png │ │ │ ├── Image 375.png │ │ │ ├── Image 376.png │ │ │ ├── Image 377.png │ │ │ ├── Image 378.png │ │ │ ├── Image 379.png │ │ │ ├── Image 380.png │ │ │ ├── Image 381.png │ │ │ ├── Image 382.png │ │ │ ├── Image 383.png │ │ │ ├── Image 384.png │ │ │ ├── Image 385.png │ │ │ ├── Image 386.png │ │ │ ├── Image 387.png │ │ │ ├── Image 388.png │ │ │ ├── Image 389.png │ │ │ ├── Image 390.png │ │ │ ├── Image 391.png │ │ │ ├── Image 392.png │ │ │ ├── Image 393.png │ │ │ ├── Image 394.png │ │ │ ├── Image 395.png │ │ │ ├── Image 396.png │ │ │ ├── Image 397.png │ │ │ ├── Image 398.png │ │ │ ├── Image 399.png │ │ │ ├── Image 400.png │ │ │ ├── Image 401.png │ │ │ ├── Image 402.png │ │ │ ├── Image 403.png │ │ │ ├── Image 404.png │ │ │ ├── Image 405.png │ │ │ ├── Image 406.png │ │ │ ├── Image 407.png │ │ │ ├── Image 408.png │ │ │ ├── Image 409.png │ │ │ ├── Image 410.png │ │ │ ├── Image 411.png │ │ │ ├── Image 412.png │ │ │ ├── Image 413.png │ │ │ ├── Image 414.png │ │ │ ├── Image 415.png │ │ │ ├── Image 416.png │ │ │ ├── Image 417.png │ │ │ ├── Image 418.png │ │ │ ├── Image 419.png │ │ │ ├── Image 420.png │ │ │ ├── Image 421.png │ │ │ ├── Image 422.png │ │ │ ├── Image 423.png │ │ │ ├── Image 424.png │ │ │ ├── Image 425.png │ │ │ ├── Image 426.png │ │ │ ├── Image 427.png │ │ │ ├── Image 428.png │ │ │ ├── Image 429.png │ │ │ ├── Image 430.png │ │ │ ├── Image 431.png │ │ │ ├── Image 432.png │ │ │ ├── Image 433.png │ │ │ ├── Image 434.png │ │ │ ├── Image 435.png │ │ │ ├── Image 436.png │ │ │ ├── Image 437.png │ │ │ ├── Image 438.png │ │ │ ├── Image 439.png │ │ │ ├── Image 440.png │ │ │ ├── Image 441.png │ │ │ ├── Image 442.png │ │ │ ├── Image 443.png │ │ │ ├── Image 444.png │ │ │ ├── Image 445.png │ │ │ ├── Image 446.png │ │ │ ├── Image 447.png │ │ │ ├── Image 448.png │ │ │ ├── Image 449.png │ │ │ ├── Image 450.png │ │ │ ├── Image 451.png │ │ │ ├── Image 452.png │ │ │ ├── Image 453.png │ │ │ ├── Image 454.png │ │ │ ├── Image 455.png │ │ │ ├── Image 456.png │ │ │ ├── Image 457.png │ │ │ ├── Image 458.png │ │ │ ├── Image 459.png │ │ │ ├── Image 460.png │ │ │ ├── Image 461.png │ │ │ ├── Image 462.png │ │ │ ├── Image 463.png │ │ │ ├── Image 464.png │ │ │ ├── Image 465.png │ │ │ ├── Image 466.png │ │ │ ├── Image 467.png │ │ │ ├── Image 468.png │ │ │ ├── Image 469.png │ │ │ ├── Image 470.png │ │ │ ├── Image 471.png │ │ │ ├── Image 472.png │ │ │ ├── Image 473.png │ │ │ ├── Image 474.png │ │ │ ├── Image 475.png │ │ │ ├── Image 476.png │ │ │ ├── Image 477.png │ │ │ ├── Image 478.png │ │ │ ├── Image 479.png │ │ │ ├── Image 480.png │ │ │ ├── Image 481.png │ │ │ ├── Image 482.png │ │ │ ├── Image 483.png │ │ │ ├── Image 484.png │ │ │ ├── Image 485.png │ │ │ ├── Image 486.png │ │ │ ├── Image 487.png │ │ │ ├── Image 488.png │ │ │ ├── Image 489.png │ │ │ ├── Image 490.png │ │ │ ├── Image 491.png │ │ │ ├── Image 492.png │ │ │ ├── Image 493.png │ │ │ ├── Image 494.png │ │ │ ├── Image 495.png │ │ │ ├── Image 496.png │ │ │ ├── Image 497.png │ │ │ ├── Image 498.png │ │ │ ├── Image 499.png │ │ │ ├── Image 500.png │ │ │ ├── Image 501.png │ │ │ ├── Image 502.png │ │ │ ├── Image 503.png │ │ │ ├── Image 504.png │ │ │ ├── Image 505.png │ │ │ ├── Image 506.png │ │ │ ├── Image 507.png │ │ │ ├── Image 508.png │ │ │ ├── Image 509.png │ │ │ ├── Image 510.png │ │ │ ├── Image 511.png │ │ │ ├── Image 512.png │ │ │ ├── Image 513.png │ │ │ ├── Image 514.png │ │ │ ├── Image 515.png │ │ │ ├── Image 516.png │ │ │ ├── Image 517.png │ │ │ ├── Image 518.png │ │ │ ├── Image 519.png │ │ │ ├── Image 520.png │ │ │ ├── Image 521.png │ │ │ ├── Image 522.png │ │ │ ├── Image 523.png │ │ │ ├── Image 524.png │ │ │ ├── Image 525.png │ │ │ ├── Image 526.png │ │ │ ├── Image 527.png │ │ │ ├── Image 528.png │ │ │ ├── Image 529.png │ │ │ ├── Image 530.png │ │ │ ├── Image 531.png │ │ │ ├── Image 532.png │ │ │ ├── Image 533.png │ │ │ ├── Image 534.png │ │ │ ├── Image 535.png │ │ │ ├── Image 536.png │ │ │ ├── Image 537.png │ │ │ ├── Image 538.png │ │ │ ├── Image 539.png │ │ │ ├── Image 540.png │ │ │ ├── Image 541.png │ │ │ ├── Image 542.png │ │ │ ├── Image 543.png │ │ │ ├── Image 544.png │ │ │ ├── Image 545.png │ │ │ ├── Image 546.png │ │ │ ├── Image 547.png │ │ │ ├── Image 548.png │ │ │ ├── Image 549.png │ │ │ ├── Image 550.png │ │ │ ├── Image 551.png │ │ │ ├── Image 552.png │ │ │ ├── Image 553.png │ │ │ ├── Image 554.png │ │ │ ├── Image 555.png │ │ │ ├── Image 556.png │ │ │ ├── Image 557.png │ │ │ ├── Image 558.png │ │ │ ├── Image 559.png │ │ │ ├── Image 560.png │ │ │ ├── Image 561.png │ │ │ ├── Image 562.png │ │ │ ├── Image 563.png │ │ │ ├── Image 564.png │ │ │ ├── Image 565.png │ │ │ ├── Image 566.png │ │ │ ├── Image 567.png │ │ │ ├── Image 568.png │ │ │ ├── Image 569.png │ │ │ ├── Image 570.png │ │ │ ├── Image 571.png │ │ │ ├── Image 572.png │ │ │ ├── Image 573.png │ │ │ ├── Image 574.png │ │ │ ├── Image 575.png │ │ │ ├── Image 576.png │ │ │ ├── Image 577.png │ │ │ ├── Image 578.png │ │ │ ├── Image 579.png │ │ │ ├── Image 580.png │ │ │ ├── Image 581.png │ │ │ ├── Image 582.png │ │ │ ├── Image 583.png │ │ │ ├── Image 584.png │ │ │ ├── Image 585.png │ │ │ ├── Image 586.png │ │ │ ├── Image 587.png │ │ │ ├── Image 588.png │ │ │ ├── Image 589.png │ │ │ ├── Image 590.png │ │ │ ├── Image 591.png │ │ │ ├── Image 592.png │ │ │ ├── Image 593.png │ │ │ ├── Image 594.png │ │ │ ├── Image 595.png │ │ │ ├── Image 596.png │ │ │ ├── Image 597.png │ │ │ ├── Image 598.png │ │ │ ├── Image 599.png │ │ │ ├── Image 600.png │ │ │ ├── Image 601.png │ │ │ ├── Image 602.png │ │ │ ├── Image 603.png │ │ │ ├── Image 604.png │ │ │ ├── Image 605.png │ │ │ ├── Image 606.png │ │ │ ├── Image 607.png │ │ │ ├── Image 608.png │ │ │ ├── Image 609.png │ │ │ ├── Image 610.png │ │ │ ├── Image 611.png │ │ │ ├── Image 612.png │ │ │ ├── Image 613.png │ │ │ ├── Image 614.png │ │ │ ├── Image 615.png │ │ │ ├── Image 616.png │ │ │ ├── Image 617.png │ │ │ ├── Image 618.png │ │ │ ├── Image 619.png │ │ │ ├── Image 620.png │ │ │ ├── Image 621.png │ │ │ ├── Image 622.png │ │ │ └── Image 623.png │ ├── W95 │ │ ├── Button Default.png │ │ ├── Button Text Outline.png │ │ ├── Button.png │ │ ├── Close Button Disabled.png │ │ ├── Close Button.png │ │ ├── Critical Error.png │ │ ├── Exclamation.png │ │ ├── Information.png │ │ ├── Question.png │ │ ├── Window Inactive.png │ │ ├── Window.png │ │ └── fonts │ │ │ ├── caption │ │ │ ├── 100.png │ │ │ ├── 101.png │ │ │ ├── 102.png │ │ │ ├── 103.png │ │ │ ├── 104.png │ │ │ ├── 105.png │ │ │ ├── 106.png │ │ │ ├── 107.png │ │ │ ├── 108.png │ │ │ ├── 109.png │ │ │ ├── 110.png │ │ │ ├── 111.png │ │ │ ├── 112.png │ │ │ ├── 113.png │ │ │ ├── 114.png │ │ │ ├── 115.png │ │ │ ├── 116.png │ │ │ ├── 117.png │ │ │ ├── 118.png │ │ │ ├── 119.png │ │ │ ├── 120.png │ │ │ ├── 121.png │ │ │ ├── 122.png │ │ │ ├── 123.png │ │ │ ├── 124.png │ │ │ ├── 125.png │ │ │ ├── 126.png │ │ │ ├── 32.png │ │ │ ├── 33.png │ │ │ ├── 34.png │ │ │ ├── 35.png │ │ │ ├── 36.png │ │ │ ├── 37.png │ │ │ ├── 38.png │ │ │ ├── 39.png │ │ │ ├── 40.png │ │ │ ├── 41.png │ │ │ ├── 42.png │ │ │ ├── 43.png │ │ │ ├── 44.png │ │ │ ├── 45.png │ │ │ ├── 46.png │ │ │ ├── 47.png │ │ │ ├── 48.png │ │ │ ├── 49.png │ │ │ ├── 50.png │ │ │ ├── 51.png │ │ │ ├── 52.png │ │ │ ├── 53.png │ │ │ ├── 54.png │ │ │ ├── 55.png │ │ │ ├── 56.png │ │ │ ├── 57.png │ │ │ ├── 58.png │ │ │ ├── 59.png │ │ │ ├── 60.png │ │ │ ├── 61.png │ │ │ ├── 62.png │ │ │ ├── 63.png │ │ │ ├── 64.png │ │ │ ├── 65.png │ │ │ ├── 66.png │ │ │ ├── 67.png │ │ │ ├── 68.png │ │ │ ├── 69.png │ │ │ ├── 70.png │ │ │ ├── 71.png │ │ │ ├── 72.png │ │ │ ├── 73.png │ │ │ ├── 74.png │ │ │ ├── 75.png │ │ │ ├── 76.png │ │ │ ├── 77.png │ │ │ ├── 78.png │ │ │ ├── 79.png │ │ │ ├── 80.png │ │ │ ├── 81.png │ │ │ ├── 82.png │ │ │ ├── 83.png │ │ │ ├── 84.png │ │ │ ├── 85.png │ │ │ ├── 86.png │ │ │ ├── 87.png │ │ │ ├── 88.png │ │ │ ├── 89.png │ │ │ ├── 90.png │ │ │ ├── 91.png │ │ │ ├── 92.png │ │ │ ├── 93.png │ │ │ ├── 94.png │ │ │ ├── 95.png │ │ │ ├── 96.png │ │ │ ├── 97.png │ │ │ ├── 98.png │ │ │ ├── 99.png │ │ │ └── newlinesize.txt │ │ │ └── text │ │ │ ├── 100.png │ │ │ ├── 101.png │ │ │ ├── 102.png │ │ │ ├── 103.png │ │ │ ├── 104.png │ │ │ ├── 105.png │ │ │ ├── 106.png │ │ │ ├── 107.png │ │ │ ├── 108.png │ │ │ ├── 109.png │ │ │ ├── 110.png │ │ │ ├── 111.png │ │ │ ├── 112.png │ │ │ ├── 113.png │ │ │ ├── 114.png │ │ │ ├── 115.png │ │ │ ├── 116.png │ │ │ ├── 117.png │ │ │ ├── 118.png │ │ │ ├── 119.png │ │ │ ├── 120.png │ │ │ ├── 121.png │ │ │ ├── 122.png │ │ │ ├── 123.png │ │ │ ├── 124.png │ │ │ ├── 125.png │ │ │ ├── 126.png │ │ │ ├── 32.png │ │ │ ├── 33.png │ │ │ ├── 34.png │ │ │ ├── 35.png │ │ │ ├── 36.png │ │ │ ├── 37.png │ │ │ ├── 38.png │ │ │ ├── 39.png │ │ │ ├── 40.png │ │ │ ├── 41.png │ │ │ ├── 42.png │ │ │ ├── 43.png │ │ │ ├── 44.png │ │ │ ├── 45.png │ │ │ ├── 46.png │ │ │ ├── 47.png │ │ │ ├── 48.png │ │ │ ├── 49.png │ │ │ ├── 50.png │ │ │ ├── 51.png │ │ │ ├── 52.png │ │ │ ├── 53.png │ │ │ ├── 54.png │ │ │ ├── 55.png │ │ │ ├── 56.png │ │ │ ├── 57.png │ │ │ ├── 58.png │ │ │ ├── 59.png │ │ │ ├── 60.png │ │ │ ├── 61.png │ │ │ ├── 62.png │ │ │ ├── 63.png │ │ │ ├── 64.png │ │ │ ├── 65.png │ │ │ ├── 66.png │ │ │ ├── 67.png │ │ │ ├── 68.png │ │ │ ├── 69.png │ │ │ ├── 70.png │ │ │ ├── 71.png │ │ │ ├── 72.png │ │ │ ├── 73.png │ │ │ ├── 74.png │ │ │ ├── 75.png │ │ │ ├── 76.png │ │ │ ├── 77.png │ │ │ ├── 78.png │ │ │ ├── 79.png │ │ │ ├── 80.png │ │ │ ├── 81.png │ │ │ ├── 82.png │ │ │ ├── 83.png │ │ │ ├── 84.png │ │ │ ├── 85.png │ │ │ ├── 86.png │ │ │ ├── 87.png │ │ │ ├── 88.png │ │ │ ├── 89.png │ │ │ ├── 90.png │ │ │ ├── 91.png │ │ │ ├── 92.png │ │ │ ├── 93.png │ │ │ ├── 94.png │ │ │ ├── 95.png │ │ │ ├── 96.png │ │ │ ├── 97.png │ │ │ ├── 98.png │ │ │ ├── 99.png │ │ │ └── newlinesize.txt │ ├── Wxp │ │ ├── Button Clicked.png │ │ ├── Button Default.png │ │ ├── Button Disabled.png │ │ ├── Button Hovered.png │ │ ├── Button.png │ │ ├── Close Buttons.png │ │ ├── Close button Active.png │ │ ├── Close button Clicked.png │ │ ├── Close button Hovered.png │ │ ├── Close button Inactive.png │ │ ├── Critical Error.png │ │ ├── Exclamation.png │ │ ├── Frame Bottom Active Unresizable.png │ │ ├── Frame Bottom Active.png │ │ ├── Frame Bottom Inactive Unresizable.png │ │ ├── Frame Bottom Inactive.png │ │ ├── Frame Left Active Unresizable.png │ │ ├── Frame Left Active.png │ │ ├── Frame Left Inactive Unresizable.png │ │ ├── Frame Left Inactive.png │ │ ├── Frame Right Active Unresizable.png │ │ ├── Frame Right Active.png │ │ ├── Frame Right Inactive Unresizable.png │ │ ├── Frame Right Inactive.png │ │ ├── Frame Up Active.png │ │ ├── Frame Up Inactive.png │ │ ├── Help Buttons.png │ │ ├── Information.png │ │ ├── Maximize Buttons.png │ │ ├── Minimize Buttons.png │ │ ├── Question.png │ │ ├── Untitled.pdn │ │ ├── fonts │ │ │ ├── caption │ │ │ │ ├── 100.png │ │ │ │ ├── 101.png │ │ │ │ ├── 102.png │ │ │ │ ├── 103.png │ │ │ │ ├── 104.png │ │ │ │ ├── 105.png │ │ │ │ ├── 106.png │ │ │ │ ├── 107.png │ │ │ │ ├── 108.png │ │ │ │ ├── 109.png │ │ │ │ ├── 110.png │ │ │ │ ├── 111.png │ │ │ │ ├── 112.png │ │ │ │ ├── 113.png │ │ │ │ ├── 114.png │ │ │ │ ├── 115.png │ │ │ │ ├── 116.png │ │ │ │ ├── 117.png │ │ │ │ ├── 118.png │ │ │ │ ├── 119.png │ │ │ │ ├── 120.png │ │ │ │ ├── 121.png │ │ │ │ ├── 122.png │ │ │ │ ├── 123.png │ │ │ │ ├── 124.png │ │ │ │ ├── 125.png │ │ │ │ ├── 126.png │ │ │ │ ├── 32.png │ │ │ │ ├── 33.png │ │ │ │ ├── 34.png │ │ │ │ ├── 35.png │ │ │ │ ├── 36.png │ │ │ │ ├── 37.png │ │ │ │ ├── 38.png │ │ │ │ ├── 39.png │ │ │ │ ├── 40.png │ │ │ │ ├── 41.png │ │ │ │ ├── 42.png │ │ │ │ ├── 43.png │ │ │ │ ├── 44.png │ │ │ │ ├── 45.png │ │ │ │ ├── 46.png │ │ │ │ ├── 47.png │ │ │ │ ├── 48.png │ │ │ │ ├── 49.png │ │ │ │ ├── 50.png │ │ │ │ ├── 51.png │ │ │ │ ├── 52.png │ │ │ │ ├── 53.png │ │ │ │ ├── 54.png │ │ │ │ ├── 55.png │ │ │ │ ├── 56.png │ │ │ │ ├── 57.png │ │ │ │ ├── 58.png │ │ │ │ ├── 59.png │ │ │ │ ├── 60.png │ │ │ │ ├── 61.png │ │ │ │ ├── 62.png │ │ │ │ ├── 63.png │ │ │ │ ├── 64.png │ │ │ │ ├── 65.png │ │ │ │ ├── 66.png │ │ │ │ ├── 67.png │ │ │ │ ├── 68.png │ │ │ │ ├── 69.png │ │ │ │ ├── 70.png │ │ │ │ ├── 71.png │ │ │ │ ├── 72.png │ │ │ │ ├── 73.png │ │ │ │ ├── 74.png │ │ │ │ ├── 75.png │ │ │ │ ├── 76.png │ │ │ │ ├── 77.png │ │ │ │ ├── 78.png │ │ │ │ ├── 79.png │ │ │ │ ├── 80.png │ │ │ │ ├── 81.png │ │ │ │ ├── 82.png │ │ │ │ ├── 83.png │ │ │ │ ├── 84.png │ │ │ │ ├── 85.png │ │ │ │ ├── 86.png │ │ │ │ ├── 87.png │ │ │ │ ├── 88.png │ │ │ │ ├── 89.png │ │ │ │ ├── 90.png │ │ │ │ ├── 91.png │ │ │ │ ├── 92.png │ │ │ │ ├── 93.png │ │ │ │ ├── 94.png │ │ │ │ ├── 95.png │ │ │ │ ├── 96.png │ │ │ │ ├── 97.png │ │ │ │ ├── 98.png │ │ │ │ ├── 99.png │ │ │ │ ├── newlinesize.txt │ │ │ │ ├── white100.png │ │ │ │ ├── white101.png │ │ │ │ ├── white102.png │ │ │ │ ├── white103.png │ │ │ │ ├── white104.png │ │ │ │ ├── white105.png │ │ │ │ ├── white106.png │ │ │ │ ├── white107.png │ │ │ │ ├── white108.png │ │ │ │ ├── white109.png │ │ │ │ ├── white110.png │ │ │ │ ├── white111.png │ │ │ │ ├── white112.png │ │ │ │ ├── white113.png │ │ │ │ ├── white114.png │ │ │ │ ├── white115.png │ │ │ │ ├── white116.png │ │ │ │ ├── white117.png │ │ │ │ ├── white118.png │ │ │ │ ├── white119.png │ │ │ │ ├── white120.png │ │ │ │ ├── white121.png │ │ │ │ ├── white122.png │ │ │ │ ├── white123.png │ │ │ │ ├── white124.png │ │ │ │ ├── white125.png │ │ │ │ ├── white126.png │ │ │ │ ├── white32.png │ │ │ │ ├── white33.png │ │ │ │ ├── white34.png │ │ │ │ ├── white35.png │ │ │ │ ├── white36.png │ │ │ │ ├── white37.png │ │ │ │ ├── white38.png │ │ │ │ ├── white39.png │ │ │ │ ├── white40.png │ │ │ │ ├── white41.png │ │ │ │ ├── white42.png │ │ │ │ ├── white43.png │ │ │ │ ├── white44.png │ │ │ │ ├── white45.png │ │ │ │ ├── white46.png │ │ │ │ ├── white47.png │ │ │ │ ├── white48.png │ │ │ │ ├── white49.png │ │ │ │ ├── white50.png │ │ │ │ ├── white51.png │ │ │ │ ├── white52.png │ │ │ │ ├── white53.png │ │ │ │ ├── white54.png │ │ │ │ ├── white55.png │ │ │ │ ├── white56.png │ │ │ │ ├── white57.png │ │ │ │ ├── white58.png │ │ │ │ ├── white59.png │ │ │ │ ├── white60.png │ │ │ │ ├── white61.png │ │ │ │ ├── white62.png │ │ │ │ ├── white63.png │ │ │ │ ├── white64.png │ │ │ │ ├── white65.png │ │ │ │ ├── white66.png │ │ │ │ ├── white67.png │ │ │ │ ├── white68.png │ │ │ │ ├── white69.png │ │ │ │ ├── white70.png │ │ │ │ ├── white71.png │ │ │ │ ├── white72.png │ │ │ │ ├── white73.png │ │ │ │ ├── white74.png │ │ │ │ ├── white75.png │ │ │ │ ├── white76.png │ │ │ │ ├── white77.png │ │ │ │ ├── white78.png │ │ │ │ ├── white79.png │ │ │ │ ├── white80.png │ │ │ │ ├── white81.png │ │ │ │ ├── white82.png │ │ │ │ ├── white83.png │ │ │ │ ├── white84.png │ │ │ │ ├── white85.png │ │ │ │ ├── white86.png │ │ │ │ ├── white87.png │ │ │ │ ├── white88.png │ │ │ │ ├── white89.png │ │ │ │ ├── white90.png │ │ │ │ ├── white91.png │ │ │ │ ├── white92.png │ │ │ │ ├── white93.png │ │ │ │ ├── white94.png │ │ │ │ ├── white95.png │ │ │ │ ├── white96.png │ │ │ │ ├── white97.png │ │ │ │ ├── white98.png │ │ │ │ └── white99.png │ │ │ ├── captionshadow │ │ │ │ ├── 100.png │ │ │ │ ├── 101.png │ │ │ │ ├── 102.png │ │ │ │ ├── 103.png │ │ │ │ ├── 104.png │ │ │ │ ├── 105.png │ │ │ │ ├── 106.png │ │ │ │ ├── 107.png │ │ │ │ ├── 108.png │ │ │ │ ├── 109.png │ │ │ │ ├── 110.png │ │ │ │ ├── 111.png │ │ │ │ ├── 112.png │ │ │ │ ├── 113.png │ │ │ │ ├── 114.png │ │ │ │ ├── 115.png │ │ │ │ ├── 116.png │ │ │ │ ├── 117.png │ │ │ │ ├── 118.png │ │ │ │ ├── 119.png │ │ │ │ ├── 120.png │ │ │ │ ├── 121.png │ │ │ │ ├── 122.png │ │ │ │ ├── 123.png │ │ │ │ ├── 124.png │ │ │ │ ├── 125.png │ │ │ │ ├── 126.png │ │ │ │ ├── 32.png │ │ │ │ ├── 33.png │ │ │ │ ├── 34.png │ │ │ │ ├── 35.png │ │ │ │ ├── 36.png │ │ │ │ ├── 37.png │ │ │ │ ├── 38.png │ │ │ │ ├── 39.png │ │ │ │ ├── 40.png │ │ │ │ ├── 41.png │ │ │ │ ├── 42.png │ │ │ │ ├── 43.png │ │ │ │ ├── 44.png │ │ │ │ ├── 45.png │ │ │ │ ├── 46.png │ │ │ │ ├── 47.png │ │ │ │ ├── 48.png │ │ │ │ ├── 49.png │ │ │ │ ├── 50.png │ │ │ │ ├── 51.png │ │ │ │ ├── 52.png │ │ │ │ ├── 53.png │ │ │ │ ├── 54.png │ │ │ │ ├── 55.png │ │ │ │ ├── 56.png │ │ │ │ ├── 57.png │ │ │ │ ├── 58.png │ │ │ │ ├── 59.png │ │ │ │ ├── 60.png │ │ │ │ ├── 61.png │ │ │ │ ├── 62.png │ │ │ │ ├── 63.png │ │ │ │ ├── 64.png │ │ │ │ ├── 65.png │ │ │ │ ├── 66.png │ │ │ │ ├── 67.png │ │ │ │ ├── 68.png │ │ │ │ ├── 69.png │ │ │ │ ├── 70.png │ │ │ │ ├── 71.png │ │ │ │ ├── 72.png │ │ │ │ ├── 73.png │ │ │ │ ├── 74.png │ │ │ │ ├── 75.png │ │ │ │ ├── 76.png │ │ │ │ ├── 77.png │ │ │ │ ├── 78.png │ │ │ │ ├── 79.png │ │ │ │ ├── 80.png │ │ │ │ ├── 81.png │ │ │ │ ├── 82.png │ │ │ │ ├── 83.png │ │ │ │ ├── 84.png │ │ │ │ ├── 85.png │ │ │ │ ├── 86.png │ │ │ │ ├── 87.png │ │ │ │ ├── 88.png │ │ │ │ ├── 89.png │ │ │ │ ├── 90.png │ │ │ │ ├── 91.png │ │ │ │ ├── 92.png │ │ │ │ ├── 93.png │ │ │ │ ├── 94.png │ │ │ │ ├── 95.png │ │ │ │ ├── 96.png │ │ │ │ ├── 97.png │ │ │ │ ├── 98.png │ │ │ │ ├── 99.png │ │ │ │ ├── newlinesize.txt │ │ │ │ ├── white100.png │ │ │ │ ├── white101.png │ │ │ │ ├── white102.png │ │ │ │ ├── white103.png │ │ │ │ ├── white104.png │ │ │ │ ├── white105.png │ │ │ │ ├── white106.png │ │ │ │ ├── white107.png │ │ │ │ ├── white108.png │ │ │ │ ├── white109.png │ │ │ │ ├── white110.png │ │ │ │ ├── white111.png │ │ │ │ ├── white112.png │ │ │ │ ├── white113.png │ │ │ │ ├── white114.png │ │ │ │ ├── white115.png │ │ │ │ ├── white116.png │ │ │ │ ├── white117.png │ │ │ │ ├── white118.png │ │ │ │ ├── white119.png │ │ │ │ ├── white120.png │ │ │ │ ├── white121.png │ │ │ │ ├── white122.png │ │ │ │ ├── white123.png │ │ │ │ ├── white124.png │ │ │ │ ├── white125.png │ │ │ │ ├── white126.png │ │ │ │ ├── white32.png │ │ │ │ ├── white33.png │ │ │ │ ├── white34.png │ │ │ │ ├── white35.png │ │ │ │ ├── white36.png │ │ │ │ ├── white37.png │ │ │ │ ├── white38.png │ │ │ │ ├── white39.png │ │ │ │ ├── white40.png │ │ │ │ ├── white41.png │ │ │ │ ├── white42.png │ │ │ │ ├── white43.png │ │ │ │ ├── white44.png │ │ │ │ ├── white45.png │ │ │ │ ├── white46.png │ │ │ │ ├── white47.png │ │ │ │ ├── white48.png │ │ │ │ ├── white49.png │ │ │ │ ├── white50.png │ │ │ │ ├── white51.png │ │ │ │ ├── white52.png │ │ │ │ ├── white53.png │ │ │ │ ├── white54.png │ │ │ │ ├── white55.png │ │ │ │ ├── white56.png │ │ │ │ ├── white57.png │ │ │ │ ├── white58.png │ │ │ │ ├── white59.png │ │ │ │ ├── white60.png │ │ │ │ ├── white61.png │ │ │ │ ├── white62.png │ │ │ │ ├── white63.png │ │ │ │ ├── white64.png │ │ │ │ ├── white65.png │ │ │ │ ├── white66.png │ │ │ │ ├── white67.png │ │ │ │ ├── white68.png │ │ │ │ ├── white69.png │ │ │ │ ├── white70.png │ │ │ │ ├── white71.png │ │ │ │ ├── white72.png │ │ │ │ ├── white73.png │ │ │ │ ├── white74.png │ │ │ │ ├── white75.png │ │ │ │ ├── white76.png │ │ │ │ ├── white77.png │ │ │ │ ├── white78.png │ │ │ │ ├── white79.png │ │ │ │ ├── white80.png │ │ │ │ ├── white81.png │ │ │ │ ├── white82.png │ │ │ │ ├── white83.png │ │ │ │ ├── white84.png │ │ │ │ ├── white85.png │ │ │ │ ├── white86.png │ │ │ │ ├── white87.png │ │ │ │ ├── white88.png │ │ │ │ ├── white89.png │ │ │ │ ├── white90.png │ │ │ │ ├── white91.png │ │ │ │ ├── white92.png │ │ │ │ ├── white93.png │ │ │ │ ├── white94.png │ │ │ │ ├── white95.png │ │ │ │ ├── white96.png │ │ │ │ ├── white97.png │ │ │ │ ├── white98.png │ │ │ │ └── white99.png │ │ │ └── text │ │ │ │ ├── 100.png │ │ │ │ ├── 101.png │ │ │ │ ├── 102.png │ │ │ │ ├── 103.png │ │ │ │ ├── 104.png │ │ │ │ ├── 105.png │ │ │ │ ├── 106.png │ │ │ │ ├── 107.png │ │ │ │ ├── 108.png │ │ │ │ ├── 109.png │ │ │ │ ├── 110.png │ │ │ │ ├── 111.png │ │ │ │ ├── 112.png │ │ │ │ ├── 113.png │ │ │ │ ├── 114.png │ │ │ │ ├── 115.png │ │ │ │ ├── 116.png │ │ │ │ ├── 117.png │ │ │ │ ├── 118.png │ │ │ │ ├── 119.png │ │ │ │ ├── 120.png │ │ │ │ ├── 121.png │ │ │ │ ├── 122.png │ │ │ │ ├── 123.png │ │ │ │ ├── 124.png │ │ │ │ ├── 125.png │ │ │ │ ├── 126.png │ │ │ │ ├── 32.png │ │ │ │ ├── 33.png │ │ │ │ ├── 34.png │ │ │ │ ├── 35.png │ │ │ │ ├── 36.png │ │ │ │ ├── 37.png │ │ │ │ ├── 38.png │ │ │ │ ├── 39.png │ │ │ │ ├── 40.png │ │ │ │ ├── 41.png │ │ │ │ ├── 42.png │ │ │ │ ├── 43.png │ │ │ │ ├── 44.png │ │ │ │ ├── 45.png │ │ │ │ ├── 46.png │ │ │ │ ├── 47.png │ │ │ │ ├── 48.png │ │ │ │ ├── 49.png │ │ │ │ ├── 50.png │ │ │ │ ├── 51.png │ │ │ │ ├── 52.png │ │ │ │ ├── 53.png │ │ │ │ ├── 54.png │ │ │ │ ├── 55.png │ │ │ │ ├── 56.png │ │ │ │ ├── 57.png │ │ │ │ ├── 58.png │ │ │ │ ├── 59.png │ │ │ │ ├── 60.png │ │ │ │ ├── 61.png │ │ │ │ ├── 62.png │ │ │ │ ├── 63.png │ │ │ │ ├── 64.png │ │ │ │ ├── 65.png │ │ │ │ ├── 66.png │ │ │ │ ├── 67.png │ │ │ │ ├── 68.png │ │ │ │ ├── 69.png │ │ │ │ ├── 70.png │ │ │ │ ├── 71.png │ │ │ │ ├── 72.png │ │ │ │ ├── 73.png │ │ │ │ ├── 74.png │ │ │ │ ├── 75.png │ │ │ │ ├── 76.png │ │ │ │ ├── 77.png │ │ │ │ ├── 78.png │ │ │ │ ├── 79.png │ │ │ │ ├── 80.png │ │ │ │ ├── 81.png │ │ │ │ ├── 82.png │ │ │ │ ├── 83.png │ │ │ │ ├── 84.png │ │ │ │ ├── 85.png │ │ │ │ ├── 86.png │ │ │ │ ├── 87.png │ │ │ │ ├── 88.png │ │ │ │ ├── 89.png │ │ │ │ ├── 90.png │ │ │ │ ├── 91.png │ │ │ │ ├── 92.png │ │ │ │ ├── 93.png │ │ │ │ ├── 94.png │ │ │ │ ├── 95.png │ │ │ │ ├── 96.png │ │ │ │ ├── 97.png │ │ │ │ ├── 98.png │ │ │ │ ├── 99.png │ │ │ │ ├── newlinesize.txt │ │ │ │ ├── white100.png │ │ │ │ ├── white101.png │ │ │ │ ├── white102.png │ │ │ │ ├── white103.png │ │ │ │ ├── white104.png │ │ │ │ ├── white105.png │ │ │ │ ├── white106.png │ │ │ │ ├── white107.png │ │ │ │ ├── white108.png │ │ │ │ ├── white109.png │ │ │ │ ├── white110.png │ │ │ │ ├── white111.png │ │ │ │ ├── white112.png │ │ │ │ ├── white113.png │ │ │ │ ├── white114.png │ │ │ │ ├── white115.png │ │ │ │ ├── white116.png │ │ │ │ ├── white117.png │ │ │ │ ├── white118.png │ │ │ │ ├── white119.png │ │ │ │ ├── white120.png │ │ │ │ ├── white121.png │ │ │ │ ├── white122.png │ │ │ │ ├── white123.png │ │ │ │ ├── white124.png │ │ │ │ ├── white125.png │ │ │ │ ├── white126.png │ │ │ │ ├── white32.png │ │ │ │ ├── white33.png │ │ │ │ ├── white34.png │ │ │ │ ├── white35.png │ │ │ │ ├── white36.png │ │ │ │ ├── white37.png │ │ │ │ ├── white38.png │ │ │ │ ├── white39.png │ │ │ │ ├── white40.png │ │ │ │ ├── white41.png │ │ │ │ ├── white42.png │ │ │ │ ├── white43.png │ │ │ │ ├── white44.png │ │ │ │ ├── white45.png │ │ │ │ ├── white46.png │ │ │ │ ├── white47.png │ │ │ │ ├── white48.png │ │ │ │ ├── white49.png │ │ │ │ ├── white50.png │ │ │ │ ├── white51.png │ │ │ │ ├── white52.png │ │ │ │ ├── white53.png │ │ │ │ ├── white54.png │ │ │ │ ├── white55.png │ │ │ │ ├── white56.png │ │ │ │ ├── white57.png │ │ │ │ ├── white58.png │ │ │ │ ├── white59.png │ │ │ │ ├── white60.png │ │ │ │ ├── white61.png │ │ │ │ ├── white62.png │ │ │ │ ├── white63.png │ │ │ │ ├── white64.png │ │ │ │ ├── white65.png │ │ │ │ ├── white66.png │ │ │ │ ├── white67.png │ │ │ │ ├── white68.png │ │ │ │ ├── white69.png │ │ │ │ ├── white70.png │ │ │ │ ├── white71.png │ │ │ │ ├── white72.png │ │ │ │ ├── white73.png │ │ │ │ ├── white74.png │ │ │ │ ├── white75.png │ │ │ │ ├── white76.png │ │ │ │ ├── white77.png │ │ │ │ ├── white78.png │ │ │ │ ├── white79.png │ │ │ │ ├── white80.png │ │ │ │ ├── white81.png │ │ │ │ ├── white82.png │ │ │ │ ├── white83.png │ │ │ │ ├── white84.png │ │ │ │ ├── white85.png │ │ │ │ ├── white86.png │ │ │ │ ├── white87.png │ │ │ │ ├── white88.png │ │ │ │ ├── white89.png │ │ │ │ ├── white90.png │ │ │ │ ├── white91.png │ │ │ │ ├── white92.png │ │ │ │ ├── white93.png │ │ │ │ ├── white94.png │ │ │ │ ├── white95.png │ │ │ │ ├── white96.png │ │ │ │ ├── white97.png │ │ │ │ ├── white98.png │ │ │ │ └── white99.png │ │ └── orignal │ │ │ ├── BLUE_BUTTON_BMP.png │ │ │ ├── BLUE_CAPTIONBUTTON_BMP.bmp │ │ │ ├── BLUE_CAPTIONBUTTON_BMP.png │ │ │ ├── BLUE_CLOSEBUTTON_BMP.bmp │ │ │ ├── BLUE_CLOSEBUTTON_BMP.png │ │ │ ├── BLUE_CLOSEBUTTON_COMPOSITED.png │ │ │ ├── BLUE_CLOSEGLYPH_BMP.bmp │ │ │ ├── BLUE_CLOSEGLYPH_BMP.png │ │ │ ├── BLUE_FRAMEBOTTOM_BMP.bmp │ │ │ ├── BLUE_FRAMECAPTION_BMP.bmp │ │ │ ├── BLUE_FRAMELEFT_BMP.bmp │ │ │ ├── BLUE_FRAMEMAXIMIZED_BMP.bmp │ │ │ ├── BLUE_FRAMERIGHT_BMP.bmp │ │ │ ├── BLUE_HELPGLYPH_BMP.bmp │ │ │ ├── BLUE_HELPGLYPH_BMP.png │ │ │ ├── BLUE_MAXIMIZEGLYPH_BMP.bmp │ │ │ ├── BLUE_MAXIMIZEGLYPH_BMP.png │ │ │ ├── BLUE_MINIMIZEGLYPH_BMP.bmp │ │ │ ├── BLUE_RESTOREGLYPH_BMP.bmp │ │ │ ├── BLUE_SCROLLARROWGLYPHS_BMP.bmp │ │ │ ├── BLUE_SCROLLARROWS_BMP.bmp │ │ │ ├── BLUE_SCROLLSHAFTHORIZONTAL_BMP.bmp │ │ │ ├── BLUE_SCROLLSHAFTVERTICAL_BMP.bmp │ │ │ ├── BLUE_SCROLLTHUMBGRIPPERHORIZONTAL_BMP.bmp │ │ │ ├── BLUE_SCROLLTHUMBGRIPPERVERTICAL_BMP.bmp │ │ │ ├── BLUE_SCROLLTHUMBHORIZONTAL_BMP.bmp │ │ │ ├── BLUE_SCROLLTHUMBVERTICAL_BMP.bmp │ │ │ ├── BLUE_SMALLFRAMECAPTION_BMP.bmp │ │ │ ├── help button composited.png │ │ │ ├── homestead │ │ │ ├── HOMESTEAD_BUTTON_BMP.bmp │ │ │ ├── HOMESTEAD_CAPTIONBUTTON_BMP.bmp │ │ │ ├── HOMESTEAD_CLOSEBUTTON_BMP.bmp │ │ │ ├── HOMESTEAD_CLOSEGLYPH_BMP.bmp │ │ │ ├── HOMESTEAD_FRAMEBOTTOM_BMP.bmp │ │ │ ├── HOMESTEAD_FRAMECAPTION_BMP.bmp │ │ │ ├── HOMESTEAD_FRAMELEFT_BMP.bmp │ │ │ ├── HOMESTEAD_FRAMEMAXIMIZED_BMP.bmp │ │ │ ├── HOMESTEAD_FRAMERIGHT_BMP.bmp │ │ │ ├── HOMESTEAD_HELPGLYPH_BMP.bmp │ │ │ ├── HOMESTEAD_MAXIMIZEGLYPH_BMP.bmp │ │ │ ├── HOMESTEAD_MINIMIZEGLYPH_BMP.bmp │ │ │ ├── HOMESTEAD_RESTOREGLYPH_BMP.bmp │ │ │ ├── HOMESTEAD_SCROLLARROWGLYPHS_BMP.bmp │ │ │ ├── HOMESTEAD_SCROLLARROWS_BMP.bmp │ │ │ ├── HOMESTEAD_SCROLLSHAFTHORIZONTAL_BMP.bmp │ │ │ ├── HOMESTEAD_SCROLLSHAFTVERTICAL_BMP.bmp │ │ │ ├── HOMESTEAD_SCROLLTHUMBGRIPPERHORIZONTAL_BMP.bmp │ │ │ ├── HOMESTEAD_SCROLLTHUMBGRIPPERVERTICAL_BMP.bmp │ │ │ ├── HOMESTEAD_SCROLLTHUMBHORIZONTAL_BMP.bmp │ │ │ ├── HOMESTEAD_SCROLLTHUMBVERTICAL_BMP.bmp │ │ │ └── HOMESTEAD_SMALLFRAMECAPTION_BMP.bmp │ │ │ ├── maximize button composited.png │ │ │ ├── metallic │ │ │ ├── METALLIC_BUTTON_BMP.bmp │ │ │ ├── METALLIC_CAPTIONBUTTON_BMP.bmp │ │ │ ├── METALLIC_CLOSEBUTTON_BMP.bmp │ │ │ ├── METALLIC_CLOSEGLYPH_BMP.bmp │ │ │ ├── METALLIC_FRAMEBOTTOM_BMP.bmp │ │ │ ├── METALLIC_FRAMECAPTION_BMP.bmp │ │ │ ├── METALLIC_FRAMELEFT_BMP.bmp │ │ │ ├── METALLIC_FRAMEMAXIMIZED_BMP.bmp │ │ │ ├── METALLIC_FRAMERIGHT_BMP.bmp │ │ │ ├── METALLIC_HELPGLYPH_BMP.bmp │ │ │ ├── METALLIC_MAXIMIZEGLYPH_BMP.bmp │ │ │ ├── METALLIC_MINIMIZEGLYPH_BMP.bmp │ │ │ ├── METALLIC_RESTOREGLYPH_BMP.bmp │ │ │ ├── METALLIC_SCROLLARROWGLYPHS_BMP.bmp │ │ │ ├── METALLIC_SCROLLARROWS_BMP.bmp │ │ │ ├── METALLIC_SCROLLSHAFTHORIZONTAL_BMP.bmp │ │ │ ├── METALLIC_SCROLLSHAFTVERTICAL_BMP.bmp │ │ │ ├── METALLIC_SCROLLTHUMBGRIPPERHORIZONTAL_BMP.bmp │ │ │ ├── METALLIC_SCROLLTHUMBGRIPPERVERTICAL_BMP.bmp │ │ │ ├── METALLIC_SCROLLTHUMBHORIZONTAL_BMP.bmp │ │ │ └── METALLIC_SCROLLTHUMBVERTICAL_BMP.bmp │ │ │ ├── minimize button composited.png │ │ │ ├── user32_1_7.ico │ │ │ ├── user32_2_6.ico │ │ │ ├── user32_3_7.ico │ │ │ └── user32_4_7.ico │ ├── __init__.py │ ├── editor │ │ ├── Arrow Down.png │ │ ├── Arrow Up.png │ │ ├── Background Czeditor Text.png │ │ ├── Background Error Text.png │ │ ├── Button Highlighted.pdn │ │ ├── Button Highlighted.png │ │ ├── Button Highlighted2.pdn │ │ ├── Button Pressed.pdn │ │ ├── Button Pressed.png │ │ ├── Button Pressedold.pdn │ │ ├── Button.pdn │ │ ├── Button.png │ │ ├── Rounded Frame.png │ │ ├── Selected Tab.png │ │ ├── Square Frame.png │ │ ├── Text Box.png │ │ ├── Top Bar.png │ │ ├── Unselected Tab.png │ │ ├── actions │ │ │ ├── Camera Motion.png │ │ │ ├── Cascade.png │ │ │ ├── Media.png │ │ │ └── Windows Error.png │ │ ├── effects │ │ │ ├── 2D Media.png │ │ │ ├── 3D Media.png │ │ │ ├── Basic Shader.png │ │ │ ├── Blur Shader.png │ │ │ ├── Custom Code.png │ │ │ ├── Custom Color Shader.png │ │ │ ├── Custom Shader.png │ │ │ ├── Custom Vertex Shader.png │ │ │ ├── Glitch Shader.png │ │ │ ├── Scrolling Shader.png │ │ │ └── Tiling Shader.png │ │ ├── icondark.png │ │ ├── mockup.pdn │ │ └── sources │ │ │ ├── Filled Rectangle.png │ │ │ ├── Image Sequence.png │ │ │ ├── Image.png │ │ │ ├── Record.png │ │ │ ├── Video.png │ │ │ └── Windows Error.png │ ├── mac │ │ ├── Apple platinum.bin │ │ ├── Button Disabled.png │ │ ├── Button Outline Disabled.png │ │ ├── Button Outline.png │ │ ├── Button.png │ │ ├── Error Window No bar.png │ │ ├── Error Window With bar.png │ │ ├── Exclamation.png │ │ ├── Inactive Error Window With bar.png │ │ ├── Inactive Window With bar.png │ │ ├── Red Ridges.png │ │ ├── Ridges.png │ │ ├── Speech Bubble Small.png │ │ ├── Speech Bubble.png │ │ ├── Studs.png │ │ ├── Windoid Close Button.png │ │ ├── Windoid Hidden.png │ │ ├── Windoid Hide Button.png │ │ ├── Windoid.png │ │ ├── Window No bar.png │ │ ├── Window With bar.png │ │ ├── fonts │ │ │ ├── caption │ │ │ │ ├── 100.png │ │ │ │ ├── 101.png │ │ │ │ ├── 102.png │ │ │ │ ├── 103.png │ │ │ │ ├── 104.png │ │ │ │ ├── 105.png │ │ │ │ ├── 106.png │ │ │ │ ├── 107.png │ │ │ │ ├── 108.png │ │ │ │ ├── 109.png │ │ │ │ ├── 110.png │ │ │ │ ├── 111.png │ │ │ │ ├── 112.png │ │ │ │ ├── 113.png │ │ │ │ ├── 114.png │ │ │ │ ├── 115.png │ │ │ │ ├── 116.png │ │ │ │ ├── 117.png │ │ │ │ ├── 118.png │ │ │ │ ├── 119.png │ │ │ │ ├── 120.png │ │ │ │ ├── 121.png │ │ │ │ ├── 122.png │ │ │ │ ├── 123.png │ │ │ │ ├── 124.png │ │ │ │ ├── 125.png │ │ │ │ ├── 126.png │ │ │ │ ├── 32.png │ │ │ │ ├── 33.png │ │ │ │ ├── 34.png │ │ │ │ ├── 35.png │ │ │ │ ├── 36.png │ │ │ │ ├── 37.png │ │ │ │ ├── 38.png │ │ │ │ ├── 39.png │ │ │ │ ├── 40.png │ │ │ │ ├── 41.png │ │ │ │ ├── 42.png │ │ │ │ ├── 43.png │ │ │ │ ├── 44.png │ │ │ │ ├── 45.png │ │ │ │ ├── 46.png │ │ │ │ ├── 47.png │ │ │ │ ├── 48.png │ │ │ │ ├── 49.png │ │ │ │ ├── 50.png │ │ │ │ ├── 51.png │ │ │ │ ├── 52.png │ │ │ │ ├── 53.png │ │ │ │ ├── 54.png │ │ │ │ ├── 55.png │ │ │ │ ├── 56.png │ │ │ │ ├── 57.png │ │ │ │ ├── 58.png │ │ │ │ ├── 59.png │ │ │ │ ├── 60.png │ │ │ │ ├── 61.png │ │ │ │ ├── 62.png │ │ │ │ ├── 63.png │ │ │ │ ├── 64.png │ │ │ │ ├── 65.png │ │ │ │ ├── 66.png │ │ │ │ ├── 67.png │ │ │ │ ├── 68.png │ │ │ │ ├── 69.png │ │ │ │ ├── 70.png │ │ │ │ ├── 71.png │ │ │ │ ├── 72.png │ │ │ │ ├── 73.png │ │ │ │ ├── 74.png │ │ │ │ ├── 75.png │ │ │ │ ├── 76.png │ │ │ │ ├── 77.png │ │ │ │ ├── 78.png │ │ │ │ ├── 79.png │ │ │ │ ├── 80.png │ │ │ │ ├── 81.png │ │ │ │ ├── 82.png │ │ │ │ ├── 83.png │ │ │ │ ├── 84.png │ │ │ │ ├── 85.png │ │ │ │ ├── 86.png │ │ │ │ ├── 87.png │ │ │ │ ├── 88.png │ │ │ │ ├── 89.png │ │ │ │ ├── 90.png │ │ │ │ ├── 91.png │ │ │ │ ├── 92.png │ │ │ │ ├── 93.png │ │ │ │ ├── 94.png │ │ │ │ ├── 95.png │ │ │ │ ├── 96.png │ │ │ │ ├── 97.png │ │ │ │ ├── 98.png │ │ │ │ ├── 99.png │ │ │ │ └── newlinesize.txt │ │ │ └── text │ │ │ │ ├── 100.png │ │ │ │ ├── 101.png │ │ │ │ ├── 102.png │ │ │ │ ├── 103.png │ │ │ │ ├── 104.png │ │ │ │ ├── 105.png │ │ │ │ ├── 106.png │ │ │ │ ├── 107.png │ │ │ │ ├── 108.png │ │ │ │ ├── 109.png │ │ │ │ ├── 110.png │ │ │ │ ├── 111.png │ │ │ │ ├── 112.png │ │ │ │ ├── 113.png │ │ │ │ ├── 114.png │ │ │ │ ├── 115.png │ │ │ │ ├── 116.png │ │ │ │ ├── 117.png │ │ │ │ ├── 118.png │ │ │ │ ├── 119.png │ │ │ │ ├── 120.png │ │ │ │ ├── 121.png │ │ │ │ ├── 122.png │ │ │ │ ├── 123.png │ │ │ │ ├── 124.png │ │ │ │ ├── 125.png │ │ │ │ ├── 126.png │ │ │ │ ├── 32.png │ │ │ │ ├── 33.png │ │ │ │ ├── 34.png │ │ │ │ ├── 35.png │ │ │ │ ├── 36.png │ │ │ │ ├── 37.png │ │ │ │ ├── 38.png │ │ │ │ ├── 39.png │ │ │ │ ├── 40.png │ │ │ │ ├── 41.png │ │ │ │ ├── 42.png │ │ │ │ ├── 43.png │ │ │ │ ├── 44.png │ │ │ │ ├── 45.png │ │ │ │ ├── 46.png │ │ │ │ ├── 47.png │ │ │ │ ├── 48.png │ │ │ │ ├── 49.png │ │ │ │ ├── 50.png │ │ │ │ ├── 51.png │ │ │ │ ├── 52.png │ │ │ │ ├── 53.png │ │ │ │ ├── 54.png │ │ │ │ ├── 55.png │ │ │ │ ├── 56.png │ │ │ │ ├── 57.png │ │ │ │ ├── 58.png │ │ │ │ ├── 59.png │ │ │ │ ├── 60.png │ │ │ │ ├── 61.png │ │ │ │ ├── 62.png │ │ │ │ ├── 63.png │ │ │ │ ├── 64.png │ │ │ │ ├── 65.png │ │ │ │ ├── 66.png │ │ │ │ ├── 67.png │ │ │ │ ├── 68.png │ │ │ │ ├── 69.png │ │ │ │ ├── 70.png │ │ │ │ ├── 71.png │ │ │ │ ├── 72.png │ │ │ │ ├── 73.png │ │ │ │ ├── 74.png │ │ │ │ ├── 75.png │ │ │ │ ├── 76.png │ │ │ │ ├── 77.png │ │ │ │ ├── 78.png │ │ │ │ ├── 79.png │ │ │ │ ├── 80.png │ │ │ │ ├── 81.png │ │ │ │ ├── 82.png │ │ │ │ ├── 83.png │ │ │ │ ├── 84.png │ │ │ │ ├── 85.png │ │ │ │ ├── 86.png │ │ │ │ ├── 87.png │ │ │ │ ├── 88.png │ │ │ │ ├── 89.png │ │ │ │ ├── 90.png │ │ │ │ ├── 91.png │ │ │ │ ├── 92.png │ │ │ │ ├── 93.png │ │ │ │ ├── 94.png │ │ │ │ ├── 95.png │ │ │ │ ├── 96.png │ │ │ │ ├── 97.png │ │ │ │ ├── 98.png │ │ │ │ ├── 99.png │ │ │ │ └── newlinesize.txt │ │ ├── hand.png │ │ └── image.png │ └── ubuntu │ │ ├── Attention.png │ │ ├── Button Default.png │ │ ├── Button.png │ │ ├── Caption Buttons Background.png │ │ ├── Checkmark.png │ │ ├── Close Button Clicked.png │ │ ├── Close Button Highlighted.png │ │ ├── Close Button Inactive Highlight.png │ │ ├── Close Button Inactive.png │ │ ├── Close Button.png │ │ ├── Error.png │ │ ├── Exclamation.png │ │ ├── Gears.png │ │ ├── Highlight.png │ │ ├── Information.png │ │ ├── Lock.png │ │ ├── Mask.png │ │ ├── Maximize Inactive Highlight.png │ │ ├── Maximize Inactive.png │ │ ├── Maximize.png │ │ ├── Minimize Inactive Highlight.png │ │ ├── Minimize Inactive.png │ │ ├── Minimize.png │ │ ├── Plus.png │ │ ├── Question Mark.png │ │ ├── Shadow.png │ │ ├── Star.png │ │ ├── Window Inactive.png │ │ ├── Window.png │ │ ├── fonts │ │ ├── bigtext │ │ │ ├── 100.png │ │ │ ├── 101.png │ │ │ ├── 102.png │ │ │ ├── 103.png │ │ │ ├── 104.png │ │ │ ├── 105.png │ │ │ ├── 106.png │ │ │ ├── 107.png │ │ │ ├── 108.png │ │ │ ├── 109.png │ │ │ ├── 110.png │ │ │ ├── 111.png │ │ │ ├── 112.png │ │ │ ├── 113.png │ │ │ ├── 114.png │ │ │ ├── 115.png │ │ │ ├── 116.png │ │ │ ├── 117.png │ │ │ ├── 118.png │ │ │ ├── 119.png │ │ │ ├── 120.png │ │ │ ├── 121.png │ │ │ ├── 122.png │ │ │ ├── 123.png │ │ │ ├── 124.png │ │ │ ├── 125.png │ │ │ ├── 126.png │ │ │ ├── 32.png │ │ │ ├── 33.png │ │ │ ├── 34.png │ │ │ ├── 35.png │ │ │ ├── 36.png │ │ │ ├── 37.png │ │ │ ├── 38.png │ │ │ ├── 39.png │ │ │ ├── 40.png │ │ │ ├── 41.png │ │ │ ├── 42.png │ │ │ ├── 43.png │ │ │ ├── 44.png │ │ │ ├── 45.png │ │ │ ├── 46.png │ │ │ ├── 47.png │ │ │ ├── 48.png │ │ │ ├── 49.png │ │ │ ├── 50.png │ │ │ ├── 51.png │ │ │ ├── 52.png │ │ │ ├── 53.png │ │ │ ├── 54.png │ │ │ ├── 55.png │ │ │ ├── 56.png │ │ │ ├── 57.png │ │ │ ├── 58.png │ │ │ ├── 59.png │ │ │ ├── 60.png │ │ │ ├── 61.png │ │ │ ├── 62.png │ │ │ ├── 63.png │ │ │ ├── 64.png │ │ │ ├── 65.png │ │ │ ├── 66.png │ │ │ ├── 67.png │ │ │ ├── 68.png │ │ │ ├── 69.png │ │ │ ├── 70.png │ │ │ ├── 71.png │ │ │ ├── 72.png │ │ │ ├── 73.png │ │ │ ├── 74.png │ │ │ ├── 75.png │ │ │ ├── 76.png │ │ │ ├── 77.png │ │ │ ├── 78.png │ │ │ ├── 79.png │ │ │ ├── 80.png │ │ │ ├── 81.png │ │ │ ├── 82.png │ │ │ ├── 83.png │ │ │ ├── 84.png │ │ │ ├── 85.png │ │ │ ├── 86.png │ │ │ ├── 87.png │ │ │ ├── 88.png │ │ │ ├── 89.png │ │ │ ├── 90.png │ │ │ ├── 91.png │ │ │ ├── 92.png │ │ │ ├── 93.png │ │ │ ├── 94.png │ │ │ ├── 95.png │ │ │ ├── 96.png │ │ │ ├── 97.png │ │ │ ├── 98.png │ │ │ ├── 99.png │ │ │ └── newlinesize.txt │ │ ├── caption │ │ │ ├── 100.png │ │ │ ├── 101.png │ │ │ ├── 102.png │ │ │ ├── 103.png │ │ │ ├── 104.png │ │ │ ├── 105.png │ │ │ ├── 106.png │ │ │ ├── 107.png │ │ │ ├── 108.png │ │ │ ├── 109.png │ │ │ ├── 110.png │ │ │ ├── 111.png │ │ │ ├── 112.png │ │ │ ├── 113.png │ │ │ ├── 114.png │ │ │ ├── 115.png │ │ │ ├── 116.png │ │ │ ├── 117.png │ │ │ ├── 118.png │ │ │ ├── 119.png │ │ │ ├── 120.png │ │ │ ├── 121.png │ │ │ ├── 122.png │ │ │ ├── 123.png │ │ │ ├── 124.png │ │ │ ├── 125.png │ │ │ ├── 126.png │ │ │ ├── 32.png │ │ │ ├── 33.png │ │ │ ├── 34.png │ │ │ ├── 35.png │ │ │ ├── 36.png │ │ │ ├── 37.png │ │ │ ├── 38.png │ │ │ ├── 39.png │ │ │ ├── 40.png │ │ │ ├── 41.png │ │ │ ├── 42.png │ │ │ ├── 43.png │ │ │ ├── 44.png │ │ │ ├── 45.png │ │ │ ├── 46.png │ │ │ ├── 47.png │ │ │ ├── 48.png │ │ │ ├── 49.png │ │ │ ├── 50.png │ │ │ ├── 51.png │ │ │ ├── 52.png │ │ │ ├── 53.png │ │ │ ├── 54.png │ │ │ ├── 55.png │ │ │ ├── 56.png │ │ │ ├── 57.png │ │ │ ├── 58.png │ │ │ ├── 59.png │ │ │ ├── 60.png │ │ │ ├── 61.png │ │ │ ├── 62.png │ │ │ ├── 63.png │ │ │ ├── 64.png │ │ │ ├── 65.png │ │ │ ├── 66.png │ │ │ ├── 67.png │ │ │ ├── 68.png │ │ │ ├── 69.png │ │ │ ├── 70.png │ │ │ ├── 71.png │ │ │ ├── 72.png │ │ │ ├── 73.png │ │ │ ├── 74.png │ │ │ ├── 75.png │ │ │ ├── 76.png │ │ │ ├── 77.png │ │ │ ├── 78.png │ │ │ ├── 79.png │ │ │ ├── 80.png │ │ │ ├── 81.png │ │ │ ├── 82.png │ │ │ ├── 83.png │ │ │ ├── 84.png │ │ │ ├── 85.png │ │ │ ├── 86.png │ │ │ ├── 87.png │ │ │ ├── 88.png │ │ │ ├── 89.png │ │ │ ├── 90.png │ │ │ ├── 91.png │ │ │ ├── 92.png │ │ │ ├── 93.png │ │ │ ├── 94.png │ │ │ ├── 95.png │ │ │ ├── 96.png │ │ │ ├── 97.png │ │ │ ├── 98.png │ │ │ ├── 99.png │ │ │ └── newlinesize.txt │ │ └── text │ │ │ ├── 100.png │ │ │ ├── 101.png │ │ │ ├── 102.png │ │ │ ├── 103.png │ │ │ ├── 104.png │ │ │ ├── 105.png │ │ │ ├── 106.png │ │ │ ├── 107.png │ │ │ ├── 108.png │ │ │ ├── 109.png │ │ │ ├── 110.png │ │ │ ├── 111.png │ │ │ ├── 112.png │ │ │ ├── 113.png │ │ │ ├── 114.png │ │ │ ├── 115.png │ │ │ ├── 116.png │ │ │ ├── 117.png │ │ │ ├── 118.png │ │ │ ├── 119.png │ │ │ ├── 120.png │ │ │ ├── 121.png │ │ │ ├── 122.png │ │ │ ├── 123.png │ │ │ ├── 124.png │ │ │ ├── 125.png │ │ │ ├── 126.png │ │ │ ├── 32.png │ │ │ ├── 33.png │ │ │ ├── 34.png │ │ │ ├── 35.png │ │ │ ├── 36.png │ │ │ ├── 37.png │ │ │ ├── 38.png │ │ │ ├── 39.png │ │ │ ├── 40.png │ │ │ ├── 41.png │ │ │ ├── 42.png │ │ │ ├── 43.png │ │ │ ├── 44.png │ │ │ ├── 45.png │ │ │ ├── 46.png │ │ │ ├── 47.png │ │ │ ├── 48.png │ │ │ ├── 49.png │ │ │ ├── 50.png │ │ │ ├── 51.png │ │ │ ├── 52.png │ │ │ ├── 53.png │ │ │ ├── 54.png │ │ │ ├── 55.png │ │ │ ├── 56.png │ │ │ ├── 57.png │ │ │ ├── 58.png │ │ │ ├── 59.png │ │ │ ├── 60.png │ │ │ ├── 61.png │ │ │ ├── 62.png │ │ │ ├── 63.png │ │ │ ├── 64.png │ │ │ ├── 65.png │ │ │ ├── 66.png │ │ │ ├── 67.png │ │ │ ├── 68.png │ │ │ ├── 69.png │ │ │ ├── 70.png │ │ │ ├── 71.png │ │ │ ├── 72.png │ │ │ ├── 73.png │ │ │ ├── 74.png │ │ │ ├── 75.png │ │ │ ├── 76.png │ │ │ ├── 77.png │ │ │ ├── 78.png │ │ │ ├── 79.png │ │ │ ├── 80.png │ │ │ ├── 81.png │ │ │ ├── 82.png │ │ │ ├── 83.png │ │ │ ├── 84.png │ │ │ ├── 85.png │ │ │ ├── 86.png │ │ │ ├── 87.png │ │ │ ├── 88.png │ │ │ ├── 89.png │ │ │ ├── 90.png │ │ │ ├── 91.png │ │ │ ├── 92.png │ │ │ ├── 93.png │ │ │ ├── 94.png │ │ │ ├── 95.png │ │ │ ├── 96.png │ │ │ ├── 97.png │ │ │ ├── 98.png │ │ │ ├── 99.png │ │ │ └── newlinesize.txt │ │ ├── menu.png │ │ ├── menu_prelight.png │ │ ├── trough_left.png │ │ ├── trough_middle.png │ │ ├── trough_right.png │ │ ├── unmaximize.png │ │ ├── unmaximize_unfocused.png │ │ └── unmaximize_unfocused_over.png ├── shared.py ├── sourcefunctions.py ├── timelineitems.py ├── ui.py ├── util │ ├── __init__.py │ ├── avhelper.py │ ├── installhelper.py │ └── params_operations.py ├── value_converter_functions.py ├── value_outputter_functions.py └── value_provider_functions.py └── pyproject.toml /.misc/Bez tytułu2.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/.misc/Bez tytułu2.pdn -------------------------------------------------------------------------------- /.misc/Bez tytułu2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/.misc/Bez tytułu2.png -------------------------------------------------------------------------------- /.misc/Bez tytułu3.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/.misc/Bez tytułu3.pdn -------------------------------------------------------------------------------- /.misc/Bez tytułu3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/.misc/Bez tytułu3.png -------------------------------------------------------------------------------- /.misc/Bez tytułu4.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/.misc/Bez tytułu4.pdn -------------------------------------------------------------------------------- /.misc/Bez tytułu4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/.misc/Bez tytułu4.png -------------------------------------------------------------------------------- /.misc/Bez tytułu5.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/.misc/Bez tytułu5.pdn -------------------------------------------------------------------------------- /.misc/Bez tytułu5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/.misc/Bez tytułu5.png -------------------------------------------------------------------------------- /.misc/video.avi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/.misc/video.avi -------------------------------------------------------------------------------- /.misc/video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/.misc/video.mp4 -------------------------------------------------------------------------------- /.misc/video.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/.misc/video.webm -------------------------------------------------------------------------------- /czeditor/res/W2000/Button Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W2000/Button Default.png -------------------------------------------------------------------------------- /czeditor/res/W2000/Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W2000/Button.png -------------------------------------------------------------------------------- /czeditor/res/W2000/Close Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W2000/Close Button.png -------------------------------------------------------------------------------- /czeditor/res/W2000/Window Inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W2000/Window Inactive.png -------------------------------------------------------------------------------- /czeditor/res/W2000/Window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W2000/Window.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/Button Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/Button Default.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/Button.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/Close Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/Close Button.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/Exclamation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/Exclamation.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/Information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/Information.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/Question Mark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/Question Mark.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/Stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/Stop.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/Window Inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/Window Inactive.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/Window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/Window.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/100.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/101.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/102.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/103.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/104.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/105.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/106.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/107.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/108.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/109.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/110.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/111.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/112.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/113.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/114.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/115.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/116.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/117.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/117.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/118.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/118.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/119.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/119.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/120.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/121.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/121.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/122.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/122.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/123.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/123.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/124.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/124.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/125.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/126.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/126.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/32.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/33.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/34.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/35.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/36.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/37.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/38.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/39.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/40.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/41.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/42.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/43.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/44.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/45.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/46.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/47.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/48.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/49.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/50.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/51.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/52.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/53.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/54.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/55.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/56.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/57.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/58.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/59.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/60.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/61.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/62.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/63.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/64.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/65.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/66.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/67.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/67.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/68.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/69.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/69.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/70.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/71.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/72.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/73.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/73.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/74.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/74.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/75.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/76.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/77.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/77.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/78.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/78.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/79.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/80.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/81.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/81.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/82.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/82.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/83.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/83.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/84.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/84.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/85.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/85.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/86.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/86.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/87.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/88.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/88.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/89.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/89.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/90.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/91.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/92.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/92.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/93.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/93.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/94.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/94.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/95.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/95.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/96.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/97.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/97.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/98.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/98.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/99.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W3.1/fonts/text/99.png -------------------------------------------------------------------------------- /czeditor/res/W3.1/fonts/text/newlinesize.txt: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /czeditor/res/W7/Button Defaulted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Button Defaulted.png -------------------------------------------------------------------------------- /czeditor/res/W7/Button Disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Button Disabled.png -------------------------------------------------------------------------------- /czeditor/res/W7/Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Button.png -------------------------------------------------------------------------------- /czeditor/res/W7/Close Symbol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Close Symbol.png -------------------------------------------------------------------------------- /czeditor/res/W7/Critical Error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Critical Error.png -------------------------------------------------------------------------------- /czeditor/res/W7/Exclamation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Exclamation.png -------------------------------------------------------------------------------- /czeditor/res/W7/Glass Frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Glass Frame.png -------------------------------------------------------------------------------- /czeditor/res/W7/Glass Mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Glass Mask.png -------------------------------------------------------------------------------- /czeditor/res/W7/Glass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Glass.png -------------------------------------------------------------------------------- /czeditor/res/W7/Information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Information.png -------------------------------------------------------------------------------- /czeditor/res/W7/Maximize Symbol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Maximize Symbol.png -------------------------------------------------------------------------------- /czeditor/res/W7/Minimize Symbol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Minimize Symbol.png -------------------------------------------------------------------------------- /czeditor/res/W7/Question Mark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Question Mark.png -------------------------------------------------------------------------------- /czeditor/res/W7/STREAM971debug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/STREAM971debug.png -------------------------------------------------------------------------------- /czeditor/res/W7/Shadow Bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Shadow Bottom.png -------------------------------------------------------------------------------- /czeditor/res/W7/Shadow Left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Shadow Left.png -------------------------------------------------------------------------------- /czeditor/res/W7/Shadow Right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Shadow Right.png -------------------------------------------------------------------------------- /czeditor/res/W7/Shadow Top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Shadow Top.png -------------------------------------------------------------------------------- /czeditor/res/W7/Side Shine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Side Shine.png -------------------------------------------------------------------------------- /czeditor/res/W7/Side Shineold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Side Shineold.png -------------------------------------------------------------------------------- /czeditor/res/W7/Sideglow 1 Left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Sideglow 1 Left.png -------------------------------------------------------------------------------- /czeditor/res/W7/Sideglow 1 Right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Sideglow 1 Right.png -------------------------------------------------------------------------------- /czeditor/res/W7/Sideglow 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Sideglow 1.png -------------------------------------------------------------------------------- /czeditor/res/W7/Sideglow 2 Left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Sideglow 2 Left.png -------------------------------------------------------------------------------- /czeditor/res/W7/Sideglow 2 Right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Sideglow 2 Right.png -------------------------------------------------------------------------------- /czeditor/res/W7/Sideglow 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Sideglow 2.png -------------------------------------------------------------------------------- /czeditor/res/W7/Text Glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Text Glow.png -------------------------------------------------------------------------------- /czeditor/res/W7/Wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Wallpaper.png -------------------------------------------------------------------------------- /czeditor/res/W7/Window Button End.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Window Button End.png -------------------------------------------------------------------------------- /czeditor/res/W7/Window Inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Window Inactive.png -------------------------------------------------------------------------------- /czeditor/res/W7/Window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/Window.png -------------------------------------------------------------------------------- /czeditor/res/W7/animoutput/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/animoutput/0.png -------------------------------------------------------------------------------- /czeditor/res/W7/animoutput/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/animoutput/1.png -------------------------------------------------------------------------------- /czeditor/res/W7/animoutput/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/animoutput/10.png -------------------------------------------------------------------------------- /czeditor/res/W7/animoutput/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/animoutput/11.png -------------------------------------------------------------------------------- /czeditor/res/W7/animoutput/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/animoutput/12.png -------------------------------------------------------------------------------- /czeditor/res/W7/animoutput/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/animoutput/13.png -------------------------------------------------------------------------------- /czeditor/res/W7/animoutput/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/animoutput/14.png -------------------------------------------------------------------------------- /czeditor/res/W7/animoutput/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/animoutput/15.png -------------------------------------------------------------------------------- /czeditor/res/W7/animoutput/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/animoutput/2.png -------------------------------------------------------------------------------- /czeditor/res/W7/animoutput/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/animoutput/3.png -------------------------------------------------------------------------------- /czeditor/res/W7/animoutput/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/animoutput/4.png -------------------------------------------------------------------------------- /czeditor/res/W7/animoutput/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/animoutput/5.png -------------------------------------------------------------------------------- /czeditor/res/W7/animoutput/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/animoutput/6.png -------------------------------------------------------------------------------- /czeditor/res/W7/animoutput/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/animoutput/7.png -------------------------------------------------------------------------------- /czeditor/res/W7/animoutput/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/animoutput/8.png -------------------------------------------------------------------------------- /czeditor/res/W7/animoutput/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/animoutput/9.png -------------------------------------------------------------------------------- /czeditor/res/W7/buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/buttons.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/100.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/101.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/102.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/103.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/104.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/105.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/106.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/107.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/108.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/109.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/110.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/111.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/112.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/113.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/114.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/115.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/116.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/117.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/117.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/118.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/118.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/119.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/119.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/120.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/121.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/121.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/122.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/122.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/123.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/123.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/124.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/124.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/125.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/126.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/126.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/32.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/33.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/34.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/35.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/36.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/37.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/38.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/39.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/40.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/41.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/42.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/43.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/44.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/45.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/46.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/47.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/48.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/49.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/50.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/51.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/52.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/53.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/54.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/55.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/56.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/57.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/58.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/59.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/60.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/61.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/62.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/63.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/64.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/65.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/66.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/67.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/67.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/68.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/69.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/69.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/70.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/71.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/72.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/73.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/73.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/74.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/74.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/75.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/76.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/77.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/77.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/78.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/78.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/79.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/80.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/81.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/81.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/82.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/82.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/83.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/83.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/84.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/84.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/85.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/85.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/86.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/86.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/87.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/88.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/88.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/89.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/89.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/90.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/91.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/92.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/92.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/93.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/93.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/94.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/94.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/95.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/95.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/96.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/97.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/97.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/98.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/98.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/99.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/bigtext/99.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/bigtext/newlinesize.txt: -------------------------------------------------------------------------------- 1 | 21 -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/100.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/101.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/102.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/103.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/104.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/105.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/106.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/107.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/108.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/109.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/110.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/111.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/112.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/113.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/114.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/115.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/116.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/117.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/117.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/118.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/118.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/119.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/119.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/120.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/121.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/121.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/122.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/122.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/123.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/123.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/124.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/124.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/125.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/126.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/126.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/32.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/33.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/34.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/35.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/36.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/37.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/38.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/39.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/40.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/41.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/42.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/43.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/44.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/45.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/46.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/47.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/48.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/49.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/50.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/51.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/52.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/53.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/54.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/55.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/56.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/57.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/58.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/59.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/60.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/61.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/62.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/63.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/64.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/65.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/66.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/67.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/67.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/68.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/69.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/69.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/70.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/71.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/72.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/73.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/73.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/74.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/74.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/75.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/76.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/77.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/77.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/78.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/78.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/79.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/80.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/81.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/81.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/82.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/82.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/83.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/83.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/84.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/84.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/85.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/85.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/86.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/86.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/87.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/88.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/88.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/89.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/89.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/90.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/91.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/92.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/92.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/93.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/93.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/94.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/94.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/95.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/95.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/96.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/97.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/97.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/98.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/98.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/99.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/99.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/newlinesize.txt: -------------------------------------------------------------------------------- 1 | 15 -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white32.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white33.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white34.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white35.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white36.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white37.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white38.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white39.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white40.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white41.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white42.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white43.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white44.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white45.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white46.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white47.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white48.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white49.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white50.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white51.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white52.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white53.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white54.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white55.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white56.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white57.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white58.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white59.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white60.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white61.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white62.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white63.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white64.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white65.png -------------------------------------------------------------------------------- /czeditor/res/W7/fonts/text/white66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/fonts/text/white66.png -------------------------------------------------------------------------------- /czeditor/res/W7/output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W7/output.png -------------------------------------------------------------------------------- /czeditor/res/W95/Button Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/Button Default.png -------------------------------------------------------------------------------- /czeditor/res/W95/Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/Button.png -------------------------------------------------------------------------------- /czeditor/res/W95/Close Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/Close Button.png -------------------------------------------------------------------------------- /czeditor/res/W95/Critical Error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/Critical Error.png -------------------------------------------------------------------------------- /czeditor/res/W95/Exclamation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/Exclamation.png -------------------------------------------------------------------------------- /czeditor/res/W95/Information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/Information.png -------------------------------------------------------------------------------- /czeditor/res/W95/Question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/Question.png -------------------------------------------------------------------------------- /czeditor/res/W95/Window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/Window.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/caption/newlinesize.txt: -------------------------------------------------------------------------------- 1 | 13 -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/100.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/101.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/102.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/103.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/104.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/105.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/106.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/107.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/108.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/109.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/110.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/111.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/112.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/113.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/114.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/115.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/116.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/117.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/117.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/118.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/118.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/119.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/119.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/120.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/121.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/121.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/122.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/122.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/123.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/123.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/124.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/124.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/125.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/126.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/126.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/32.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/33.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/34.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/35.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/36.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/37.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/38.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/39.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/40.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/41.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/42.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/43.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/44.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/45.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/46.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/47.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/48.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/49.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/50.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/51.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/52.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/53.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/54.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/55.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/56.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/57.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/58.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/59.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/60.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/61.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/62.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/63.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/64.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/65.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/66.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/67.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/67.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/68.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/69.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/69.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/70.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/71.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/72.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/73.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/73.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/74.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/74.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/75.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/76.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/77.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/77.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/78.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/78.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/79.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/80.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/81.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/81.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/82.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/82.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/83.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/83.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/84.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/84.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/85.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/85.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/86.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/86.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/87.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/88.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/88.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/89.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/89.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/90.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/91.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/92.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/92.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/93.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/93.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/94.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/94.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/95.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/95.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/96.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/97.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/97.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/98.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/98.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/99.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/W95/fonts/text/99.png -------------------------------------------------------------------------------- /czeditor/res/W95/fonts/text/newlinesize.txt: -------------------------------------------------------------------------------- 1 | 13 -------------------------------------------------------------------------------- /czeditor/res/Wxp/Button Clicked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/Button Clicked.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/Button Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/Button Default.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/Button Hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/Button Hovered.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/Button.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/Close Buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/Close Buttons.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/Critical Error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/Critical Error.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/Exclamation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/Exclamation.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/Help Buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/Help Buttons.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/Information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/Information.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/Question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/Question.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/Untitled.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/Untitled.pdn -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/caption/newlinesize.txt: -------------------------------------------------------------------------------- 1 | 18 -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/captionshadow/newlinesize.txt: -------------------------------------------------------------------------------- 1 | 18 -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/100.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/101.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/102.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/103.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/104.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/105.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/106.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/107.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/108.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/109.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/110.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/111.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/112.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/113.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/114.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/115.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/116.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/117.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/117.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/118.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/118.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/119.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/119.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/120.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/121.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/121.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/122.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/122.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/123.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/123.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/124.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/124.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/125.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/126.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/126.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/32.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/33.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/34.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/35.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/36.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/37.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/38.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/39.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/40.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/41.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/42.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/43.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/44.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/45.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/46.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/47.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/48.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/49.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/50.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/51.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/52.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/53.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/54.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/55.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/56.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/57.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/58.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/59.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/60.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/61.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/62.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/63.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/64.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/65.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/66.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/67.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/67.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/68.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/69.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/69.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/70.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/71.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/72.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/73.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/73.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/74.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/74.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/75.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/76.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/77.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/77.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/78.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/78.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/79.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/80.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/81.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/81.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/82.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/82.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/83.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/83.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/84.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/84.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/85.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/85.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/86.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/86.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/87.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/88.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/88.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/89.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/89.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/90.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/91.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/92.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/92.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/93.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/93.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/94.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/94.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/95.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/95.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/96.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/97.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/97.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/98.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/98.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/99.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/Wxp/fonts/text/99.png -------------------------------------------------------------------------------- /czeditor/res/Wxp/fonts/text/newlinesize.txt: -------------------------------------------------------------------------------- 1 | 13 -------------------------------------------------------------------------------- /czeditor/res/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/__init__.py -------------------------------------------------------------------------------- /czeditor/res/editor/Arrow Down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/editor/Arrow Down.png -------------------------------------------------------------------------------- /czeditor/res/editor/Arrow Up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/editor/Arrow Up.png -------------------------------------------------------------------------------- /czeditor/res/editor/Button.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/editor/Button.pdn -------------------------------------------------------------------------------- /czeditor/res/editor/Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/editor/Button.png -------------------------------------------------------------------------------- /czeditor/res/editor/Text Box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/editor/Text Box.png -------------------------------------------------------------------------------- /czeditor/res/editor/Top Bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/editor/Top Bar.png -------------------------------------------------------------------------------- /czeditor/res/editor/icondark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/editor/icondark.png -------------------------------------------------------------------------------- /czeditor/res/editor/mockup.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/editor/mockup.pdn -------------------------------------------------------------------------------- /czeditor/res/mac/Apple platinum.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/Apple platinum.bin -------------------------------------------------------------------------------- /czeditor/res/mac/Button Outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/Button Outline.png -------------------------------------------------------------------------------- /czeditor/res/mac/Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/Button.png -------------------------------------------------------------------------------- /czeditor/res/mac/Exclamation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/Exclamation.png -------------------------------------------------------------------------------- /czeditor/res/mac/Red Ridges.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/Red Ridges.png -------------------------------------------------------------------------------- /czeditor/res/mac/Ridges.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/Ridges.png -------------------------------------------------------------------------------- /czeditor/res/mac/Speech Bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/Speech Bubble.png -------------------------------------------------------------------------------- /czeditor/res/mac/Studs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/Studs.png -------------------------------------------------------------------------------- /czeditor/res/mac/Windoid Hidden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/Windoid Hidden.png -------------------------------------------------------------------------------- /czeditor/res/mac/Windoid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/Windoid.png -------------------------------------------------------------------------------- /czeditor/res/mac/Window No bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/Window No bar.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/caption/newlinesize.txt: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/100.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/101.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/102.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/103.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/104.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/105.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/106.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/107.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/108.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/109.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/110.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/111.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/112.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/113.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/114.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/115.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/116.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/117.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/117.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/118.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/118.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/119.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/119.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/120.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/121.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/121.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/122.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/122.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/123.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/123.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/124.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/124.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/125.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/126.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/126.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/32.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/33.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/34.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/35.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/36.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/37.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/38.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/39.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/40.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/41.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/42.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/43.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/44.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/45.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/46.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/47.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/48.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/49.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/50.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/51.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/52.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/53.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/54.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/55.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/56.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/57.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/58.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/59.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/60.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/61.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/62.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/63.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/64.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/65.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/66.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/67.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/67.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/68.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/69.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/69.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/70.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/71.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/72.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/73.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/73.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/74.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/74.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/75.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/76.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/77.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/77.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/78.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/78.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/79.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/80.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/81.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/81.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/82.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/82.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/83.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/83.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/84.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/84.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/85.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/85.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/86.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/86.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/87.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/88.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/88.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/89.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/89.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/90.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/91.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/92.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/92.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/93.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/93.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/94.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/94.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/95.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/95.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/96.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/97.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/97.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/98.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/98.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/99.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/fonts/text/99.png -------------------------------------------------------------------------------- /czeditor/res/mac/fonts/text/newlinesize.txt: -------------------------------------------------------------------------------- 1 | 13 -------------------------------------------------------------------------------- /czeditor/res/mac/hand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/hand.png -------------------------------------------------------------------------------- /czeditor/res/mac/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/mac/image.png -------------------------------------------------------------------------------- /czeditor/res/ubuntu/Attention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/ubuntu/Attention.png -------------------------------------------------------------------------------- /czeditor/res/ubuntu/Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/ubuntu/Button.png -------------------------------------------------------------------------------- /czeditor/res/ubuntu/Checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/ubuntu/Checkmark.png -------------------------------------------------------------------------------- /czeditor/res/ubuntu/Error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/ubuntu/Error.png -------------------------------------------------------------------------------- /czeditor/res/ubuntu/Exclamation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/ubuntu/Exclamation.png -------------------------------------------------------------------------------- /czeditor/res/ubuntu/Gears.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/ubuntu/Gears.png -------------------------------------------------------------------------------- /czeditor/res/ubuntu/Highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/ubuntu/Highlight.png -------------------------------------------------------------------------------- /czeditor/res/ubuntu/Information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/ubuntu/Information.png -------------------------------------------------------------------------------- /czeditor/res/ubuntu/Lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/ubuntu/Lock.png -------------------------------------------------------------------------------- /czeditor/res/ubuntu/Mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/ubuntu/Mask.png -------------------------------------------------------------------------------- /czeditor/res/ubuntu/Maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/ubuntu/Maximize.png -------------------------------------------------------------------------------- /czeditor/res/ubuntu/Minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/ubuntu/Minimize.png -------------------------------------------------------------------------------- /czeditor/res/ubuntu/Plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/ubuntu/Plus.png -------------------------------------------------------------------------------- /czeditor/res/ubuntu/Shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/ubuntu/Shadow.png -------------------------------------------------------------------------------- /czeditor/res/ubuntu/Star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/ubuntu/Star.png -------------------------------------------------------------------------------- /czeditor/res/ubuntu/Window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/ubuntu/Window.png -------------------------------------------------------------------------------- /czeditor/res/ubuntu/fonts/bigtext/newlinesize.txt: -------------------------------------------------------------------------------- 1 | 19 -------------------------------------------------------------------------------- /czeditor/res/ubuntu/fonts/caption/newlinesize.txt: -------------------------------------------------------------------------------- 1 | 17 -------------------------------------------------------------------------------- /czeditor/res/ubuntu/fonts/text/newlinesize.txt: -------------------------------------------------------------------------------- 1 | 17 -------------------------------------------------------------------------------- /czeditor/res/ubuntu/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/ubuntu/menu.png -------------------------------------------------------------------------------- /czeditor/res/ubuntu/trough_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/ubuntu/trough_left.png -------------------------------------------------------------------------------- /czeditor/res/ubuntu/unmaximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CZEditor/CZEditorOld/040336fe22e0abc3aeae29e4729f49a4827f54b1/czeditor/res/ubuntu/unmaximize.png --------------------------------------------------------------------------------