File: u_explorer_sample1_props2.sru
Size: 2001
Date: Mon, 07 Apr 2008 21:33:10 +0200
$PBExportHeader$u_explorer_sample1_props2.sru
forward
global type u_explorer_sample1_props2 from u_explorer
end type
type ddlb_1 from u_ddlb within u_explorer_sample1_props2
end type
type mle_1 from u_mle within u_explorer_sample1_props2
end type
type cb_2 from u_cb within u_explorer_sample1_props2
end type
type cb_1 from u_cb within u_explorer_sample1_props2
end type
end forward

global type u_explorer_sample1_props2 from u_explorer
ddlb_1 ddlb_1
mle_1 mle_1
cb_2 cb_2
cb_1 cb_1
end type
global u_explorer_sample1_props2 u_explorer_sample1_props2

on u_explorer_sample1_props2.create
int iCurrent
call super::create
this.ddlb_1=create ddlb_1
this.mle_1=create mle_1
this.cb_2=create cb_2
this.cb_1=create cb_1
iCurrent=UpperBound(this.Control)
this.Control[iCurrent+1]=this.ddlb_1
this.Control[iCurrent+2]=this.mle_1
this.Control[iCurrent+3]=this.cb_2
this.Control[iCurrent+4]=this.cb_1
end on

on u_explorer_sample1_props2.destroy
call super::destroy
destroy(this.ddlb_1)
destroy(this.mle_1)
destroy(this.cb_2)
destroy(this.cb_1)
end on

type ddlb_1 from u_ddlb within u_explorer_sample1_props2
integer x = 37
integer y = 832
integer width = 1198
integer taborder = 30
boolean #anchorleft = true
boolean #anchorright = true
boolean #anchorbottom = true
end type

type mle_1 from u_mle within u_explorer_sample1_props2
integer x = 37
integer y = 48
integer width = 1198
integer height = 740
integer taborder = 10
string text = "Another property page..."
boolean #anchortop = true
boolean #anchorleft = true
boolean #anchorright = true
boolean #anchorbottom = true
end type

type cb_2 from u_cb within u_explorer_sample1_props2
integer x = 1280
integer y = 164
integer taborder = 20
string text = "Clear"
boolean #anchorright = true
end type

type cb_1 from u_cb within u_explorer_sample1_props2
integer x = 1280
integer y = 48
integer taborder = 10
string text = "Select..."
boolean #anchorright = true
end type