Subversion Repositories Kolibri OS

Rev

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

Rev 6738 Rev 6931
Line 20... Line 20...
20
proc_info DL_Form;
20
proc_info DL_Form;
21
char downloader_edit[10000];
21
char downloader_edit[10000];
22
char filepath[4096];
22
char filepath[4096];
23
int mouse_twbi;
23
int mouse_twbi;
24
edit_box ed = {250,20,20,0xffffff,0x94AECE,0xffffff,0xffffff,0x10000000,sizeof(downloader_edit),#downloader_edit,#mouse_twbi,2,19,19};
24
edit_box ed = {250,20,20,0xffffff,0x94AECE,0xffffff,0xffffff,0x10000000,sizeof(downloader_edit),#downloader_edit,#mouse_twbi,2,19,19};
25
progress_bar pb = {0, 170, 51, 225, 12, 0, 0, 100, 0xFFFfff, 0x74DA00, 0x9F9F9F};
25
progress_bar pb = {0, 200, 55, 225, 12, 0, 0, 100, 0xFFFfff, 0x74DA00, 0x9F9F9F};
Line 26... Line 26...
26
 
26
 
27
byte downloader_opened;
27
byte downloader_opened;
28
char downloader_stak[4096];
28
char downloader_stak[4096];
29
char str[2048];
29
char str[2048];
Line 144... Line 144...
144
    }
144
    }
145
    WriteText(cleft, ed.top + 4, 0x90, system.color.work_text, "URL:");
145
    WriteText(cleft, ed.top + 4, 0x90, system.color.work_text, "URL:");
146
    ed.left = strlen("URL:")*8 + 10 + cleft;
146
    ed.left = strlen("URL:")*8 + 10 + cleft;
147
    ed.width = DL_Form.cwidth - ed.left - cleft - 3;
147
    ed.width = DL_Form.cwidth - ed.left - cleft - 3;
148
    ed.offset=0;
148
    ed.offset=0;
149
    //edit_box_draw stdcall(#ed);
-
 
150
    DrawEditBox(#ed);
149
    DrawEditBox(#ed);
151
    //DrawRectangle(ed.left-1, ed.top-1, ed.width+2, 16, ed.blur_border_color);
-
 
152
    //DrawRectangle(ed.left-2, ed.top-2, ed.width+4, 18, border_color);
-
 
153
}
150
}
Line 154... Line 151...
154
 
151
 
155
void StartDownloading()
152
void StartDownloading()
156
{
153
{