Container.styles 843 B

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Styles id="BuRThemeFlat1containerStyles" xmlns="http://www.br-automation.com/iat2015/styles/engineering/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <!--fly out-->
  4. <Style id="transparent" xsi:type="widgets.brease.FlyOut"
  5. backColor="transparent"
  6. borderStyle="none"
  7. borderWidth="0px"
  8. buttonBorderWidth="0px"
  9. buttonBackColor="transparent" />
  10. <!--group box-->
  11. <Style id="transparent" xsi:type="widgets.brease.GroupBox"
  12. borderWidth="0px"
  13. backColor="transparent"
  14. fontSize="16px"
  15. bold="false" />
  16. <Style id="GroupBox1" xsi:type="widgets.brease.GroupBox"
  17. headerBackColor="#646464"
  18. bold="false"
  19. fontSize="16px"
  20. textColor="#ffffff"
  21. cornerRadius="0px"
  22. borderWidth="0px"
  23. backColor="#d6d6d6"
  24. borderColor="transparent" />
  25. </Styles>