source: tags/ms_r17q3/lib/arb_default/pars.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: 1.4 KB
Line 
1/*ARBDB ASCII*/
2window  %% (%
3        font            "8x13bold"
4        background              "#cececc"
5        foreground              "Black"
6        color_1         "red"
7        color_2         "green"
8        color_3         "blue"
9        windows %% (%
10                SET_PARSIMONY_OPTIONS   %% (%
11                        width   %i 320
12                        height  %i 325
13                        posx    %i 61
14                        posy    %i 106
15                        %) /*SET_PARSIMONY_OPTIONS*/
16
17                ARB_PARSIMONY   %% (%
18                        width   %i 629
19                        height  %i 543
20                        posx    %i 465
21                        posy    %i 208
22                        %) /*ARB_PARSIMONY*/
23
24                EXPORT_TREE_TO_FILE     %% (%
25                        width   %i 400
26                        height  %i 470
27                        posx    %i 532
28                        posy    %i 310
29                        %) /*EXPORT_TREE_TO_FILE*/
30
31                WINDOW_PROPERTIES       %% (%
32                        width   %i 596
33                        height  %i 332
34                        posx    %i 511
35                        posy    %i 288
36                        %) /*WINDOW_PROPERTIES*/
37
38                SAVE_ARB_DB     %% (%
39                        width   %i 360
40                        height  %i 190
41                        posx    %i 567
42                        posy    %i 338
43                        %) /*SAVE_ARB_DB*/
44
45                NDS     %% (%
46                        width   %i 710
47                        height  %i 373
48                        posx    %i 9
49                        posy    %i 318
50                        %) /*NDS*/
51
52                Kernighan_Lin_Properties        %% (%
53                        width   %i 440
54                        height  %i 635
55                        posx    %i 597
56                        posy    %i 138
57                        %) /*Kernighan_Lin_Properties*/
58
59                COLORS_AND_FONTS        %% (%
60                        width   %i 794
61                        height  %i 328
62                        posx    %i 110
63                        posy    %i 0
64                        %) /*COLORS_AND_FONTS*/
65
66                %) /*windows*/
67
68        ARB_PARSIMONY   %% (%
69                horizontal_page_increment       %i 50
70                vertical_page_increment %i 50
71                scroll_delay_vertical   %i 20
72                scroll_delay_horizontal %i 20
73                scroll_width_horizontal %i 9
74                scroll_width_vertical   %i 20
75                %) /*ARB_PARSIMONY*/
76
77        %) /*window*/
78
79
80focus   %% (%
81        tree_name               "tree_main"
82        %) /*focus*/
83
84
Note: See TracBrowser for help on using the repository browser.