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.CameraControlBook { public partial class A_ProcessMonitorFormMain : LYFZ.ComponentLibrary.BaseContentsFormMain { public A_ProcessMonitorFormMain() { InitializeComponent(); this.panelMain.BackColor = UIBlueThemeResources.AreaBackgroundColor; this.panelMain.BorderColor = UIBlueThemeResources.BorderAreaColor; this.panelMain.BorderStyle = BorderStyle.FixedSingle; this.UcNavigationTool.LabTitle = "流程监控"; } } }