aboutsummaryrefslogblamecommitdiffstats
path: root/Themes/Classic.ini
blob: 13b59e2e665bba9d9e68ece4e4f9bd38d7757d42 (plain) (tree)
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996


















































                                                            
       






                      

       

           
        



                          

       

           
        


                        


            

           








                      




                          

       



















                 


              








                 






































                 
                 


























                      


       
                 







                      
       


       
                  





                      
          

                    
       


       
                   







                 
       


       
                

























                 

      
    

         
        

         
 









                











                         
            
        
        
                              




















                 
              








                









                   













                     

































                 
      
 











                 














































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































                             
 







                  
 







                  
 







                       
 







                       
 







                           
 







                        
 







                             
 







                  
 







                       
 











                        
 











                             
 











                    
 











                         
 







                 
 







                  
 







                  
 







                       
 







                       
 







                           
 







                        
 







                             
 







                  
 







                       
 











                        
 











                             
 











                    
 











                         
 







                 
 







                  
 







                  
 







                       
 







                       
 







                           
 







                        
 







                             
 







                  
 







                       
 











                        
 











                             
 











                    
 











                         
 











                      
 











                      
 































































                          
 











                      
 

























































































                          
             










                











                         
        
       
             




                  









                         

                        
        
        
        
       
             




                  









                             

                     
        
        
        
       
             




                  









                          

                      


        
       
             




                  









                           

                      
       
        
        
       
             




                  









                           

                      
        
        
        
       























                           




                  










                             

                    


        
       
             




                  









                         

              
          



                        


















                     







                   


















                                





                                
       


















                                   
        



















                                 
        


















                             
        


















                                
        


















                              
        















                        
        






                  
 
                  
          



                            


















                         







                       


















                                    





                                       
       


















                                       
        


















                                  
        


















                                         
        


















                                       
        















                            
        






                  
 
               
          



                         


















                      







                    


















                                  





                                   
       


















                                      
        


















                                    
        


















                                   
        


















                                          
        















                         
        






                  
 
                
          



                          


















                       







                     


















                                   





                                
       


















                                  
        


















                                      
        















                          
        






                  
 
                
          



                          


















                       







                     


















                                   





                                
       


















                               
        


















                                
        















                          
        






                  
 
                
          



                          


















                       







                     


















                                  





                               
       



















                                
        



















                                   
        



















                                   
        
















                          
        






                  












































































































































































































                                         



































































































































































































































































                        
             







                  
           











                    
           











                  
           
















                
                              







                
                          








































                         
             





                
 





            
                          







                
                      


                    
           



















                         
           



















                         
           



















                         
           









                  








                         
                    
           









                  








                         
                    
           









                  






                         

            






























































































































































































































                              

























































































































































































































































































































































































































































































































































































































































































































































































































































































































































                                  





































































































































































                                                             
;0.5.1 Mod
;experimental version
;if you are using this as a sample for your theme
;don't be suprised it doesn't work good with newer releases

[Theme]
Name=Classic
Creator=Ultrastar Deluxe Team

[Colors]
White = 255 255 255
GrayLightest = 223 223 223
GrayLight = 191 191 191
Gray = 127 127 127
GrayDark = 63 63 63
Black = 0 0 0

[Loading]
Texts =2
Fade = 1

[LoadingBackground]
Tex=LoadingBG

[LoadingText1]
X =400
Y =290
Color =GrayDark
Font =1
Align =1
Size =14
Text =SING_LOADING

[LoadingText2]
X =628
Y =583
Color=Grey
Font =0
Size =6
Align=0
Text=US_VERSION

[Main]
Texts =3
Statics=2

[MainBackground]
Tex=MainBG

[MainText1]
X =30
Y =200
Color=GrayLight
Font =1
Size =22
Text=SING_CHOOSE_MODE
Align=0

[MainText2]
X =226
Y =574
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_NAVIGATE
Align=0

[MainText3]
X =380
Y =574
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_SELECT
Align=0

[MainText4]
X =535
Y =574
Color=Gray
Font =1
Size =7
Text=SING_EDITOR
Align=0

[MainTextDescription]
X =63
Y =263
Color=GrayDark
Font =1
Size =10
Align=0
Text=

[MainTextDescriptionLong]
X =63
Y =295
Color=Black
Font =0
Size =10
Align=0
Text=

[MainStatic1]
Tex =Logo
X =30
Y =320
W =740
H =275
Color =ColorDark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[MainStatic2]
Tex =MainIcon
X =30
Y =265
W =32
H =32
Color =ColorDark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[MainStatic3]
Tex =ButtonNavi
X =190
Y =570
W =30
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[MainStatic4]
Tex =ButtonEnter
X =350
Y =571
W =26
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[MainStatic5]
Tex =ButtonE
X =510
Y =570
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[MainButtonSolo]
X =472
Y =250
W =58
H =56
Tex =ButtonSolo
Color =ColorDark
Int = 1
DColor = GrayLightest
DInt = 0.5
Type=Font Black
Texts=0

[MainButtonMulti]
X =532
Y =250
W =58
H =56
Tex =ButtonMulti
Color =ColorDark
Int = 1
DColor = GrayLightest
DInt = 0.5
Type=Font Black
Texts=0

[MainButtonStats]
X =592
Y =250
W =58
H =56
Tex =ButtonStats
Color =ColorDark
Int = 1
DColor = GrayLightest
DInt = 0.5
Type=Font Black
Texts=0

[MainButtonEditor]
X =592
Y =250
W =58
H =56
Tex =ButtonEditor
Color =ColorDark
Int = 1
DColor = GrayLightest
DInt = 0.5
Type=Font Black
Texts=0
Visible=0

[MainButtonOptions]
X =652
Y =250
W =58
H =56
Tex =ButtonOptions
Color =ColorDark
Int = 1
DColor = White
DInt = 0.5
Type=Font Black
Texts=0

[MainButtonExit]
X =712
Y =250
W =58
H =56
Tex =ButtonExit
Color =ColorDark
Int = 1
DColor = White
DInt = 0.5
Type=Font Black
Texts=0

[Song]
Texts =3

[SongBackground]
Tex=SongBG

[SongCover]
X=300
Y=140
W=300
H=200
Style=4
Reflections=0

[SongEqualizer]
Visible=1
Direction=1
Color =Grey
Alpha=1
X=320
Y=488
Z=1
PieceW=8
PieceH=3
Space=1
Bands=4
Length=7

[SongVideoIcon]
X =384
Y =104
W =32
H =32
Z=1
Color=White
Tex =VideoIcon
Type=Font Black

[SongText1]
X =30
Y =455
Color=GrayLight
Font =1
Size =15
Text=SING_SONG_SELECTION
Align=0

[SongText2]
X =50
Y =500
Color=Black
Font =1
Size =8
Text=SING_SONG_SELECTION_DESC
Align=0

[SongStatic1]
X =0
Y =100
W =800
H =350
Color=Black
Tex =SongFade
Type=Font Black
TexX1=0.1
TexY1=0.1
TexX2=0.9
TexY2=0.9

[SongStatic2]
X =20
Y =500
W =32
H =32
Color =ColorDark
Tex =MainIcon
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStatic3]
X =270
Y =120
W =260
H =240
Color =Gray
Tex =SongSelection
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStatic4]
X =320
Y =463
Z = 0.8
W =44
H =28
Color =Black
Tex =SongEqualizerBG
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongTextArtist]
X =400
Y =360
Color=Black
Font =0
Size =9
Align =1
Text=

[SongTextTitle]
X =400
Y =390
Color=GrayDark
Font =0
Size =9
Align =1
Text=

[SongTextNumber]
X =400
Y =425
Color=Gray
Font =1
Size =7
Align =1
Text=

[SongTextCat]
X =100
Y =15
Color=Gray
Font =1
Size =7
Align =0
Text=

