Subversion Repositories Kolibri OS

Rev

Rev 8015 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8015 Rev 9472
Line 2279... Line 2279...
2279
        mcall SF_REDRAW, SSF_BEGIN_DRAW
2279
        mcall SF_REDRAW, SSF_BEGIN_DRAW
Line 2280... Line 2280...
2280
 
2280
 
Line 2281... Line 2281...
2281
        Window 150, 150, 350, 405, 0x34FFFFFF, 0x805080d0, title
2281
        Window 150, 150, 350, 405, 0x34FFFFFF, 0x805080d0, title
2282
 
2282
 
2283
        mov   esi, [sc.work_button]
2283
        mov   esi, [sc.work_button]
Line 2284... Line 2284...
2284
        DefineButton 138, 345, 92, 24, 2,
2284
        mcall SF_DEFINE_BUTTON, <138,92>, <345,24>, 2
2285
        DefineButton 238, 345, 92, 24, 3,
2285
        mcall SF_DEFINE_BUTTON, <238,92>, <345,24>, 3
2286
 
2286
 
2287
        mov   ecx, [sc.work_button_text]
2287
        mov   ecx, [sc.work_button_text]