| 123456789101112131415161718 |
- <Form>
- <QueryPanel>
- <CtlQuery Name="QsbtRole" Caption="角色名称" Key="Role" DBType="System.String" Type="StateButtonTool" Width="100" X="" Y="" Enable="True" Visible="True"/>
- <CtlQuery Name="QtbtRole" Caption="" Key="Role" DBType="System.String" Type="TextBoxTool" Width="120" X="" Y="" Enable="True" Visible="True" CtlParent="QsbtRole" Text="" Value=""/>
- </QueryPanel>
- <MainGrid>
- <ColMain Name="ROLEID" Caption="RoleID" DBType="System.String" Type="" Width="100" Visible="False"/>
- <ColMain Name="ROLE" Caption="角色名称" DBType="System.String" Type="" Width="100" Visible="True"/>
- <ColMain Name="DESCRIPTION" Caption="备注" DBType="System.String" CtlType="" Width="100" Visible="True"/>
- </MainGrid>
- <EditPanel>
- <CtlEdit Name="ERole" Caption="角色名称" Key="Role" DBType="System.String" Type="" Width="100" X="5" Y="5" Enable="True" Visible="True"/>
- <CtlEdit Name="EDesc" Caption="备注" Key="DESCRIPTION" DBType="System.String" Type="" Width="120" X="220" Y="5" Enable="True" Visible="True" CtlParent="" Text="" Value=""/>
- </EditPanel>
- <ValueList>
- <List Key="Role" DataTable="" ValueMember="" DisplayMember="" Filter=""/>
- </ValueList>
- </Form>
|