57 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			57 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| 
								 | 
							
								<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WeldingProcessCardFinalFile.aspx.cs" Inherits="FineUIPro.Web.HJGL.WeldingManage.WeldingProcessCardFinalFile" %>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<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="SimpleForm1" runat="server" />
							 | 
						||
| 
								 | 
							
								    <f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
							 | 
						||
| 
								 | 
							
								        BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
							 | 
						||
| 
								 | 
							
								        <Rows>
							 | 
						||
| 
								 | 
							
								            <f:FormRow>
							 | 
						||
| 
								 | 
							
								                <Items>
							 | 
						||
| 
								 | 
							
								                   <f:DropDownList ID="drpSTE_ID1" runat="server" Label="材质" LabelAlign="Right"></f:DropDownList>
							 | 
						||
| 
								 | 
							
								                </Items>
							 | 
						||
| 
								 | 
							
								            </f:FormRow>       
							 | 
						||
| 
								 | 
							
								            <f:FormRow>
							 | 
						||
| 
								 | 
							
								                <Items>
							 | 
						||
| 
								 | 
							
								                    <f:TextBox ID="txtSpecifications" runat="server" Label="规格" MaxLength="100"  LabelAlign="Right">
							 | 
						||
| 
								 | 
							
								                    </f:TextBox>
							 | 
						||
| 
								 | 
							
								                </Items>
							 | 
						||
| 
								 | 
							
								            </f:FormRow> 
							 | 
						||
| 
								 | 
							
								            <f:FormRow>
							 | 
						||
| 
								 | 
							
								                <Items>
							 | 
						||
| 
								 | 
							
								                   <f:DropDownList ID="drpWeldingMethodId" runat="server" Label="焊接方法" LabelAlign="Right"></f:DropDownList>
							 | 
						||
| 
								 | 
							
								                </Items>
							 | 
						||
| 
								 | 
							
								            </f:FormRow>  
							 | 
						||
| 
								 | 
							
								            <f:FormRow>
							 | 
						||
| 
								 | 
							
								                <Items>
							 | 
						||
| 
								 | 
							
								                    <f:LinkButton ID="UploadAttach" runat="server" Label="附件" Text="上传和查看" OnClick="btnAttachUrl_Click">
							 | 
						||
| 
								 | 
							
								                    </f:LinkButton>
							 | 
						||
| 
								 | 
							
								                </Items>
							 | 
						||
| 
								 | 
							
								            </f:FormRow>
							 | 
						||
| 
								 | 
							
								        </Rows>
							 | 
						||
| 
								 | 
							
								        <Toolbars>
							 | 
						||
| 
								 | 
							
								            <f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
							 | 
						||
| 
								 | 
							
								                <Items>
							 | 
						||
| 
								 | 
							
								                    <f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="提交数据" ValidateForms="SimpleForm1"
							 | 
						||
| 
								 | 
							
								                        OnClick="btnSave_Click">
							 | 
						||
| 
								 | 
							
								                    </f:Button>
							 | 
						||
| 
								 | 
							
								                    <f:Button ID="btnClose" EnablePostBack="false" Text="关闭" runat="server" Icon="SystemClose">
							 | 
						||
| 
								 | 
							
								                    </f:Button>
							 | 
						||
| 
								 | 
							
								                </Items>
							 | 
						||
| 
								 | 
							
								            </f:Toolbar>
							 | 
						||
| 
								 | 
							
								        </Toolbars>
							 | 
						||
| 
								 | 
							
								    </f:Form>
							 | 
						||
| 
								 | 
							
								    <f:Window ID="Window1" Title="文件上传" Hidden="true" EnableIFrame="true" EnableMaximize="true"
							 | 
						||
| 
								 | 
							
								        Target="Parent" EnableResize="true" runat="server" IsModal="true" Width="680px"
							 | 
						||
| 
								 | 
							
								        Height="480px">
							 | 
						||
| 
								 | 
							
								    </f:Window>
							 | 
						||
| 
								 | 
							
								    </form>
							 | 
						||
| 
								 | 
							
								</body>
							 | 
						||
| 
								 | 
							
								</html>
							 |