Subversion Repositories Kolibri OS

Rev

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

Rev 5581 Rev 5674
Line 48... Line 48...
48
					ExitProcess();
48
					ExitProcess();
49
				}
49
				}
50
				break;
50
				break;
Line 51... Line 51...
51
				
51
				
52
		case evReDraw:
52
		case evReDraw:
53
				DefineAndDrawWindow(Form.left+Form.width/2,Form.top+Form.height/2-114,300,228+GetSkinHeight(),0x34,sc.work,INTRO_TEXT_1);
53
				DefineAndDrawWindow(Form.left+Form.width/2,Form.top+Form.height/2-114,300,228+GetSkinHeight(),0x34,system.color.work,INTRO_TEXT_1);
54
				GetProcessInfo(#about_form, SelfInfo);
54
				GetProcessInfo(#about_form, SelfInfo);
55
				if (Form.status_window>2) break;
55
				if (Form.status_window>2) break;
56
				DrawBar(0,0,about_form.cwidth,50,0x8494C4);
56
				DrawBar(0,0,about_form.cwidth,50,0x8494C4);
57
				PutPaletteImage(#logo,85,85,about_form.width/2-43,7,8,#logo_pal);
57
				PutPaletteImage(#logo,85,85,about_form.width/2-43,7,8,#logo_pal);