source: branches/port5/lib/arb_default/dist.arb

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
1/*ARBDB ASCII*/
2window  %% (%
3        font            "8x13bold"
4        background              "#ddf"
5        foreground              "black"
6        color_1         "red"
7        color_2         "green"
8        color_3         "blue"
9        windows %% (%
10                PHYL_MATRIX     %% (%
11                        width   %i 460
12                        height  %i 640
13                        posx    %i 10
14                        posy    %i 10
15                        %) /*PHYL_MATRIX*/
16
17                NEIGHBOUR_JOINING       %% (%
18                        width   %i 460
19                        height  %i 675
20                        posx    %i 612
21                        posy    %i 114
22                        %) /*NEIGHBOUR_JOINING*/
23
24                HELP_WINDOW     %% (%
25                        width   %i 720
26                        height  %i 680
27                        posx    %i 378
28                        posy    %i 0
29                        %) /*HELP_WINDOW*/
30
31                WINDOW_PROPERTIES       %% (%
32                        width   %i 596
33                        height  %i 332
34                        posx    %i 422
35                        posy    %i 110
36                        %) /*WINDOW_PROPERTIES*/
37
38                %) /*windows*/
39
40        %) /*window*/
41
42vectorfont      %% (%
43        userscale       %f 1.000000
44        name            "lib/pictures/fontgfx.vfont"
45        active  %i 1
46        directory               "lib/pictures"
47        filter          ".vfont"
48        file_name               "lib/pictures/fontgfx.vfont"
49        %) /*vectorfont*/
50
51dist    %% (%
52        which_species           "marked"
53        alignment               ""
54        filter  %% (%
55                alignment               "none"
56                name            "none"
57                filter          ""
58                cancel          ".0-"
59                %) /*filter*/
60
61        weights %% (%
62                name            "none"
63                alignment               "none"
64                %) /*weights*/
65
66        rates   %% (%
67                name            "none"
68                %) /*rates*/
69
70        cancel  %% (%
71                chars           "-."
72                %) /*cancel*/
73
74        correction      %% (%
75                trans   %i 0
76                %) /*correction*/
77
78        tree    %% (%
79                tree_name               "tree_temp"
80                %) /*tree*/
81
82        alpha   %f 1.000000
83        ratematrix      %% (%
84                val_2_1 %f 1.000000
85                val_4_1 %f 1.000000
86                val_4_2 %f 1.000000
87                val_8_1 %f 1.000000
88                val_8_2 %f 1.000000
89                val_8_4 %f 1.000000
90                val_16_1        %f 1.000000
91                val_16_2        %f 1.000000
92                val_16_4        %f 1.000000
93                val_16_8        %f 1.000000
94                %) /*ratematrix*/
95
96        %) /*dist*/
97
Note: See TracBrowser for help on using the repository browser.