using LYFZ.ComponentLibrary; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace LYFZ.Software.UI.DoorCityProcess { public partial class OnSingleFormMain : LYFZ.ComponentLibrary.BaseContentsFormMain { public OnSingleFormMain() { InitializeComponent(); this.lblYiXiangClient.ForeColor = Color.DarkCyan; this.UcNavigationTool.LabTitle = "开单"; this.panelVice1.BackColor = UIBlueThemeResources.AreaBackgroundColor; this.panelVice1.BorderColor = UIBlueThemeResources.BorderAreaColor; this.PanelMain1.BackColor = UIBlueThemeResources.FormBackgroundColor; this.panelA1Line.BackColor = UIBlueThemeResources.BorderAreaColor; this.panelA2Line.BackColor = UIBlueThemeResources.BorderAreaColor; this.panelA3Line.BackColor = UIBlueThemeResources.BorderAreaColor; this.panelVice2.BackColor = UIBlueThemeResources.AreaBackgroundColor; this.panelVice2.BorderColor = UIBlueThemeResources.BorderAreaColor; this.PanelMain2.BackColor = UIBlueThemeResources.FormBackgroundColor; this.panelVice3.BackColor = UIBlueThemeResources.AreaBackgroundColor; this.panelVice3.BorderColor = UIBlueThemeResources.BorderAreaColor; this.PanelMain3.BackColor = UIBlueThemeResources.FormBackgroundColor; } } }