FrmRatingsProportion.cs 669 B

1234567891011121314151617181920212223
  1. using LYFZ.ComponentLibrary;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.ComponentModel;
  5. using System.Data;
  6. using System.Drawing;
  7. using System.Linq;
  8. using System.Text;
  9. using System.Windows.Forms;
  10. namespace LYFZ.Software.UI.InitialSet
  11. {
  12. public partial class FrmRatingsProportion : LYFZ.ComponentLibrary.BaseContentsFormMain
  13. {
  14. public FrmRatingsProportion()
  15. {
  16. InitializeComponent();
  17. // panelEx1.BorderStyle = BorderStyle.FixedSingle;
  18. // panelEx1.BorderColor = UIBlueThemeResources.BorderAreaColor;
  19. // panelEx1.BackColor = UIBlueThemeResources.AreaBackgroundColor;
  20. }
  21. }
  22. }