|
@@ -35,18 +35,15 @@
|
|
|
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.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
- 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.NumMachineMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
this.dci_NumMachine = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.dci_payment = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.dci_ParkingSpace = new DevComponents.DotNetBar.DockContainerItem();
|
|
@@ -62,6 +59,7 @@
|
|
|
this.realGetTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.receiptNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.parkingPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.paymentStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dci_ParkingRecords = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.bar_side = new DevComponents.DotNetBar.Bar();
|
|
|
this.terminalMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
@@ -119,13 +117,15 @@
|
|
|
this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.panelDockContainer8 = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
this.controlContainerItem1 = new DevComponents.DotNetBar.ControlContainerItem();
|
|
|
+ this.labelX1 = new DevComponents.DotNetBar.LabelX();
|
|
|
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
+ this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
+ this.button2 = new System.Windows.Forms.Button();
|
|
|
this.dockSite_mainView.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar_mainWin)).BeginInit();
|
|
|
this.bar_mainWin.SuspendLayout();
|
|
|
- this.testPanel.SuspendLayout();
|
|
|
- this.tableLayoutPanel1.SuspendLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
this.NumMachineMonitorPanel.SuspendLayout();
|
|
|
+ this.testPanel.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar_bottom)).BeginInit();
|
|
|
this.bar_bottom.SuspendLayout();
|
|
|
this.RecordsMonitorPanel.SuspendLayout();
|
|
@@ -141,6 +141,8 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar_shortcut)).BeginInit();
|
|
|
this.bar_shortcut.SuspendLayout();
|
|
|
this.panel_freeSpace.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
+ this.tableLayoutPanel1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// dotNetBarManager1
|
|
@@ -187,12 +189,12 @@
|
|
|
this.dockSite_mainView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.dockSite_mainView.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
|
|
|
((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
|
|
|
- ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar_mainWin, 524, 324))),
|
|
|
- ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar_side, 344, 324)))}, DevComponents.DotNetBar.eOrientation.Horizontal))),
|
|
|
+ ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar_mainWin, 672, 326))),
|
|
|
+ ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar_side, 208, 326)))}, DevComponents.DotNetBar.eOrientation.Horizontal))),
|
|
|
((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar_bottom, 871, 181)))}, DevComponents.DotNetBar.eOrientation.Vertical);
|
|
|
- this.dockSite_mainView.Location = new System.Drawing.Point(0, 127);
|
|
|
+ this.dockSite_mainView.Location = new System.Drawing.Point(0, 121);
|
|
|
this.dockSite_mainView.Name = "dockSite_mainView";
|
|
|
- this.dockSite_mainView.Size = new System.Drawing.Size(871, 541);
|
|
|
+ this.dockSite_mainView.Size = new System.Drawing.Size(883, 547);
|
|
|
this.dockSite_mainView.TabIndex = 8;
|
|
|
this.dockSite_mainView.TabStop = false;
|
|
|
//
|
|
@@ -210,9 +212,9 @@
|
|
|
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.NumMachineMonitorPanel);
|
|
|
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;
|
|
@@ -226,15 +228,66 @@
|
|
|
this.bar_mainWin.Name = "bar_mainWin";
|
|
|
this.bar_mainWin.SelectedDockTab = 3;
|
|
|
this.bar_mainWin.SingleLineColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
|
- this.bar_mainWin.Size = new System.Drawing.Size(524, 324);
|
|
|
+ this.bar_mainWin.Size = new System.Drawing.Size(672, 326);
|
|
|
this.bar_mainWin.Stretch = true;
|
|
|
this.bar_mainWin.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
|
|
|
this.bar_mainWin.TabIndex = 0;
|
|
|
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(666, 295);
|
|
|
+ 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(666, 295);
|
|
|
+ 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(666, 295);
|
|
|
+ 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(666, 295);
|
|
|
+ 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.button2);
|
|
|
this.testPanel.Controls.Add(this.dateTimePicker1);
|
|
|
this.testPanel.Controls.Add(this.button1);
|
|
|
this.testPanel.Controls.Add(this.textBox2);
|
|
@@ -243,7 +296,7 @@
|
|
|
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(518, 293);
|
|
|
+ this.testPanel.Size = new System.Drawing.Size(666, 295);
|
|
|
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;
|
|
@@ -282,92 +335,6 @@
|
|
|
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(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));
|
|
|
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F));
|
|
|
- this.tableLayoutPanel1.Size = new System.Drawing.Size(185, 168);
|
|
|
- this.tableLayoutPanel1.TabIndex = 3;
|
|
|
- //
|
|
|
- // pictureBox1
|
|
|
- //
|
|
|
- this.pictureBox1.Location = new System.Drawing.Point(3, 36);
|
|
|
- this.pictureBox1.Name = "pictureBox1";
|
|
|
- this.pictureBox1.Size = new System.Drawing.Size(179, 127);
|
|
|
- this.pictureBox1.TabIndex = 2;
|
|
|
- this.pictureBox1.TabStop = false;
|
|
|
- //
|
|
|
- // labelX1
|
|
|
- //
|
|
|
- //
|
|
|
- //
|
|
|
- //
|
|
|
- this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
- this.labelX1.Location = new System.Drawing.Point(3, 3);
|
|
|
- this.labelX1.Name = "labelX1";
|
|
|
- this.labelX1.Size = new System.Drawing.Size(179, 27);
|
|
|
- this.labelX1.TabIndex = 3;
|
|
|
- this.labelX1.Text = "label1\r\nlable2";
|
|
|
- this.labelX1.TextAlignment = System.Drawing.StringAlignment.Center;
|
|
|
- //
|
|
|
- // 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, 293);
|
|
|
- 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, 293);
|
|
|
- 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);
|
|
|
- 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, 293);
|
|
|
- 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, 293);
|
|
|
- this.flowLayoutPanel1.TabIndex = 1;
|
|
|
- this.flowLayoutPanel1.Resize += new System.EventHandler(this.flowLayoutPanel1_Resize);
|
|
|
- //
|
|
|
// dci_NumMachine
|
|
|
//
|
|
|
this.dci_NumMachine.Control = this.NumMachineMonitorPanel;
|
|
@@ -413,10 +380,10 @@
|
|
|
this.bar_bottom.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
|
this.dci_ParkingRecords});
|
|
|
this.bar_bottom.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
|
|
|
- this.bar_bottom.Location = new System.Drawing.Point(0, 327);
|
|
|
+ this.bar_bottom.Location = new System.Drawing.Point(0, 329);
|
|
|
this.bar_bottom.Name = "bar_bottom";
|
|
|
this.bar_bottom.SelectedDockTab = 0;
|
|
|
- this.bar_bottom.Size = new System.Drawing.Size(871, 214);
|
|
|
+ this.bar_bottom.Size = new System.Drawing.Size(883, 218);
|
|
|
this.bar_bottom.Stretch = true;
|
|
|
this.bar_bottom.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
|
|
|
this.bar_bottom.TabIndex = 1;
|
|
@@ -428,7 +395,7 @@
|
|
|
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(865, 183);
|
|
|
+ this.RecordsMonitorPanel.Size = new System.Drawing.Size(877, 187);
|
|
|
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;
|
|
@@ -448,7 +415,8 @@
|
|
|
this.realParkTime,
|
|
|
this.realGetTime,
|
|
|
this.receiptNum,
|
|
|
- this.parkingPrice});
|
|
|
+ this.parkingPrice,
|
|
|
+ this.paymentStatus});
|
|
|
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)));
|
|
@@ -462,12 +430,11 @@
|
|
|
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, 183);
|
|
|
+ this.dgvx_parkingRecords.Size = new System.Drawing.Size(877, 187);
|
|
|
this.dgvx_parkingRecords.TabIndex = 0;
|
|
|
//
|
|
|
// parkingRecordsID
|
|
|
//
|
|
|
- this.parkingRecordsID.Frozen = true;
|
|
|
this.parkingRecordsID.HeaderText = "停车记录ID";
|
|
|
this.parkingRecordsID.MaxInputLength = 11;
|
|
|
this.parkingRecordsID.Name = "parkingRecordsID";
|
|
@@ -476,7 +443,6 @@
|
|
|
//
|
|
|
// userID
|
|
|
//
|
|
|
- this.userID.Frozen = true;
|
|
|
this.userID.HeaderText = "用户ID";
|
|
|
this.userID.MaxInputLength = 8;
|
|
|
this.userID.Name = "userID";
|
|
@@ -485,55 +451,62 @@
|
|
|
//
|
|
|
// numberPlate
|
|
|
//
|
|
|
- this.numberPlate.Frozen = true;
|
|
|
this.numberPlate.HeaderText = "号牌";
|
|
|
this.numberPlate.MaxInputLength = 9;
|
|
|
this.numberPlate.Name = "numberPlate";
|
|
|
this.numberPlate.ReadOnly = true;
|
|
|
+ this.numberPlate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
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.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
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.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
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.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
this.realGetTime.Width = 140;
|
|
|
//
|
|
|
// receiptNum
|
|
|
//
|
|
|
- this.receiptNum.Frozen = true;
|
|
|
this.receiptNum.HeaderText = "凭证号";
|
|
|
this.receiptNum.MaxInputLength = 8;
|
|
|
this.receiptNum.Name = "receiptNum";
|
|
|
this.receiptNum.ReadOnly = true;
|
|
|
+ this.receiptNum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
//
|
|
|
// parkingPrice
|
|
|
//
|
|
|
- this.parkingPrice.Frozen = true;
|
|
|
this.parkingPrice.HeaderText = "停车费用";
|
|
|
this.parkingPrice.MaxInputLength = 11;
|
|
|
this.parkingPrice.Name = "parkingPrice";
|
|
|
this.parkingPrice.ReadOnly = true;
|
|
|
+ this.parkingPrice.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ //
|
|
|
+ // paymentStatus
|
|
|
+ //
|
|
|
+ this.paymentStatus.HeaderText = "收费状态";
|
|
|
+ this.paymentStatus.MaxInputLength = 11;
|
|
|
+ this.paymentStatus.Name = "paymentStatus";
|
|
|
+ this.paymentStatus.ReadOnly = true;
|
|
|
//
|
|
|
// dci_ParkingRecords
|
|
|
//
|
|
@@ -560,10 +533,10 @@
|
|
|
this.bar_side.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
|
this.dci_terminal});
|
|
|
this.bar_side.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
|
|
|
- this.bar_side.Location = new System.Drawing.Point(527, 0);
|
|
|
+ this.bar_side.Location = new System.Drawing.Point(675, 0);
|
|
|
this.bar_side.Name = "bar_side";
|
|
|
this.bar_side.SelectedDockTab = 0;
|
|
|
- this.bar_side.Size = new System.Drawing.Size(344, 324);
|
|
|
+ this.bar_side.Size = new System.Drawing.Size(208, 326);
|
|
|
this.bar_side.Stretch = true;
|
|
|
this.bar_side.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
|
|
|
this.bar_side.TabIndex = 2;
|
|
@@ -574,7 +547,7 @@
|
|
|
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(338, 293);
|
|
|
+ this.terminalMonitorPanel.Size = new System.Drawing.Size(202, 295);
|
|
|
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;
|
|
@@ -607,10 +580,10 @@
|
|
|
this.dockSite_notification.Controls.Add(this.bar_notification);
|
|
|
this.dockSite_notification.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
this.dockSite_notification.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
|
|
|
- ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar_notification, 320, 541)))}, DevComponents.DotNetBar.eOrientation.Vertical);
|
|
|
- this.dockSite_notification.Location = new System.Drawing.Point(871, 127);
|
|
|
+ ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar_notification, 308, 547)))}, DevComponents.DotNetBar.eOrientation.Vertical);
|
|
|
+ this.dockSite_notification.Location = new System.Drawing.Point(883, 121);
|
|
|
this.dockSite_notification.Name = "dockSite_notification";
|
|
|
- this.dockSite_notification.Size = new System.Drawing.Size(323, 541);
|
|
|
+ this.dockSite_notification.Size = new System.Drawing.Size(311, 547);
|
|
|
this.dockSite_notification.TabIndex = 1;
|
|
|
this.dockSite_notification.TabStop = false;
|
|
|
//
|
|
@@ -630,7 +603,7 @@
|
|
|
this.bar_notification.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
|
|
|
this.bar_notification.Location = new System.Drawing.Point(3, 0);
|
|
|
this.bar_notification.Name = "bar_notification";
|
|
|
- this.bar_notification.Size = new System.Drawing.Size(320, 541);
|
|
|
+ this.bar_notification.Size = new System.Drawing.Size(308, 547);
|
|
|
this.bar_notification.Stretch = true;
|
|
|
this.bar_notification.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
|
|
|
this.bar_notification.TabIndex = 1;
|
|
@@ -644,7 +617,7 @@
|
|
|
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(314, 515);
|
|
|
+ this.warningPanel.Size = new System.Drawing.Size(302, 521);
|
|
|
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;
|
|
@@ -670,15 +643,15 @@
|
|
|
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, 494);
|
|
|
+ this.tbx_notification.Size = new System.Drawing.Size(302, 500);
|
|
|
this.tbx_notification.TabIndex = 0;
|
|
|
//
|
|
|
// progressBar1
|
|
|
//
|
|
|
this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
- this.progressBar1.Location = new System.Drawing.Point(0, 494);
|
|
|
+ this.progressBar1.Location = new System.Drawing.Point(0, 500);
|
|
|
this.progressBar1.Name = "progressBar1";
|
|
|
- this.progressBar1.Size = new System.Drawing.Size(314, 21);
|
|
|
+ this.progressBar1.Size = new System.Drawing.Size(302, 21);
|
|
|
this.progressBar1.Step = 20;
|
|
|
this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
|
|
|
this.progressBar1.TabIndex = 0;
|
|
@@ -727,7 +700,7 @@
|
|
|
this.dockSite_menu.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
this.dockSite_menu.Location = new System.Drawing.Point(0, 0);
|
|
|
this.dockSite_menu.Name = "dockSite_menu";
|
|
|
- this.dockSite_menu.Size = new System.Drawing.Size(1194, 127);
|
|
|
+ this.dockSite_menu.Size = new System.Drawing.Size(1194, 121);
|
|
|
this.dockSite_menu.TabIndex = 6;
|
|
|
this.dockSite_menu.TabStop = false;
|
|
|
//
|
|
@@ -737,6 +710,7 @@
|
|
|
this.bar_Menu.AccessibleName = "DotNetBar Bar";
|
|
|
this.bar_Menu.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar;
|
|
|
this.bar_Menu.DockSide = DevComponents.DotNetBar.eDockSide.Top;
|
|
|
+ this.bar_Menu.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
this.bar_Menu.IsMaximized = false;
|
|
|
this.bar_Menu.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
|
this.btn_system,
|
|
@@ -747,7 +721,7 @@
|
|
|
this.bar_Menu.Location = new System.Drawing.Point(0, 0);
|
|
|
this.bar_Menu.MenuBar = true;
|
|
|
this.bar_Menu.Name = "bar_Menu";
|
|
|
- this.bar_Menu.Size = new System.Drawing.Size(1194, 32);
|
|
|
+ this.bar_Menu.Size = new System.Drawing.Size(1194, 26);
|
|
|
this.bar_Menu.Stretch = true;
|
|
|
this.bar_Menu.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
|
|
|
this.bar_Menu.TabIndex = 0;
|
|
@@ -933,7 +907,7 @@
|
|
|
this.shortcut_sysInfo,
|
|
|
this.shortcut_about,
|
|
|
this.shortcut_close});
|
|
|
- this.bar_shortcut.Location = new System.Drawing.Point(0, 33);
|
|
|
+ this.bar_shortcut.Location = new System.Drawing.Point(0, 27);
|
|
|
this.bar_shortcut.MenuBar = true;
|
|
|
this.bar_shortcut.Name = "bar_shortcut";
|
|
|
this.bar_shortcut.Size = new System.Drawing.Size(1194, 93);
|
|
@@ -1133,6 +1107,52 @@
|
|
|
this.controlContainerItem1.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
|
|
|
this.controlContainerItem1.Name = "controlContainerItem1";
|
|
|
//
|
|
|
+ // labelX1
|
|
|
+ //
|
|
|
+ //
|
|
|
+ //
|
|
|
+ //
|
|
|
+ this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
+ this.labelX1.Location = new System.Drawing.Point(3, 3);
|
|
|
+ this.labelX1.Name = "labelX1";
|
|
|
+ this.labelX1.Size = new System.Drawing.Size(179, 27);
|
|
|
+ this.labelX1.TabIndex = 3;
|
|
|
+ this.labelX1.Text = "label1\r\nlable2";
|
|
|
+ this.labelX1.TextAlignment = System.Drawing.StringAlignment.Center;
|
|
|
+ //
|
|
|
+ // pictureBox1
|
|
|
+ //
|
|
|
+ this.pictureBox1.Location = new System.Drawing.Point(3, 36);
|
|
|
+ this.pictureBox1.Name = "pictureBox1";
|
|
|
+ this.pictureBox1.Size = new System.Drawing.Size(179, 127);
|
|
|
+ this.pictureBox1.TabIndex = 2;
|
|
|
+ this.pictureBox1.TabStop = false;
|
|
|
+ //
|
|
|
+ // 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(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));
|
|
|
+ this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F));
|
|
|
+ this.tableLayoutPanel1.Size = new System.Drawing.Size(185, 168);
|
|
|
+ this.tableLayoutPanel1.TabIndex = 3;
|
|
|
+ //
|
|
|
+ // button2
|
|
|
+ //
|
|
|
+ this.button2.Location = new System.Drawing.Point(271, 44);
|
|
|
+ this.button2.Name = "button2";
|
|
|
+ this.button2.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button2.TabIndex = 8;
|
|
|
+ this.button2.Text = "button2";
|
|
|
+ this.button2.UseVisualStyleBackColor = true;
|
|
|
+ this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
+ //
|
|
|
// centralController
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -1158,11 +1178,9 @@
|
|
|
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);
|
|
@@ -1178,6 +1196,8 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar_shortcut)).EndInit();
|
|
|
this.bar_shortcut.ResumeLayout(false);
|
|
|
this.panel_freeSpace.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
+ this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
@@ -1238,9 +1258,6 @@
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
|
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
- private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
- private DevComponents.DotNetBar.LabelX labelX1;
|
|
|
private DevComponents.DotNetBar.PanelDockContainer ParkingSpaceMonitorPanel;
|
|
|
private DevComponents.DotNetBar.DockContainerItem dci_ParkingSpace;
|
|
|
private DevComponents.DotNetBar.DockContainerItem dci_NumMachine;
|
|
@@ -1248,14 +1265,6 @@
|
|
|
private DevComponents.DotNetBar.DockContainerItem dci_Test;
|
|
|
private DevComponents.DotNetBar.PanelDockContainer RecordsMonitorPanel;
|
|
|
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;
|
|
|
- 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.DockContainerItem dci_ParkingRecords;
|
|
|
private DevComponents.DotNetBar.Bar bar_shortcut;
|
|
|
private DevComponents.DotNetBar.Bar bar_side;
|
|
@@ -1272,6 +1281,19 @@
|
|
|
private DevComponents.DotNetBar.ButtonItem shortcut_about;
|
|
|
private DevComponents.DotNetBar.ButtonItem btn_advertUpdate;
|
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
|
|
+ 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 System.Windows.Forms.DataGridViewTextBoxColumn paymentStatus;
|
|
|
+ private System.Windows.Forms.Button button2;
|
|
|
+ private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
+ private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
+ private DevComponents.DotNetBar.LabelX labelX1;
|
|
|
}
|
|
|
}
|
|
|
|