Code: Select all
;
; This code is automatically generated by the FormDesigner.
; Manual modification is possible to adjust existing commands, but anything else will be dropped when the code is compiled.
; Event procedures needs to be put in another source file.
;
Global Window_0
Global Container_0, Container_0_Copy1, Container_0_Copy1, Container_0_Copy1_Copy1, Container_0_Copy2, Container_0_Copy1_Copy2, Container_0_Copy1_Copy2_Copy1, Container_0_Copy1_Copy2_Copy2, Container_0_Copy1_Copy2_Copy3, Container_0_Copy1_Copy2_Copy4, Container_0_Copy1_Copy2_Copy5, Container_0_Copy1_Copy2_Copy6, Container_0_Copy1_Copy2_Copy8, Container_0_Copy1_Copy2_Copy9, Container_0_Copy1_Copy2_Copy10, Container_0_Copy1_Copy2_Copy11
Procedure OpenWindow_0(x = 0, y = 0, width = 600, height = 400)
Window_0 = OpenWindow(#PB_Any, x, y, width, height, "", #PB_Window_SystemMenu)
Container_0 = ContainerGadget(#PB_Any, 105, 95, 55, 25, #PB_Container_Single)
CloseGadgetList()
Container_0_Copy1 = ContainerGadget(#PB_Any, 160, 95, 55, 25, #PB_Container_Single)
CloseGadgetList()
Container_0_Copy1 = ContainerGadget(#PB_Any, 215, 95, 55, 25, #PB_Container_Single)
CloseGadgetList()
Container_0_Copy1_Copy1 = ContainerGadget(#PB_Any, 270, 95, 55, 25, #PB_Container_Single)
CloseGadgetList()
Container_0_Copy2 = ContainerGadget(#PB_Any, 105, 120, 55, 25, #PB_Container_Single)
CloseGadgetList()
Container_0_Copy1_Copy2 = ContainerGadget(#PB_Any, 160, 120, 55, 25, #PB_Container_Single)
CloseGadgetList()
Container_0_Copy1_Copy2_Copy1 = ContainerGadget(#PB_Any, 215, 120, 55, 25, #PB_Container_Single)
CloseGadgetList()
Container_0_Copy1_Copy2_Copy2 = ContainerGadget(#PB_Any, 270, 120, 55, 25, #PB_Container_Single)
CloseGadgetList()
Container_0_Copy1_Copy2_Copy3 = ContainerGadget(#PB_Any, 105, 145, 55, 25, #PB_Container_Single)
CloseGadgetList()
Container_0_Copy1_Copy2_Copy4 = ContainerGadget(#PB_Any, 105, 170, 55, 25, #PB_Container_Single)
CloseGadgetList()
Container_0_Copy1_Copy2_Copy5 = ContainerGadget(#PB_Any, 215, 145, 55, 25, #PB_Container_Single)
CloseGadgetList()
Container_0_Copy1_Copy2_Copy6 = ContainerGadget(#PB_Any, 270, 145, 55, 25, #PB_Container_Single)
CloseGadgetList()
Container_0_Copy1_Copy2_Copy8 = ContainerGadget(#PB_Any, 215, 170, 55, 25, #PB_Container_Single)
CloseGadgetList()
Container_0_Copy1_Copy2_Copy9 = ContainerGadget(#PB_Any, 160, 170, 55, 25, #PB_Container_Single)
CloseGadgetList()
Container_0_Copy1_Copy2_Copy10 = ContainerGadget(#PB_Any, 160, 145, 55, 25, #PB_Container_Single)
CloseGadgetList()
Container_0_Copy1_Copy2_Copy11 = ContainerGadget(#PB_Any, 270, 170, 55, 25, #PB_Container_Single)
CloseGadgetList()
EndProcedure
Procedure Window_0_Events(event)
Select event
Case #PB_Event_CloseWindow
ProcedureReturn #False
Case #PB_Event_Menu
Select EventMenu()
EndSelect
Case #PB_Event_Gadget
Select EventGadget()
EndSelect
EndSelect
ProcedureReturn #True
EndProcedure