?? modify.aspx.svn-base
字號:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeBehind="Modify.aspx.cs" Inherits="Maticsoft.Web.TourismProStockTrip.Modify" Title="無標題頁" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td height="25" width="30%" align="right">
LinesID
</td>
<td height="25" width="*" align="left">
<asp:label id="lblLinesID" runat="server"></asp:label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
Date
</td>
<td height="25" width="*" align="left">
<asp:label id="lblDate" runat="server"></asp:label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
Title
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtTitle" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
Remark
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtRemark" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
Picture
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtPicture" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" colspan="2"><div align="center">
<asp:Button ID="btnAdd" runat="server" Text="· 提交 ·" OnClick="btnAdd_Click" ></asp:Button>
<asp:Button ID="btnCancel" runat="server" Text="· 取消 ·" OnClick="btnCancel_Click" ></asp:Button>
</div></td></tr>
</table>
</asp:Content>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -