30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="FileCode.aspx.cs" Inherits="FineUIPro.Web.HJGL.CheckManage.FileCode" %>
|
|
|
|
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" />
|
|
<f:Panel ID="Panel1" runat="server" ShowBorder="false" ShowHeader="false" Layout="VBox">
|
|
<Items>
|
|
<f:Form ID="SimpleForm1" ShowBorder="true" ShowHeader="false" AutoScroll="true" BodyPadding="10px"
|
|
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
|
<Rows>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox runat="server" ID="txtCode" Readonly="true" Label="文档名" LabelWidth="100px"
|
|
FocusOnPageLoad="true" Width="300px">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Rows>
|
|
</f:Form>
|
|
</Items>
|
|
</f:Panel>
|
|
</form>
|
|
</body>
|
|
</html>
|