aboutsummaryrefslogblamecommitdiffstats
path: root/Themes/Classic.ini
blob: 757d7c03aa862c1f6a281647b699112e8d6475bc (plain) (tree)
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
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
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
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
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404

































                                                            
       



           
        










                 
       






                      

       

           
        



                          

       

           
        


                        


            

           








                      




                          

       








              
       
       
       







                 


              








                 


                
       











                 
       











              
       








             
                 


























                      


       
                 







                      
       


       
                  





                      
          

                    
       


       
                   







                 
       


       
                























                 
             
        

      
    

         
        
        
         
 









                











                         
               
        
        
                              





              
       













                 
              








                









                   













                     

































                 
      
 











                 
 




































































































































































































                                                    








                
             










                    









                    

              























                   






                








                












































































































































































































































































































































































































































































































































































































































































































































































































































































































































































                             
 







                  
 







                  
 







                       
 







                       
 







                           
 







                        
 







                             
 







                  
 







                       
 











                        
 











                             
 











                    
 











                         
 







                 
 







                  
 







                  
 







                       
 







                       
 







                           
 







                        
 







                             
 







                  
 







                       
 











                        
 











                             
 











                    
 











                         
 







                 
 







                  
 







                  
 







                       
 







                       
 







                           
 







                        
 







                             
 







                  
 







                       
 











                        
 











                             
 











                    
 











                         
 











                      
 











                      
 































































                          
 











                      
 





























































                          
                






                    
           






                          
           




                        
             





                
 


                         
               





                    
        
       
             




                  









                         

                        
        
        
        
       
             




                  









                             

                     
        
        
        
       
             




                  









                          

                      


        
       
             




                  









                           

                      
       
        
        
       
             




                  









                           

                      
        
        
        
       























                           




                  










                             

                    


        
       
             




                  









                         

              
          



                        


















                     







                   


















                                





                                
       


















                                   
        



















                                 
        


















                             
        


















                                
        


















                              
        















                        
        






                  
 
                  
          



                            


















                         







                       


















                                    





                                       
       


















                                       
        


















                                  
        


















                                         
        


















                                       
        















                            
        






                  
 
               
          



                         


















                      







                    


















                                  





                                   
       


















                                      
        


















                                    
        


















                                   
        


















                                          
        













                     























                                       
       
        

        
















                         




                  
 
                
          



                          


















                       







                     


















                                   





                                
       


















                                  
        


















                                      
        















                          
        






                  
 
                
          



                          


















                       







                     


















                                   





                                
       


















                               
        


















                                
        















                          
        






                  
 
                
          



                          


















                       







                     


















                                  





                               
       



















                                
        



















                                   
        



















                                   
        
















                          
        






                  












































































































































































































                                         



































































































































































































































































                        
             







                  
           











                    
           











                  
           
















                
                              







                
                          
               







































                         
             





                
 





            
                          







                
                      
               

                    
           



















                         
           



















                         
           



















                         
           









                  








                         
                    
           









                  








                         
                    
           









                  






                         

            






























































































































































































































                              







































































































































































































































































































































































































































                                  













































































































































































                                        
 
                                          
















































































































































































































































































































































































































































































































                               





































































































































































                                                             
;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 =790
Y =583
Color=Grey
Font =0
Size =6
Align=2
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 =300
W =740
H =283
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 =574
W =30
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

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

[MainStatic5]
Tex =ButtonE
X =510
Y =574
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 =Black
Alpha=1
X=320
Y=488
Z=1
PieceW=8
PieceH=3
Space=1
Bands=5
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=GrayDark
Font =1
Size =8
Text=SING_SONG_SELECTION_DESC
Align=0

[SongStatic1]
X =0
Y =100
W =800
H =450
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

# Jokers, 5 for each team, only shown in party Mode
[SongStaticTeam1Joker1]
Tex =Joker
X =20
Y =30
W =50
H =50
Color=P1Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam1Joker2]
Tex =Joker
X =70
Y =30
W =50
H =50
Color=P1Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam1Joker3]
Tex =Joker
X =120
Y =30
W =50
H =50
Color=P1Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam1Joker4]
Tex =Joker
X =170
Y =30
W =50
H =50
Color=P1Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam1Joker5]
Tex =Joker
X =220
Y =30
W =50
H =50
Color=P1Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam2Joker1]
Tex =Joker
X =280
Y =30
W =50
H =50
Color=P2Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam2Joker2]
Tex =Joker
X =330
Y =30
W =50
H =50
Color=P2Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam2Joker3]
Tex =Joker
X =380
Y =30
W =50
H =50
Color=P2Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam2Joker4]
Tex =Joker
X =430
Y =30
W =50
H =50
Color=P2Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam2Joker5]
Tex =Joker
X =480
Y =30
W =50
H =50
Color=P2Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam3Joker1]
Tex =Joker
X =540
Y =30
W =50
H =50
Color=P3Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam3Joker2]
Tex =Joker
X =590
Y =30
W =50
H =50
Color=P3Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam3Joker3]
Tex =Joker
X =640
Y =30
W =50
H =50
Color=P3Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam3Joker4]
Tex =Joker
X =690
Y =30
W =50
H =50
Color=P3Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam3Joker5]
Tex =Joker
X =740
Y =30
W =50
H =50
Color=P3Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1