#[SongStaticCat]
#Tex =
#X =12
#Y =7
#W =85
#H =85
#Color=White
#Type=Plain
#TexX1=0
#TexY1=0
#TexX2=1
#TexY2=1

[Sing]
Texts =1

[SingText1]
Text =SING_TIME
X =43
Y =17
Font =1
Size =6
Color =White
Align=1

[SingStatic1]
;TextBG
Tex =LyricBar
X =10
Y =490
W =780
H =105
Color =GrayLightest
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SingStatic2]
;Time BG
Tex =LyricBar
X =12
Y =5
W =328
H =42
Color =GrayLightest
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SingStatic3]
Tex =Bar
X =20
Y =10
W =46
H =30
Color =Black
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SingP1Static]
Tex =P
X =16
Y =55
W =45
H =50
Color =P1Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SingP1Static2]
Tex =ScoreBG
X =75
Y =55
W =100
H =40
Color =P1Dark
Type=Transparent
TexX1=0.02
TexY1=0.05
TexX2=0.98
TexY2=0.98

[SingP1Text]
Text =P1
X =27
Y =65
Font =1
Size =8
Color =White
Align=0

[SingP1TextScore]
Text =00000
X =90
Y =60
Font =0
Size =10
Color =White
Align=0

[SingP2RStatic]
Tex =P
X =739
Y =55
W =45
H =50
Color =P2Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SingP2RStatic2]
Tex =ScoreBG
X =620
Y =55
W =100
H =40
Color =P2Dark
Type=Transparent
TexX1=0.02
TexY1=0.05
TexX2=0.98
TexY2=0.98

[SingP2RText]
Text =P2
X =750
Y =65
Font =1
Size =8
Color =White
Align=0

[SingP2RTextScore]
Text =00000
X =635
Y =60
Font =0
Size =10
Color =White
Align=0

[SingP2MStatic]
Tex =P
X =311
Y =55
W =45
H =50
Color =P2Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SingP2MStatic2]
Tex =ScoreBG
X =370
Y =55
W =100
H =40
Color =P2Dark
Type=Transparent
TexX1=0.02
TexY1=0.05
TexX2=0.98
TexY2=0.98

[SingP2MText]
Text =P2
X =321
Y =65
Font =1
Size =8
Color =White
Align=0

[SingP2MTextScore]
Text =00000
X =385
Y =60
Font =0
Size =10
Color =White
Align=0

[SingP3RStatic]
Tex =P
X =611
Y =55
W =45
H =50
Color =P3Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SingP3RStatic2]
Tex =ScoreBG
X =670
Y =55
W =100
H =40
Color =P3Dark
Type=Transparent
TexX1=0.02
TexY1=0.05
TexX2=0.98
TexY2=0.98

[SingP3RText]
Text =P3
X =621
Y =65
Font =1
Size =8
Color =White
Align=0

[SingP3RTextScore]
Text =00000
X =685
Y =60
Font =0
Size =10
Color =White
Align=0

[Score]
Texts =1

[ScoreBackground]
Tex=ScoreBG

[ScoreText1]
X =90
Y =500
Color =GrayDark
Font =1
Size =17
Text =song score
Align=0

[ScoreTextArtist]
X =450
Y =500
Color=GrayDark
Font =0
Size =9
Text =Artist
Align=0

[ScoreTextTitle]
X =450
Y =525
Font =0
Size =9
Text =Title
Align=0
Color=Gray

[ScoreTextName1]
X =200
Y =160
Font =1
Size =12
Text =P1
Color =P1Dark
Align=0

[ScoreTextName2]
X =50
Y =160
Font =1
Size =12
Text =P1
Color =P1Dark
Align=0

[ScoreTextName3]
X =510
Y =160
Font =1
Size =12
Text =P2
Color =P2Dark
Align=0

[ScoreTextScore1]
X =250
Y =110
Color=GrayDark
Font =1
Size =9
Text =Tone Deaf
Align=0

[ScoreTextScore2]
X =100
Y =110
Color=GrayDark
Font =1
Size =9
Text =Tone Deaf
Align=0

[ScoreTextScore3]
X =560
Y =110
Color=GrayDark
Font =1
Size =9
Text =Tone Deaf
Align=0

[ScoreTextNotes1]
X =235
Y =220
Color=GrayDark
Font =0
Size =9
Text=SING_NOTES
Align=0

[ScoreTextNotes2]
X =85
Y =220
Color=GrayDark
Font =0
Size =9
Text=SING_NOTES
Align=0

[ScoreTextNotes3]
X =545
Y =220
Color=GrayDark
Font =0
Size =9
Text =SING_NOTES
Align=0

[ScoreTextNotesScore1]
X =440
Y =220
Color=GrayDark
Font =1
Size =10
Align =2
Text =0000

[ScoreTextNotesScore2]
X =290
Y =220
Color=GrayDark
Font =1
Size =10
Align =2
Text =0000

[ScoreTextNotesScore3]
X =750
Y =220
Color=GrayDark
Font =1
Size =10
Align =2
Text =0000

[ScoreTextLineBonus1]
X =235
Y =260
Color=GrayDark
Font =0
Size =9
Text =SING_PHRASE_BONUS
Align=0

[ScoreTextLineBonus2]
X =85
Y =260
Color=GrayDark
Font =0
Size =9
Text =SING_PHRASE_BONUS
Align=0

[ScoreTextLineBonus3]
X =545
Y =260
Color=GrayDark
Font =0
Size =9
Text =SING_PHRASE_BONUS
Align=0

[ScoreTextLineBonusScore1]
X =440
Y =260
Color=GrayDark
Font =1
Size =10
Align =2
Text =0000

[ScoreTextLineBonusScore2]
X =290
Y =260
Color=GrayDark
Font =1
Size =10
Align =2
Text =0000

[ScoreTextLineBonusScore3]
X =750
Y =260
Color=GrayDark
Font =1
Size =10
Align =2
Text =0000

[ScoreTextGoldenNotes1]
X =235
Y =300
Color=GrayDark
Font =0
Size =9
Text =SING_GOLDEN_NOTES
Align=0

[ScoreTextGoldenNotes2]
X =85
Y =300
Color=GrayDark
Font =0
Size =9
Text =SING_GOLDEN_NOTES
Align=0

[ScoreTextGoldenNotes3]
X =545
Y =300
Color=GrayDark
Font =0
Size =9
Text =SING_GOLDEN_NOTES
Align=0

[ScoreTextGoldenNotesScore1]
X =440
Y =300
Color=GrayDark
Font =1
Size =10
Align =2
Text =0000

[ScoreTextGoldenNotesScore2]
X =290
Y =300
Color=GrayDark
Font =1
Size =10
Align =2
Text =0000

[ScoreTextGoldenNotesScore3]
X =750
Y =300
Color=GrayDark
Font =1
Size =10
Align =2
Text =0000

[ScoreTextTotal1]
X =200
Y =370
Color=GrayDark
Font =0
Size =9
Text=SING_TOTAL
Align=0

[ScoreTextTotal2]
X =50
Y =370
Color=GrayDark
Font =0
Size =9
Text =SING_TOTAL
Align=0

[ScoreTextTotal3]
X =510
Y =370
Color=GrayDark
Font =0
Size =9
Text =SING_TOTAL
Align=0

[ScoreTextTotalSCore1]
X =440
Y =360
Color=GrayDark
Font =1
Size =15
Align =2
Text =00000

[ScoreTextTotalSCore2]
X =290
Y =360
Color=GrayDark
Font =1
Size =15
Align =2
Text =00000

[ScoreTextTotalScore3]
X =750
Y =360
Color=GrayDark
Font =1
Size =15
Align =2
Text =00000

