﻿	//<LAYOUT DESIGN> Changing this code manually might break the Page Designer.
	this.view = new PanelView(this);
	this.view.width = 300;
	this.view.height = 200;
	this.view.border = false;
	
	this.recordsView = new RecordsView(this.view);
	this.recordsView.align = Align.Client;
	
	this.filesView = new FilesView(this.view);
	this.filesView.margins.left = 3;
	this.filesView.align = Align.Right;
	this.filesView.width = '25%';
	//<LAYOUT DESIGN>