CoreFS.CD01.FrmRole.core 1.1 KB

123456789101112131415161718
  1. <Form>
  2. <QueryPanel>
  3. <CtlQuery Name="QsbtRole" Caption="실�츰냔" Key="Role" DBType="System.String" Type="StateButtonTool" Width="100" X="" Y="" Enable="True" Visible="True"/>
  4. <CtlQuery Name="QtbtRole" Caption="" Key="Role" DBType="System.String" Type="TextBoxTool" Width="120" X="" Y="" Enable="True" Visible="True" CtlParent="QsbtRole" Text="" Value=""/>
  5. </QueryPanel>
  6. <MainGrid>
  7. <ColMain Name="ROLEID" Caption="RoleID" DBType="System.String" Type="" Width="100" Visible="False"/>
  8. <ColMain Name="ROLE" Caption="실�츰냔" DBType="System.String" Type="" Width="100" Visible="True"/>
  9. <ColMain Name="DESCRIPTION" Caption="구鬧" DBType="System.String" CtlType="" Width="100" Visible="True"/>
  10. </MainGrid>
  11. <EditPanel>
  12. <CtlEdit Name="ERole" Caption="실�츰냔" Key="Role" DBType="System.String" Type="" Width="100" X="5" Y="5" Enable="True" Visible="True"/>
  13. <CtlEdit Name="EDesc" Caption="구鬧" Key="DESCRIPTION" DBType="System.String" Type="" Width="120" X="220" Y="5" Enable="True" Visible="True" CtlParent="" Text="" Value=""/>
  14. </EditPanel>
  15. <ValueList>
  16. <List Key="Role" DataTable="" ValueMember="" DisplayMember="" Filter=""/>
  17. </ValueList>
  18. </Form>