[ScorePlayer1Static1]
Tex =ScoreLine
X =200
Y =205
W =240
H =6
Color =GrayDark
Type =Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer1Static2]
Tex =ScoreLine
X =200
Y =345
W =240
H =6
Type =Font Black
Color =GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer1Static3]
Tex =ScoreLine
X =200
Y =410
W =240
H =6
Type =Font Black
Color =GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLightest1]
Tex =ScoreBox
X =200
Y =220
W =30
H =30
Color =P1Lightest
Type=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLight1]
Tex =ScoreBox
X =200
Y =260
W =30
H =30
Color =P1Light
Type=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxDark1]
Tex =ScoreBox
X =200
Y =300
W =30
H =30
Color =P1Dark
Type=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer2Static1]
Tex =ScoreLine
X =50
Y =205
W =240
H =6
Type =Font Black
Color =GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer2Static2]
Tex =ScoreLine
X =50
Y =345
W =240
H =6
Type =Font Black
Color =GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer2Static3]
Tex =ScoreLine
X =50
Y =410
W =240
H =6
Type =Font Black
Color =GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLightest2]
Tex =ScoreBox
X =50
Y =220
W =30
H =30
Color =P1Lightest
Type=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLight2]
Tex =ScoreBox
X =50
Y =260
W =30
H =30
Color =P1Light
Type=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxDark2]
Tex =ScoreBox
X =50
Y =300
W =30
H =30
Color =P1Dark
Type=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer3Static1]
Tex =ScoreLine
X =510
Y =205
W =240
H =6
Type =Font Black
Color =GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer3Static2]
Tex =ScoreLine
X =510
Y =345
W =240
H =6
Type =Font Black
Color =GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer3Static3]
Tex =ScoreLine
X =510
Y =410
W =240
H =6
Type =Font Black
Color =GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLightest3]
Tex =ScoreBox
X =510
Y =220
W =30
H =30
Color =P2Lightest
Type=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLight3]
Tex =ScoreBox
X =510
Y =260
W =30
H =30
Color =P2Light
Type=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxDark3]
Tex =ScoreBox
X =510
Y =300
W =30
H =30
Color =P2Dark
Type=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBackLevel1]
Tex =ScoreLevel
X =460
Y =140
W =120
H =300
Color =P1Lightest
Type =Font Black
TexX1=0
TexY1=0.1
TexX2=1
TexY2=0.9

[ScoreStaticBackLevelRound1]
Tex =ScoreLevelRound
X =460
Y =110
W =120
H =30
Color =P1Lightest
Type =Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=0.5

[ScoreStaticLevel1]
Tex =ScoreLevel
X =460
Y =410
W =120
H =30
Color =P1Light
Type =Font Black
TexX1=0
TexY1=0.1
TexX2=1
TexY2=0.9

[ScoreStaticLevelRound1]
Tex =ScoreLevelRound
X =460
Y =380
W =120
H =30
Color =P1Light
Type =Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=0.5

[ScoreStaticBackLevel2]
Tex =ScoreLevel
X =290
Y =140
W =120
H =300
Color =P1Lightest
Type =Font Black
TexX1=0
TexY1=0.1
TexX2=1
TexY2=0.9

[ScoreStaticBackLevelRound2]
Tex =ScoreLevelRound
X =290
Y =110
W =120
H =30
Color =P1Lightest
Type =Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=0.5

[ScoreStaticLevel2]
Tex =ScoreLevel
X =290
Y =410
W =120
H =30
Color =P1Light
Type =Font Black
TexX1=0
TexY1=0.1
TexX2=1
TexY2=0.9

[ScoreStaticLevelRound2]
Tex =ScoreLevelRound
X =290
Y =380
W =120
H =30
Color =P1Light
Type =Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=0.5

[ScoreStaticBackLevel3]
Tex =ScoreLevel
X =390
Y =140
W =120
H =300
Color =P2Lightest
Type =Font Black
TexX1=0
TexY1=0.1
TexX2=1
TexY2=0.9

[ScoreStaticBackLevelRound3]
Tex =ScoreLevelRound
X =390
Y =110
W =120
H =30
Color =P2Lightest
Type =Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=0.5

[ScoreStaticLevel3]
Tex =ScoreLevel
X =390
Y =410
W =120
H =30
Color =P2Light
Type =Font Black
TexX1=0
TexY1=0.1
TexX2=1
TexY2=0.9

[ScoreStaticLevelRound3]
Tex =ScoreLevelRound
X =390
Y =380
W =120
H =30
Color =P2Light
Type =Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=0.5

[ScorePlayer4Static1]
X=20
Y=205
W=240
H=6
Tex=ScoreLine
Type=Font Black
Color=GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1
[ScorePlayer4Static2]
X=20
Y=345
W=240
H=6
Tex=ScoreLine
Type=Font Black
Color=GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1
[ScorePlayer4Static3]
X=20
Y=410
W=240
H=6
Tex=ScoreLine
Type=Font Black
Color=GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLightest4]
X=20
Y=220
W=30
H=30
Tex=ScoreBox
Type=
Color=P1Lightest
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLight4]
X=20
Y=260
W=30
H=30
Tex=ScoreBox
Type=
Color=P1Light
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxDark4]
X=20
Y=300
W=30
H=30
Tex=ScoreBox
Type=
Color=P1Dark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreTextName4]
X=20
Y=160
Font=1
Size=12
Align=0
Text=P1
Color=P1Dark

[ScoreTextScore4]
X=70
Y=110
Font=1
Size=9
Align=0
Text=Tone Deaf
Color=GrayDark

[ScoreTextNotes4]
X=55
Y=220
Font=0
Size=9
Align=0
Text=SING_NOTES
Color=GrayDark

[ScoreTextNotesScore4]
X=260
Y=220
Font=1
Size=10
Align=2
Text=0000
Color=GrayDark

[ScoreTextLineBonus4]
X=55
Y=260
Font=0
Size=9
Align=0
Text=SING_PHRASE_BONUS
Color=GrayDark

[ScoreTextLineBonusScore4]
X=260
Y=260
Font=1
Size=10
Align=2
Text=0000
Color=GrayDark

[ScoreTextGoldenNotes4]
X=55
Y=300
Font=0
Size=9
Align=0
Text=SING_GOLDEN_NOTES
Color=GrayDark

[ScoreTextGoldenNotesScore4]
X=260
Y=300
Font=1
Size=10
Align=2
Text=0000
Color=GrayDark

[ScoreTextTotal4]
X=20
Y=370
Font=0
Size=9
Align=0
Text=SING_TOTAL
Color=GrayDark

[ScoreTextTotalScore4]
X=260
Y=360
Font=1
Size=15
Align=2
Text=00000
Color=GrayDark

[ScoreStaticBackLevel4]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBackLevelRound4]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticLevel4]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticLevelRound4]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreTextName5]
X=280
Y=160
Font=1
Size=12
Align=0
Text=P2
Color=P2Dark

[ScoreTextScore5]
X=330
Y=110
Font=1
Size=9
Align=0
Text=Tone Deaf
Color=GrayDark

[ScoreTextNotes5]
X=315
Y=220
Font=0
Size=9
Align=0
Text=SING_NOTES
Color=GrayDark

[ScoreTextNotesScore5]
X=520
Y=220
Font=1
Size=10
Align=2
Text=0000
Color=GrayDark

[ScoreTextLineBonus5]
X=315
Y=260
Font=0
Size=9
Align=0
Text=SING_PHRASE_BONUS
Color=GrayDark

[ScoreTextLineBonusScore5]
X=520
Y=260
Font=1
Size=10
Align=2
Text=0000
Color=GrayDark

[ScoreTextGoldenNotes5]
X=315
Y=300
Font=0
Size=9
Align=0
Text=SING_GOLDEN_NOTES
Color=GrayDark

[ScoreTextGoldenNotesScore5]
X=520
Y=300
Font=1
Size=10
Align=2
Text=0000
Color=GrayDark

