|
@@ -35,6 +35,14 @@
|
|
|
this.dockSite4 = new DevComponents.DotNetBar.DockSite();
|
|
|
this.dockSite_mainView = new DevComponents.DotNetBar.DockSite();
|
|
|
this.bar_mainWin = new DevComponents.DotNetBar.Bar();
|
|
|
+ this.ParkingSpaceMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
+ this.pdc_devStatus = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
+ this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
+ this.lbx_webStatus = new DevComponents.DotNetBar.LabelX();
|
|
|
+ this.lbx_PLCStatus = new DevComponents.DotNetBar.LabelX();
|
|
|
+ this.lbx_PLC = new DevComponents.DotNetBar.LabelX();
|
|
|
+ this.lbx_web = new DevComponents.DotNetBar.LabelX();
|
|
|
this.testPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
|
this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
|
|
@@ -54,14 +62,6 @@
|
|
|
this.NumMachineMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
this.paymentPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
- this.ParkingSpaceMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
- this.pdc_devStatus = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
- this.panel1 = new System.Windows.Forms.Panel();
|
|
|
- this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
- this.lbx_webStatus = new DevComponents.DotNetBar.LabelX();
|
|
|
- this.lbx_PLCStatus = new DevComponents.DotNetBar.LabelX();
|
|
|
- this.lbx_PLC = new DevComponents.DotNetBar.LabelX();
|
|
|
- this.lbx_web = new DevComponents.DotNetBar.LabelX();
|
|
|
this.dci_NumMachine = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.dci_payment = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.dci_ParkingSpace = new DevComponents.DotNetBar.DockContainerItem();
|
|
@@ -143,6 +143,9 @@
|
|
|
this.dockSite_mainView.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar_mainWin)).BeginInit();
|
|
|
this.bar_mainWin.SuspendLayout();
|
|
|
+ this.pdc_devStatus.SuspendLayout();
|
|
|
+ this.panel1.SuspendLayout();
|
|
|
+ this.tableLayoutPanel2.SuspendLayout();
|
|
|
this.testPanel.SuspendLayout();
|
|
|
this.groupPanel2.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
|
@@ -153,9 +156,6 @@
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
this.NumMachineMonitorPanel.SuspendLayout();
|
|
|
- this.pdc_devStatus.SuspendLayout();
|
|
|
- this.panel1.SuspendLayout();
|
|
|
- this.tableLayoutPanel2.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar_bottom)).BeginInit();
|
|
|
this.bar_bottom.SuspendLayout();
|
|
|
this.RecordsMonitorPanel.SuspendLayout();
|
|
@@ -244,8 +244,8 @@
|
|
|
this.bar_mainWin.Controls.Add(this.pdc_devStatus);
|
|
|
this.bar_mainWin.Controls.Add(this.NumMachineMonitorPanel);
|
|
|
this.bar_mainWin.Controls.Add(this.paymentPanel);
|
|
|
- this.bar_mainWin.Controls.Add(this.ParkingSpaceMonitorPanel);
|
|
|
this.bar_mainWin.Controls.Add(this.testPanel);
|
|
|
+ this.bar_mainWin.Controls.Add(this.ParkingSpaceMonitorPanel);
|
|
|
this.bar_mainWin.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
|
|
|
this.bar_mainWin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.bar_mainWin.IsMaximized = false;
|
|
@@ -267,6 +267,123 @@
|
|
|
this.bar_mainWin.TabNavigation = true;
|
|
|
this.bar_mainWin.TabStop = false;
|
|
|
//
|
|
|
+ // ParkingSpaceMonitorPanel
|
|
|
+ //
|
|
|
+ this.ParkingSpaceMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
+ this.ParkingSpaceMonitorPanel.Location = new System.Drawing.Point(3, 28);
|
|
|
+ this.ParkingSpaceMonitorPanel.Name = "ParkingSpaceMonitorPanel";
|
|
|
+ this.ParkingSpaceMonitorPanel.Size = new System.Drawing.Size(497, 384);
|
|
|
+ this.ParkingSpaceMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
+ this.ParkingSpaceMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
|
+ this.ParkingSpaceMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
|
+ this.ParkingSpaceMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
|
+ this.ParkingSpaceMonitorPanel.Style.GradientAngle = 90;
|
|
|
+ this.ParkingSpaceMonitorPanel.TabIndex = 9;
|
|
|
+ //
|
|
|
+ // pdc_devStatus
|
|
|
+ //
|
|
|
+ this.pdc_devStatus.CanvasColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
|
+ this.pdc_devStatus.Controls.Add(this.panel1);
|
|
|
+ this.pdc_devStatus.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
+ this.pdc_devStatus.Location = new System.Drawing.Point(3, 28);
|
|
|
+ this.pdc_devStatus.Name = "pdc_devStatus";
|
|
|
+ this.pdc_devStatus.Size = new System.Drawing.Size(497, 384);
|
|
|
+ this.pdc_devStatus.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
+ this.pdc_devStatus.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
|
+ this.pdc_devStatus.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
|
+ this.pdc_devStatus.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
|
+ this.pdc_devStatus.Style.GradientAngle = 90;
|
|
|
+ this.pdc_devStatus.TabIndex = 43;
|
|
|
+ //
|
|
|
+ // panel1
|
|
|
+ //
|
|
|
+ this.panel1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
|
+ this.panel1.Controls.Add(this.tableLayoutPanel2);
|
|
|
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.panel1.Name = "panel1";
|
|
|
+ this.panel1.Size = new System.Drawing.Size(497, 384);
|
|
|
+ this.panel1.TabIndex = 2;
|
|
|
+ //
|
|
|
+ // tableLayoutPanel2
|
|
|
+ //
|
|
|
+ this.tableLayoutPanel2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
|
+ this.tableLayoutPanel2.ColumnCount = 2;
|
|
|
+ this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
+ this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
+ this.tableLayoutPanel2.Controls.Add(this.lbx_webStatus, 1, 1);
|
|
|
+ this.tableLayoutPanel2.Controls.Add(this.lbx_PLCStatus, 1, 0);
|
|
|
+ this.tableLayoutPanel2.Controls.Add(this.lbx_PLC, 0, 0);
|
|
|
+ this.tableLayoutPanel2.Controls.Add(this.lbx_web, 0, 1);
|
|
|
+ this.tableLayoutPanel2.Location = new System.Drawing.Point(12, 12);
|
|
|
+ this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
|
+ this.tableLayoutPanel2.RowCount = 3;
|
|
|
+ this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
|
+ this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
|
+ this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
|
+ this.tableLayoutPanel2.Size = new System.Drawing.Size(179, 121);
|
|
|
+ this.tableLayoutPanel2.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // lbx_webStatus
|
|
|
+ //
|
|
|
+ this.lbx_webStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
|
+ this.lbx_webStatus.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
|
+ //
|
|
|
+ //
|
|
|
+ //
|
|
|
+ this.lbx_webStatus.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
+ this.lbx_webStatus.Location = new System.Drawing.Point(112, 43);
|
|
|
+ this.lbx_webStatus.Name = "lbx_webStatus";
|
|
|
+ this.lbx_webStatus.Size = new System.Drawing.Size(43, 34);
|
|
|
+ this.lbx_webStatus.Symbol = "";
|
|
|
+ this.lbx_webStatus.SymbolColor = System.Drawing.Color.Crimson;
|
|
|
+ this.lbx_webStatus.SymbolSize = 25F;
|
|
|
+ this.lbx_webStatus.TabIndex = 3;
|
|
|
+ //
|
|
|
+ // lbx_PLCStatus
|
|
|
+ //
|
|
|
+ this.lbx_PLCStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
|
+ this.lbx_PLCStatus.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
|
+ //
|
|
|
+ //
|
|
|
+ //
|
|
|
+ this.lbx_PLCStatus.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
+ this.lbx_PLCStatus.Location = new System.Drawing.Point(112, 3);
|
|
|
+ this.lbx_PLCStatus.Name = "lbx_PLCStatus";
|
|
|
+ this.lbx_PLCStatus.Size = new System.Drawing.Size(44, 34);
|
|
|
+ this.lbx_PLCStatus.Symbol = "";
|
|
|
+ this.lbx_PLCStatus.SymbolColor = System.Drawing.Color.Crimson;
|
|
|
+ this.lbx_PLCStatus.SymbolSize = 25F;
|
|
|
+ this.lbx_PLCStatus.TabIndex = 2;
|
|
|
+ //
|
|
|
+ // lbx_PLC
|
|
|
+ //
|
|
|
+ //
|
|
|
+ //
|
|
|
+ //
|
|
|
+ this.lbx_PLC.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
+ this.lbx_PLC.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.lbx_PLC.Location = new System.Drawing.Point(3, 3);
|
|
|
+ this.lbx_PLC.Name = "lbx_PLC";
|
|
|
+ this.lbx_PLC.Size = new System.Drawing.Size(83, 34);
|
|
|
+ this.lbx_PLC.TabIndex = 0;
|
|
|
+ this.lbx_PLC.Text = "PLC";
|
|
|
+ this.lbx_PLC.TextAlignment = System.Drawing.StringAlignment.Center;
|
|
|
+ //
|
|
|
+ // lbx_web
|
|
|
+ //
|
|
|
+ //
|
|
|
+ //
|
|
|
+ //
|
|
|
+ this.lbx_web.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
+ this.lbx_web.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.lbx_web.Location = new System.Drawing.Point(3, 43);
|
|
|
+ this.lbx_web.Name = "lbx_web";
|
|
|
+ this.lbx_web.Size = new System.Drawing.Size(83, 34);
|
|
|
+ this.lbx_web.TabIndex = 1;
|
|
|
+ this.lbx_web.Text = "web服务器";
|
|
|
+ this.lbx_web.TextAlignment = System.Drawing.StringAlignment.Center;
|
|
|
+ //
|
|
|
// testPanel
|
|
|
//
|
|
|
this.testPanel.Controls.Add(this.button3);
|
|
@@ -551,123 +668,6 @@
|
|
|
this.paymentPanel.Style.GradientAngle = 90;
|
|
|
this.paymentPanel.TabIndex = 24;
|
|
|
//
|
|
|
- // ParkingSpaceMonitorPanel
|
|
|
- //
|
|
|
- this.ParkingSpaceMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
- this.ParkingSpaceMonitorPanel.Location = new System.Drawing.Point(3, 28);
|
|
|
- this.ParkingSpaceMonitorPanel.Name = "ParkingSpaceMonitorPanel";
|
|
|
- this.ParkingSpaceMonitorPanel.Size = new System.Drawing.Size(497, 384);
|
|
|
- this.ParkingSpaceMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
- this.ParkingSpaceMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
|
- this.ParkingSpaceMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
|
- this.ParkingSpaceMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
|
- this.ParkingSpaceMonitorPanel.Style.GradientAngle = 90;
|
|
|
- this.ParkingSpaceMonitorPanel.TabIndex = 9;
|
|
|
- //
|
|
|
- // pdc_devStatus
|
|
|
- //
|
|
|
- this.pdc_devStatus.CanvasColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
|
- this.pdc_devStatus.Controls.Add(this.panel1);
|
|
|
- this.pdc_devStatus.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
- this.pdc_devStatus.Location = new System.Drawing.Point(3, 28);
|
|
|
- this.pdc_devStatus.Name = "pdc_devStatus";
|
|
|
- this.pdc_devStatus.Size = new System.Drawing.Size(497, 384);
|
|
|
- this.pdc_devStatus.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
- this.pdc_devStatus.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
|
- this.pdc_devStatus.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
|
- this.pdc_devStatus.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
|
- this.pdc_devStatus.Style.GradientAngle = 90;
|
|
|
- this.pdc_devStatus.TabIndex = 43;
|
|
|
- //
|
|
|
- // panel1
|
|
|
- //
|
|
|
- this.panel1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
|
- this.panel1.Controls.Add(this.tableLayoutPanel2);
|
|
|
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.panel1.Name = "panel1";
|
|
|
- this.panel1.Size = new System.Drawing.Size(497, 384);
|
|
|
- this.panel1.TabIndex = 2;
|
|
|
- //
|
|
|
- // tableLayoutPanel2
|
|
|
- //
|
|
|
- this.tableLayoutPanel2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
|
- this.tableLayoutPanel2.ColumnCount = 2;
|
|
|
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
- this.tableLayoutPanel2.Controls.Add(this.lbx_webStatus, 1, 1);
|
|
|
- this.tableLayoutPanel2.Controls.Add(this.lbx_PLCStatus, 1, 0);
|
|
|
- this.tableLayoutPanel2.Controls.Add(this.lbx_PLC, 0, 0);
|
|
|
- this.tableLayoutPanel2.Controls.Add(this.lbx_web, 0, 1);
|
|
|
- this.tableLayoutPanel2.Location = new System.Drawing.Point(12, 12);
|
|
|
- this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
|
- this.tableLayoutPanel2.RowCount = 3;
|
|
|
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
|
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
|
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
|
- this.tableLayoutPanel2.Size = new System.Drawing.Size(179, 121);
|
|
|
- this.tableLayoutPanel2.TabIndex = 1;
|
|
|
- //
|
|
|
- // lbx_webStatus
|
|
|
- //
|
|
|
- this.lbx_webStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
|
- this.lbx_webStatus.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
|
- //
|
|
|
- //
|
|
|
- //
|
|
|
- this.lbx_webStatus.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
- this.lbx_webStatus.Location = new System.Drawing.Point(112, 43);
|
|
|
- this.lbx_webStatus.Name = "lbx_webStatus";
|
|
|
- this.lbx_webStatus.Size = new System.Drawing.Size(43, 34);
|
|
|
- this.lbx_webStatus.Symbol = "";
|
|
|
- this.lbx_webStatus.SymbolColor = System.Drawing.Color.Crimson;
|
|
|
- this.lbx_webStatus.SymbolSize = 25F;
|
|
|
- this.lbx_webStatus.TabIndex = 3;
|
|
|
- //
|
|
|
- // lbx_PLCStatus
|
|
|
- //
|
|
|
- this.lbx_PLCStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
|
- this.lbx_PLCStatus.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
|
- //
|
|
|
- //
|
|
|
- //
|
|
|
- this.lbx_PLCStatus.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
- this.lbx_PLCStatus.Location = new System.Drawing.Point(112, 3);
|
|
|
- this.lbx_PLCStatus.Name = "lbx_PLCStatus";
|
|
|
- this.lbx_PLCStatus.Size = new System.Drawing.Size(44, 34);
|
|
|
- this.lbx_PLCStatus.Symbol = "";
|
|
|
- this.lbx_PLCStatus.SymbolColor = System.Drawing.Color.Crimson;
|
|
|
- this.lbx_PLCStatus.SymbolSize = 25F;
|
|
|
- this.lbx_PLCStatus.TabIndex = 2;
|
|
|
- //
|
|
|
- // lbx_PLC
|
|
|
- //
|
|
|
- //
|
|
|
- //
|
|
|
- //
|
|
|
- this.lbx_PLC.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
- this.lbx_PLC.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.lbx_PLC.Location = new System.Drawing.Point(3, 3);
|
|
|
- this.lbx_PLC.Name = "lbx_PLC";
|
|
|
- this.lbx_PLC.Size = new System.Drawing.Size(83, 34);
|
|
|
- this.lbx_PLC.TabIndex = 0;
|
|
|
- this.lbx_PLC.Text = "PLC";
|
|
|
- this.lbx_PLC.TextAlignment = System.Drawing.StringAlignment.Center;
|
|
|
- //
|
|
|
- // lbx_web
|
|
|
- //
|
|
|
- //
|
|
|
- //
|
|
|
- //
|
|
|
- this.lbx_web.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
- this.lbx_web.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.lbx_web.Location = new System.Drawing.Point(3, 43);
|
|
|
- this.lbx_web.Name = "lbx_web";
|
|
|
- this.lbx_web.Size = new System.Drawing.Size(83, 34);
|
|
|
- this.lbx_web.TabIndex = 1;
|
|
|
- this.lbx_web.Text = "web服务器";
|
|
|
- this.lbx_web.TextAlignment = System.Drawing.StringAlignment.Center;
|
|
|
- //
|
|
|
// dci_NumMachine
|
|
|
//
|
|
|
this.dci_NumMachine.Control = this.NumMachineMonitorPanel;
|
|
@@ -691,6 +691,7 @@
|
|
|
this.dci_Test.Control = this.testPanel;
|
|
|
this.dci_Test.Name = "dci_Test";
|
|
|
this.dci_Test.Text = "测试";
|
|
|
+ this.dci_Test.Visible = false;
|
|
|
//
|
|
|
// dci_devStatus
|
|
|
//
|
|
@@ -1248,6 +1249,7 @@
|
|
|
//
|
|
|
this.btn_about.Name = "btn_about";
|
|
|
this.btn_about.Text = "关于我们";
|
|
|
+ this.btn_about.Click += new System.EventHandler(this.btn_about_Click);
|
|
|
//
|
|
|
// bar_shortcut
|
|
|
//
|
|
@@ -1320,6 +1322,7 @@
|
|
|
// shortcut_logout
|
|
|
//
|
|
|
this.shortcut_logout.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
|
|
+ this.shortcut_logout.Enabled = false;
|
|
|
this.shortcut_logout.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
|
this.shortcut_logout.Image = global::centralController.Properties.Resources.monitor;
|
|
|
this.shortcut_logout.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
|
|
@@ -1358,6 +1361,7 @@
|
|
|
this.shortcut_about.Name = "shortcut_about";
|
|
|
this.shortcut_about.ShowSubItems = false;
|
|
|
this.shortcut_about.Text = "关于我们";
|
|
|
+ this.shortcut_about.Click += new System.EventHandler(this.shortcut_about_Click);
|
|
|
//
|
|
|
// shortcut_close
|
|
|
//
|
|
@@ -1509,6 +1513,9 @@
|
|
|
this.dockSite_mainView.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar_mainWin)).EndInit();
|
|
|
this.bar_mainWin.ResumeLayout(false);
|
|
|
+ this.pdc_devStatus.ResumeLayout(false);
|
|
|
+ this.panel1.ResumeLayout(false);
|
|
|
+ this.tableLayoutPanel2.ResumeLayout(false);
|
|
|
this.testPanel.ResumeLayout(false);
|
|
|
this.testPanel.PerformLayout();
|
|
|
this.groupPanel2.ResumeLayout(false);
|
|
@@ -1520,9 +1527,6 @@
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
this.NumMachineMonitorPanel.ResumeLayout(false);
|
|
|
- this.pdc_devStatus.ResumeLayout(false);
|
|
|
- this.panel1.ResumeLayout(false);
|
|
|
- this.tableLayoutPanel2.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar_bottom)).EndInit();
|
|
|
this.bar_bottom.ResumeLayout(false);
|
|
|
this.RecordsMonitorPanel.ResumeLayout(false);
|