//===================================================// // // // SCROLL // // // //===================================================// void DrawScroll(bool _scroll_used) { dword i; dword sc_x = files.x + files.w; dword sc_y = files.y; dword sc_h = files.h - 16; dword sc_slider_y; dword sc_center; if (files.count<=0) { sc_slider_y = sc_y - 1; sc_slider_h = sc_h + 1; } else { sc_slider_y = files.first * sc_h / files.count + sc_y - 1; sc_slider_h = sc_h * files.visible - files.visible / files.count + 2; if (sc_slider_h < 20) { sc_slider_h = 20; //set minimal scroll height } if (sc_slider_h > sc_h-sc_slider_y+56) || (files.first+files.visible>=files.count) { sc_slider_y= sc_y + sc_h - sc_slider_h; //fix for the very long list } } //slider DrawRectangle(sc_x,sc_slider_y,16,sc_slider_h,sc.line); sc_x++; DrawRectangle3D(sc_x,sc_slider_y+1,14,sc_slider_h-2, sc.light , sc.dark); for (i=0; i<13; i++) { if (!_scroll_used) EDX = col.work_gradient[13-i]; else EDX = col.work_gradient[i]; DrawBar(sc_x + 1 + i, sc_slider_y+2, 1, sc_slider_h-3, EDX); } sc_center = sc_slider_h / 2 + sc_slider_y; DrawBar(sc_x+2, sc_center, 10, 1, sc.line); DrawBar(sc_x+3, sc_center-3, 8, 1, EDX); DrawBar(sc_x+3, sc_center+3, 8, 1, EDX); DrawBar(sc_x+3, sc_center+1, 10, 1, sc.light); DrawBar(sc_x+4, sc_center-2, 8, 1, EDX); DrawBar(sc_x+4, sc_center+4, 8, 1, EDX); //area before slider if (sc_slider_y > sc_y + 1) { DrawBar(sc_x, sc_y, 15, 1, col.slider_bg_left); DrawBar(sc_x, sc_y+1, 1, sc_slider_y-sc_y-1, col.slider_bg_left); DrawBar(sc_x+1, sc_y+1, 14, sc_slider_y-sc_y-1, col.slider_bg_big); } //area after slider if (sc_h-sc_slider_h+sc_y-2>sc_slider_y) { DrawBar(sc_x, sc_slider_y + sc_slider_h+1, 15, 1, col.slider_bg_left); DrawBar(sc_x, sc_slider_y + sc_slider_h+2, 1, sc_h-sc_slider_h-sc_slider_y+sc_y-2, col.slider_bg_left); DrawBar(sc_x+1, sc_slider_y + sc_slider_h+2, 14, sc_h-sc_slider_h-sc_slider_y+sc_y-2, col.slider_bg_big); } } //===================================================// // // // FLAT BUTTONS // // // //===================================================// void DrawFlatButtonSmall(dword x,y,width,height,id,text) { DrawRectangle(x,y,width,height,sc.line); DrawRectangle3D(x+1,y+1,width-2,height-2, sc.light, sc.dark); PutPixel(x+width-1, y+1, sc.dark); DrawFilledBar(x+2, y+2, width-3, height-3); if (id) DefineHiddenButton(x+1,y+1,width-2,height-2,id); WriteText(-strlen(text)*6+width/2+x+1,height/2+y-3,0x80,sc.work_text,text); } void DrawFilledBar(dword x, y, w, h) { int i; for (i=0; i"); if (ESBYTE[path+1]) { strcat(#PathShow_path, path); } for (i=0; (PathShow_path[i]) && (i