?? sumup.ascx
字號:
?<%@ Control Language="C#" AutoEventWireup="true" CodeFile="SumUp.ascx.cs" Inherits="controls_SumUp" %>
<table style="width: 873px">
<tr>
<td style="width: 97px">
客戶</td>
<td style="width: 19px">
<asp:TextBox ID="txtusername" runat="server"></asp:TextBox></td>
<td style="width: 61px">
實施員</td>
<td style="width: 85px">
<asp:TextBox ID="txtname" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 97px">
軟件版本</td>
<td style="width: 19px">
<asp:TextBox ID="txtversion" runat="server"></asp:TextBox></td>
<td style="width: 61px">
備注</td>
<td style="width: 85px">
<asp:TextBox ID="txtnote" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 97px">
開始日期</td>
<td style="width: 19px">
<asp:Calendar ID="Calendar1" runat="server"></asp:Calendar>
</td>
<td style="width: 61px">
結束日期</td>
<td style="width: 85px">
<asp:Calendar ID="Calendar2" runat="server"></asp:Calendar>
</td>
</tr>
<tr>
<td style="width: 97px">
總結</td>
<td style="width: 19px">
<asp:TextBox ID="txtsumup" runat="server" TextMode="MultiLine" Width="158px"></asp:TextBox></td>
<td style="width: 61px">
</td>
<td style="width: 85px">
</td>
</tr>
<tr>
<td style="width: 97px; height: 21px">
</td>
<td style="width: 19px; height: 21px">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="完成" Width="100px" /></td>
<td style="width: 61px; height: 21px">
<asp:Label ID="Label1" runat="server" Width="118px"></asp:Label></td>
<td style="width: 85px; height: 21px">
</td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -