ZHJA_HJGL/HJGL_ZH/FineUIPro.Web/Controls/AuditFlowControl.ascx

47 lines
2.5 KiB
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="AuditFlowControl.ascx.cs" Inherits="FineUIPro.Web.Controls.AuditFlowControl" %>
<f:Panel ID="Panel1" runat="server" BodyPadding="0px" ShowBorder="false"
ShowHeader="false" Layout="VBox" BoxConfigAlign="Stretch">
<Items>
<f:Panel ID="Panel3" Height="80px" runat="server" BodyPadding="0px" MarginTop="5px"
ShowBorder="true" ShowHeader="false">
<Items>
<f:Form ID="Form3" ShowBorder="False" BodyPadding="5px" ShowHeader="False" runat="server">
<Items>
<f:FormRow>
<Items>
<f:TextArea ID="txtOpinions" runat="server" Label="我的意见" LabelAlign="Right" Height="70px">
</f:TextArea>
</Items>
</f:FormRow>
</Items>
</f:Form>
</Items>
</f:Panel>
<f:Panel ID="Panel5" Height="80px" runat="server" BodyPadding="0px"
ShowBorder="true" ShowHeader="true">
<Items>
<f:Form ID="Form4" ShowBorder="False" BodyPadding="5px" ShowHeader="False" runat="server">
<Items>
<f:FormRow>
<Items>
<f:RadioButtonList ID="rblIsAgree" runat="server" OnSelectedIndexChanged="rblIsAgree_SelectedIndexChanged"
AutoPostBack="true" MarginLeft="5px">
<f:RadioItem Value="True" Text="同意" Selected="true" />
<f:RadioItem Value="False" Text="不同意" />
</f:RadioButtonList>
<f:DropDownList ID="drpType" runat="server" Label="办理类型" OnSelectedIndexChanged="drpType_SelectedIndexChanged"
AutoPostBack="true">
</f:DropDownList>
<f:DropDownList ID="drpPerson" runat="server" Label="办理人员">
</f:DropDownList>
</Items>
</f:FormRow>
</Items>
</f:Form>
</Items>
</f:Panel>
</Items>
</f:Panel>