This commit is contained in:
2021-07-06 15:16:17 +08:00
parent 957d206c2b
commit 7f785d6423
13 changed files with 240 additions and 102 deletions
@@ -41,12 +41,11 @@
</f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow >
<f:FormRow ColumnWidths="90% 10%">
<Items>
<f:TextBox ID="txtIdentityCard" runat="server" Label="身份证号码" MaxLength="50"
LabelWidth="120px" >
</f:TextBox>
<f:Button ID="btnPushData" Icon="Accept" runat="server" ToolTip="连接" OnClick="btnPushData_Click">
<f:TextArea ID="txtIdentityCard" runat="server" Label="身份证号码" LabelWidth="120px" >
</f:TextArea>
<f:Button ID="btnPushData" Icon="Accept" runat="server" Text="提交" ToolTip="多身份证用逗号(,)隔开" OnClick="btnPushData_Click">
</f:Button>
</Items>
</f:FormRow>