[ScoreTextTotal5]
X=280
Y=370
Font=0
Size=9
Align=0
Text=SING_TOTAL
Color=GrayDark

[ScoreTextTotalScore5]
X=520
Y=360
Font=1
Size=15
Align=2
Text=00000
Color=GrayDark

[ScoreStaticBackLevel5]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBackLevelRound5]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticLevel5]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticLevelRound5]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreTextName6]
X=540
Y=160
Font=1
Size=12
Align=0
Text=P2
Color=P3Dark

[ScoreTextScore6]
X=590
Y=110
Font=1
Size=9
Align=0
Text=Tone Deaf
Color=GrayDark

[ScoreTextNotes6]
X=575
Y=220
Font=0
Size=9
Align=0
Text=SING_NOTES
Color=GrayDark

[ScoreTextNotesScore6]
X=780
Y=220
Font=1
Size=10
Align=2
Text=0000
Color=GrayDark

[ScoreTextLineBonus6]
X=575
Y=260
Font=0
Size=9
Align=0
Text=SING_PHRASE_BONUS
Color=GrayDark

[ScoreTextLineBonusScore6]
X=780
Y=260
Font=1
Size=10
Align=2
Text=0000
Color=GrayDark

[ScoreTextGoldenNotes6]
X=575
Y=300
Font=0
Size=9
Align=0
Text=SING_GOLDEN_NOTES
Color=GrayDark

[ScoreTextGoldenNotesScore6]
X=780
Y=300
Font=1
Size=10
Align=2
Text=0000
Color=GrayDark

[ScoreTextTotal6]
X=540
Y=370
Font=0
Size=9
Align=0
Text=SING_TOTAL
Color=GrayDark

[ScoreTextTotalScore6]
X=780
Y=360
Font=1
Size=15
Align=2
Text=00000
Color=GrayDark

[ScoreStaticBackLevel6]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBackLevelRound6]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticLevel6]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticLevelRound6]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer5Static1]
X=280
Y=205
W=240
H=6
Tex=ScoreLine
Type=Font Black
Color=GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer5Static2]
X=280
Y=345
W=240
H=6
Tex=ScoreLine
Type=Font Black
Color=GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer5Static3]
X=280
Y=410
W=240
H=6
Tex=ScoreLine
Type=Font Black
Color=GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLightest5]
X=280
Y=220
W=30
H=30
Tex=ScoreBox
Type=
Color=P2Lightest
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLight5]
X=280
Y=260
W=30
H=30
Tex=ScoreBox
Type=
Color=P2Light
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxDark5]
X=280
Y=300
W=30
H=30
Tex=ScoreBox
Type=
Color=P2Dark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer6Static1]
X=540
Y=205
W=240
H=6
Tex=ScoreLine
Type=Font Black
Color=GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer6Static2]
X=540
Y=345
W=240
H=6
Tex=ScoreLine
Type=Font Black
Color=GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer6Static3]
X=540
Y=410
W=240
H=6
Tex=ScoreLine
Type=Font Black
Color=GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLightest6]
X=540
Y=220
W=30
H=30
Tex=ScoreBox
Type=
Color=P3Lightest
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLight6]
X=540
Y=260
W=30
H=30
Tex=ScoreBox
Type=
Color=P3Light
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxDark6]
X=540
Y=300
W=30
H=30
Tex=ScoreBox
Type=
Color=P3Dark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[Options]
Texts = 3

[OptionsBackground]
Tex=OptionsBG


[OptionsText1]
X = 50
Y = 170
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 1
Size = 25
Text = SING_OPTIONS

[OptionsText2]
X = 250
Y = 550
ColR = 0.5
ColG = 0.5
ColB = 0.5
Font = 1
Size = 8
Text=SING_LEGEND_NAVIGATE

[OptionsText3]
X = 500
Y = 550
ColR = 0.5
ColG = 0.5
ColB = 0.5
Font = 1
Size = 8
Text=SING_LEGEND_SELECT

[OptionsStatic1]
Tex=MainIcon
X=40
Y=250
W=32
H=32
Color=ColorDark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[OptionsTextDescription]
X = 70
Y = 248
ColR = 0.5
ColG = 0.5
ColB = 0.5
Font = 1
Size = 10

[OptionsButtonGame]
X = 40
Y = 310
W = 180
H = 70
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[OptionsButtonGameText1]
X =16
Y =15
Font=0
Size=13
Align=0
Text=SING_OPTIONS_GAME
Color=White

[OptionsButtonGraphics]
X = 220
Y = 310
W = 180
H = 70
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[OptionsButtonGraphicsText1]
X =16
Y =15
Font=0
Size=13
Align=0
Text=SING_OPTIONS_GRAPHICS
Color=White

[OptionsButtonSound]
X = 400
Y = 310
W = 180
H = 70
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[OptionsButtonSoundText1]
X =16
Y =15
Font=0
Size=13
Align=0
Text=SING_OPTIONS_SOUND
Color=White

[OptionsButtonLyrics]
X = 580
Y = 310
W = 180
H = 70
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[OptionsButtonLyricsText1]
X =16
Y =15
Font=0
Size=13
Align=0
Text=SING_OPTIONS_LYRICS
Color=White

[OptionsButtonThemes]
X = 40
Y = 380
W = 180
H = 70
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[OptionsButtonThemesText1]
X =16
Y =15
Font=0
Size=13
Align=0
Text=SING_OPTIONS_THEMES
Color=White

[OptionsButtonRecord]
X = 220
Y = 380
W = 180
H = 70
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[OptionsButtonRecordText1]
X =16
Y =15
Font=0
Size=13
Align=0
Text=SING_OPTIONS_RECORD
Color=White
Texts=1

[OptionsButtonAdvanced]
X = 400
Y = 380
W = 180
H = 70
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[OptionsButtonAdvancedText1]
X =16
Y =15
Font=0
Size=13
Align=0
Text=SING_OPTIONS_ADVANCED
Color=White
Texts=1

[OptionsButtonExit]
X = 580
Y = 380
W = 180
H = 70
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[OptionsButtonExitText1]
X =16
Y =15
Font=0
Size=13
Align=0
Text=SING_OPTIONS_EXIT
Color=White

[OptionsGame]
Texts = 3

[OptionsGameBackground]
Tex=OptionsBG

[OptionsGameStatic1]
X =260
Y =553
W =30
H =22
Tex=ButtonNavi
Color =White
Type=Plain
Style=5

[OptionsGameStatic2]
X =388
Y =553
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Plain

[OptionsGameText1]
X = 50
Y = 10
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 1
Size = 25
Text=SING_OPTIONS_GAME_WHEREAMI

[OptionsGameText2]
X =294
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[OptionsGameText3]
X =418
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_ESC

[OptionsGameSelectPlayers]
Tex = MainBar
TexSBG = MainBar
Text =SING_OPTIONS_GAME_PLAYERS
X = 40
Y = 85
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsGameSelectDifficulty]
Tex = MainBar
TexSBG = MainBar
Text =SING_OPTIONS_GAME_DIFFICULTY
X = 40
Y = 140
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark


[OptionsGameSelectSlideLanguage]
Tex = MainBar
TexSBG = MainBar
Text =SING_OPTIONS_GAME_LANGUAGE
X = 40
Y = 195
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsGameSelectTabs]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_GAME_TABS
X = 40
Y = 250
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsGameSelectSlideSorting]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_GAME_SORTING
X = 40
Y = 305
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsGameSelectDebug]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_GAME_DEBUG
X = 40
Y = 360
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsGameButtonExit]
X = 40
Y = 415
W = 230
H = 70
Tex =MainBar
Color = ColorDark
DColor = Gray
Type = Font Black


[OptionsGraphics]
Texts = 3

[OptionsGraphicsBackground]
Tex=OptionsBG

