source: branches/stable/lib/arb_default/merge.arb

Last change on this file was 6411, checked in by westram, 14 years ago
  • removed unused vectorfont
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.6 KB
Line 
1/*ARBDB ASCII*/
2window  %% (%
3        font            "8x13bold"
4        background              "#fb0"
5        foreground              "black"
6        color_1         "red"
7        color_2         "green"
8        color_3         "blue"
9        windows %% (%
10                MERGE_SELECT_TWO_DATABASES      %% (%
11                        width   %i 720
12                        height  %i 575
13                        posx    %i 196
14                        posy    %i 74
15                        %) /*MERGE_SELECT_TWO_DATABASES*/
16
17                ARB_MERGE       %% (%
18                        width   %i 360
19                        height  %i 385
20                        posx    %i 379
21                        posy    %i 0
22                        %) /*ARB_MERGE*/
23
24                MERGE_ALIGNMENTS        %% (%
25                        width   %i 560
26                        height  %i 345
27                        posx    %i 282
28                        posy    %i 386
29                        %) /*MERGE_ALIGNMENTS*/
30
31                TRANSFER_SPECIES        %% (%
32                        width   %i 1000
33                        height  %i 720
34                        posx    %i 65
35                        posy    %i 57
36                        %) /*TRANSFER_SPECIES*/
37
38                HELP_WINDOW     %% (%
39                        width   %i 720
40                        height  %i 600
41                        posx    %i 240
42                        posy    %i 192
43                        %) /*HELP_WINDOW*/
44
45                ALIGNMENT_CONTROL_1     %% (%
46                        width   %i 400
47                        height  %i 350
48                        posx    %i 82
49                        posy    %i 388
50                        %) /*ALIGNMENT_CONTROL_1*/
51
52                ALIGNMENT_CONTROL_2     %% (%
53                        width   %i 400
54                        height  %i 350
55                        posx    %i 648
56                        posy    %i 387
57                        %) /*ALIGNMENT_CONTROL_2*/
58
59                SYNCRONIZE_NAMES        %% (%
60                        width   %i 480
61                        height  %i 240
62                        posx    %i 295
63                        posy    %i 356
64                        %) /*SYNCRONIZE_NAMES*/
65
66                AUTORENAME_SPECIES      %% (%
67                        width   %i 320
68                        height  %i 240
69                        posx    %i 110
70                        posy    %i 431
71                        %) /*AUTORENAME_SPECIES*/
72
73                TRANSFER_FIELD  %% (%
74                        width   %i 240
75                        height  %i 320
76                        posx    %i 445
77                        posy    %i 489
78                        %) /*TRANSFER_FIELD*/
79
80                MERGE_EXTENDEDS %% (%
81                        width   %i 560
82                        height  %i 640
83                        posx    %i 284
84                        posy    %i 168
85                        %) /*MERGE_EXTENDEDS*/
86
87                EXTENDED_RENAME_1       %% (%
88                        width   %i 280
89                        height  %i 130
90                        posx    %i 230
91                        posy    %i 435
92                        %) /*EXTENDED_RENAME_1*/
93
94                EXTENDED_RENAME_2       %% (%
95                        width   %i 280
96                        height  %i 130
97                        posx    %i 597
98                        posy    %i 462
99                        %) /*EXTENDED_RENAME_2*/
100
101                MERGE_TREES     %% (%
102                        width   %i 560
103                        height  %i 440
104                        posx    %i 295
105                        posy    %i 374
106                        %) /*MERGE_TREES*/
107
108                TREE_RENAME_1   %% (%
109                        width   %i 280
110                        height  %i 130
111                        posx    %i 243
112                        posy    %i 639
113                        %) /*TREE_RENAME_1*/
114
115                TREE_RENAME_2   %% (%
116                        width   %i 280
117                        height  %i 130
118                        posx    %i 610
119                        posy    %i 644
120                        %) /*TREE_RENAME_2*/
121
122                WINDOW_PROPERTIES       %% (%
123                        width   %i 596
124                        height  %i 332
125                        posx    %i 240
126                        posy    %i 432
127                        %) /*WINDOW_PROPERTIES*/
128
129                MERGE_SAI       %% (%
130                        width   %i 560
131                        height  %i 640
132                        posx    %i 323
133                        posy    %i 172
134                        %) /*MERGE_SAI*/
135
136                SAI_RENAME_1    %% (%
137                        width   %i 280
138                        height  %i 130
139                        posx    %i 77
140                        posy    %i 532
141                        %) /*SAI_RENAME_1*/
142
143                SAI_RENAME_2    %% (%
144                        width   %i 280
145                        height  %i 130
146                        posx    %i 805
147                        posy    %i 540
148                        %) /*SAI_RENAME_2*/
149
150                SAVE_ARB_DB     %% (%
151                        width   %i 360
152                        height  %i 355
153                        posx    %i 373
154                        posy    %i 410
155                        %) /*SAVE_ARB_DB*/
156
157                %) /*windows*/
158
159        %) /*window*/
160
161awt_rename      %% (%
162        use_advice      %i 1
163        save_data       %i 1
164        %) /*awt_rename*/
165
Note: See TracBrowser for help on using the repository browser.