* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Web / Test / mainsoft / MainsoftWebApp / System_Web_UI_WebControls / TextBox / TextBox_Text.aspx
1 <%@ Page Language="c#" AutoEventWireup="false" Codebehind="TextBox_Text.aspx.cs" Inherits="GHTTests.System_Web_dll.System_Web_UI_WebControls.TextBox_Text" %>
2 <%@ Register TagPrefix="cc1" Namespace="GHTWebControls" Assembly="MainsoftWebApp" %>
3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
4 <HTML>
5         <HEAD>
6                 <title>TextBox_Text</title>
7                 <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
8                 <meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
9                 <meta content="JavaScript" name="vs_defaultClientScript">
10                 <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
11                 <script LANGUAGE="JavaScript">
12         function ScriptTest()
13         {
14             var theform;
15                     if (window.navigator.appName.toLowerCase().indexOf("netscape") > -1) {
16                             theform = document.forms["Form1"];
17                     }
18                     else {
19                             theform = document.Form1;
20                     }
21         }
22                 </script>
23         </HEAD>
24         <body>
25                 <form id="Form1" method="post" runat="server">
26                         <P>
27                                 <cc1:GHTSubTest id="GHTSubTest1" runat="server" Width="288px" Height="32px">
28                                         <asp:TextBox id="TextBox1" runat="server" Height="24px" Width="280px">  abcdefgh ijklmnopqr  stuvwxyz    </asp:TextBox>
29                                 </cc1:GHTSubTest></P>
30                         <P>
31                                 <cc1:GHTSubTest id="GHTSubTest2" runat="server" Height="32px" Width="288px">
32                                         <asp:TextBox id="TextBox2" runat="server" Height="24px" Width="280px">1234567890</asp:TextBox>
33                                 </cc1:GHTSubTest></P>
34                         <P>
35                                 <cc1:GHTSubTest id="GHTSubTest3" runat="server" Height="32px" Width="288px">
36                                         <asp:TextBox id="TextBox3" runat="server" Height="24px" Width="280px">`~!@#$%^%&amp;*()_+-=[]\{}|;':&quot;,./&lt;&gt;?</asp:TextBox>
37                                 </cc1:GHTSubTest></P>
38                         <P>
39                                 <cc1:GHTSubTest id="GHTSubTest4" runat="server" Height="32px" Width="288px">
40                                         <asp:TextBox id="TextBox4" runat="server" Height="24px" Width="280px"></asp:TextBox>
41                                 </cc1:GHTSubTest></P>
42                         <P>
43                                 <cc1:GHTSubTest id="GHTSubTest5" runat="server" Height="32px" Width="288px">
44                                         <asp:TextBox id="TextBox5" runat="server" Height="24px" Width="280px"></asp:TextBox>
45                                 </cc1:GHTSubTest></P>
46                         <P>
47                                 <cc1:GHTSubTest id="GHTSubTest6" runat="server" Height="96px" Width="152px">
48                                         <asp:TextBox id="TextBox6" runat="server" Height="72px" Width="136px" TextMode="MultiLine">asdfasdfasdfadfadsfasdfasdfasdfasdfasdfasdf</asp:TextBox>
49                                 </cc1:GHTSubTest></P>
50                         <P>
51                                 <cc1:GHTSubTest id="GHTSubTest7" runat="server" Height="96px" Width="152px">
52                                         <asp:TextBox id="TextBox7" runat="server" Height="72px" Width="136px" TextMode="MultiLine" Wrap="False">asdfasdfasdfadfadsfasdfasdfasdfasdfasdfasdf</asp:TextBox>
53                                 </cc1:GHTSubTest></P>
54                         <P>
55                                 <cc1:GHTSubTest id="GHTSubTest8" runat="server" Height="42px" Width="152px">
56                                         <asp:TextBox id="TextBox8" runat="server" Height="26px" Width="136px" TextMode="Password" Wrap="False">abcdefg&amp;*</asp:TextBox>
57                                 </cc1:GHTSubTest></P>
58                 </form>
59         </body>
60 </HTML>