Show
Ignore:
Timestamp:
05/20/09 14:42:05 (15 years ago)
Author:
mido
Message:

funkcni verze noveho UI, zbyva jeste ucesat

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/UI/UIbuilder_test.cfg

    r278 r344  
    11//test 
    2 test: 
     2pepikovo :  
    33{ 
    4 type= "test"; 
    5 a= 1; 
    6 S= "hello!!!"; 
     4  class = "Car"; 
     5  year = 1998; 
     6  manufacturer = "audi"; 
     7  kilometers = 25000; 
    78}; 
    8 test2: 
     9jardovo :  
    910{ 
    10 type= "internal"; 
    11 path="int"; 
     11  class = "Car"; 
     12  year = 1992; 
     13  manufacturer = "liaz"; 
     14  kilometers = 1555000; 
    1215}; 
    13 test3: 
     16ondrejovo :  
    1417{ 
    15 type= "external"; 
    16 filename = "UIbuilder_test_ex.cfg"; 
    17 path="test2"; 
     18  class = "Bike"; 
     19  year = 1996; 
     20  manufacturer = "author"; 
     21  electricLights = true; 
     22  matr = ( 2, 2, [ 1.0, 0.0, 0.0, 1.0 ] ); 
    1823}; 
    19 int: 
    20 { 
    21 type= "test2"; 
    22 a= 1; 
    23 S= "yeah!!!"; 
    24 }; 
     24elisky : "jardovo"; 
     25kati : "skubankovo@UIbuilder_test_ex.cfg";