1257 界面修改
This commit is contained in:
Generated
+12
-12
@@ -58,6 +58,7 @@
|
||||
this.btn_right = new System.Windows.Forms.Button();
|
||||
this.btn_Left = new System.Windows.Forms.Button();
|
||||
this.TopPanel = new System.Windows.Forms.Panel();
|
||||
this.nav_DataMonitor = new JinYuan.ControlLib.NaviButton2();
|
||||
this.btnScale = new System.Windows.Forms.Button();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
@@ -68,7 +69,6 @@
|
||||
this.nav_SetSystem = new JinYuan.ControlLib.NaviButton2();
|
||||
this.nav_System = new JinYuan.ControlLib.NaviButton2();
|
||||
this.nav_Monitor = new JinYuan.ControlLib.NaviButton2();
|
||||
this.nav_DataMonitor = new JinYuan.ControlLib.NaviButton2();
|
||||
this.nav_AlarmLog = new JinYuan.ControlLib.NaviButton2();
|
||||
this.nav_User = new JinYuan.ControlLib.NaviButton2();
|
||||
this.nav_HistotryData = new JinYuan.ControlLib.NaviButton2();
|
||||
@@ -354,6 +354,7 @@
|
||||
//
|
||||
resources.ApplyResources(this.TopPanel, "TopPanel");
|
||||
this.TopPanel.BackColor = System.Drawing.Color.Transparent;
|
||||
this.TopPanel.Controls.Add(this.nav_DataMonitor);
|
||||
this.TopPanel.Controls.Add(this.btnScale);
|
||||
this.TopPanel.Controls.Add(this.pictureBox1);
|
||||
this.TopPanel.Controls.Add(this.panel2);
|
||||
@@ -362,7 +363,6 @@
|
||||
this.TopPanel.Controls.Add(this.nav_SetSystem);
|
||||
this.TopPanel.Controls.Add(this.nav_System);
|
||||
this.TopPanel.Controls.Add(this.nav_Monitor);
|
||||
this.TopPanel.Controls.Add(this.nav_DataMonitor);
|
||||
this.TopPanel.Controls.Add(this.nav_AlarmLog);
|
||||
this.TopPanel.Controls.Add(this.nav_User);
|
||||
this.TopPanel.Controls.Add(this.nav_HistotryData);
|
||||
@@ -371,6 +371,16 @@
|
||||
this.TopPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseDown);
|
||||
this.TopPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseMove);
|
||||
//
|
||||
// nav_DataMonitor
|
||||
//
|
||||
resources.ApplyResources(this.nav_DataMonitor, "nav_DataMonitor");
|
||||
this.nav_DataMonitor.BackColor = System.Drawing.Color.Transparent;
|
||||
this.nav_DataMonitor.IsLeft = true;
|
||||
this.nav_DataMonitor.IsSelected = false;
|
||||
this.nav_DataMonitor.Name = "nav_DataMonitor";
|
||||
this.nav_DataMonitor.TitleName = "数据监控";
|
||||
this.nav_DataMonitor.Click += new System.EventHandler(this.CommonNaviButton_Click);
|
||||
//
|
||||
// btnScale
|
||||
//
|
||||
resources.ApplyResources(this.btnScale, "btnScale");
|
||||
@@ -461,16 +471,6 @@
|
||||
this.nav_Monitor.TitleName = "集中监控";
|
||||
this.nav_Monitor.Click += new System.EventHandler(this.CommonNaviButton_Click);
|
||||
//
|
||||
// nav_DataMonitor
|
||||
//
|
||||
resources.ApplyResources(this.nav_DataMonitor, "nav_DataMonitor");
|
||||
this.nav_DataMonitor.BackColor = System.Drawing.Color.Transparent;
|
||||
this.nav_DataMonitor.IsLeft = true;
|
||||
this.nav_DataMonitor.IsSelected = false;
|
||||
this.nav_DataMonitor.Name = "nav_DataMonitor";
|
||||
this.nav_DataMonitor.TitleName = "数据监控";
|
||||
this.nav_DataMonitor.Click += new System.EventHandler(this.CommonNaviButton_Click);
|
||||
//
|
||||
// nav_AlarmLog
|
||||
//
|
||||
resources.ApplyResources(this.nav_AlarmLog, "nav_AlarmLog");
|
||||
|
||||
Reference in New Issue
Block a user