62,269
社区成员
发帖
与我相关
我的任务
分享
<tr>
<td style="height: 38px; width: 4%;" class="MyTd" align="center">
<asp:Label ID="Label6" runat="server" Height="15px">分析指标: </asp:Label> </td>
<td style="width: 5%; height: 38px;" class="MyTdBlue">
<asp:RadioButtonList ID="RadioButtonList3" runat="server" RepeatDirection="Horizontal"
Width="250px" Height="21px" AutoPostBack="True" RepeatColumns="2">
<asp:ListItem Selected="True">品种之间比例结构分析 </asp:ListItem>
<asp:ListItem>品种内部比例机构分析 </asp:ListItem>
<asp:ListItem>进口量占产量比重分析 </asp:ListItem>
<asp:ListItem>库存量占产量比重分析 </asp:ListItem>
</asp:RadioButtonList> </td>
</tr>
<tr>
<td colspan="2" style="height: 38px; width: 4%;" class="MyTd" align="center">
<asp:Label ID="Label6" runat="server" Height="15px">分析指标: </asp:Label> </td>
</tr>
<tr>
<td style="width: 5%; height: 38px;" class="MyTdBlue">
<asp:RadioButtonList ID="RadioButtonList3" runat="server" RepeatDirection="Horizontal"
Width="250px" Height="21px" AutoPostBack="True">
<asp:ListItem Selected="True">品种之间比例结构分析 </asp:ListItem>
</td>
<td>
<asp:ListItem>品种内部比例机构分析 </asp:ListItem>
</td>
</tr>
<tr>
<td>
<asp:ListItem>进口量占产量比重分析 </asp:ListItem>
</td>
<td>
<asp:ListItem>库存量占产量比重分析 </asp:ListItem>
</asp:RadioButtonList> </td>
</tr>