[OptionsGraphicsStatic1]
X =260
Y =553
W =30
H =22
Tex=ButtonNavi
Color =White
Type=Plain
Style=5

[OptionsGraphicsStatic2]
X =388
Y =553
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Plain

[OptionsGraphicsText1]
X = 50
Y = 10
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 1
Size = 25
Text=SING_OPTIONS_GRAPHICS_WHEREAMI

[OptionsGraphicsText2]
X =294
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[OptionsGraphicsText3]
X =418
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_ESC

[OptionsGraphicsSelectSlideResolution]
Tex =MainBar
TexSBG =MainBar
Text=SING_OPTIONS_GRAPHICS_RESOLUTION
X = 40
Y = 85
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsGraphicsSelectFullscreen]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_GRAPHICS_FULLSCREEN
X = 40
Y = 140
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsGraphicsSelectDepth]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_GRAPHICS_DEPTH
X = 40
Y = 195
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsGraphicsSelectOscilloscope]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_GRAPHICS_OSCILLOSCOPE
X = 40
Y = 250
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsGraphicsSelectMovieSize]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_GRAPHICS_MOVIE_SIZE
X = 40
Y = 305
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsGraphicsButtonExit]
X = 40
Y = 360
W = 230
H = 70
Tex =MainBar
Color = ColorDark
DColor = Gray
Type = Font Black


[OptionsSound]
Texts = 3

[OptionsSoundBackground]
Tex=OptionsBG

[OptionsSoundStatic1]
X =260
Y =553
W =30
H =22
Tex=ButtonNavi
Color =White
Type=Plain
Style=5

[OptionsSoundStatic2]
X =388
Y =553
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Plain

[OptionsSoundText1]
X = 50
Y = 10
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 1
Size = 25
Text =SING_OPTIONS_SOUND_WHEREAMI

[OptionsSoundText2]
X =294
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[OptionsSoundText3]
X =418
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_ESC

[OptionsSoundSelectMicBoost]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_SOUND_MIC_BOOST
X = 40
Y = 85
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsSoundSelectClickAssist]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_SOUND_CLICK_ASSIST
X = 40
Y = 140
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsSoundSelectBeatClick]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_SOUND_BEAT_CLICK
X = 40
Y = 195
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsSoundSelectThreshold]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_SOUND_THRESHOLD
X = 40
Y = 250
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsSoundSelectTwoPlayerMode]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_SOUND_TWO_PLAYERS_MODE
X = 40
Y = 305
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsSoundButtonExit]
X = 40
Y = 360
W = 230
H = 70
Tex =MainBar
Color = ColorDark
DColor = Gray
Type = Font Black


[OptionsLyrics]
Texts = 3

[OptionsLyricsBackground]
Tex=OptionsBG

[OptionsLyricsStatic1]
X =260
Y =553
W =30
H =22
Tex=ButtonNavi
Color =White
Type=Plain
Style=5

[OptionsLyricsStatic2]
X =388
Y =553
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Plain

[OptionsLyricsText1]
X = 50
Y = 10
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 1
Size = 25
Text =SING_OPTIONS_LYRICS_WHEREAMI

[OptionsLyricsText2]
X =294
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[OptionsLyricsText3]
X =418
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_ESC

[OptionsLyricsSelectLyricsFont]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_LYRICS_FONT
X = 40
Y = 85
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsLyricsSelectLyricsEffect]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_LYRICS_EFFECT
X = 40
Y = 140
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsLyricsSelectSolmization]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_LYRICS_SOLMIZATION
X = 40
Y = 195
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsLyricsButtonExit]
X = 40
Y = 250
W = 230
H = 70
Tex =MainBar
Color = ColorDark
DColor = Gray
Type = Font Black


[OptionsThemes]
Texts = 5

[OptionsThemesBackground]
Tex=OptionsBG

[OptionsThemesStatic1]
X =260
Y =553
W =30
H =22
Tex=ButtonNavi
Color =White
Type=Plain
Style=5

[OptionsThemesStatic2]
X =388
Y =553
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Plain

[OptionsThemesText1]
X = 50
Y = 10
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 1
Size = 25
Text =SING_OPTIONS_THEMES_WHEREAMI

[OptionsThemesText2]
X =294
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[OptionsThemesText3]
X =418
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_ESC

[OptionsThemesSelectTheme]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_THEMES_THEME
X = 40
Y = 85
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsThemesSelectSkin]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_THEMES_SKIN
X = 40
Y = 140
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsThemesSelectColor]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_THEMES_COLOR
X = 40
Y = 195
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsThemesButtonExit]
X = 40
Y = 250
W = 230
H = 70
Tex =MainBar
Color = ColorDark
DColor = Gray
Type = Font Black


[OptionsRecord]
Texts = 3

[OptionsRecordBackground]
Tex=OptionsBG

[OptionsRecordStatic1]
X =260
Y =553
W =30
H =22
Tex=ButtonNavi
Color =White
Type=Plain
Style=5

[OptionsRecordStatic2]
X =388
Y =553
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Plain

[OptionsRecordText1]
X = 50
Y = 10
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 1
Size = 25
Text=SING_OPTIONS_RECORD_WHEREAMI

[OptionsRecordText2]
X =294
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[OptionsRecordText3]
X =418
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_ESC

[OptionsRecordSelectSlideCard]
Tex = MainBar
TexSBG = MainBar
Text =SING_OPTIONS_RECORD_CARD
X = 40
Y = 85
W = 230
H = 70
SkipX = 50
Fields=1

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsRecordSelectSlideInput]
Tex = MainBar
TexSBG = MainBar
Text =SING_OPTIONS_RECORD_INPUT
X = 40
Y = 140
W = 230
H = 70
SkipX = 50
Fields=1

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsRecordSelectSlideChannelL]
Tex = MainBar
TexSBG = MainBar
Text =SING_OPTIONS_RECORD_CHANNELL
X = 40
Y = 195
W = 230
H = 70
SkipX = 50
Fields=7

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsRecordSelectSlideChannelR]
Tex = MainBar
TexSBG = MainBar
Text =SING_OPTIONS_RECORD_CHANNELR
X = 40
Y = 250
W = 230
H = 70
SkipX = 50
Fields=7

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsRecordButtonExit]
X = 40
Y = 305
W = 230
H = 70
Tex = MainBar
Color = ColorDark
DColor = Gray
Type = Font Black


[OptionsAdvanced]
Texts = 3

[OptionsAdvancedBackground]
Tex=OptionsBG

[OptionsAdvancedStatic1]
X =260
Y =553
W =30
H =22
Tex=ButtonNavi
Color =White
Type=Plain
Style=5

[OptionsAdvancedStatic2]
X =388
Y =553
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Plain

[OptionsAdvancedText1]
X = 50
Y = 10
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 1
Size = 25
Text=SING_OPTIONS_ADVANCED_WHEREAMI

[OptionsAdvancedText2]
X =294
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[OptionsAdvancedText3]
X =418
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_ESC

[OptionsAdvancedSelectLoadAnimation]
Tex =MainBar
TexSBG =MainBar
Text=SING_OPTIONS_ADVANCED_LOADANIMATION
X = 40
Y = 85
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectScreenFade]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_ADVANCED_SCREENFADE
X = 40
Y = 140
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectEffectSing]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_ADVANCED_EFFECTSING
X = 40
Y = 195
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectLineBonus]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_GRAPHICS_LINEBONUS
X = 40
Y = 250
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectSlideOnSongClick]
Tex =MainBar
TexSBG =MainBar
Text=SING_OPTIONS_ADVANCED_ONSONGCLICK
X = 40
Y = 305
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectAskbeforeDel]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_ADVANCED_ASKBEFOREDEL
X = 40
Y = 360
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectPartyPopup]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_ADVANCED_PARTYPOPUP
X = 40
Y = 415
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsAdvancedButtonExit]
X = 40
Y = 470
W = 230
H = 70
Tex =MainBar
Color = ColorDark
DColor = Gray
Type = Font Black


