|
@@ -35,10 +35,6 @@
|
|
|
this.dockSite4 = new DevComponents.DotNetBar.DockSite();
|
|
|
this.dockSite_mainView = new DevComponents.DotNetBar.DockSite();
|
|
|
this.bar_mainWin = new DevComponents.DotNetBar.Bar();
|
|
|
- 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.testPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
@@ -46,6 +42,10 @@
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
this.labelX1 = new DevComponents.DotNetBar.LabelX();
|
|
|
+ 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.dci_NumMachine = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.dci_payment = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.dci_ParkingSpace = new DevComponents.DotNetBar.DockContainerItem();
|
|
@@ -106,9 +106,9 @@
|
|
|
this.lbx_freeSpace = new DevComponents.DotNetBar.LabelX();
|
|
|
this.shortcut_login = new DevComponents.DotNetBar.ButtonItem();
|
|
|
this.shortcut_logout = new DevComponents.DotNetBar.ButtonItem();
|
|
|
- this.shortcut_close = new DevComponents.DotNetBar.ButtonItem();
|
|
|
this.shortcut_sysInfo = new DevComponents.DotNetBar.ButtonItem();
|
|
|
this.shortcut_about = new DevComponents.DotNetBar.ButtonItem();
|
|
|
+ this.shortcut_close = new DevComponents.DotNetBar.ButtonItem();
|
|
|
this.dockSite3 = new DevComponents.DotNetBar.DockSite();
|
|
|
this.panelDockContainer10 = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
this.dockContainerItem2 = new DevComponents.DotNetBar.DockContainerItem();
|
|
@@ -121,10 +121,10 @@
|
|
|
this.dockSite_mainView.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar_mainWin)).BeginInit();
|
|
|
this.bar_mainWin.SuspendLayout();
|
|
|
- this.NumMachineMonitorPanel.SuspendLayout();
|
|
|
this.testPanel.SuspendLayout();
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
+ this.NumMachineMonitorPanel.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar_bottom)).BeginInit();
|
|
|
this.bar_bottom.SuspendLayout();
|
|
|
this.RecordsMonitorPanel.SuspendLayout();
|
|
@@ -208,10 +208,10 @@
|
|
|
this.bar_mainWin.CanDockRight = false;
|
|
|
this.bar_mainWin.CanDockTop = false;
|
|
|
this.bar_mainWin.CanHide = true;
|
|
|
- this.bar_mainWin.Controls.Add(this.testPanel);
|
|
|
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.paymentPanel);
|
|
|
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;
|
|
@@ -223,7 +223,7 @@
|
|
|
this.bar_mainWin.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
|
|
|
this.bar_mainWin.Location = new System.Drawing.Point(0, 0);
|
|
|
this.bar_mainWin.Name = "bar_mainWin";
|
|
|
- this.bar_mainWin.SelectedDockTab = 3;
|
|
|
+ this.bar_mainWin.SelectedDockTab = 0;
|
|
|
this.bar_mainWin.SingleLineColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
|
this.bar_mainWin.Size = new System.Drawing.Size(524, 345);
|
|
|
this.bar_mainWin.Stretch = true;
|
|
@@ -232,56 +232,6 @@
|
|
|
this.bar_mainWin.TabNavigation = true;
|
|
|
this.bar_mainWin.TabStop = false;
|
|
|
//
|
|
|
- // NumMachineMonitorPanel
|
|
|
- //
|
|
|
- this.NumMachineMonitorPanel.Controls.Add(this.flowLayoutPanel1);
|
|
|
- this.NumMachineMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
- this.NumMachineMonitorPanel.Location = new System.Drawing.Point(3, 28);
|
|
|
- this.NumMachineMonitorPanel.Name = "NumMachineMonitorPanel";
|
|
|
- this.NumMachineMonitorPanel.Size = new System.Drawing.Size(518, 314);
|
|
|
- this.NumMachineMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
- this.NumMachineMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
|
- this.NumMachineMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
|
- this.NumMachineMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
|
- this.NumMachineMonitorPanel.Style.GradientAngle = 90;
|
|
|
- this.NumMachineMonitorPanel.TabIndex = 0;
|
|
|
- //
|
|
|
- // flowLayoutPanel1
|
|
|
- //
|
|
|
- this.flowLayoutPanel1.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
|
|
- this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
|
- this.flowLayoutPanel1.Size = new System.Drawing.Size(518, 314);
|
|
|
- this.flowLayoutPanel1.TabIndex = 1;
|
|
|
- this.flowLayoutPanel1.Resize += new System.EventHandler(this.flowLayoutPanel1_Resize);
|
|
|
- //
|
|
|
- // paymentPanel
|
|
|
- //
|
|
|
- this.paymentPanel.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
- this.paymentPanel.Location = new System.Drawing.Point(3, 28);
|
|
|
- this.paymentPanel.Name = "paymentPanel";
|
|
|
- this.paymentPanel.Size = new System.Drawing.Size(518, 314);
|
|
|
- this.paymentPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
- this.paymentPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
|
- this.paymentPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
|
- this.paymentPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
|
- 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(518, 314);
|
|
|
- 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;
|
|
|
- //
|
|
|
// testPanel
|
|
|
//
|
|
|
this.testPanel.Controls.Add(this.button1);
|
|
@@ -359,6 +309,56 @@
|
|
|
this.labelX1.Text = "label1\r\nlable2";
|
|
|
this.labelX1.TextAlignment = System.Drawing.StringAlignment.Center;
|
|
|
//
|
|
|
+ // NumMachineMonitorPanel
|
|
|
+ //
|
|
|
+ this.NumMachineMonitorPanel.Controls.Add(this.flowLayoutPanel1);
|
|
|
+ this.NumMachineMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
+ this.NumMachineMonitorPanel.Location = new System.Drawing.Point(3, 28);
|
|
|
+ this.NumMachineMonitorPanel.Name = "NumMachineMonitorPanel";
|
|
|
+ this.NumMachineMonitorPanel.Size = new System.Drawing.Size(518, 314);
|
|
|
+ this.NumMachineMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
+ this.NumMachineMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
|
+ this.NumMachineMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
|
+ this.NumMachineMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
|
+ this.NumMachineMonitorPanel.Style.GradientAngle = 90;
|
|
|
+ this.NumMachineMonitorPanel.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // flowLayoutPanel1
|
|
|
+ //
|
|
|
+ this.flowLayoutPanel1.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
|
|
+ this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
|
+ this.flowLayoutPanel1.Size = new System.Drawing.Size(518, 314);
|
|
|
+ this.flowLayoutPanel1.TabIndex = 1;
|
|
|
+ this.flowLayoutPanel1.Resize += new System.EventHandler(this.flowLayoutPanel1_Resize);
|
|
|
+ //
|
|
|
+ // paymentPanel
|
|
|
+ //
|
|
|
+ this.paymentPanel.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
+ this.paymentPanel.Location = new System.Drawing.Point(3, 28);
|
|
|
+ this.paymentPanel.Name = "paymentPanel";
|
|
|
+ this.paymentPanel.Size = new System.Drawing.Size(518, 314);
|
|
|
+ this.paymentPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
+ this.paymentPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
|
+ this.paymentPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
|
+ this.paymentPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
|
+ 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(518, 314);
|
|
|
+ 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;
|
|
|
+ //
|
|
|
// dci_NumMachine
|
|
|
//
|
|
|
this.dci_NumMachine.Control = this.NumMachineMonitorPanel;
|
|
@@ -979,16 +979,6 @@
|
|
|
this.shortcut_logout.ShowSubItems = false;
|
|
|
this.shortcut_logout.Text = "登出";
|
|
|
//
|
|
|
- // shortcut_close
|
|
|
- //
|
|
|
- this.shortcut_close.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
|
|
- this.shortcut_close.Image = global::centralController.Properties.Resources.close;
|
|
|
- this.shortcut_close.Name = "shortcut_close";
|
|
|
- this.shortcut_close.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.None;
|
|
|
- this.shortcut_close.ShowSubItems = false;
|
|
|
- this.shortcut_close.Text = "退出";
|
|
|
- this.shortcut_close.Click += new System.EventHandler(this.shortcut_close_Click);
|
|
|
- //
|
|
|
// shortcut_sysInfo
|
|
|
//
|
|
|
this.shortcut_sysInfo.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
|
@@ -1006,6 +996,16 @@
|
|
|
this.shortcut_about.ShowSubItems = false;
|
|
|
this.shortcut_about.Text = "关于我们";
|
|
|
//
|
|
|
+ // shortcut_close
|
|
|
+ //
|
|
|
+ this.shortcut_close.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
|
|
+ this.shortcut_close.Image = global::centralController.Properties.Resources.close;
|
|
|
+ this.shortcut_close.Name = "shortcut_close";
|
|
|
+ this.shortcut_close.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.None;
|
|
|
+ this.shortcut_close.ShowSubItems = false;
|
|
|
+ this.shortcut_close.Text = "退出";
|
|
|
+ this.shortcut_close.Click += new System.EventHandler(this.shortcut_close_Click);
|
|
|
+ //
|
|
|
// dockSite3
|
|
|
//
|
|
|
this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
|
|
@@ -1144,11 +1144,11 @@
|
|
|
this.dockSite_mainView.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar_mainWin)).EndInit();
|
|
|
this.bar_mainWin.ResumeLayout(false);
|
|
|
- this.NumMachineMonitorPanel.ResumeLayout(false);
|
|
|
this.testPanel.ResumeLayout(false);
|
|
|
this.testPanel.PerformLayout();
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
+ this.NumMachineMonitorPanel.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar_bottom)).EndInit();
|
|
|
this.bar_bottom.ResumeLayout(false);
|
|
|
this.RecordsMonitorPanel.ResumeLayout(false);
|