$PBExportHeader$u_pbarproperties.sru forward global type u_pbarproperties from u_tab end type type tabpage_1 from u_pbargeneral within u_pbarproperties end type type tabpage_2 from u_pbarfont within u_pbarproperties end type type tabpage_3 from u_pbarposition within u_pbarproperties end type end forward global type u_pbarproperties from u_tab int Width=1422 int Height=1585 boolean CreateOnDemand=true long BackColor=77571519 tabpage_1 tabpage_1 tabpage_2 tabpage_2 tabpage_3 tabpage_3 end type global u_pbarproperties u_pbarproperties type variables end variables on u_pbarproperties.create this.tabpage_1=create tabpage_1 this.tabpage_2=create tabpage_2 this.tabpage_3=create tabpage_3 int iCurrent call super::create iCurrent=UpperBound(this.Control) this.Control[iCurrent+1]=tabpage_1 this.Control[iCurrent+2]=tabpage_2 this.Control[iCurrent+3]=tabpage_3 end on on u_pbarproperties.destroy call super::destroy destroy(this.tabpage_1) destroy(this.tabpage_2) destroy(this.tabpage_3) end on type tabpage_1 from u_pbargeneral within u_pbarproperties int X=19 int Y=101 int Width=1386 int Height=1469 long BackColor=77571519 string Text="General" long TabBackColor=77571519 end type type tabpage_2 from u_pbarfont within u_pbarproperties int X=19 int Y=101 int Width=1386 string Text="Font" long TabBackColor=77571519 end type type tabpage_3 from u_pbarposition within u_pbarproperties int X=19 int Y=101 int Width=1386 string Text="Position" long TabBackColor=77571519 end type
- Sources
 - PFC2019
 - ws_objects
 - examples
 - appexamp
 - appexamp.pbl.src
 - u_pbarproperties.sru
 
			File: u_pbarproperties.sru
Size: 1565
Date: Sat, 08 May 2021 23:34:22 +0200
		
		
		Size: 1565
Date: Sat, 08 May 2021 23:34:22 +0200
-  u_tab u_pbarproperties(sru)
- u_pbargeneral tabpage_1
 - u_pbarfont tabpage_2
 - u_pbarposition tabpage_3