layout ExportChooseDialog
{
	view dva_dialog(name: "$$$/Prelude/DLG/ExportChooseDialog/ExportChooseDialogTitlel=Export", identifier:'ExportChooseDialog')
	{		
		dva_popup(minWidth:200, 
				minHeigth:20, 
				identifier:'destinationPopup', 
				label: "$$$/Prelude/DLG/ExportChooseDialog/destinationPopup=Destination:");	
		
		column(spacing:6)
		{
			dva_checkbox(maxWidth:10, identifier:'exportProjectCheckBox',name: "$$$/Prelude/DLG/ExportChooseDialog/PorjectLabel=Project");	
		
			row()
			{
				dva_popup(minWidth:200, minHeigth:20,  identifier:'exportProjectNamePopup', horizontal:align_left,
				label: "$$$/Prelude/DLG/ExportChooseDialog/exportProjectName=Name:");
			}
			
			row()
			{
				dva_popup(minWidth:200, minHeigth:20,  identifier:'exportProjectTypePopup', horizontal:align_left,
				label: "$$$/Prelude/DLG/ExportChooseDialog/exportProjectType=Type:");
			}
		}
		
		dva_checkbox(identifier:'exportMeidaCheckBox',name: "$$$/Prelude/DLG/ExportChooseDialog/ExportMediaLabel=Media");				
	
		dva_text_edit(
					identifier:'subFolderTextEdit', 
					label:'$$$/Prelude/DLG/ExportChooseDialog/Subfolder=Subfolder:', 
					minWidth:200);

		row()
		{
		}
		
		dva_ok_cancel_row(horizontal:align_right, focus:true);

	}
}