[Top5]
Texts=1

[Top5Background]
Tex=Top5BG


[Top5Text1]
X =100
Y =50
Color =Gray
Font =1
Size =20
Align =0
Text =SING_TOP_5_CHARTS

[Top5Static1]
Tex=Bar
X=560
Y=55
W=140
H=50
Color=ColorLight
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[Top5TextLevel]
X =630
Y =65
Color =White
Font =1
Size =10
Align =1
Text =easy


[Top5TextArtistTitle]
X =100
Y =120
Color =Black
Font =0
Size =10
Align =0
Text =artist - title

[Top5TextName1]
X =170
Y =200
Color =GrayDark
Font =1
Size =14
Align =0
Text =1. Player1

[Top5TextName2]
X =150
Y =290
Color =GrayDark
Font =0
Size =11
Align =0
Text =2. Player2

[Top5TextName3]
X =150
Y =340
Color =GrayDark
Font =0
Size =11
Align =0
Text =3. Player3

[Top5TextName4]
X =150
Y =390
Color =GrayDark
Font =0
Size =11
Align =0
Text =4. Player4

[Top5TextName5]
X =150
Y =440
Color =GrayDark
Font =0
Size =11
Align =0
Text =5. Player5


[Top5TextScore1]
X =680
Y =195
Color =GrayDark
Font =1
Size =17
Align =2
Text =00000

[Top5TextScore2]
X =680
Y =290
Color =GrayDark
Font =1
Size =14
Align =2
Text =00000

[Top5TextScore3]
X =680
Y =340
Color =GrayDark
Font =1
Size =14
Align =2
Text =00000

[Top5TextScore4]
X =680
Y =390
Color =GrayDark
Font =1
Size =14
Align =2
Text =00000

[Top5TextScore5]
X =680
Y =440
Color =GrayDark
Font =1
Size =14
Align =2
Text =00000

[Top5TextNumber1]
X =130
Y =202
Color =White
Font =1
Size =11
Align =1
Text =1

[Top5TextNumber2]
X =120
Y =293
Color =White
Font =1
Size =9
Align =1
Text =2

[Top5TextNumber3]
X =120
Y =343
Color =White
Font =1
Size =9
Align =1
Text =3

[Top5TextNumber4]
X =120
Y =393
Color =White
Font =1
Size =9
Align =1
Text =4

[Top5TextNumber5]
X =120
Y =443
Color =White
Font =1
Size =9
Align =1
Text =5

[Top5StaticNumber1]
Tex=Bar
X=100
Y=190
W=60
H=60
Color=ColorLight
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[Top5StaticNumber2]
Tex=Bar
X=100
Y=286
W=40
H=40
Color=ColorLight
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[Top5StaticNumber3]
Tex=Bar
X=100
Y=336
W=40
H=40
Color=ColorLight
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[Top5StaticNumber4]
Tex=Bar
X=100
Y=386
W=40
H=40
Color=ColorLight
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[Top5StaticNumber5]
Tex=Bar
X=100
Y=436
W=40
H=40
Color=ColorLight
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[Level]
Texts=2

[LevelBackground]
Tex=MainBG

[LevelStatic1]
X=20
Y=250
W=32
H=32
Tex=MainIcon
Type=Font Black
Color=ColorDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[LevelButtonEasy]
Tex=Button
X=25
Y=310
W=250
H=70
Type=Font Black
Texts=1
Color=ColorDark
Int = 1
DColor = White
DInt = 0.5

[LevelButtonMedium]
Tex=Button
X=275
Y=310
W=250
H=70
Type=Font Black
Texts=1
Color=ColorDark
Int = 1
DColor = White
DInt = 0.5

[LevelButtonHard]
Tex=Button
X=525
Y=310
W=250
H=70
Type=Font Black
Texts=1
Color=ColorDark
Int = 1
DColor = White
DInt = 0.5

[LevelText1]
X=30
Y=180
Font=1
Size=22
Align=0
Text=SING_DIFFICULTY_WHEREAMI
Color=GrayLight

[LevelText2]
X=50
Y=248
Font=1
Size=10
Align=0
Text=SING_DIFFICULTY_DESC
Color=Gray

[LevelButtonEasyText1]
X=115
Y=20
Font=1
Size=9
Align=1
Text=SING_EASY
Color=White

[LevelButtonMediumText1]
X=115
Y=20
Font=1
Size=9
Align=1
Text=SING_MEDIUM
Color=White

[LevelButtonHardText1]
X=115
Y=20
Font=1
Size=9
Align=1
Text=SING_HARD
Color=White


[Name]
Texts=2

[NameBackground]
Tex=MainBG

[NameStatic1]
X=20
Y=250
W=32
H=32
Tex=MainIcon
Type=Font Black
Color=ColorDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[NameText1]
X=30
Y=180
Font=1
Size=22
Align=0
Text=SING_PLAYER_WHEREAMI
Color=GrayLight

[NameText2]
X=50
Y=248
Font=1
Size=10
Align=0
Text=SING_PLAYER_DESC
Color=Gray

[NameButtonPlayer1]
Tex=Button
X=25
Y=310
W=250
H=70
Type=Font Black
Texts=1
Color=P1Dark
DColor=P1Lightest
DInt=0.5

[NameButtonPlayer1Text1]
X=115
Y=20
Font=1
Size=9
Align=1
Text=
Color=White

[NameButtonPlayer2]
Tex=Button
X=25
Y=380
W=250
H=70
Type=Font Black
Texts=1
Color=P2Dark
DColor=P2Lightest
DInt=0.5

[NameButtonPlayer2Text1]
X=115
Y=20
Font=1
Size=9
Align=1
Text=
Color=White

[NameButtonPlayer3]
Tex=Button
X=25
Y=450
W=250
H=70
Type=Font Black
Texts=1
Color=P3Dark
DColor=P3Lightest
DInt=0.5

[NameButtonPlayer3Text1]
X=115
Y=20
Font=1
Size=9
Align=1
Text=
Color=White

[NameButtonPlayer4]
Tex=Button
X=425
Y=310
W=250
H=70
Type=Font Black
Texts=1
Color=P4Dark
DColor=P4Lightest
DInt=0.5

[NameButtonPlayer4Text1]
X=115
Y=20
Font=1
Size=9
Align=1
Text=
Color=White

[NameButtonPlayer5]
Tex=Button
X=425
Y=380
W=250
H=70
Type=Font Black
Texts=1
Color=P5Dark
DColor=P5Lightest
DInt=0.5

[NameButtonPlayer5Text1]
X=115
Y=20
Font=1
Size=9
Align=1
Text=
Color=White

[NameButtonPlayer6]
Tex=Button
X=425
Y=450
W=250
H=70
Type=Font Black
Texts=1
Color=P6Dark
DColor=P6Lightest
DInt=0.5

[NameButtonPlayer6Text1]
X=115
Y=20
Font=1
Size=9
Align=1
Text=
Color=White


[PartyOptions]
Texts = 3

[PartyOptionsBackground]
Tex=PartyBG

[PartyOptionsStatic1]
X =260
Y =553
W =30
H =22
Tex=ButtonNavi
Color =White
Type=Plain
Style=5

[PartyOptionsStatic2]
X =388
Y =553
W =26
H =22
Tex=ButtonEnter
Color =White
Type=Plain

[PartyOptionsText1]
X = 50
Y = 10
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 1
Size = 25
Text=PARTY_OPTIONS_WHEREAMI

[PartyOptionsText2]
X =294
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[PartyOptionsText3]
X =418
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_CONTINUE

[PartyOptionsSelectLevel]
Tex = MainBar
TexSBG = MainBar
Text =PARTY_DIFFICULTY
X = 40
Y = 85
W = 230
H = 70
SkipX = 50
Fields=1

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[PartyOptionsSelectPlayList]
Tex = MainBar
TexSBG = MainBar
Text =PARTY_PLAYLIST
X = 40
Y = 140
W = 230
H = 70
SkipX = 50
Fields=1

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[PartyOptionsSelectPlayList2]
Tex = MainBar
TexSBG = MainBar
Text =PARTY_PLAYLIST
X = 40
Y = 195
W = 230
H = 70
SkipX = 50
Fields=1

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[PartyOptionsSelectRounds]
Tex = MainBar
TexSBG = MainBar
Text =PARTY_ROUNDS
X = 40
Y = 250
W = 230
H = 70
SkipX = 50
Fields=7

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[PartyOptionsSelectTeams]
Tex = MainBar
TexSBG = MainBar
Text =PARTY_TEAMS
X = 40
Y = 305
W = 230
H = 70
SkipX = 50
Fields=7

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[PartyOptionsSelectPlayers1]
Tex = MainBar
TexSBG = MainBar
Text =PARTY_TEAMS_PLAYER1
X = 40
Y = 360
W = 230
H = 70
SkipX = 50
Fields=7

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[PartyOptionsSelectPlayers2]
Tex = MainBar
TexSBG = MainBar
Text =PARTY_TEAMS_PLAYER2
X = 40
Y = 415
W = 230
H = 70
SkipX = 50
Fields=7

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[PartyOptionsSelectPlayers3]
Tex = MainBar
TexSBG = MainBar
Text =PARTY_TEAMS_PLAYER3
X = 40
Y = 470
W = 230
H = 70
SkipX = 50
Fields=7

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark


[PartyPlayer]
Texts=6

[PartyPlayerBackground]
Tex=PartyBG

[PartyPlayerStatic1]
X =0
Y =549
W =252
H =28
Tex=Leiste1
Color =White
Type=Plain
Reflection=1
ReflectionSpacing=1

[PartyPlayerStatic2]
X =254
Y =549
W =548
H =28
Tex=Leiste2
Color =White
Type=Plain
Reflection=1
ReflectionSpacing=1

[PartyPlayerStatic3]
X =40
Y =22
W =27
H =27
Color =White
Tex =PartyIcon
Type=Font Black

[PartyPlayerStatic4]
X =260
Y =553
W =30
H =22
Tex=ButtonNavi
Color =White
Type=Plain
Style=5

[PartyPlayerStatic5]
X =388
Y =553
W =26
H =22
Tex=ButtonAZ
Color =White
Type=Plain
Style=5

[PartyPlayerStatic6]
X =556
Y =553
W =26
H =22
Tex=ButtonEnter
Color =White
Type=Plain
Style=5

[PartyPlayerText1]
X =70
Y =6
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 0
Size = 20
Color =White
Text=PARTY_MODE

[PartyPlayerText2]
X =70
Y =53
Color=White
Font =0
Size =10
Align =0
Text=PARTY_PLAYER_DESC

[PartyPlayerText3]
X =238
Y =552
Color=Black
Font =0
Size =7
Align=2
Text=PARTY_PLAYER_WHEREAMI

[PartyPlayerText4]
X =294
Y =552
Color=Black
Font =0
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[PartyPlayerText5]
X =418
Y =552
Color=Black
Font =0
Size =7
Align=0
Text=PARTY_PLAYER_ENTER_NAME

[PartyPlayerText6]
X =586
Y =552
Color=Black
Font =0
Size =7
Align=0
Text=PARTY_PLAYER_LEGEND_CONTINUE

[PartyPlayerTeam1Name]
Tex=PartyTeamButton2
X=85
Y=100
W=310
H=50
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Dark

[PartyPlayerTeam1NameText1]
X =155
Y =8
Font=1
Size=11
Align=1
Text=Team 1
Color=White

[PartyPlayerPlayer1Name]
Tex=Button
X=81
Y=160
W =158
H =54
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Light

