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

  1. <%@ Register TagPrefix="uc1" TagName="QueryBuilder" Src="../QueryBuilder.ascx" %>
  2. <%@ Page language="c#" Codebehind="Chart.aspx.cs" AutoEventWireup="false" Inherits="NETGenium.ViewFields.Chart_Control" %>
  3. <%@ Register TagPrefix="uc1" TagName="MultiListBox" Src="../MultiListBox.ascx" %>
  4. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  5. <HTML>
  6.     <HEAD>
  7.         <title>Chart</title>
  8.         <LINK href="../NETGenium.css" type="text/css" rel="stylesheet">
  9.         <meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
  10.         <meta content="C#" name="CODE_LANGUAGE">
  11.         <meta content="JavaScript" name="vs_defaultClientScript">
  12.         <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  13.     </HEAD>
  14.     <body onload="jsOnLoad();">
  15.         <form id="Default" method="post" runat="server">
  16.             <TABLE id="Table1" accessKey="" cellSpacing="0" cellPadding="0" border="0" runat="server">
  17.                 <TR>
  18.                     <TD>
  19.                         <asp:Literal id="lTitle" runat="server" EnableViewState="False"></asp:Literal></TD>
  20.                 </TR>
  21.                 <TR>
  22.                     <TD><asp:table id="HeaderTable" runat="server" CellPadding="0" CellSpacing="0" Width="100%" EnableViewState="False"></asp:table></TD>
  23.                 </TR>
  24.                 <TR>
  25.                     <TD class="HeaderTableBody">
  26.                         <TABLE id="Table2" cellSpacing="0" cellPadding="0" border="0" runat="server">
  27.                             <TR>
  28.                                 <TD class="DialogLeft" vAlign="top"><asp:label id="lblName" runat="server" EnableViewState="False"></asp:label></TD>
  29.                                 <TD class="DialogMiddle"><asp:textbox id="tbName" runat="server" Width="210px" CssClass="TextBox" MaxLength="255"></asp:textbox></TD>
  30.                                 <TD class="DialogRight"></TD>
  31.                             </TR>
  32.                             <TR>
  33.                                 <TD class="DialogLeft" vAlign="top"><asp:label id="lblWidth" runat="server" EnableViewState="False"></asp:label></TD>
  34.                                 <TD class="DialogMiddle">
  35.                                     <asp:textbox id="tbWidth" runat="server" Width="60px" CssClass="TextBox" MaxLength="10"></asp:textbox> px</TD>
  36.                                 <TD class="DialogRight">300px</TD>
  37.                             </TR>
  38.                             <TR>
  39.                                 <TD class="DialogLeft" vAlign="top"><asp:label id="lblHeight" runat="server" EnableViewState="False"></asp:label></TD>
  40.                                 <TD class="DialogMiddle">
  41.                                     <asp:textbox id="tbHeight" runat="server" Width="60px" CssClass="TextBox" MaxLength="10"></asp:textbox> px</TD>
  42.                                 <TD class="DialogRight">300px</TD>
  43.                             </TR>
  44.                             <TR>
  45.                                 <TD class="DialogLeft" vAlign="top">
  46.                                     <asp:Label id="lblPalette" runat="server" EnableViewState="False"></asp:Label></TD>
  47.                                 <TD class="DialogMiddle">
  48.                                     <asp:dropdownlist id="ddlPalette" runat="server" CssClass="DropDownList"></asp:dropdownlist></TD>
  49.                                 <TD class="DialogRight"></TD>
  50.                             </TR>
  51.                             <TR>
  52.                                 <TD class="DialogLeft" vAlign="top">Font</TD>
  53.                                 <TD class="DialogMiddle"><asp:dropdownlist id="ddlFont" runat="server" CssClass="DropDownList"></asp:dropdownlist></TD>
  54.                                 <TD class="DialogRight"></TD>
  55.                             </TR>
  56.                             <TR>
  57.                                 <TD class="DialogLeft" vAlign="top"></TD>
  58.                                 <TD class="DialogMiddle">
  59.                                     <asp:dropdownlist id="ddlSize" runat="server" CssClass="DropDownList">
  60.                                         <asp:ListItem Value="8">8</asp:ListItem>
  61.                                         <asp:ListItem Value="10">9</asp:ListItem>
  62.                                         <asp:ListItem Value="10">10</asp:ListItem>
  63.                                         <asp:ListItem Value="10">11</asp:ListItem>
  64.                                         <asp:ListItem Value="12">12</asp:ListItem>
  65.                                         <asp:ListItem Value="14">14</asp:ListItem>
  66.                                     </asp:dropdownlist></TD>
  67.                                 <TD class="DialogRight"></TD>
  68.                             </TR>
  69.                             <TR>
  70.                                 <TD class="DialogLeft_CheckBox" vAlign="top">
  71.                                     <asp:Label id="lblOptions" runat="server" EnableViewState="False"></asp:Label></TD>
  72.                                 <TD class="DialogMiddle">
  73.                                     <asp:CheckBox id="chbXAuto" onclick="jsOnLoad();" runat="server" CssClass="CheckBox" Text="X-Auto"></asp:CheckBox></TD>
  74.                                 <TD class="DialogRight"></TD>
  75.                             </TR>
  76.                             <TR>
  77.                                 <TD class="DialogLeft_CheckBox" vAlign="top"></TD>
  78.                                 <TD class="DialogMiddle">
  79.                                     <asp:CheckBox id="chb3D" onclick="jsOnLoad();" runat="server" CssClass="CheckBox" Text="3D"></asp:CheckBox></TD>
  80.                                 <TD class="DialogRight"></TD>
  81.                             </TR>
  82.                             <TR>
  83.                                 <TD class="DialogLeft_CheckBox" vAlign="top"></TD>
  84.                                 <TD class="DialogMiddle">
  85.                                     <asp:CheckBox onclick="jsOnLoad();" id="chbRightAngleAxes" runat="server" CssClass="CheckBox"></asp:CheckBox></TD>
  86.                                 <TD class="DialogRight"></TD>
  87.                             </TR>
  88.                             <TR>
  89.                                 <TD class="DialogLeft" vAlign="top">
  90.                                     <asp:Label id="lblPerspective" runat="server" EnableViewState="False"></asp:Label></TD>
  91.                                 <TD class="DialogMiddle">
  92.                                     <asp:DropDownList id="ddlPerspective" runat="server" CssClass="DropDownList">
  93.                                         <asp:ListItem Value="0">0░</asp:ListItem>
  94.                                         <asp:ListItem Value="30">30░</asp:ListItem>
  95.                                         <asp:ListItem Value="60">60░</asp:ListItem>
  96.                                     </asp:DropDownList></TD>
  97.                                 <TD class="DialogRight"></TD>
  98.                             </TR>
  99.                         </TABLE>
  100.                         <TABLE id="Table3" cellSpacing="0" cellPadding="0" border="0" runat="server">
  101.                             <TR>
  102.                                 <TD class="DialogLeft" vAlign="top">
  103.                                     <asp:label id="lblQuery1" runat="server" EnableViewState="False"></asp:label></TD>
  104.                                 <TD class="DialogMiddle">
  105.                                     <uc1:QueryBuilder id="QueryBuilder1" runat="server"></uc1:QueryBuilder></TD>
  106.                                 <TD class="DialogRight"></TD>
  107.                             </TR>
  108.                             <TR>
  109.                                 <TD class="DialogLeft" vAlign="top">
  110.                                     <asp:Label id="lblType1" runat="server" EnableViewState="False"></asp:Label></TD>
  111.                                 <TD class="DialogMiddle">
  112.                                     <asp:DropDownList id="ddlType1" onchange="jsOnLoad();" runat="server" CssClass="DropDownList"></asp:DropDownList></TD>
  113.                                 <TD class="DialogRight"></TD>
  114.                             </TR>
  115.                             <TR>
  116.                                 <TD class="DialogLeft" vAlign="top">
  117.                                     <asp:Label id="lblLegend1" runat="server" EnableViewState="False"></asp:Label></TD>
  118.                                 <TD class="DialogMiddle">
  119.                                     <asp:textbox id="tbLegend1" runat="server" Width="210px" MaxLength="255" CssClass="TextBox"></asp:textbox></TD>
  120.                                 <TD class="DialogRight"></TD>
  121.                             </TR>
  122.                             <TR>
  123.                                 <TD class="DialogLeft" vAlign="top">Y</TD>
  124.                                 <TD class="DialogMiddle">
  125.                                     <asp:DropDownList id="ddlY1" runat="server" Width="149px" CssClass="DropDownList"></asp:DropDownList></TD>
  126.                                 <TD class="DialogRight"></TD>
  127.                             </TR>
  128.                             <TR>
  129.                                 <TD class="DialogLeft" vAlign="top">X</TD>
  130.                                 <TD class="DialogMiddle">
  131.                                     <asp:DropDownList id="ddlX1" runat="server" Width="149px" CssClass="DropDownList"></asp:DropDownList></TD>
  132.                                 <TD class="DialogRight"></TD>
  133.                             </TR>
  134.                             <TR>
  135.                                 <TD class="DialogLeft" vAlign="top">
  136.                                     <asp:Label id="lblStyle1" runat="server" EnableViewState="False"></asp:Label></TD>
  137.                                 <TD class="DialogMiddle">
  138.                                     <asp:DropDownList id="ddlBubbleType1" runat="server" CssClass="DropDownList"></asp:DropDownList></TD>
  139.                                 <TD class="DialogRight"></TD>
  140.                             </TR>
  141.                             <TR>
  142.                                 <TD class="DialogLeft" vAlign="top">
  143.                                     <asp:Label id="lblLabelPosition1" runat="server" EnableViewState="False"></asp:Label></TD>
  144.                                 <TD class="DialogMiddle">
  145.                                     <asp:DropDownList id="ddlLabelPosition1" runat="server" CssClass="DropDownList"></asp:DropDownList></TD>
  146.                                 <TD class="DialogRight"></TD>
  147.                             </TR>
  148.                             <TR>
  149.                                 <TD class="DialogLeft" vAlign="top">Font</TD>
  150.                                 <TD class="DialogMiddle">
  151.                                     <asp:dropdownlist id="ddlSize1" runat="server" CssClass="DropDownList">
  152.                                         <asp:ListItem Value="8">8</asp:ListItem>
  153.                                         <asp:ListItem Value="10">9</asp:ListItem>
  154.                                         <asp:ListItem Value="10">10</asp:ListItem>
  155.                                         <asp:ListItem Value="10">11</asp:ListItem>
  156.                                         <asp:ListItem Value="12">12</asp:ListItem>
  157.                                         <asp:ListItem Value="14">14</asp:ListItem>
  158.                                     </asp:dropdownlist></TD>
  159.                                 <TD class="DialogRight"></TD>
  160.                             </TR>
  161.                             <TR>
  162.                                 <TD class="DialogLeft" vAlign="top">
  163.                                     <asp:Label id="lblOptions1" runat="server" EnableViewState="False"></asp:Label></TD>
  164.                                 <TD class="DialogMiddle">
  165.                                     <asp:CheckBox onclick="jsOnLoad();" id="chbShowLabelAsValue1" runat="server" CssClass="CheckBox"></asp:CheckBox></TD>
  166.                                 <TD class="DialogRight"></TD>
  167.                             </TR>
  168.                             <TR>
  169.                                 <TD class="DialogLeft" vAlign="top"></TD>
  170.                                 <TD class="DialogMiddle">
  171.                                     <asp:CheckBox id="chbHideLegend1" onclick="jsOnLoad();" runat="server" CssClass="CheckBox"></asp:CheckBox></TD>
  172.                                 <TD class="DialogRight"></TD>
  173.                             </TR>
  174.                             <TR>
  175.                                 <TD class="DialogLeft" vAlign="top"></TD>
  176.                                 <TD class="DialogMiddle">
  177.                                     <asp:CheckBox id="chbCylinder1" runat="server" CssClass="CheckBox"></asp:CheckBox></TD>
  178.                                 <TD class="DialogRight"></TD>
  179.                             </TR>
  180.                             <TR>
  181.                                 <TD class="DialogLeft" vAlign="top"></TD>
  182.                                 <TD class="DialogMiddle">
  183.                                     <asp:CheckBox onclick="jsOnLoad();" id="chbSwap1" runat="server" CssClass="CheckBox"></asp:CheckBox></TD>
  184.                                 <TD class="DialogRight"></TD>
  185.                             </TR>
  186.                             <TR>
  187.                                 <TD class="DialogLeft" vAlign="top"></TD>
  188.                                 <TD class="DialogMiddle">
  189.                                     <asp:CheckBox id="chbFillTimeGaps1" onclick="jsOnLoad();" runat="server" CssClass="CheckBox"></asp:CheckBox></TD>
  190.                                 <TD class="DialogRight"></TD>
  191.                             </TR>
  192.                         </TABLE>
  193.                         <TABLE id="Table4" cellSpacing="0" cellPadding="0" border="0" runat="server">
  194.                             <TR>
  195.                                 <TD class="DialogLeft" vAlign="top">
  196.                                     <asp:label id="lblQuery2" runat="server" EnableViewState="False"></asp:label></TD>
  197.                                 <TD class="DialogMiddle">
  198.                                     <uc1:QueryBuilder id="QueryBuilder2" runat="server"></uc1:QueryBuilder></TD>
  199.                                 <TD class="DialogRight"></TD>
  200.                             </TR>
  201.                             <TR>
  202.                                 <TD class="DialogLeft" vAlign="top">
  203.                                     <asp:Label id="lblType2" runat="server" EnableViewState="False"></asp:Label></TD>
  204.                                 <TD class="DialogMiddle">
  205.                                     <asp:DropDownList id="ddlType2" onchange="jsOnLoad();" runat="server" CssClass="DropDownList"></asp:DropDownList></TD>
  206.                                 <TD class="DialogRight"></TD>
  207.                             </TR>
  208.                             <TR>
  209.                                 <TD class="DialogLeft" style="HEIGHT: 19px" vAlign="top">
  210.                                     <asp:Label id="lblLegend2" runat="server" EnableViewState="False"></asp:Label></TD>
  211.                                 <TD class="DialogMiddle" style="HEIGHT: 19px">
  212.                                     <asp:textbox id="tbLegend2" runat="server" Width="210px" MaxLength="255" CssClass="TextBox"></asp:textbox></TD>
  213.                                 <TD class="DialogRight" style="HEIGHT: 19px"></TD>
  214.                             </TR>
  215.                             <TR>
  216.                                 <TD class="DialogLeft" vAlign="top">Y</TD>
  217.                                 <TD class="DialogMiddle">
  218.                                     <asp:DropDownList id="ddlY2" runat="server" Width="149px" CssClass="DropDownList"></asp:DropDownList></TD>
  219.                                 <TD class="DialogRight"></TD>
  220.                             </TR>
  221.                             <TR>
  222.                                 <TD class="DialogLeft" vAlign="top">X</TD>
  223.                                 <TD class="DialogMiddle">
  224.                                     <asp:DropDownList id="ddlX2" runat="server" Width="149px" CssClass="DropDownList"></asp:DropDownList></TD>
  225.                                 <TD class="DialogRight"></TD>
  226.                             </TR>
  227.                             <TR>
  228.                                 <TD class="DialogLeft" vAlign="top">
  229.                                     <asp:Label id="lblStyle2" runat="server" EnableViewState="False"></asp:Label></TD>
  230.                                 <TD class="DialogMiddle">
  231.                                     <asp:DropDownList id="ddlBubbleType2" runat="server" CssClass="DropDownList"></asp:DropDownList></TD>
  232.                                 <TD class="DialogRight"></TD>
  233.                             </TR>
  234.                             <TR>
  235.                                 <TD class="DialogLeft" vAlign="top">
  236.                                     <asp:Label id="lblLabelPosition2" runat="server" EnableViewState="False"></asp:Label></TD>
  237.                                 <TD class="DialogMiddle">
  238.                                     <asp:DropDownList id="ddlLabelPosition2" runat="server" CssClass="DropDownList"></asp:DropDownList></TD>
  239.                                 <TD class="DialogRight"></TD>
  240.                             </TR>
  241.                             <TR>
  242.                                 <TD class="DialogLeft" vAlign="top">Font</TD>
  243.                                 <TD class="DialogMiddle">
  244.                                     <asp:dropdownlist id="ddlSize2" runat="server" CssClass="DropDownList">
  245.                                         <asp:ListItem Value="8">8</asp:ListItem>
  246.                                         <asp:ListItem Value="10">9</asp:ListItem>
  247.                                         <asp:ListItem Value="10">10</asp:ListItem>
  248.                                         <asp:ListItem Value="10">11</asp:ListItem>
  249.                                         <asp:ListItem Value="12">12</asp:ListItem>
  250.                                         <asp:ListItem Value="14">14</asp:ListItem>
  251.                                     </asp:dropdownlist></TD>
  252.                                 <TD class="DialogRight"></TD>
  253.                             </TR>
  254.                             <TR>
  255.                                 <TD class="DialogLeft" vAlign="top">
  256.                                     <asp:Label id="lblOptions2" runat="server" EnableViewState="False"></asp:Label></TD>
  257.                                 <TD class="DialogMiddle">
  258.                                     <asp:CheckBox onclick="jsOnLoad();" id="chbShowLabelAsValue2" runat="server" CssClass="CheckBox"></asp:CheckBox></TD>
  259.                                 <TD class="DialogRight"></TD>
  260.                             </TR>
  261.                             <TR>
  262.                                 <TD class="DialogLeft" vAlign="top"></TD>
  263.                                 <TD class="DialogMiddle">
  264.                                     <asp:CheckBox id="chbHideLegend2" onclick="jsOnLoad();" runat="server" CssClass="CheckBox"></asp:CheckBox></TD>
  265.                                 <TD class="DialogRight"></TD>
  266.                             </TR>
  267.                             <TR>
  268.                                 <TD class="DialogLeft" vAlign="top"></TD>
  269.                                 <TD class="DialogMiddle">
  270.                                     <asp:CheckBox id="chbCylinder2" runat="server" CssClass="CheckBox"></asp:CheckBox></TD>
  271.                                 <TD class="DialogRight"></TD>
  272.                             </TR>
  273.                             <TR>
  274.                                 <TD class="DialogLeft" vAlign="top"></TD>
  275.                                 <TD class="DialogMiddle">
  276.                                     <asp:CheckBox onclick="jsOnLoad();" id="chbSwap2" runat="server" CssClass="CheckBox"></asp:CheckBox></TD>
  277.                                 <TD class="DialogRight"></TD>
  278.                             </TR>
  279.                             <TR>
  280.                                 <TD class="DialogLeft" vAlign="top"></TD>
  281.                                 <TD class="DialogMiddle">
  282.                                     <asp:CheckBox id="chbFillTimeGaps2" onclick="jsOnLoad();" runat="server" CssClass="CheckBox"></asp:CheckBox></TD>
  283.                                 <TD class="DialogRight"></TD>
  284.                             </TR>
  285.                         </TABLE>
  286.                         <TABLE id="Table5" cellSpacing="0" cellPadding="0" border="0" runat="server">
  287.                             <TR>
  288.                                 <TD class="DialogLeft" vAlign="top">
  289.                                     <asp:label id="lblQuery3" runat="server" EnableViewState="False"></asp:label></TD>
  290.                                 <TD class="DialogMiddle">
  291.                                     <uc1:QueryBuilder id="QueryBuilder3" runat="server"></uc1:QueryBuilder></TD>
  292.                                 <TD class="DialogRight"></TD>
  293.                             </TR>
  294.                             <TR>
  295.                                 <TD class="DialogLeft" vAlign="top">
  296.                                     <asp:Label id="lblType3" runat="server" EnableViewState="False"></asp:Label></TD>
  297.                                 <TD class="DialogMiddle">
  298.                                     <asp:DropDownList id="ddlType3" onchange="jsOnLoad();" runat="server" CssClass="DropDownList"></asp:DropDownList></TD>
  299.                                 <TD class="DialogRight"></TD>
  300.                             </TR>
  301.                             <TR>
  302.                                 <TD class="DialogLeft" style="HEIGHT: 15px" vAlign="top">
  303.                                     <asp:Label id="lblLegend3" runat="server" EnableViewState="False"></asp:Label></TD>
  304.                                 <TD class="DialogMiddle" style="HEIGHT: 15px">
  305.                                     <asp:textbox id="tbLegend3" runat="server" Width="210px" MaxLength="255" CssClass="TextBox"></asp:textbox></TD>
  306.                                 <TD class="DialogRight" style="HEIGHT: 15px"></TD>
  307.                             </TR>
  308.                             <TR>
  309.                                 <TD class="DialogLeft" vAlign="top">Y</TD>
  310.                                 <TD class="DialogMiddle">
  311.                                     <asp:DropDownList id="ddlY3" runat="server" Width="149px" CssClass="DropDownList"></asp:DropDownList></TD>
  312.                                 <TD class="DialogRight"></TD>
  313.                             </TR>
  314.                             <TR>
  315.                                 <TD class="DialogLeft" vAlign="top">X</TD>
  316.                                 <TD class="DialogMiddle">
  317.                                     <asp:DropDownList id="ddlX3" runat="server" Width="149px" CssClass="DropDownList"></asp:DropDownList></TD>
  318.                                 <TD class="DialogRight"></TD>
  319.                             </TR>
  320.                             <TR>
  321.                                 <TD class="DialogLeft" vAlign="top">
  322.                                     <asp:Label id="lblStyle3" runat="server" EnableViewState="False"></asp:Label></TD>
  323.                                 <TD class="DialogMiddle">
  324.                                     <asp:DropDownList id="ddlBubbleType3" runat="server" CssClass="DropDownList"></asp:DropDownList></TD>
  325.                                 <TD class="DialogRight"></TD>
  326.                             </TR>
  327.                             <TR>
  328.                                 <TD class="DialogLeft" vAlign="top">
  329.                                     <asp:Label id="lblLabelPosition3" runat="server" EnableViewState="False"></asp:Label></TD>
  330.                                 <TD class="DialogMiddle">
  331.                                     <asp:DropDownList id="ddlLabelPosition3" runat="server" CssClass="DropDownList"></asp:DropDownList></TD>
  332.                                 <TD class="DialogRight"></TD>
  333.                             </TR>
  334.                             <TR>
  335.                                 <TD class="DialogLeft" vAlign="top">Font</TD>
  336.                                 <TD class="DialogMiddle">
  337.                                     <asp:dropdownlist id="ddlSize3" runat="server" CssClass="DropDownList">
  338.                                         <asp:ListItem Value="8">8</asp:ListItem>
  339.                                         <asp:ListItem Value="10">9</asp:ListItem>
  340.                                         <asp:ListItem Value="10">10</asp:ListItem>
  341.                                         <asp:ListItem Value="10">11</asp:ListItem>
  342.                                         <asp:ListItem Value="12">12</asp:ListItem>
  343.                                         <asp:ListItem Value="14">14</asp:ListItem>
  344.                                     </asp:dropdownlist></TD>
  345.                                 <TD class="DialogRight"></TD>
  346.                             </TR>
  347.                             <TR>
  348.                                 <TD class="DialogLeft" vAlign="top">
  349.                                     <asp:Label id="lblOptions3" runat="server" EnableViewState="False"></asp:Label></TD>
  350.                                 <TD class="DialogMiddle">
  351.                                     <asp:CheckBox onclick="jsOnLoad();" id="chbShowLabelAsValue3" runat="server" CssClass="CheckBox"></asp:CheckBox></TD>
  352.                                 <TD class="DialogRight"></TD>
  353.                             </TR>
  354.                             <TR>
  355.                                 <TD class="DialogLeft" vAlign="top"></TD>
  356.                                 <TD class="DialogMiddle">
  357.                                     <asp:CheckBox id="chbHideLegend3" onclick="jsOnLoad();" runat="server" CssClass="CheckBox"></asp:CheckBox></TD>
  358.                                 <TD class="DialogRight"></TD>
  359.                             </TR>
  360.                             <TR>
  361.                                 <TD class="DialogLeft" vAlign="top"></TD>
  362.                                 <TD class="DialogMiddle">
  363.                                     <asp:CheckBox id="chbCylinder3" runat="server" CssClass="CheckBox"></asp:CheckBox></TD>
  364.                                 <TD class="DialogRight"></TD>
  365.                             </TR>
  366.                             <TR>
  367.                                 <TD class="DialogLeft" vAlign="top"></TD>
  368.                                 <TD class="DialogMiddle">
  369.                                     <asp:CheckBox onclick="jsOnLoad();" id="chbSwap3" runat="server" CssClass="CheckBox"></asp:CheckBox></TD>
  370.                                 <TD class="DialogRight"></TD>
  371.                             </TR>
  372.                             <TR>
  373.                                 <TD class="DialogLeft" vAlign="top"></TD>
  374.                                 <TD class="DialogMiddle">
  375.                                     <asp:CheckBox id="chbFillTimeGaps3" onclick="jsOnLoad();" runat="server" CssClass="CheckBox"></asp:CheckBox></TD>
  376.                                 <TD class="DialogRight"></TD>
  377.                             </TR>
  378.                         </TABLE>
  379.                         <TABLE id="Table6" cellSpacing="0" cellPadding="0" border="0" runat="server">
  380.                             <TR>
  381.                                 <TD class="DialogLeft" vAlign="top">
  382.                                     <asp:label id="lblQuery4" runat="server" EnableViewState="False"></asp:label></TD>
  383.                                 <TD class="DialogMiddle">
  384.                                     <uc1:QueryBuilder id="QueryBuilder4" runat="server"></uc1:QueryBuilder></TD>
  385.                                 <TD class="DialogRight"></TD>
  386.                             </TR>
  387.                             <TR>
  388.                                 <TD class="DialogLeft" vAlign="top">
  389.                                     <asp:Label id="lblType4" runat="server" EnableViewState="False"></asp:Label></TD>
  390.                                 <TD class="DialogMiddle">
  391.                                     <asp:DropDownList id="ddlType4" onchange="jsOnLoad();" runat="server" CssClass="DropDownList"></asp:DropDownList></TD>
  392.                                 <TD class="DialogRight"></TD>
  393.                             </TR>
  394.                             <TR>
  395.                                 <TD class="DialogLeft" vAlign="top">
  396.                                     <asp:Label id="lblLegend4" runat="server" EnableViewState="False"></asp:Label></TD>
  397.                                 <TD class="DialogMiddle">
  398.                                     <asp:textbox id="tbLegend4" runat="server" Width="210px" MaxLength="255" CssClass="TextBox"></asp:textbox></TD>
  399.                                 <TD class="DialogRight"></TD>
  400.                             </TR>
  401.                             <TR>
  402.                                 <TD class="DialogLeft" vAlign="top">Y</TD>
  403.                                 <TD class="DialogMiddle">
  404.                                     <asp:DropDownList id="ddlY4" runat="server" Width="149px" CssClass="DropDownList"></asp:DropDownList></TD>
  405.                                 <TD class="DialogRight"></TD>
  406.                             </TR>
  407.                             <TR>
  408.                                 <TD class="DialogLeft" vAlign="top">X</TD>
  409.                                 <TD class="DialogMiddle">
  410.                                     <asp:DropDownList id="ddlX4" runat="server" Width="149px" CssClass="DropDownList"></asp:DropDownList></TD>
  411.                                 <TD class="DialogRight"></TD>
  412.                             </TR>
  413.                             <TR>
  414.                                 <TD class="DialogLeft" vAlign="top">
  415.                                     <asp:Label id="lblStyle4" runat="server" EnableViewState="False"></asp:Label></TD>
  416.                                 <TD class="DialogMiddle">
  417.                                     <asp:DropDownList id="ddlBubbleType4" runat="server" CssClass="DropDownList"></asp:DropDownList></TD>
  418.                                 <TD class="DialogRight"></TD>
  419.                             </TR>
  420.                             <TR>
  421.                                 <TD class="DialogLeft" vAlign="top">
  422.                                     <asp:Label id="lblLabelPosition4" runat="server" EnableViewState="False"></asp:Label></TD>
  423.                                 <TD class="DialogMiddle">
  424.                                     <asp:DropDownList id="ddlLabelPosition4" runat="server" CssClass="DropDownList"></asp:DropDownList></TD>
  425.                                 <TD class="DialogRight"></TD>
  426.                             </TR>
  427.                             <TR>
  428.                                 <TD class="DialogLeft" vAlign="top">Font</TD>
  429.                                 <TD class="DialogMiddle">
  430.                                     <asp:dropdownlist id="ddlSize4" runat="server" CssClass="DropDownList">
  431.                                         <asp:ListItem Value="8">8</asp:ListItem>
  432.                                         <asp:ListItem Value="10">9</asp:ListItem>
  433.                                         <asp:ListItem Value="10">10</asp:ListItem>
  434.                                         <asp:ListItem Value="10">11</asp:ListItem>
  435.                                         <asp:ListItem Value="12">12</asp:ListItem>
  436.                                         <asp:ListItem Value="14">14</asp:ListItem>
  437.                                     </asp:dropdownlist></TD>
  438.                                 <TD class="DialogRight"></TD>
  439.                             </TR>
  440.                             <TR>
  441.                                 <TD class="DialogLeft" vAlign="top">
  442.                                     <asp:Label id="lblOptions4" runat="server" EnableViewState="False"></asp:Label></TD>
  443.                                 <TD class="DialogMiddle">
  444.                                     <asp:CheckBox onclick="jsOnLoad();" id="chbShowLabelAsValue4" runat="server" CssClass="CheckBox"></asp:CheckBox></TD>
  445.                                 <TD class="DialogRight"></TD>
  446.                             </TR>
  447.                             <TR>
  448.                                 <TD class="DialogLeft" vAlign="top"></TD>
  449.                                 <TD class="DialogMiddle">
  450.                                     <asp:CheckBox id="chbHideLegend4" onclick="jsOnLoad();" runat="server" CssClass="CheckBox"></asp:CheckBox></TD>
  451.                                 <TD class="DialogRight"></TD>
  452.                             </TR>
  453.                             <TR>
  454.                                 <TD class="DialogLeft" vAlign="top"></TD>
  455.                                 <TD class="DialogMiddle">
  456.                                     <asp:CheckBox id="chbCylinder4" runat="server" CssClass="CheckBox"></asp:CheckBox></TD>
  457.                                 <TD class="DialogRight"></TD>
  458.                             </TR>
  459.                             <TR>
  460.                                 <TD class="DialogLeft" vAlign="top"></TD>
  461.                                 <TD class="DialogMiddle">
  462.                                     <asp:CheckBox onclick="jsOnLoad();" id="chbSwap4" runat="server" CssClass="CheckBox"></asp:CheckBox></TD>
  463.                                 <TD class="DialogRight"></TD>
  464.                             </TR>
  465.                             <TR>
  466.                                 <TD class="DialogLeft" vAlign="top"></TD>
  467.                                 <TD class="DialogMiddle">
  468.                                     <asp:CheckBox id="chbFillTimeGaps4" onclick="jsOnLoad();" runat="server" CssClass="CheckBox"></asp:CheckBox></TD>
  469.                                 <TD class="DialogRight"></TD>
  470.                             </TR>
  471.                         </TABLE>
  472.                         <TABLE id="Table7" cellSpacing="0" cellPadding="0" border="0" runat="server">
  473.                             <TR>
  474.                                 <TD class="DialogLeft" vAlign="top">
  475.                                     <asp:Label id="lblRights" runat="server" EnableViewState="False"></asp:Label></TD>
  476.                                 <TD class="DialogMiddle" vAlign="top">
  477.                                     <uc1:MultiListBox id="Rights1" runat="server"></uc1:MultiListBox></TD>
  478.                                 <TD class="DialogRight" vAlign="top">
  479.                                     <asp:Literal id="lRights" runat="server" EnableViewState="False"></asp:Literal></TD>
  480.                             </TR>
  481.                         </TABLE>
  482.                     </TD>
  483.                 </TR>
  484.                 <TR>
  485.                     <TD>
  486.                         <TABLE id="ToolbarTable" style="MARGIN-TOP: 7px" cellSpacing="0" cellPadding="0" width="100%"
  487.                             border="0" runat="server">
  488.                             <TR>
  489.                                 <TD align="center">
  490.                                     <asp:Button id="btSave" runat="server" Width="85px" CssClass="Button"></asp:Button>
  491.                                     <asp:Button id="btDelete" runat="server" Width="85px" CssClass="Button" CausesValidation="False"
  492.                                         Enabled="False"></asp:Button></TD>
  493.                             </TR>
  494.                             <TR>
  495.                                 <TD align="left">
  496.                                     <asp:label id="lblWait" runat="server"></asp:label></TD>
  497.                             </TR>
  498.                         </TABLE>
  499.                     </TD>
  500.                 </TR>
  501.             </TABLE>
  502.             <TABLE class="Hidden" cellSpacing="1" cellPadding="1" border="1">
  503.                 <TR>
  504.                     <TD><INPUT id="hfHeader" type="hidden" value="0" runat="server">
  505.                         <asp:Label id="lblHeaderJavaScript" runat="server" EnableViewState="False"></asp:Label>
  506.                         <asp:RangeValidator id="rvWidth" runat="server" ControlToValidate="tbWidth" Display="None" MinimumValue="10"
  507.                             MaximumValue="10000" Type="Integer" EnableViewState="False"></asp:RangeValidator>
  508.                         <asp:RangeValidator id="rvHeight" runat="server" ControlToValidate="tbHeight" Display="None" MinimumValue="10"
  509.                             MaximumValue="10000" Type="Integer" EnableViewState="False"></asp:RangeValidator>
  510.                         <asp:validationsummary id="ValidationSummary1" runat="server" ShowMessageBox="True" ShowSummary="False"
  511.                             EnableViewState="False"></asp:validationsummary>
  512.                         <asp:Literal id="lJavaScript" runat="server" EnableViewState="False"></asp:Literal></TD>
  513.                 </TR>
  514.             </TABLE>
  515.         </form>
  516.     </body>
  517. </HTML>
  518.