home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 December / PCWorld_2004-12_cd.bin / software / komercni / netgenium / NETGenium.msi / _B4A5F9DE730F039E0CBFC30C1A8A8467 / _DA1C69826440474F965FF484390E591B < prev    next >
Text File  |  2004-10-01  |  1KB  |  20 lines

  1. <%@ Control Language="c#" AutoEventWireup="false" Codebehind="T12.ascx.cs" Inherits="NETGenium.Script.T12" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
  2. <%@ Register TagPrefix="uc1" TagName="ExpressionBuilder" Src="ExpressionBuilder.ascx" %>
  3. <TABLE id="Table1" cellSpacing="1" cellPadding="0" border="0" runat="server" width="100%">
  4.     <TR>
  5.         <TD>
  6.             <asp:Label id="lbl" runat="server" Width="20px"></asp:Label></TD>
  7.         <TD>
  8.             <uc1:ExpressionBuilder id="eb" runat="server"></uc1:ExpressionBuilder></TD>
  9.         <TD align="center">
  10.             <asp:Label id="Label1" runat="server" Width="35px" EnableViewState="False">=></asp:Label></TD>
  11.         <TD>
  12.             <asp:TextBox id="tb" runat="server" CssClass="TextBox" Width="354px" MaxLength="255" onmousedown="event.cancelBubble = true;"></asp:TextBox></TD>
  13.         <TD>
  14.             <asp:DropDownList id="ddl" runat="server" CssClass="DropDownList" Width="150px"></asp:DropDownList></TD>
  15.         <TD width="100%" align="right"><nobr><asp:Literal id="lID" runat="server" Visible="False"></asp:Literal>
  16.                 <asp:Literal id="l" runat="server"></asp:Literal><asp:ImageButton style="MARGIN-LEFT:3px" id="ibDelete" runat="server" CausesValidation="False" ImageUrl="../Images/Delete.gif"
  17.                     CommandName="Delete" ImageAlign="AbsMiddle" onmousedown="event.cancelBubble = true;"></asp:ImageButton><IMG height="18" src="../Images/Move.gif" width="19"></nobr></TD>
  18.     </TR>
  19. </TABLE>
  20.