File: u_explorer_sample1_props1.sru
Size: 2946
Date: Mon, 07 Apr 2008 21:33:10 +0200
$PBExportHeader$u_explorer_sample1_props1.sru
forward
global type u_explorer_sample1_props1 from u_explorer
end type
type sle_1 from u_sle within u_explorer_sample1_props1
end type
type mle_1 from u_mle within u_explorer_sample1_props1
end type
type cb_2 from u_cb within u_explorer_sample1_props1
end type
type cb_1 from u_cb within u_explorer_sample1_props1
end type
type gb_1 from u_gb within u_explorer_sample1_props1
end type
type gb_2 from u_gb within u_explorer_sample1_props1
end type
end forward

global type u_explorer_sample1_props1 from u_explorer
sle_1 sle_1
mle_1 mle_1
cb_2 cb_2
cb_1 cb_1
gb_1 gb_1
gb_2 gb_2
end type
global u_explorer_sample1_props1 u_explorer_sample1_props1

on u_explorer_sample1_props1.create
int iCurrent
call super::create
this.sle_1=create sle_1
this.mle_1=create mle_1
this.cb_2=create cb_2
this.cb_1=create cb_1
this.gb_1=create gb_1
this.gb_2=create gb_2
iCurrent=UpperBound(this.Control)
this.Control[iCurrent+1]=this.sle_1
this.Control[iCurrent+2]=this.mle_1
this.Control[iCurrent+3]=this.cb_2
this.Control[iCurrent+4]=this.cb_1
this.Control[iCurrent+5]=this.gb_1
this.Control[iCurrent+6]=this.gb_2
end on

on u_explorer_sample1_props1.destroy
call super::destroy
destroy(this.sle_1)
destroy(this.mle_1)
destroy(this.cb_2)
destroy(this.cb_1)
destroy(this.gb_1)
destroy(this.gb_2)
end on

type sle_1 from u_sle within u_explorer_sample1_props1
integer x = 91
integer y = 144
integer width = 1509
integer taborder = 20
string text = ""
end type

type mle_1 from u_mle within u_explorer_sample1_props1
integer x = 91
integer y = 448
integer width = 1509
integer height = 308
integer taborder = 30
string text = "Oh well..."
boolean #anchortop = true
boolean #anchorleft = true
boolean #anchorright = true
boolean #anchorbottom = true
end type

type cb_2 from u_cb within u_explorer_sample1_props1
integer x = 933
integer y = 832
integer taborder = 30
string text = "Apply"
boolean #anchorright = true
boolean #anchorbottom = true
end type

type cb_1 from u_cb within u_explorer_sample1_props1
integer x = 1298
integer y = 832
integer taborder = 20
string text = "Cancel"
boolean #anchorright = true
boolean #anchorbottom = true
end type

type gb_1 from u_gb within u_explorer_sample1_props1
integer x = 55
integer y = 32
integer width = 1591
integer height = 320
integer taborder = 10
string text = "Just something"
borderstyle borderstyle = stylebox!
boolean #anchortop = true
boolean #anchorleft = true
boolean #anchorright = true
end type

type gb_2 from u_gb within u_explorer_sample1_props1
integer x = 55
integer y = 376
integer width = 1591
integer height = 416
integer taborder = 20
string text = "Just something Else"
borderstyle borderstyle = stylebox!
boolean #anchortop = true
boolean #anchorleft = true
boolean #anchorright = true
boolean #anchorbottom = true
end type