|
@@ -35,6 +35,9 @@
|
|
|
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.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();
|
|
@@ -42,17 +45,14 @@
|
|
|
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();
|
|
|
this.dci_Test = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.bar_bottom = new DevComponents.DotNetBar.Bar();
|
|
|
this.RecordsMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
- this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
|
|
+ this.dgvx_parkingRecords = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
|
|
this.parkingRecordsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.userID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.numberPlate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
@@ -121,14 +121,14 @@
|
|
|
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();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvx_parkingRecords)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar_side)).BeginInit();
|
|
|
this.bar_side.SuspendLayout();
|
|
|
this.dockSite_notification.SuspendLayout();
|
|
@@ -210,8 +210,8 @@
|
|
|
this.bar_mainWin.CanHide = true;
|
|
|
this.bar_mainWin.Controls.Add(this.NumMachineMonitorPanel);
|
|
|
this.bar_mainWin.Controls.Add(this.ParkingSpaceMonitorPanel);
|
|
|
- this.bar_mainWin.Controls.Add(this.testPanel);
|
|
|
this.bar_mainWin.Controls.Add(this.paymentPanel);
|
|
|
+ this.bar_mainWin.Controls.Add(this.testPanel);
|
|
|
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;
|
|
@@ -232,6 +232,43 @@
|
|
|
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);
|
|
|
+ //
|
|
|
+ // 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);
|
|
@@ -309,30 +346,6 @@
|
|
|
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;
|
|
@@ -346,19 +359,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(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;
|
|
@@ -415,7 +415,7 @@
|
|
|
//
|
|
|
// RecordsMonitorPanel
|
|
|
//
|
|
|
- this.RecordsMonitorPanel.Controls.Add(this.dataGridViewX1);
|
|
|
+ this.RecordsMonitorPanel.Controls.Add(this.dgvx_parkingRecords);
|
|
|
this.RecordsMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
this.RecordsMonitorPanel.Location = new System.Drawing.Point(3, 28);
|
|
|
this.RecordsMonitorPanel.Name = "RecordsMonitorPanel";
|
|
@@ -427,11 +427,11 @@
|
|
|
this.RecordsMonitorPanel.Style.GradientAngle = 90;
|
|
|
this.RecordsMonitorPanel.TabIndex = 13;
|
|
|
//
|
|
|
- // dataGridViewX1
|
|
|
+ // dgvx_parkingRecords
|
|
|
//
|
|
|
- this.dataGridViewX1.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
|
|
|
- this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
- this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.dgvx_parkingRecords.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
|
|
|
+ this.dgvx_parkingRecords.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.dgvx_parkingRecords.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.parkingRecordsID,
|
|
|
this.userID,
|
|
|
this.numberPlate,
|
|
@@ -447,14 +447,14 @@
|
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
- this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle1;
|
|
|
- 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);
|
|
|
- this.dataGridViewX1.Name = "dataGridViewX1";
|
|
|
- this.dataGridViewX1.RowTemplate.Height = 23;
|
|
|
- this.dataGridViewX1.Size = new System.Drawing.Size(865, 191);
|
|
|
- this.dataGridViewX1.TabIndex = 0;
|
|
|
+ this.dgvx_parkingRecords.DefaultCellStyle = dataGridViewCellStyle1;
|
|
|
+ this.dgvx_parkingRecords.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.dgvx_parkingRecords.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
|
|
|
+ this.dgvx_parkingRecords.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.dgvx_parkingRecords.Name = "dgvx_parkingRecords";
|
|
|
+ this.dgvx_parkingRecords.RowTemplate.Height = 23;
|
|
|
+ this.dgvx_parkingRecords.Size = new System.Drawing.Size(865, 191);
|
|
|
+ this.dgvx_parkingRecords.TabIndex = 0;
|
|
|
//
|
|
|
// parkingRecordsID
|
|
|
//
|
|
@@ -1144,15 +1144,15 @@
|
|
|
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);
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvx_parkingRecords)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar_side)).EndInit();
|
|
|
this.bar_side.ResumeLayout(false);
|
|
|
this.dockSite_notification.ResumeLayout(false);
|
|
@@ -1233,7 +1233,7 @@
|
|
|
private DevComponents.DotNetBar.DockContainerItem dci_payment;
|
|
|
private DevComponents.DotNetBar.DockContainerItem dci_Test;
|
|
|
private DevComponents.DotNetBar.PanelDockContainer RecordsMonitorPanel;
|
|
|
- private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX1;
|
|
|
+ private DevComponents.DotNetBar.Controls.DataGridViewX dgvx_parkingRecords;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn parkingRecordsID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn userID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn numberPlate;
|