Subversion Repositories Kolibri OS

Rev

Rev 1822 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1822 Rev 2056
Line 1... Line 1...
1
/*
1
/*
2
Just Clicks v0.76
2
Just Clicks v0.8
3
Copyright (C) 2008 Leency
3
Copyright (C) 2011 Leency
-
 
4
 
-
 
5
Just Clicks v0.79
-
 
6
Copyright (C) 2011 clevermouse
-
 
7
 
4
Clickomania v0.3
8
Clickomania v0.3
5
Copyright (C) 2005 €«¥ªá ­¤à Œã訪®¢ aka Olaf
9
Copyright (C) 2005 €«¥ªá ­¤à Œã訪®¢ aka Olaf
6
Compiled by C--Sphinx v0.239 b26
-
 
7
*/
10
*/
Line 8... Line 11...
8
 
11
 
9
#pragma option meos
12
#pragma option meos
10
#include "lib\kolibri.h--"
13
#include "lib\kolibri.h--"
Line 16... Line 19...
16
#include "lang.h--"
19
#include "lang.h--"
17
#endif
20
#endif
Line 18... Line 21...
18
 
21
 
19
byte i,j, XX, YY;
22
byte i,j, XX, YY;
-
 
23
system_colors sc;
Line 20... Line 24...
20
system_colors sc;
24
proc_info Form;
21
 
25
 
22
struct
26
struct
23
{
27
{
Line 206... Line 210...
206
						ReDraw_Blocks(0);
210
						ReDraw_Blocks(0);
207
					}
211
					}
208
				}    
212
				}    
209
				break;
213
				break;
210
			case evReDraw:
214
			case evReDraw:
211
				WindowRedrawStatus(1);
-
 
212
				DefineAndDrawWindow(400,276,177,201+GetSkinWidth(),0x74,0x10B2B4BF,0,0,"Just Clicks v0.77");
215
				DefineAndDrawWindow(400,276,177,201+GetSkinWidth(),0x74,0x10B2B4BF,0,0,"Just Clicks v0.8");
213
				WindowRedrawStatus(2);
-
 
214
				sc.get();
-
 
215
				DefineButton(150,-18,18,18,255+BT_HIDE+BT_NOFRAME,0); //ª­®¯®çª  § ªàëâ¨ï :]
216
				DefineButton(150,-18,18,18,255+BT_HIDE+BT_NOFRAME,0); //ª­®¯®çª  § ªàëâ¨ï :]
-
 
217
				Form.GetInfo(SelfInfo);
-
 
218
				IF (Form.height==GetSkinWidth()+3) BREAK;
-
 
219
				sc.get();
216
				DrawBar(0,168,168,29,sc.work); //¯ ­¥«ìª  á­¨§ã
220
				DrawBar(0,168,168,29,sc.work); //¯ ­¥«ìª  á­¨§ã
217
#ifdef LANG_RUS
221
#ifdef LANG_RUS
218
				DefineButton(9,172,76,19,254,sc.work_button);
222
				DefineButton(9,172,76,19,254,sc.work_button);
219
				WriteText(16,178,0x80,sc.work_button_text,"‡ ­®¢® (F2)",0);
223
				WriteText(16,178,0x80,sc.work_button_text,"‡ ­®¢® (F2)",0);
220
#else
224
#else