Subversion Repositories Kolibri OS

Rev

Rev 1632 | Rev 2037 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
255 heavyiron 1
;**********************************************************
2
;------------------TEXT DATA-------------------------------
3
;**********************************************************
1643 mario79 4
name_of_program      db 'Graphics editor <> V 1.3',0
255 heavyiron 5
mouse_pos_x	     db 'X='
6
mouse_pos_y	     db 'Y='
7
new_text1	     db 'PICTURE SIZE X'
8
new_text2	     db 'PICTURE SIZE Y'
9
ok_text 	     db 'OK'
10
 
11
panel_text:	     dd 15,24,4
12
		     db 'FILE'
13
		     dd 65,24,4
14
		     db 'EDIT'
15
		     dd 115,24,11
16
		     db 'INSTRUMENTS'
17
		     dd 235,24,7
18
		     db 'PALETTE'
19
		     dd 315,24,7
20
		     db 'FILTERS'
21
		     dd 395,24,9
22
		     db 'ANIMATION'
23
		     dd 495,24,4
24
		     db 'HELP'
25
menu_text_en:
26
		     dd menu_text7
27
		     dd menu_text6
28
		     dd menu_text5
29
		     dd menu_text4
30
		     dd menu_text3
31
		     dd menu_text2
32
		     dd menu_text1
33
		     dd 0,0,0
34
 
35
menu_rectangles:     dd 485,36,120,100
36
		     dd 385,36,120,100
37
		     dd 295,36,120,100
38
		     dd 225,36,120,100
39
		     dd 105,36,120,100
40
		     dd 55,36,120,100;20
41
		     dd 5,36,120,100
42
 
43
 
44
menu_text1:
45
		     dd 15,45,3
46
		     db 'NEW'
47
		     dd 15,65,4
48
		     db 'OPEN'
49
		     dd 15,85,4
50
		     db 'SAVE'
51
		     dd 15,105,7
52
		     db 'SAVE AS'
53
		     dd 15,125,4
54
		     db 'EXIT'
55
 
56
menu_text2:
57
		     dd 65,45,4
58
		     db 'UNDO'
59
		     dd 65,65,4
60
		     db 'COPY'
61
		     dd 65,85,5
62
		     db 'PASTE'
63
		     dd 65,105,3
64
		     db 'CUT'
65
		     dd 65,125,13
66
		     db 'CLEARE SCREEN'
67
		     ;dd 95,145,12
68
		     ;db 'ALLOCATE ALL'
69
menu_text3:
70
		     dd 115,45,3
71
		     db 0,0,0;'PENCIL'
72
		     dd 115,65,3
73
		     db 0,0,0;'BRUSHES'
74
		     dd 115,85,3
75
		     db 0,0,0;'COLORS'
76
		     dd 115,105,3
77
		     db 0,0,0;'PIPETKA'
78
menu_text4:
79
		     dd 235,45,1
80
		     db 0,0,0
81
menu_text5:
82
		     dd 315,45,1
83
		     db 0,0,0
84
menu_text6:
85
		     dd 395,45,1
86
		     db 0,0,0
87
menu_text7:
88
		     dd 495,45,1
89
		     db 0,0,0,0
90
 
91
 
92
menu_counters:
93
		     dd 1,1,1,1,1,5,5