|
@@ -29,14 +29,14 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
|
|
|
this.dockSite4 = new DevComponents.DotNetBar.DockSite();
|
|
|
this.dockSite9 = new DevComponents.DotNetBar.DockSite();
|
|
|
this.bar2 = new DevComponents.DotNetBar.Bar();
|
|
|
- this.ParkingSpaceMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
this.NumMachineMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
+ this.paymentPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
this.testPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
@@ -44,7 +44,7 @@
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
this.labelX1 = new DevComponents.DotNetBar.LabelX();
|
|
|
- this.paymentPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
+ this.ParkingSpaceMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
this.dci_ParkingSpace = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.dci_NumMachine = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.dci_payment = new DevComponents.DotNetBar.DockContainerItem();
|
|
@@ -97,6 +97,8 @@
|
|
|
this.panelDockContainer7 = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.panelDockContainer8 = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
+ this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
+ this.tbx_notification = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
|
this.dockSite9.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar2)).BeginInit();
|
|
|
this.bar2.SuspendLayout();
|
|
@@ -116,6 +118,7 @@
|
|
|
this.basicInfoPanel.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar6)).BeginInit();
|
|
|
this.bar6.SuspendLayout();
|
|
|
+ this.warningPanel.SuspendLayout();
|
|
|
this.dockSite7.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
@@ -188,9 +191,9 @@
|
|
|
this.bar2.CanHide = true;
|
|
|
this.bar2.CanUndock = false;
|
|
|
this.bar2.Controls.Add(this.NumMachineMonitorPanel);
|
|
|
+ this.bar2.Controls.Add(this.ParkingSpaceMonitorPanel);
|
|
|
this.bar2.Controls.Add(this.paymentPanel);
|
|
|
this.bar2.Controls.Add(this.testPanel);
|
|
|
- this.bar2.Controls.Add(this.ParkingSpaceMonitorPanel);
|
|
|
this.bar2.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
|
|
|
this.bar2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.bar2.IsMaximized = false;
|
|
@@ -211,19 +214,6 @@
|
|
|
this.bar2.TabNavigation = true;
|
|
|
this.bar2.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(659, 377);
|
|
|
- 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;
|
|
|
- //
|
|
|
// NumMachineMonitorPanel
|
|
|
//
|
|
|
this.NumMachineMonitorPanel.Controls.Add(this.flowLayoutPanel1);
|
|
@@ -240,6 +230,7 @@
|
|
|
//
|
|
|
// 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";
|
|
@@ -247,8 +238,22 @@
|
|
|
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(659, 377);
|
|
|
+ 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;
|
|
|
+ //
|
|
|
// testPanel
|
|
|
//
|
|
|
+ this.testPanel.Controls.Add(this.tableLayoutPanel2);
|
|
|
this.testPanel.Controls.Add(this.button1);
|
|
|
this.testPanel.Controls.Add(this.textBox2);
|
|
|
this.testPanel.Controls.Add(this.textBox1);
|
|
@@ -324,18 +329,18 @@
|
|
|
this.labelX1.Text = "label1\r\nlable2";
|
|
|
this.labelX1.TextAlignment = System.Drawing.StringAlignment.Center;
|
|
|
//
|
|
|
- // paymentPanel
|
|
|
+ // ParkingSpaceMonitorPanel
|
|
|
//
|
|
|
- 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(659, 377);
|
|
|
- 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;
|
|
|
+ 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(659, 377);
|
|
|
+ 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_ParkingSpace
|
|
|
//
|
|
@@ -416,14 +421,14 @@
|
|
|
this.realGetTime,
|
|
|
this.receiptNum,
|
|
|
this.parkingPrice});
|
|
|
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
- dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
|
|
|
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
- this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle1;
|
|
|
+ dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
+ dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
|
|
|
+ dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
+ this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle5;
|
|
|
this.dataGridViewX1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
|
|
|
this.dataGridViewX1.Location = new System.Drawing.Point(0, 0);
|
|
@@ -622,6 +627,7 @@
|
|
|
//
|
|
|
// tbx_sysInfo
|
|
|
//
|
|
|
+ this.tbx_sysInfo.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
|
//
|
|
|
//
|
|
|
//
|
|
@@ -680,6 +686,7 @@
|
|
|
//
|
|
|
// warningPanel
|
|
|
//
|
|
|
+ this.warningPanel.Controls.Add(this.tbx_notification);
|
|
|
this.warningPanel.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
this.warningPanel.Location = new System.Drawing.Point(3, 23);
|
|
|
this.warningPanel.Name = "warningPanel";
|
|
@@ -929,6 +936,38 @@
|
|
|
this.panelDockContainer8.Style.GradientAngle = 90;
|
|
|
this.panelDockContainer8.TabIndex = 37;
|
|
|
//
|
|
|
+ // tableLayoutPanel2
|
|
|
+ //
|
|
|
+ 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.Location = new System.Drawing.Point(343, 108);
|
|
|
+ this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
|
+ this.tableLayoutPanel2.RowCount = 2;
|
|
|
+ this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
+ this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
+ this.tableLayoutPanel2.Size = new System.Drawing.Size(200, 100);
|
|
|
+ this.tableLayoutPanel2.TabIndex = 7;
|
|
|
+ //
|
|
|
+ // tbx_notification
|
|
|
+ //
|
|
|
+ this.tbx_notification.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
|
+ //
|
|
|
+ //
|
|
|
+ //
|
|
|
+ this.tbx_notification.Border.Class = "TextBoxBorder";
|
|
|
+ this.tbx_notification.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
+ this.tbx_notification.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.tbx_notification.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tbx_notification.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.tbx_notification.Multiline = true;
|
|
|
+ this.tbx_notification.Name = "tbx_notification";
|
|
|
+ this.tbx_notification.PreventEnterBeep = true;
|
|
|
+ this.tbx_notification.ReadOnly = true;
|
|
|
+ this.tbx_notification.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
|
+ this.tbx_notification.Size = new System.Drawing.Size(314, 391);
|
|
|
+ this.tbx_notification.TabIndex = 0;
|
|
|
+ //
|
|
|
// centralController
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -947,7 +986,7 @@
|
|
|
this.Controls.Add(this.dockSite8);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
this.Name = "centralController";
|
|
|
- this.Text = "Form1";
|
|
|
+ this.Text = "智象停车中控端";
|
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
|
this.dockSite9.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar2)).EndInit();
|
|
@@ -969,6 +1008,7 @@
|
|
|
this.basicInfoPanel.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar6)).EndInit();
|
|
|
this.bar6.ResumeLayout(false);
|
|
|
+ this.warningPanel.ResumeLayout(false);
|
|
|
this.dockSite7.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
@@ -1044,6 +1084,8 @@
|
|
|
private DevComponents.DotNetBar.Bar bar5;
|
|
|
private DevComponents.DotNetBar.Bar bar6;
|
|
|
private DevComponents.DotNetBar.Controls.TextBoxX tbx_sysInfo;
|
|
|
+ private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
|
+ public DevComponents.DotNetBar.Controls.TextBoxX tbx_notification;
|
|
|
}
|
|
|
}
|
|
|
|