This commit is contained in:
geh
2026-03-23 15:22:29 +08:00
parent 94584d242b
commit c38590add8
173 changed files with 19679 additions and 4413 deletions
@@ -19,11 +19,17 @@
<f:TextBox ID="txtCode" runat="server" Label="活动编号" LabelAlign="Right"
Readonly="true">
</f:TextBox>
<f:TextBox ID="txtTitle" runat="server" Label="活动主题"
<f:TextBox ID="txtTitle" runat="server" Label="活动名称"
LabelAlign="Right" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpActivityType" runat="server" Label="活动类型" Readonly="true">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtUnits" runat="server" Label="参与单位" Readonly="true" LabelAlign="Right" Height="50px">