Advertisement
pedraom2007

wmemory.inc

Oct 5th, 2021
1,663
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. %ifndef __WMEMORY_LIB__
  2. %define __WMEMORY_LIB__
  3.  
  4. %define WindowAdress 0800h:0500h
  5.  
  6. %define Window_Bar  3000h
  7. %define Window_Width  3001h
  8. %define Window_Height  3003h
  9. %define Window_Pos_X  3005h
  10. %define window_Pos_Y  3007h
  11. %define Window_Bar_Color  3009h
  12. %define Window_Border_Color 300Ah
  13. %define Window_BackColor  300Bh
  14. %define CloseButton  300Ch
  15. %define MaximizeButton  300Dh
  16. %define MinimizeButton  300Eh
  17.  
  18. M_InitialPositionX dw 0000h
  19. M_InitialPositionY dw 0000h
  20. StateWindowBar dw 0000h
  21. SavePositionX dw 0000h
  22. SavePositionY dw 0000h
  23. SaveWidth dw 0000h
  24. SaveHeight dw 0000h
  25.  
  26.  
  27. %endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement