Enumeration
#Button_0
#Text_0
#Window_0
EndEnumeration
If OpenWindow(#Window_0, 333, 70, 260, 145, "Ïî÷åìó âûñîòà êíîïêè íå 20?", #PB_Window_SystemMenu)
ButtonGadget(#Button_0,10,10,120,20,"10,10,120,20")
TextGadget(#Text_0, 20, 40, 120, 50, "20, 40, 120, 50",#PB_Text_Border | #PB_Text_Center)
SetGadgetColor(#Text_0,#PB_Gadget_BackColor,RGB(255,0,0))
Repeat
Until WaitWindowEvent()=#PB_Event_CloseWindow
EndIf