[Sing]
Texts =1

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

[SingStatic1]
;TextBG
Tex =LyricBar
X =10
Y =490
W =780
H =105
Color =GrayLightest
Type=Font Black

[SingStatic2]
;Time BG
Tex =LyricBar
X =12
Y =5
W =328
H =42
Color =GrayLightest
Type=Font Black

[SingStatic3]
Tex =Rectangle
X =140
Y =21
W =190
H =10
Color=Gray

[SingTimeProgress]
X =140
Y =21
W =190
H =10
Color=GrayDark

[SingTimeText]
Text =SING_TIME
X =100
Y =14
Font =1
Size =8
Color =White
Align=1

[SingStatic4]
Tex =Bar
X =20
Y =10
W =46
H =30
Color =Black
Type=Font Black

[SingP1Static]
Tex =P
X =16
Y =55
W =45
H =50
Color =P1Dark
Type=Font Black

[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
Color=GrayLight
Font = 1
Size = 25
Text = SING_OPTIONS

[OptionsText2]
X = 250
Y = 550
Color=Gray
Font = 1
Size = 8
Text=SING_LEGEND_NAVIGATE

[OptionsText3]
X = 500
Y = 550
Color=Gray
Font = 1
Size = 8
Text=SING_LEGEND_SELECT

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

[OptionsTextDescription]
X = 70
Y = 248
Color=GrayDark
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

[OptionsSoundSelectSlidePreviewVolume]
Tex =MainBar
TexSBG =MainBar
Text=SING_OPTIONS_SOUND_PREVIEWVOLUME
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

[OptionsSoundSelectSlidePreviewFading]
Tex =MainBar
TexSBG =MainBar
Text=SING_OPTIONS_SOUND_PREVIEWFADING
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

[OptionsSoundButtonExit]
X = 40
Y = 415
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=GrayDark

[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=GrayDark

[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

#  #  #  #  Song Extensions  #  #  #  #
[SongMenu]
Texts=0
Statics=1

[SongMenuButton1]
X = 505
Y = 195
W = 220
H = 25
Tex = SongMenuButton
Color =ColorDark
DColor = Gray
Type=Font Black
Texts=1
Z = 0.98

[SongMenuButton1Text1]
X =110
Y =0
Color=Black
Font =0
Size =8
Text=SONG_MENU_PLAY
Align=1
Z=0.99

[SongMenuButton2]
X = 505
Y = 225
W = 220
H = 25
Tex = SongMenuButton
Color =ColorDark
DColor = Gray
Type=Font Black
Texts=1
Z = 0.98

[SongMenuButton2Text1]
X =110
Y =0
Color=Black
Font =0
Size =8
Text=SONG_MENU_EDIT
Align=1
Z=0.99

[SongMenuButton3]
X = 505
Y = 255
W = 220
H = 25
Tex = SongMenuButton
Color =ColorDark
DColor = Gray
Type=Font Black
Texts=1
Z = 0.98

[SongMenuButton3Text1]
X =110
Y =0
Color=Black
Font =0
Size =8
Text=SONG_MENU_MODI
Align=1
Z=0.99

[SongMenuButton4]
X = 505
Y = 285
W = 220
H = 25
Tex = SongMenuButton
Color =ColorDark
DColor = Gray
Type=Font Black
Texts=1
Z = 0.98

[SongMenuButton4Text1]
X =110
Y =0
Color=Black
Font =0
Size =8
Text=SONG_MENU_CANCEL
Align=1
Z=0.99

[SongMenuSelectSlide3]
Tex = Rectangle
TexSBG = SongMenuSelectBG
Text =
X = 505
Y = 255
W = 0
H = 25
Z = 0.98
SkipX = 0
SBGW=220

TextSize=8

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

[SongMenuTextMenu]
X =615
Y =140
Color=Black
Font =0
Size =13
Text=MENU
Align=1
Z=0.99

[SongMenuStatic1]
X =400
Y =100
W =400
H =262
Color=White
Tex =Rectangle
Type=Font Black
TexX1=0.1
TexY1=0.1
TexX2=0.9
TexY2=0.9

[SongMenuStatic2]
X =400
Y =100
W =400
H =262
Color=Black
Tex =SongFade
Type=Font Black
TexX1=0.1
TexY1=0.1
TexX2=0.9
TexY2=0.7

[SongMenuStatic3]
Tex =SongMenuBG
X =500
Y =140
W =230
H =200
Z =0.94
Int=1
Color =White
Type=Font Black

[SongMenuStatic4]
X =705
Y =120
W =42
H =240
Color =Gray
Tex =SongMenuBorder
Type=Font Black
Z=0.98


#  #  #  #  Statistic Screens  #  #  #  #
[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