[PartyPlayerPlayer1NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 1
Color=White

[PartyPlayerPlayer2Name]
Tex=Button
X=241
Y=160
W =158
H =54
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Light

[PartyPlayerPlayer2NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 2
Color=White

[PartyPlayerPlayer3Name]
Tex=Button
X=401
Y=160
W =158
H =54
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Light

[PartyPlayerPlayer3NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 3
Color=White

[PartyPlayerPlayer4Name]
Tex=Button
X=561
Y=160
W =158
H =54
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Light

[PartyPlayerPlayer4NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 4
Color=White

[PartyPlayerTeam2Name]
Tex=PartyTeamButton2
X=85
Y=240
W=310
H=50
Type=Font Black
Texts=1
Color =P2Lightest
DColor =P2Dark

[PartyPlayerTeam2NameText1]
X =155
Y =8
Font=1
Size=11
Align=1
Text=Team 2
Color=White

[PartyPlayerPlayer5Name]
Tex=Button
X=81
Y=300
W =158
H =54
Type=Font Black
Texts=1
Color =P2Lightest
DColor =P2Light

[PartyPlayerPlayer5NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 5
Color=White

[PartyPlayerPlayer6Name]
Tex=Button
X=241
Y=300
W =158
H =54
Type=Font Black
Texts=1
Color =P2Lightest
DColor =P2Light

[PartyPlayerPlayer6NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 6
Color=White

[PartyPlayerPlayer7Name]
Tex=Button
X=401
Y=300
W =158
H =54
Type=Font Black
Texts=1
Color =P2Lightest
DColor =P2Light

[PartyPlayerPlayer7NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 7
Color=White

[PartyPlayerPlayer8Name]
Tex=Button
X=561
Y=300
W =158
H =54
Type=Font Black
Texts=1
Color =P2Lightest
DColor =P2Light

[PartyPlayerPlayer8NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 8
Color=White

[PartyPlayerTeam3Name]
Tex=Button
Tex=PartyTeamButton2
X=85
Y=380
W=310
H=50
Type=Font Black
Texts=1
Color =P3Lightest
DColor =P3Dark

[PartyPlayerTeam3NameText1]
X =155
Y =8
Font=1
Size=11
Align=1
Text=Team 3
Color=White

[PartyPlayerPlayer9Name]
Tex=Button
X=81
Y=440
W =158
H =54
Type=Font Black
Texts=1
Color =P3Lightest
DColor =P3Light

[PartyPlayerPlayer9NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 9
Color=White

[PartyPlayerPlayer10Name]
Tex=Button
X=241
Y=440
W =158
H =54
Type=Font Black
Texts=1
Color =P3Lightest
DColor =P3Light

[PartyPlayerPlayer10NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 10
Color=White

[PartyPlayerPlayer11Name]
Tex=Button
X=401
Y=440
W =158
H =54
Type=Font Black
Texts=1
Color =P3Lightest
DColor =P3Light

[PartyPlayerPlayer11NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 11
Color=White

[PartyPlayerPlayer12Name]
Tex=Button
X=561
Y=440
W =158
H =54
Type=Font Black
Texts=1
Color =P3Lightest
DColor =P3Light

[PartyPlayerPlayer12NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 12
Color=White


[StatMain]
Texts=4
Statics=6

[StatMainBackground]
Tex=MainBG

[StatMainButtonScores]
X =589
Y =120
W =190
H =50
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[StatMainButtonScoresText1]
X =95
Y =10
Font=0
Size=10
Align=1
Text=STAT_DESC_SCORES
Color=White

[StatMainButtonSingers]
X =589
Y =180
W =190
H =50
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[StatMainButtonSingersText1]
X =95
Y =10
Font=0
Size=10
Align=1
Text=STAT_DESC_SINGERS
Color=White

[StatMainButtonSongs]
X =589
Y =240
W =190
H =50
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[StatMainButtonSongsText1]
X =95
Y =13
Font=0
Size=8
Align=1
Text=STAT_DESC_SONGS
Color=White

[StatMainButtonBands]
X =589
Y =300
W =190
H =50
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[StatMainButtonBandsText1]
X =95
Y =13
Font=0
Size=8
Align=1
Text=STAT_DESC_BANDS
Color=White

[StatMainButtonExit]
X =589
Y =360
W =190
H =50
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[StatMainButtonExitText1]
X =95
Y =10
Font=0
Size=10
Align=1
Text=SING_OPTIONS_EXIT
Color=White

[StatMainTextOverview]
X =45
Y =145
W =510
Color=Black
Font =0
Size =9
Align=0
Text=

[StatMainStatic1]
X =40
Y =71
W =32
H =32
Color =ColorDark
Tex =MainIcon
Type=Font Black

[StatMainStatic2]
X =260
Y =553
W =30
H =22
Tex=ButtonNavi
Color =White
Type=Plain
Style=5

[StatMainStatic3]
X =388
Y =553
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Plain

[StatMainStatic4]
X =40
Y =120
W =520
H =20
Tex=StatMainBG1
Color =ColorLight
Type=Font Black

[StatMainStatic5]
X =40
Y =140
W =520
H =300
Tex=StatMainBG2
Color =ColorDark
Type=Font Black

[StatMainStatic6]
X =40
Y =440
W =520
H =20
Tex=StatMainBG3
Color =ColorLight
Type=Font Black

[StatMainText1]
X =40
Y =6
Color=GrayLight
Font =1
Size =22
Text=STAT_MAIN
Align=0

[StatMainText2]
X =73
Y =69
Color=GrayDark
Font =1
Size =10
Align =0
Text=STAT_MAIN_DESC

[StatMainText3]
X =294
Y =552
Color=Black
Font =0
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[StatMainText4]
X =418
Y =552
Color=Black
Font =0
Size =7
Align=0
Text=SING_LEGEND_ESC


[StatDetail]
Texts=0
Statics=0

[StatDetailBackground]
Tex=MainBG

[StatDetailButtonNext]
X =589
Y =120
W =190
H =50
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[StatDetailButtonNextText1]
X =95
Y =10
Font=0
Size=10
Align=1
Text=STAT_NEXT
Color=White

[StatDetailButtonPrev]
X =589
Y =180
W =190
H =50
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[StatDetailButtonPrevText1]
X =95
Y =10
Font=0
Size=10
Align=1
Text=STAT_PREV
Color=White

[StatDetailButtonReverse]
X =589
Y =240
W =190
H =50
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[StatDetailButtonReverseText1]
X =95
Y =10
Font=0
Size=10
Align=1
Text=STAT_REVERSE
Color=White

[StatDetailButtonExit]
X =589
Y =300
W =190
H =50
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[StatDetailButtonExitText1]
X =95
Y =10
Font=0
Size=10
Align=1
Text=SING_OPTIONS_EXIT
Color=White

[StatDetailTextDescription]
X =73
Y =69
Color=GrayDark
Font =1
Size =10
Align =0
Text=

[StatDetailTextPage]
X = 546
Y = 118
Color= Black
Font = 0
Size = 5
Align=2
Text=

[StatDetailTextList1]
X = 45
Y = 142
Color=Black
Font = 0
Size = 8
Text=Stat1

[StatDetailTextList2]
X = 45
Y = 180
Color=Black
Font = 0
Size = 8
Text=Stat2

[StatDetailTextList3]
X = 45
Y = 218
Color=Black
Font = 0
Size = 8
Text=

[StatDetailTextList4]
X = 45
Y = 256
Color=Black
Font = 0
Size = 8
Text=

[StatDetailTextList5]
X = 45
Y = 294
Color=Black
Font = 0
Size = 8
Text=

[StatDetailTextList6]
X = 45
Y = 332
Color=Black
Font = 0
Size = 8
Text=

[StatDetailTextList7]
X = 45
Y = 370
Color=Black
Font = 0
Size = 8
Text=

[StatDetailTextList8]
X = 45
Y = 408
Color=Black
Font = 0
Size = 8
Text=

[StatDetailTextList9]
X = 45
Y = 446
Color=Black
Font = 0
Size = 8
Text=

[StatDetailTextList10]
X = 45
Y = 484
Color=Black
Font = 0
Size = 8
Text=

[StatDetailStatic1]
X =40
Y =71
W =32
H =32
Color =ColorDark
Tex =MainIcon
Type=Font Black


[StatDetailStatic2]
X =260
Y =553
W =30
H =22
Tex=ButtonNavi
Color =White
Type=Plain
Style=5

[StatDetailStatic3]
X =388
Y =553
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Plain

[StatDetailStatic4]
X =40
Y =120
W =520
H =24
Tex=StatDetailBG1
Color =ColorLight
Type=Font Black

[StatDetailStatic5]
X =40
Y =144
W =520
H =379
Tex=StatMainBG2
Color =ColorDark
Type=Font Black

[StatDetailStatic6]
X =40
Y =523
W =520
H =20
Tex=StatMainBG3
Color =ColorLight
Type=Font Black


[StatDetailText1]
X =40
Y =6
Color=GrayLight
Font =1
Size =22
Text=STAT_DETAIL
Align=0

[StatDetailText2]
X =294
Y =552
Color=Black
Font =0
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[StatDetailText3]
X =418
Y =552
Color=Black
Font =0
Size =7
Align=0
Text=SING_LEGEND_ESC


# # # #   OnScreen PopUp Error / Question Messages   # # # #
[CheckPopup]
Texts=0
Statics=3

[CheckPopupButton1]
X = 192
Y = 327
W = 128
H = 50
Tex =MainBar
Color = ColorDark
DColor = White
Int=1
DInt=0.5
Type=Font Black
Texts=1
Z = 1

[CheckPopupButton1Text1]
X =64
Y =13
Color=White
Font =0
Size =8
Text=Yes
Align=1
Z=1

[CheckPopupButton2]
X = 480
Y = 327
W = 128
H = 50
Tex =MainBar
Color = ColorDark
DColor = White
Int=1
DInt=0.5
Type=Font Black
Texts=1
Z = 1

[CheckPopupButton2Text1]
X =64
Y =13
Color=White
Font =0
Size =8
Text=No
Align=1
Z=1

[CheckPopupText]
X =400
Y =226
W =500
Color=Black
Font =0
Size =14
Text=
Align=1
Z=1

[CheckPopupStatic1]
Tex =PopUpBG
X =99
Y =224
W =602
H =152
Z =1
Int=1
Color =White
Type=Font Black

[CheckPopupStatic2]
Tex =PopUpFG
X =99
Y =224
W =602
H =152
Z =1
Int=1
Color =Black
Type=Font Black

[CheckPopupStatic3]
Tex =IconQuestion
X =124
Y =235
W =44
H =44
Z =1
Int=1
Color =Black
Type=Font Black

[ErrorPopup]
Texts=1
Statics=1

[ErrorPopupButton1]
X = 366
Y = 342
W = 27
H = 23
Tex =ButtonEnter
Color = White
DColor = White
Type=Plain
Texts=1
Z = 1

[ErrorPopupButton1Text1]
X =32
Y =0
Color=Black
Font =0
Size =10
Text=OK
Align=0
Z=0

[ErrorPopupText]
X =400
Y =226
W =500
Color=Black
Font =0
Size =14
Text=
Align=1
Z=1

[ErrorPopupStatic1]
Tex =PopUpBG
X =99
Y =224
W =602
H =152
Z =1
Int=1
Color =White
Type=Font Black

[ErrorPopupStatic2]
Tex =PopUpFG
X =99
Y =224
W =602
H =152
Z =1
Int=1
Color =Black
Type=Font Black

[ErrorPopupStatic3]
Tex =IconError
X =124
Y =235
W =44
H =44
Z =1
Int=1
Color =Black
Type=Font Black