📄 operatorform.aspx
字号:
Type="Int32" />
<asp:ControlParameter ControlID="CheckBox20" Name="系统管理之公司信息设置" PropertyName="Checked"
Type="Int32" />
<asp:ControlParameter ControlID="DropDownList1" Name="用户名称" PropertyName="SelectedValue"
Type="String" />
</UpdateParameters>
<InsertParameters>
<asp:ControlParameter ControlID="DropDownList1" Name="用户名称" PropertyName="SelectedValue"
Type="String" />
<asp:ControlParameter ControlID="TextBox1" Name="用户姓名" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox2" Name="所在部门" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox3" Name="联系电话" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox4" Name="职责说明" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="CheckBox1" Name="图书管理之图书类别设置" PropertyName="Checked"
Type="Int32" />
<asp:ControlParameter ControlID="CheckBox2" Name="图书管理之出版公司设置" PropertyName="Checked"
Type="Int32" />
<asp:ControlParameter ControlID="CheckBox3" Name="图书管理之馆藏图书管理" PropertyName="Checked"
Type="Int32" />
<asp:ControlParameter ControlID="CheckBox4" Name="读者管理之会员级别设置" PropertyName="Checked"
Type="Int32" />
<asp:ControlParameter ControlID="CheckBox5" Name="读者管理之读者办证管理" PropertyName="Checked"
Type="Int32" />
<asp:ControlParameter ControlID="CheckBox6" Name="读者管理之读者挂失管理" PropertyName="Checked"
Type="Int32" />
<asp:ControlParameter ControlID="CheckBox7" Name="借阅管理之图书出借管理" PropertyName="Checked"
Type="Int32" />
<asp:ControlParameter ControlID="CheckBox8" Name="借阅管理之图书归还管理" PropertyName="Checked"
Type="Int32" />
<asp:ControlParameter ControlID="CheckBox9" Name="查询管理之查询馆藏图书" PropertyName="Checked"
Type="Int32" />
<asp:ControlParameter ControlID="CheckBox10" Name="查询管理之查询在借图书" PropertyName="Checked"
Type="Int32" />
<asp:ControlParameter ControlID="CheckBox11" Name="查询管理之查询在馆图书" PropertyName="Checked"
Type="Int32" />
<asp:ControlParameter ControlID="CheckBox12" Name="查询管理之查询挂失图书" PropertyName="Checked"
Type="Int32" />
<asp:ControlParameter ControlID="CheckBox13" Name="查询管理之查询办证读者" PropertyName="Checked"
Type="Int32" />
<asp:ControlParameter ControlID="CheckBox14" Name="查询管理之查询挂失读者" PropertyName="Checked"
Type="Int32" />
<asp:ControlParameter ControlID="CheckBox15" Name="查询管理之查询超期图书" PropertyName="Checked"
Type="Int32" />
<asp:ControlParameter ControlID="CheckBox16" Name="查询管理之查询超期读者" PropertyName="Checked"
Type="Int32" />
<asp:ControlParameter ControlID="CheckBox17" Name="查询管理之查询读者借史" PropertyName="Checked"
Type="Int32" />
<asp:ControlParameter ControlID="CheckBox18" Name="查询管理之查询图书借史" PropertyName="Checked"
Type="Int32" />
<asp:ControlParameter ControlID="CheckBox19" Name="系统管理之分配用户权限" PropertyName="Checked"
Type="Int32" />
<asp:ControlParameter ControlID="CheckBox20" Name="系统管理之公司信息设置" PropertyName="Checked"
Type="Int32" />
</InsertParameters>
</asp:SqlDataSource>
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" BackColor="White"
BorderColor="#999999" BorderStyle="None" BorderWidth="1px" CellPadding="3" DataKeyNames="用户名称"
DataSourceID="SqlDataSource2" Font-Names="宋体" Font-Size="Small" GridLines="Vertical"
OnRowCreated="GridView1_RowCreated" OnSelectedIndexChanged="GridView1_SelectedIndexChanged"
Width="4555px">
<FooterStyle BackColor="#CCCCCC" ForeColor="Black" />
<Columns>
<asp:CommandField ButtonType="Button" HeaderText="选择" ShowSelectButton="True" />
<asp:TemplateField HeaderText="删除" ShowHeader="False">
<ItemTemplate>
<asp:Button ID="Button1" runat="server" CausesValidation="False" CommandName="Delete"
Text="删除" />
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="用户名称" HeaderText="用户名称" ReadOnly="True" SortExpression="用户名称" />
<asp:BoundField DataField="用户姓名" HeaderText="用户姓名" SortExpression="用户姓名" />
<asp:BoundField DataField="所在部门" HeaderText="所在部门" SortExpression="所在部门" />
<asp:BoundField DataField="联系电话" HeaderText="联系电话" SortExpression="联系电话" />
<asp:BoundField DataField="职责说明" HeaderText="职责说明" SortExpression="职责说明" />
<asp:BoundField DataField="图书管理之图书类别设置" HeaderText="图书管理之图书类别设置" SortExpression="图书管理之图书类别设置" />
<asp:BoundField DataField="图书管理之出版公司设置" HeaderText="图书管理之出版公司设置" SortExpression="图书管理之出版公司设置" />
<asp:BoundField DataField="图书管理之馆藏图书管理" HeaderText="图书管理之馆藏图书管理" SortExpression="图书管理之馆藏图书管理" />
<asp:BoundField DataField="读者管理之会员级别设置" HeaderText="读者管理之会员级别设置" SortExpression="读者管理之会员级别设置" />
<asp:BoundField DataField="读者管理之读者办证管理" HeaderText="读者管理之读者办证管理" SortExpression="读者管理之读者办证管理" />
<asp:BoundField DataField="读者管理之读者挂失管理" HeaderText="读者管理之读者挂失管理" SortExpression="读者管理之读者挂失管理" />
<asp:BoundField DataField="借阅管理之图书出借管理" HeaderText="借阅管理之图书出借管理" SortExpression="借阅管理之图书出借管理" />
<asp:BoundField DataField="借阅管理之图书归还管理" HeaderText="借阅管理之图书归还管理" SortExpression="借阅管理之图书归还管理" />
<asp:BoundField DataField="查询管理之查询馆藏图书" HeaderText="查询管理之查询馆藏图书" SortExpression="查询管理之查询馆藏图书" />
<asp:BoundField DataField="查询管理之查询在借图书" HeaderText="查询管理之查询在借图书" SortExpression="查询管理之查询在借图书" />
<asp:BoundField DataField="查询管理之查询在馆图书" HeaderText="查询管理之查询在馆图书" SortExpression="查询管理之查询在馆图书" />
<asp:BoundField DataField="查询管理之查询挂失图书" HeaderText="查询管理之查询挂失图书" SortExpression="查询管理之查询挂失图书" />
<asp:BoundField DataField="查询管理之查询办证读者" HeaderText="查询管理之查询办证读者" SortExpression="查询管理之查询办证读者" />
<asp:BoundField DataField="查询管理之查询挂失读者" HeaderText="查询管理之查询挂失读者" SortExpression="查询管理之查询挂失读者" />
<asp:BoundField DataField="查询管理之查询超期图书" HeaderText="查询管理之查询超期图书" SortExpression="查询管理之查询超期图书" />
<asp:BoundField DataField="查询管理之查询超期读者" HeaderText="查询管理之查询超期读者" SortExpression="查询管理之查询超期读者" />
<asp:BoundField DataField="查询管理之查询读者借史" HeaderText="查询管理之查询读者借史" SortExpression="查询管理之查询读者借史" />
<asp:BoundField DataField="查询管理之查询图书借史" HeaderText="查询管理之查询图书借史" SortExpression="查询管理之查询图书借史" />
<asp:BoundField DataField="系统管理之分配用户权限" HeaderText="系统管理之分配用户权限" SortExpression="系统管理之分配用户权限" />
<asp:BoundField DataField="系统管理之公司信息设置" HeaderText="系统管理之公司信息设置" SortExpression="系统管理之公司信息设置" />
</Columns>
<RowStyle BackColor="#EEEEEE" ForeColor="Black" />
<SelectedRowStyle BackColor="#008A8C" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Center" />
<HeaderStyle BackColor="#000084" Font-Bold="True" ForeColor="White" HorizontalAlign="Center" />
<AlternatingRowStyle BackColor="#DCDCDC" />
</asp:GridView>
</asp:Panel>
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -