|
@@ -29,10 +29,15 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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.NumMachineMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
+ this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
+ this.ParkingSpaceMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
+ 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();
|
|
@@ -40,25 +45,34 @@
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
this.labelX1 = new DevComponents.DotNetBar.LabelX();
|
|
|
- this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
|
- this.PLCMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
- this.NumMachineMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
- this.ParkingSpaceMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
- this.RecordsMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
- this.paymentPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
- this.dci_PLC = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
- this.dci_NumMachine = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.dci_ParkingSpace = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
- this.dci_ParkingRecords = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
+ this.dci_NumMachine = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.dci_payment = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.dci_Test = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
+ this.bar4 = new DevComponents.DotNetBar.Bar();
|
|
|
+ this.RecordsMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
+ this.dataGridViewX1 = 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();
|
|
|
+ this.parkingSpaceID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.realParkTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.realGetTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.receiptNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.parkingPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dci_ParkingRecords = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
+ this.bar5 = new DevComponents.DotNetBar.Bar();
|
|
|
+ this.terminalMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
+ this.dci_terminal = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.dockSite1 = new DevComponents.DotNetBar.DockSite();
|
|
|
this.dockSite2 = new DevComponents.DotNetBar.DockSite();
|
|
|
this.bar3 = new DevComponents.DotNetBar.Bar();
|
|
|
this.basicInfoPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
- this.warningPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
+ this.tbx_sysInfo = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
|
+ this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
|
this.dci_basicInfo = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
+ this.bar6 = new DevComponents.DotNetBar.Bar();
|
|
|
+ this.warningPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
this.dci_warning = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.dockSite8 = new DevComponents.DotNetBar.DockSite();
|
|
|
this.dockSite5 = new DevComponents.DotNetBar.DockSite();
|
|
@@ -71,6 +85,8 @@
|
|
|
this.btn_exit = new DevComponents.DotNetBar.ButtonItem();
|
|
|
this.btn_files = new DevComponents.DotNetBar.ButtonItem();
|
|
|
this.btn_openFile = new DevComponents.DotNetBar.ButtonItem();
|
|
|
+ this.btn_refreshRecords = new DevComponents.DotNetBar.ButtonItem();
|
|
|
+ this.btn_exportRecords = new DevComponents.DotNetBar.ButtonItem();
|
|
|
this.btn_devices = new DevComponents.DotNetBar.ButtonItem();
|
|
|
this.btn_linkPLC = new DevComponents.DotNetBar.ButtonItem();
|
|
|
this.dockSite3 = new DevComponents.DotNetBar.DockSite();
|
|
@@ -81,20 +97,27 @@
|
|
|
this.panelDockContainer7 = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.panelDockContainer8 = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
- this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
|
this.dockSite9.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar2)).BeginInit();
|
|
|
this.bar2.SuspendLayout();
|
|
|
+ this.NumMachineMonitorPanel.SuspendLayout();
|
|
|
this.testPanel.SuspendLayout();
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
- this.NumMachineMonitorPanel.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.bar4)).BeginInit();
|
|
|
+ this.bar4.SuspendLayout();
|
|
|
+ this.RecordsMonitorPanel.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.bar5)).BeginInit();
|
|
|
+ this.bar5.SuspendLayout();
|
|
|
this.dockSite2.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar3)).BeginInit();
|
|
|
this.bar3.SuspendLayout();
|
|
|
+ this.basicInfoPanel.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.bar6)).BeginInit();
|
|
|
+ this.bar6.SuspendLayout();
|
|
|
this.dockSite7.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// dotNetBarManager1
|
|
@@ -126,9 +149,9 @@
|
|
|
this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
|
|
|
this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
|
|
|
- this.dockSite4.Location = new System.Drawing.Point(0, 449);
|
|
|
+ this.dockSite4.Location = new System.Drawing.Point(0, 668);
|
|
|
this.dockSite4.Name = "dockSite4";
|
|
|
- this.dockSite4.Size = new System.Drawing.Size(778, 0);
|
|
|
+ this.dockSite4.Size = new System.Drawing.Size(1194, 0);
|
|
|
this.dockSite4.TabIndex = 3;
|
|
|
this.dockSite4.TabStop = false;
|
|
|
//
|
|
@@ -136,12 +159,17 @@
|
|
|
//
|
|
|
this.dockSite9.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
|
|
|
this.dockSite9.Controls.Add(this.bar2);
|
|
|
+ this.dockSite9.Controls.Add(this.bar4);
|
|
|
+ this.dockSite9.Controls.Add(this.bar5);
|
|
|
this.dockSite9.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.dockSite9.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
|
|
|
- ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar2, 593, 424)))}, DevComponents.DotNetBar.eOrientation.Horizontal);
|
|
|
+ ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
|
|
|
+ ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar2, 698, 459))),
|
|
|
+ ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar5, 213, 459)))}, DevComponents.DotNetBar.eOrientation.Horizontal))),
|
|
|
+ ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar4, 871, 181)))}, DevComponents.DotNetBar.eOrientation.Vertical);
|
|
|
this.dockSite9.Location = new System.Drawing.Point(0, 25);
|
|
|
this.dockSite9.Name = "dockSite9";
|
|
|
- this.dockSite9.Size = new System.Drawing.Size(593, 424);
|
|
|
+ this.dockSite9.Size = new System.Drawing.Size(871, 643);
|
|
|
this.dockSite9.TabIndex = 8;
|
|
|
this.dockSite9.TabStop = false;
|
|
|
//
|
|
@@ -159,20 +187,16 @@
|
|
|
this.bar2.CanDockTop = false;
|
|
|
this.bar2.CanHide = true;
|
|
|
this.bar2.CanUndock = false;
|
|
|
- this.bar2.Controls.Add(this.PLCMonitorPanel);
|
|
|
- this.bar2.Controls.Add(this.testPanel);
|
|
|
- this.bar2.Controls.Add(this.paymentPanel);
|
|
|
- this.bar2.Controls.Add(this.RecordsMonitorPanel);
|
|
|
this.bar2.Controls.Add(this.ParkingSpaceMonitorPanel);
|
|
|
this.bar2.Controls.Add(this.NumMachineMonitorPanel);
|
|
|
+ this.bar2.Controls.Add(this.testPanel);
|
|
|
+ this.bar2.Controls.Add(this.paymentPanel);
|
|
|
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;
|
|
|
this.bar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
|
- this.dci_PLC,
|
|
|
- this.dci_NumMachine,
|
|
|
this.dci_ParkingSpace,
|
|
|
- this.dci_ParkingRecords,
|
|
|
+ this.dci_NumMachine,
|
|
|
this.dci_payment,
|
|
|
this.dci_Test});
|
|
|
this.bar2.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
|
|
@@ -180,24 +204,72 @@
|
|
|
this.bar2.Name = "bar2";
|
|
|
this.bar2.SelectedDockTab = 0;
|
|
|
this.bar2.SingleLineColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
|
- this.bar2.Size = new System.Drawing.Size(593, 424);
|
|
|
+ this.bar2.Size = new System.Drawing.Size(665, 408);
|
|
|
this.bar2.Stretch = true;
|
|
|
this.bar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
|
|
|
this.bar2.TabIndex = 0;
|
|
|
this.bar2.TabNavigation = true;
|
|
|
this.bar2.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(659, 377);
|
|
|
+ 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.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(659, 377);
|
|
|
+ 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(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;
|
|
|
+ //
|
|
|
+ // 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.button1);
|
|
|
this.testPanel.Controls.Add(this.textBox2);
|
|
|
this.testPanel.Controls.Add(this.textBox1);
|
|
|
this.testPanel.Controls.Add(this.tableLayoutPanel1);
|
|
|
- this.testPanel.Controls.Add(this.progressBar1);
|
|
|
this.testPanel.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
this.testPanel.Location = new System.Drawing.Point(3, 28);
|
|
|
this.testPanel.Name = "testPanel";
|
|
|
- this.testPanel.Size = new System.Drawing.Size(587, 393);
|
|
|
+ this.testPanel.Size = new System.Drawing.Size(659, 377);
|
|
|
this.testPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
this.testPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
|
this.testPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
@@ -207,7 +279,7 @@
|
|
|
//
|
|
|
// button1
|
|
|
//
|
|
|
- this.button1.Location = new System.Drawing.Point(151, 113);
|
|
|
+ this.button1.Location = new System.Drawing.Point(151, 43);
|
|
|
this.button1.Name = "button1";
|
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
|
this.button1.TabIndex = 6;
|
|
@@ -217,25 +289,26 @@
|
|
|
//
|
|
|
// textBox2
|
|
|
//
|
|
|
- this.textBox2.Location = new System.Drawing.Point(204, 67);
|
|
|
+ this.textBox2.Location = new System.Drawing.Point(205, 16);
|
|
|
this.textBox2.Name = "textBox2";
|
|
|
this.textBox2.Size = new System.Drawing.Size(100, 21);
|
|
|
this.textBox2.TabIndex = 5;
|
|
|
//
|
|
|
// textBox1
|
|
|
//
|
|
|
- this.textBox1.Location = new System.Drawing.Point(73, 67);
|
|
|
+ this.textBox1.Location = new System.Drawing.Point(74, 16);
|
|
|
this.textBox1.Name = "textBox1";
|
|
|
this.textBox1.Size = new System.Drawing.Size(100, 21);
|
|
|
this.textBox1.TabIndex = 4;
|
|
|
//
|
|
|
// tableLayoutPanel1
|
|
|
//
|
|
|
+ this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 1);
|
|
|
this.tableLayoutPanel1.Controls.Add(this.labelX1, 0, 0);
|
|
|
- this.tableLayoutPanel1.Location = new System.Drawing.Point(345, 150);
|
|
|
+ this.tableLayoutPanel1.Location = new System.Drawing.Point(9, 72);
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
this.tableLayoutPanel1.RowCount = 2;
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
|
@@ -264,68 +337,66 @@
|
|
|
this.labelX1.Text = "label1\r\nlable2";
|
|
|
this.labelX1.TextAlignment = System.Drawing.StringAlignment.Center;
|
|
|
//
|
|
|
- // progressBar1
|
|
|
- //
|
|
|
- this.progressBar1.Location = new System.Drawing.Point(402, 57);
|
|
|
- this.progressBar1.Name = "progressBar1";
|
|
|
- this.progressBar1.Size = new System.Drawing.Size(125, 31);
|
|
|
- this.progressBar1.Step = 20;
|
|
|
- this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
|
|
|
- this.progressBar1.TabIndex = 0;
|
|
|
+ // dci_ParkingSpace
|
|
|
//
|
|
|
- // PLCMonitorPanel
|
|
|
+ this.dci_ParkingSpace.Control = this.ParkingSpaceMonitorPanel;
|
|
|
+ this.dci_ParkingSpace.Name = "dci_ParkingSpace";
|
|
|
+ this.dci_ParkingSpace.Text = "车位状态";
|
|
|
//
|
|
|
- this.PLCMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
- this.PLCMonitorPanel.Location = new System.Drawing.Point(3, 28);
|
|
|
- this.PLCMonitorPanel.Name = "PLCMonitorPanel";
|
|
|
- this.PLCMonitorPanel.Size = new System.Drawing.Size(587, 393);
|
|
|
- this.PLCMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
- this.PLCMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
|
- this.PLCMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
|
- this.PLCMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
|
- this.PLCMonitorPanel.Style.GradientAngle = 90;
|
|
|
- this.PLCMonitorPanel.TabIndex = 0;
|
|
|
+ // dci_NumMachine
|
|
|
//
|
|
|
- // NumMachineMonitorPanel
|
|
|
+ this.dci_NumMachine.Control = this.NumMachineMonitorPanel;
|
|
|
+ this.dci_NumMachine.Name = "dci_NumMachine";
|
|
|
+ this.dci_NumMachine.Text = "号牌机监控";
|
|
|
//
|
|
|
- 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(587, 393);
|
|
|
- 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;
|
|
|
+ // dci_payment
|
|
|
//
|
|
|
- // flowLayoutPanel1
|
|
|
+ this.dci_payment.Control = this.paymentPanel;
|
|
|
+ this.dci_payment.Name = "dci_payment";
|
|
|
+ this.dci_payment.Text = "支付信息";
|
|
|
//
|
|
|
- this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 6);
|
|
|
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
|
- this.flowLayoutPanel1.Size = new System.Drawing.Size(581, 380);
|
|
|
- this.flowLayoutPanel1.TabIndex = 1;
|
|
|
+ // dci_Test
|
|
|
//
|
|
|
- // ParkingSpaceMonitorPanel
|
|
|
+ this.dci_Test.Control = this.testPanel;
|
|
|
+ this.dci_Test.Name = "dci_Test";
|
|
|
+ this.dci_Test.Text = "测试";
|
|
|
//
|
|
|
- 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(587, 393);
|
|
|
- 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;
|
|
|
+ // bar4
|
|
|
+ //
|
|
|
+ this.bar4.AccessibleDescription = "DotNetBar Bar (bar4)";
|
|
|
+ this.bar4.AccessibleName = "DotNetBar Bar";
|
|
|
+ this.bar4.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
|
|
|
+ this.bar4.AlwaysDisplayDockTab = true;
|
|
|
+ this.bar4.CanDockBottom = false;
|
|
|
+ this.bar4.CanDockDocument = true;
|
|
|
+ this.bar4.CanDockLeft = false;
|
|
|
+ this.bar4.CanDockRight = false;
|
|
|
+ this.bar4.CanDockTop = false;
|
|
|
+ this.bar4.CanHide = true;
|
|
|
+ this.bar4.CanUndock = false;
|
|
|
+ this.bar4.Controls.Add(this.RecordsMonitorPanel);
|
|
|
+ this.bar4.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
|
|
|
+ this.bar4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.bar4.IsMaximized = false;
|
|
|
+ this.bar4.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
|
+ this.dci_ParkingRecords});
|
|
|
+ this.bar4.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
|
|
|
+ this.bar4.Location = new System.Drawing.Point(0, 411);
|
|
|
+ this.bar4.Name = "bar4";
|
|
|
+ this.bar4.SelectedDockTab = 0;
|
|
|
+ this.bar4.Size = new System.Drawing.Size(871, 232);
|
|
|
+ this.bar4.Stretch = true;
|
|
|
+ this.bar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
|
|
|
+ this.bar4.TabIndex = 1;
|
|
|
+ this.bar4.TabStop = false;
|
|
|
//
|
|
|
// RecordsMonitorPanel
|
|
|
//
|
|
|
+ this.RecordsMonitorPanel.Controls.Add(this.dataGridViewX1);
|
|
|
this.RecordsMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
this.RecordsMonitorPanel.Location = new System.Drawing.Point(3, 28);
|
|
|
this.RecordsMonitorPanel.Name = "RecordsMonitorPanel";
|
|
|
- this.RecordsMonitorPanel.Size = new System.Drawing.Size(587, 393);
|
|
|
+ this.RecordsMonitorPanel.Size = new System.Drawing.Size(865, 201);
|
|
|
this.RecordsMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
this.RecordsMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
|
this.RecordsMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
@@ -333,36 +404,103 @@
|
|
|
this.RecordsMonitorPanel.Style.GradientAngle = 90;
|
|
|
this.RecordsMonitorPanel.TabIndex = 13;
|
|
|
//
|
|
|
- // 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(587, 393);
|
|
|
- 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;
|
|
|
- //
|
|
|
- // dci_PLC
|
|
|
- //
|
|
|
- this.dci_PLC.Control = this.PLCMonitorPanel;
|
|
|
- this.dci_PLC.Name = "dci_PLC";
|
|
|
- this.dci_PLC.Text = "PLC监控";
|
|
|
- //
|
|
|
- // dci_NumMachine
|
|
|
- //
|
|
|
- this.dci_NumMachine.Control = this.NumMachineMonitorPanel;
|
|
|
- this.dci_NumMachine.Name = "dci_NumMachine";
|
|
|
- this.dci_NumMachine.Text = "号牌机监控";
|
|
|
- //
|
|
|
- // dci_ParkingSpace
|
|
|
- //
|
|
|
- this.dci_ParkingSpace.Control = this.ParkingSpaceMonitorPanel;
|
|
|
- this.dci_ParkingSpace.Name = "dci_ParkingSpace";
|
|
|
- this.dci_ParkingSpace.Text = "车位状态";
|
|
|
+ // dataGridViewX1
|
|
|
+ //
|
|
|
+ this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.parkingRecordsID,
|
|
|
+ this.userID,
|
|
|
+ this.numberPlate,
|
|
|
+ this.parkingSpaceID,
|
|
|
+ this.realParkTime,
|
|
|
+ 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;
|
|
|
+ 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, 201);
|
|
|
+ this.dataGridViewX1.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // parkingRecordsID
|
|
|
+ //
|
|
|
+ this.parkingRecordsID.Frozen = true;
|
|
|
+ this.parkingRecordsID.HeaderText = "停车记录ID";
|
|
|
+ this.parkingRecordsID.MaxInputLength = 11;
|
|
|
+ this.parkingRecordsID.Name = "parkingRecordsID";
|
|
|
+ this.parkingRecordsID.ReadOnly = true;
|
|
|
+ this.parkingRecordsID.Width = 90;
|
|
|
+ //
|
|
|
+ // userID
|
|
|
+ //
|
|
|
+ this.userID.Frozen = true;
|
|
|
+ this.userID.HeaderText = "用户ID";
|
|
|
+ this.userID.MaxInputLength = 8;
|
|
|
+ this.userID.Name = "userID";
|
|
|
+ this.userID.ReadOnly = true;
|
|
|
+ this.userID.Width = 70;
|
|
|
+ //
|
|
|
+ // numberPlate
|
|
|
+ //
|
|
|
+ this.numberPlate.Frozen = true;
|
|
|
+ this.numberPlate.HeaderText = "号牌";
|
|
|
+ this.numberPlate.MaxInputLength = 9;
|
|
|
+ this.numberPlate.Name = "numberPlate";
|
|
|
+ this.numberPlate.ReadOnly = true;
|
|
|
+ this.numberPlate.Width = 80;
|
|
|
+ //
|
|
|
+ // parkingSpaceID
|
|
|
+ //
|
|
|
+ this.parkingSpaceID.Frozen = true;
|
|
|
+ this.parkingSpaceID.HeaderText = "车位编号";
|
|
|
+ this.parkingSpaceID.MaxInputLength = 4;
|
|
|
+ this.parkingSpaceID.Name = "parkingSpaceID";
|
|
|
+ this.parkingSpaceID.ReadOnly = true;
|
|
|
+ this.parkingSpaceID.Width = 80;
|
|
|
+ //
|
|
|
+ // realParkTime
|
|
|
+ //
|
|
|
+ this.realParkTime.Frozen = true;
|
|
|
+ this.realParkTime.HeaderText = "实际停入时间";
|
|
|
+ this.realParkTime.MaxInputLength = 50;
|
|
|
+ this.realParkTime.Name = "realParkTime";
|
|
|
+ this.realParkTime.ReadOnly = true;
|
|
|
+ this.realParkTime.Width = 140;
|
|
|
+ //
|
|
|
+ // realGetTime
|
|
|
+ //
|
|
|
+ this.realGetTime.Frozen = true;
|
|
|
+ this.realGetTime.HeaderText = "实际取出时间";
|
|
|
+ this.realGetTime.MaxInputLength = 50;
|
|
|
+ this.realGetTime.Name = "realGetTime";
|
|
|
+ this.realGetTime.ReadOnly = true;
|
|
|
+ this.realGetTime.Width = 140;
|
|
|
+ //
|
|
|
+ // receiptNum
|
|
|
+ //
|
|
|
+ this.receiptNum.Frozen = true;
|
|
|
+ this.receiptNum.HeaderText = "凭证号";
|
|
|
+ this.receiptNum.MaxInputLength = 8;
|
|
|
+ this.receiptNum.Name = "receiptNum";
|
|
|
+ this.receiptNum.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // parkingPrice
|
|
|
+ //
|
|
|
+ this.parkingPrice.Frozen = true;
|
|
|
+ this.parkingPrice.HeaderText = "停车费用";
|
|
|
+ this.parkingPrice.MaxInputLength = 11;
|
|
|
+ this.parkingPrice.Name = "parkingPrice";
|
|
|
+ this.parkingPrice.ReadOnly = true;
|
|
|
//
|
|
|
// dci_ParkingRecords
|
|
|
//
|
|
@@ -370,17 +508,53 @@
|
|
|
this.dci_ParkingRecords.Name = "dci_ParkingRecords";
|
|
|
this.dci_ParkingRecords.Text = "进出记录";
|
|
|
//
|
|
|
- // dci_payment
|
|
|
- //
|
|
|
- this.dci_payment.Control = this.paymentPanel;
|
|
|
- this.dci_payment.Name = "dci_payment";
|
|
|
- this.dci_payment.Text = "支付信息";
|
|
|
- //
|
|
|
- // dci_Test
|
|
|
- //
|
|
|
- this.dci_Test.Control = this.testPanel;
|
|
|
- this.dci_Test.Name = "dci_Test";
|
|
|
- this.dci_Test.Text = "测试";
|
|
|
+ // bar5
|
|
|
+ //
|
|
|
+ this.bar5.AccessibleDescription = "DotNetBar Bar (bar5)";
|
|
|
+ this.bar5.AccessibleName = "DotNetBar Bar";
|
|
|
+ this.bar5.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
|
|
|
+ this.bar5.AlwaysDisplayDockTab = true;
|
|
|
+ this.bar5.CanDockBottom = false;
|
|
|
+ this.bar5.CanDockDocument = true;
|
|
|
+ this.bar5.CanDockLeft = false;
|
|
|
+ this.bar5.CanDockRight = false;
|
|
|
+ this.bar5.CanDockTop = false;
|
|
|
+ this.bar5.CanHide = true;
|
|
|
+ this.bar5.CanUndock = false;
|
|
|
+ this.bar5.Controls.Add(this.terminalMonitorPanel);
|
|
|
+ this.bar5.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
|
|
|
+ this.bar5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.bar5.IsMaximized = false;
|
|
|
+ this.bar5.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
|
+ this.dci_terminal});
|
|
|
+ this.bar5.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
|
|
|
+ this.bar5.Location = new System.Drawing.Point(668, 0);
|
|
|
+ this.bar5.Name = "bar5";
|
|
|
+ this.bar5.SelectedDockTab = 0;
|
|
|
+ this.bar5.Size = new System.Drawing.Size(203, 408);
|
|
|
+ this.bar5.Stretch = true;
|
|
|
+ this.bar5.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
|
|
|
+ this.bar5.TabIndex = 2;
|
|
|
+ this.bar5.TabStop = false;
|
|
|
+ //
|
|
|
+ // terminalMonitorPanel
|
|
|
+ //
|
|
|
+ this.terminalMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
+ this.terminalMonitorPanel.Location = new System.Drawing.Point(3, 28);
|
|
|
+ this.terminalMonitorPanel.Name = "terminalMonitorPanel";
|
|
|
+ this.terminalMonitorPanel.Size = new System.Drawing.Size(197, 377);
|
|
|
+ this.terminalMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
+ this.terminalMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
|
+ this.terminalMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
|
+ this.terminalMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
|
+ this.terminalMonitorPanel.Style.GradientAngle = 90;
|
|
|
+ this.terminalMonitorPanel.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // dci_terminal
|
|
|
+ //
|
|
|
+ this.dci_terminal.Control = this.terminalMonitorPanel;
|
|
|
+ this.dci_terminal.Name = "dci_terminal";
|
|
|
+ this.dci_terminal.Text = "终端监控";
|
|
|
//
|
|
|
// dockSite1
|
|
|
//
|
|
@@ -389,7 +563,7 @@
|
|
|
this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
|
|
|
this.dockSite1.Location = new System.Drawing.Point(0, 25);
|
|
|
this.dockSite1.Name = "dockSite1";
|
|
|
- this.dockSite1.Size = new System.Drawing.Size(0, 424);
|
|
|
+ this.dockSite1.Size = new System.Drawing.Size(0, 643);
|
|
|
this.dockSite1.TabIndex = 0;
|
|
|
this.dockSite1.TabStop = false;
|
|
|
//
|
|
@@ -397,12 +571,14 @@
|
|
|
//
|
|
|
this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
|
|
|
this.dockSite2.Controls.Add(this.bar3);
|
|
|
+ this.dockSite2.Controls.Add(this.bar6);
|
|
|
this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
this.dockSite2.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
|
|
|
- ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar3, 182, 424)))}, DevComponents.DotNetBar.eOrientation.Horizontal);
|
|
|
- this.dockSite2.Location = new System.Drawing.Point(593, 25);
|
|
|
+ ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar3, 320, 223))),
|
|
|
+ ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar6, 320, 417)))}, DevComponents.DotNetBar.eOrientation.Vertical);
|
|
|
+ this.dockSite2.Location = new System.Drawing.Point(871, 25);
|
|
|
this.dockSite2.Name = "dockSite2";
|
|
|
- this.dockSite2.Size = new System.Drawing.Size(185, 424);
|
|
|
+ this.dockSite2.Size = new System.Drawing.Size(323, 643);
|
|
|
this.dockSite2.TabIndex = 1;
|
|
|
this.dockSite2.TabStop = false;
|
|
|
//
|
|
@@ -413,31 +589,30 @@
|
|
|
this.bar3.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
|
|
|
this.bar3.AutoSyncBarCaption = true;
|
|
|
this.bar3.CloseSingleTab = true;
|
|
|
- this.bar3.Controls.Add(this.warningPanel);
|
|
|
this.bar3.Controls.Add(this.basicInfoPanel);
|
|
|
this.bar3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.bar3.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption;
|
|
|
this.bar3.IsMaximized = false;
|
|
|
this.bar3.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
|
- this.dci_basicInfo,
|
|
|
- this.dci_warning});
|
|
|
+ this.dci_basicInfo});
|
|
|
this.bar3.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
|
|
|
this.bar3.Location = new System.Drawing.Point(3, 0);
|
|
|
this.bar3.Name = "bar3";
|
|
|
- this.bar3.SelectedDockTab = 1;
|
|
|
- this.bar3.Size = new System.Drawing.Size(182, 424);
|
|
|
+ this.bar3.Size = new System.Drawing.Size(320, 223);
|
|
|
this.bar3.Stretch = true;
|
|
|
this.bar3.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
|
|
|
this.bar3.TabIndex = 0;
|
|
|
this.bar3.TabStop = false;
|
|
|
- this.bar3.Text = "警告与提示";
|
|
|
+ this.bar3.Text = "基本信息";
|
|
|
//
|
|
|
// basicInfoPanel
|
|
|
//
|
|
|
+ this.basicInfoPanel.Controls.Add(this.tbx_sysInfo);
|
|
|
+ this.basicInfoPanel.Controls.Add(this.progressBar1);
|
|
|
this.basicInfoPanel.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
this.basicInfoPanel.Location = new System.Drawing.Point(3, 23);
|
|
|
this.basicInfoPanel.Name = "basicInfoPanel";
|
|
|
- this.basicInfoPanel.Size = new System.Drawing.Size(176, 373);
|
|
|
+ this.basicInfoPanel.Size = new System.Drawing.Size(314, 197);
|
|
|
this.basicInfoPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
this.basicInfoPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
|
this.basicInfoPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
@@ -445,12 +620,70 @@
|
|
|
this.basicInfoPanel.Style.GradientAngle = 90;
|
|
|
this.basicInfoPanel.TabIndex = 21;
|
|
|
//
|
|
|
+ // tbx_sysInfo
|
|
|
+ //
|
|
|
+ //
|
|
|
+ //
|
|
|
+ //
|
|
|
+ this.tbx_sysInfo.Border.Class = "TextBoxBorder";
|
|
|
+ this.tbx_sysInfo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
+ this.tbx_sysInfo.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.tbx_sysInfo.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.tbx_sysInfo.Multiline = true;
|
|
|
+ this.tbx_sysInfo.Name = "tbx_sysInfo";
|
|
|
+ this.tbx_sysInfo.PreventEnterBeep = true;
|
|
|
+ this.tbx_sysInfo.ReadOnly = true;
|
|
|
+ this.tbx_sysInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
|
+ this.tbx_sysInfo.Size = new System.Drawing.Size(314, 170);
|
|
|
+ this.tbx_sysInfo.TabIndex = 1;
|
|
|
+ this.tbx_sysInfo.Text = "sample\r\nsample";
|
|
|
+ this.tbx_sysInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ //
|
|
|
+ // progressBar1
|
|
|
+ //
|
|
|
+ this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
+ this.progressBar1.Location = new System.Drawing.Point(0, 170);
|
|
|
+ this.progressBar1.Name = "progressBar1";
|
|
|
+ this.progressBar1.Size = new System.Drawing.Size(314, 27);
|
|
|
+ this.progressBar1.Step = 20;
|
|
|
+ this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
|
|
|
+ this.progressBar1.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // dci_basicInfo
|
|
|
+ //
|
|
|
+ this.dci_basicInfo.Control = this.basicInfoPanel;
|
|
|
+ this.dci_basicInfo.Name = "dci_basicInfo";
|
|
|
+ this.dci_basicInfo.Text = "基本信息";
|
|
|
+ //
|
|
|
+ // bar6
|
|
|
+ //
|
|
|
+ this.bar6.AccessibleDescription = "DotNetBar Bar (bar6)";
|
|
|
+ this.bar6.AccessibleName = "DotNetBar Bar";
|
|
|
+ this.bar6.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
|
|
|
+ this.bar6.AutoSyncBarCaption = true;
|
|
|
+ this.bar6.CloseSingleTab = true;
|
|
|
+ this.bar6.Controls.Add(this.warningPanel);
|
|
|
+ this.bar6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.bar6.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption;
|
|
|
+ this.bar6.IsMaximized = false;
|
|
|
+ this.bar6.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
|
+ this.dci_warning});
|
|
|
+ this.bar6.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
|
|
|
+ this.bar6.Location = new System.Drawing.Point(3, 226);
|
|
|
+ this.bar6.Name = "bar6";
|
|
|
+ this.bar6.Size = new System.Drawing.Size(320, 417);
|
|
|
+ this.bar6.Stretch = true;
|
|
|
+ this.bar6.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
|
|
|
+ this.bar6.TabIndex = 1;
|
|
|
+ this.bar6.TabStop = false;
|
|
|
+ this.bar6.Text = "警告与提示";
|
|
|
+ //
|
|
|
// warningPanel
|
|
|
//
|
|
|
this.warningPanel.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
this.warningPanel.Location = new System.Drawing.Point(3, 23);
|
|
|
this.warningPanel.Name = "warningPanel";
|
|
|
- this.warningPanel.Size = new System.Drawing.Size(176, 373);
|
|
|
+ this.warningPanel.Size = new System.Drawing.Size(314, 391);
|
|
|
this.warningPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
this.warningPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
|
this.warningPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
@@ -458,12 +691,6 @@
|
|
|
this.warningPanel.Style.GradientAngle = 90;
|
|
|
this.warningPanel.TabIndex = 26;
|
|
|
//
|
|
|
- // dci_basicInfo
|
|
|
- //
|
|
|
- this.dci_basicInfo.Control = this.basicInfoPanel;
|
|
|
- this.dci_basicInfo.Name = "dci_basicInfo";
|
|
|
- this.dci_basicInfo.Text = "基本信息";
|
|
|
- //
|
|
|
// dci_warning
|
|
|
//
|
|
|
this.dci_warning.Control = this.warningPanel;
|
|
@@ -474,9 +701,9 @@
|
|
|
//
|
|
|
this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
|
|
|
this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
- this.dockSite8.Location = new System.Drawing.Point(0, 449);
|
|
|
+ this.dockSite8.Location = new System.Drawing.Point(0, 668);
|
|
|
this.dockSite8.Name = "dockSite8";
|
|
|
- this.dockSite8.Size = new System.Drawing.Size(778, 0);
|
|
|
+ this.dockSite8.Size = new System.Drawing.Size(1194, 0);
|
|
|
this.dockSite8.TabIndex = 7;
|
|
|
this.dockSite8.TabStop = false;
|
|
|
//
|
|
@@ -486,7 +713,7 @@
|
|
|
this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
this.dockSite5.Location = new System.Drawing.Point(0, 25);
|
|
|
this.dockSite5.Name = "dockSite5";
|
|
|
- this.dockSite5.Size = new System.Drawing.Size(0, 424);
|
|
|
+ this.dockSite5.Size = new System.Drawing.Size(0, 643);
|
|
|
this.dockSite5.TabIndex = 4;
|
|
|
this.dockSite5.TabStop = false;
|
|
|
//
|
|
@@ -494,9 +721,9 @@
|
|
|
//
|
|
|
this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
|
|
|
this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
- this.dockSite6.Location = new System.Drawing.Point(778, 25);
|
|
|
+ this.dockSite6.Location = new System.Drawing.Point(1194, 25);
|
|
|
this.dockSite6.Name = "dockSite6";
|
|
|
- this.dockSite6.Size = new System.Drawing.Size(0, 424);
|
|
|
+ this.dockSite6.Size = new System.Drawing.Size(0, 643);
|
|
|
this.dockSite6.TabIndex = 5;
|
|
|
this.dockSite6.TabStop = false;
|
|
|
//
|
|
@@ -507,7 +734,7 @@
|
|
|
this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
this.dockSite7.Location = new System.Drawing.Point(0, 0);
|
|
|
this.dockSite7.Name = "dockSite7";
|
|
|
- this.dockSite7.Size = new System.Drawing.Size(778, 25);
|
|
|
+ this.dockSite7.Size = new System.Drawing.Size(1194, 25);
|
|
|
this.dockSite7.TabIndex = 6;
|
|
|
this.dockSite7.TabStop = false;
|
|
|
//
|
|
@@ -526,7 +753,7 @@
|
|
|
this.bar1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.bar1.MenuBar = true;
|
|
|
this.bar1.Name = "bar1";
|
|
|
- this.bar1.Size = new System.Drawing.Size(778, 24);
|
|
|
+ this.bar1.Size = new System.Drawing.Size(1194, 24);
|
|
|
this.bar1.Stretch = true;
|
|
|
this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
|
|
|
this.bar1.TabIndex = 0;
|
|
@@ -562,7 +789,9 @@
|
|
|
//
|
|
|
this.btn_files.Name = "btn_files";
|
|
|
this.btn_files.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
|
- this.btn_openFile});
|
|
|
+ this.btn_openFile,
|
|
|
+ this.btn_refreshRecords,
|
|
|
+ this.btn_exportRecords});
|
|
|
this.btn_files.Text = "文件";
|
|
|
//
|
|
|
// btn_openFile
|
|
@@ -570,6 +799,18 @@
|
|
|
this.btn_openFile.Name = "btn_openFile";
|
|
|
this.btn_openFile.Text = "打开日志";
|
|
|
//
|
|
|
+ // btn_refreshRecords
|
|
|
+ //
|
|
|
+ this.btn_refreshRecords.Name = "btn_refreshRecords";
|
|
|
+ this.btn_refreshRecords.Text = "刷新出入记录";
|
|
|
+ this.btn_refreshRecords.Click += new System.EventHandler(this.btn_refreshRecords_Click);
|
|
|
+ //
|
|
|
+ // btn_exportRecords
|
|
|
+ //
|
|
|
+ this.btn_exportRecords.Name = "btn_exportRecords";
|
|
|
+ this.btn_exportRecords.Text = "导出最近记录";
|
|
|
+ this.btn_exportRecords.Click += new System.EventHandler(this.btn_exportRecords_Click);
|
|
|
+ //
|
|
|
// btn_devices
|
|
|
//
|
|
|
this.btn_devices.Name = "btn_devices";
|
|
@@ -581,6 +822,7 @@
|
|
|
//
|
|
|
this.btn_linkPLC.Name = "btn_linkPLC";
|
|
|
this.btn_linkPLC.Text = "连接PLC";
|
|
|
+ this.btn_linkPLC.Click += new System.EventHandler(this.btn_linkPLC_Click);
|
|
|
//
|
|
|
// dockSite3
|
|
|
//
|
|
@@ -589,7 +831,7 @@
|
|
|
this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
|
|
|
this.dockSite3.Location = new System.Drawing.Point(0, 25);
|
|
|
this.dockSite3.Name = "dockSite3";
|
|
|
- this.dockSite3.Size = new System.Drawing.Size(778, 0);
|
|
|
+ this.dockSite3.Size = new System.Drawing.Size(1194, 0);
|
|
|
this.dockSite3.TabIndex = 2;
|
|
|
this.dockSite3.TabStop = false;
|
|
|
//
|
|
@@ -691,7 +933,9 @@
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(778, 449);
|
|
|
+ this.AutoSize = true;
|
|
|
+ this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1194, 668);
|
|
|
this.Controls.Add(this.dockSite9);
|
|
|
this.Controls.Add(this.dockSite2);
|
|
|
this.Controls.Add(this.dockSite1);
|
|
@@ -701,23 +945,32 @@
|
|
|
this.Controls.Add(this.dockSite6);
|
|
|
this.Controls.Add(this.dockSite7);
|
|
|
this.Controls.Add(this.dockSite8);
|
|
|
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
this.Name = "centralController";
|
|
|
this.Text = "Form1";
|
|
|
+ this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
|
this.dockSite9.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar2)).EndInit();
|
|
|
this.bar2.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.bar4)).EndInit();
|
|
|
+ this.bar4.ResumeLayout(false);
|
|
|
+ this.RecordsMonitorPanel.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.bar5)).EndInit();
|
|
|
+ this.bar5.ResumeLayout(false);
|
|
|
this.dockSite2.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar3)).EndInit();
|
|
|
this.bar3.ResumeLayout(false);
|
|
|
+ this.basicInfoPanel.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.bar6)).EndInit();
|
|
|
+ this.bar6.ResumeLayout(false);
|
|
|
this.dockSite7.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
@@ -747,9 +1000,9 @@
|
|
|
private DevComponents.DotNetBar.DockContainerItem dci_PaymentRecords;
|
|
|
private DevComponents.DotNetBar.Bar bar2;
|
|
|
private DevComponents.DotNetBar.PanelDockContainer ParkingSpaceMonitorPanel;
|
|
|
- private DevComponents.DotNetBar.PanelDockContainer PLCMonitorPanel;
|
|
|
+ private DevComponents.DotNetBar.PanelDockContainer terminalMonitorPanel;
|
|
|
private DevComponents.DotNetBar.PanelDockContainer RecordsMonitorPanel;
|
|
|
- private DevComponents.DotNetBar.DockContainerItem dci_PLC;
|
|
|
+ private DevComponents.DotNetBar.DockContainerItem dci_terminal;
|
|
|
private DevComponents.DotNetBar.DockContainerItem dci_NumMachine;
|
|
|
private DevComponents.DotNetBar.DockContainerItem dci_ParkingSpace;
|
|
|
private DevComponents.DotNetBar.DockContainerItem dci_ParkingRecords;
|
|
@@ -761,7 +1014,6 @@
|
|
|
private DevComponents.DotNetBar.PanelDockContainer NumMachineMonitorPanel;
|
|
|
private DevComponents.DotNetBar.PanelDockContainer panelDockContainer10;
|
|
|
private DevComponents.DotNetBar.DockContainerItem dci_basicInfo;
|
|
|
- private System.Windows.Forms.BindingSource bindingSource1;
|
|
|
private DevComponents.DotNetBar.PanelDockContainer paymentPanel;
|
|
|
private DevComponents.DotNetBar.DockContainerItem dci_payment;
|
|
|
private DevComponents.DotNetBar.ButtonItem btn_exit;
|
|
@@ -777,6 +1029,21 @@
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
|
+ private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX1;
|
|
|
+ private DevComponents.DotNetBar.ButtonItem btn_refreshRecords;
|
|
|
+ private DevComponents.DotNetBar.ButtonItem btn_exportRecords;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn parkingRecordsID;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn userID;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn numberPlate;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn parkingSpaceID;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn realParkTime;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn realGetTime;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn receiptNum;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn parkingPrice;
|
|
|
+ private DevComponents.DotNetBar.Bar bar4;
|
|
|
+ private DevComponents.DotNetBar.Bar bar5;
|
|
|
+ private DevComponents.DotNetBar.Bar bar6;
|
|
|
+ private DevComponents.DotNetBar.Controls.TextBoxX tbx_sysInfo;
|
|
|
}
|
|
|
}
|
|
|
|