Componentes.Terceros.DevExp.../official/x.30/ExpressWeb Framework/Demos/Delphi/SimpleTabControl/TestDemo/TabControlTestHome.html

27 lines
703 B
HTML
Raw Permalink Normal View History

<html>
<head>
<title><%=Context.Page.Title%></title>
</head>
<body>
<ewf:Form id="<%=Form.Name%>" renderchildren="endRender">
<TABLE id=TabControlTestHomePageTable height=240 cellSpacing=0 cellPadding=0
width=317 border=0 ewf_tablebuilder="true">
<TR vAlign=top>
<TD width=42 height=14></TD>
<TD width=12></TD>
<TD width=263></TD></TR>
<TR vAlign=top height=209>
<TD height=209></TD>
<TD colSpan=2><ewf:SimpleTabControl id="SimpleTabControl"></TD>
<TD></TD></TR>
<TR vAlign=top height=17>
<TD colSpan=2 height=17></TD>
<TD><ewf:Label id="TabLabel"></TD>
<TD></TD></TR></TABLE>
</ewf:Form>
</body>
</html>