AnalyzedOrderSourceSeriesFormMain.cs 931 B

123456789101112131415161718192021222324252627
  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.DecisionAssistant
  11. {
  12. public partial class AnalyzedOrderSourceSeriesFormMain : LYFZ.ComponentLibrary.BaseContentsFormMain
  13. {
  14. public AnalyzedOrderSourceSeriesFormMain()
  15. {
  16. InitializeComponent();
  17. this.UcNavigationTool.LabTitle = "接单套系统计";
  18. this.panelEx1.BackColor = UIBlueThemeResources.AreaBackgroundColor;
  19. this.panelEx1.BorderColor = UIBlueThemeResources.BorderAreaColor;
  20. this.panelEx1.BorderStyle = BorderStyle.FixedSingle;
  21. this.panelEx4.BackColor = Color.White;
  22. this.panelEx5.BackColor = Color.White;
  23. this.panelEx6.BackColor = Color.White;
  24. }
  25. }
  26. }