01.
<%@ Page Language=
"VB"
AutoEventWireup=
"false"
CodeFile=
"Default.aspx.vb"
Inherits
=
"_Default"
%>
02.
04.
06.
<head runat=
"server"
>
07.
<title>Untitled Page</title>
08.
</head>
09.
<body alink=
"#ccccff"
>
10.
<form id=
"form1"
runat=
"server"
>
11.
<div>
12.
</div>
13.
<table style=
"width: 424px; border-right: #0000ff thin inset; border-top: #0000ff thin inset; border-left: #0000ff thin inset; border-bottom: #0000ff thin inset;"
border=5 cellpadding=5 cellspacing=5>
14.
<tr>
15.
<td style=
"width: 107px; height: 50px;"
align=
"center"
>
16.
<asp:Label ID=
"Label1"
runat=
"server"
Text=
"รหัส"
Width=112px Font-Size =15></asp:Label></td>
17.
<td style=
"width: 161px; height: 50px;"
>
18.
<asp:TextBox ID=
"TextBox1"
runat=
"server"
Font-Size =15></asp:TextBox></td>
19.
</tr>
20.
<tr>
21.
<td style=
"width: 107px; height: 50px;"
align=
"center"
>
22.
<asp:Label ID=
"Label2"
runat=
"server"
Text=
"ชื่อสถานที่"
Width=112px Font-Size =15></asp:Label></td>
23.
<td style=
"width: 161px; height: 50px;"
>
24.
<asp:TextBox ID=
"TextBox2"
runat=
"server"
Font-Size =15></asp:TextBox></td>
25.
</tr>
26.
<tr>
27.
<td style=
"width: 107px; height: 63px;"
align=
"center"
>
28.
<asp:Label ID=
"Label3"
runat=
"server"
Text=
"สถานะ"
Width=112px Font-Size =15></asp:Label></td>
29.
<td style=
"width: 161px; height: 63px;"
>
30.
<p/>
31.
<asp:CheckBox ID=
"CheckBox1"
runat=
"server"
Text=
" อนุญาต"
Width=80px /><p />
32.
<asp:CheckBox ID=
"CheckBox2"
runat=
"server"
Text=
" ไม่อนุญาต"
Width=96px />
33.
</td>
34.
</tr>
35.
<tr>
36.
<td style=
"width: 107px; height: 50px;"
align=
"center"
>
37.
<asp:Label ID=
"Label4"
runat=
"server"
Text=
"MAC Address"
Width=128px Font-Size =15pt></asp:Label></td>
38.
<td style=
"width: 161px; height: 50px;"
>
39.
<asp:TextBox ID=
"TextBox3"
runat=
"server"
Font-Size =15></asp:TextBox></td>
40.
</tr>
41.
<tr>
42.
<td style=
"width: 107px; height: 50px;"
align=
"center"
>
43.
<asp:Label ID=
"Label5"
runat=
"server"
Text=
"ชื่อฐานข้อมูล"
Width=112px Font-Size =15></asp:Label></td>
44.
<td style=
"width: 161px; height: 50px;"
>
45.
<asp:TextBox ID=
"TextBox4"
runat=
"server"
Font-Size =15></asp:TextBox></td>
46.
</tr>
47.
</table>
48.
49.
<table style=
"width: 424px"
>
50.
<tr>
51.
<td style=
"height: 28px"
align=
"center"
>
52.
<asp:Button ID=
"btnsave"
runat=
"server"
Text=
"บันทึก"
Font-Size =15 />
53.
<asp:Button ID=
"btncancel"
runat=
"server"
Text=
"ยกเลิก"
Font-Size =15 /></td>
54.
55.
</tr>
56.
</table>
57.
58.
</form>
59.
</body>
60.
</html>