|
@@ -35,17 +35,18 @@
|
|
|
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();
|
|
@@ -121,10 +122,10 @@
|
|
|
this.dockSite_mainView.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar_mainWin)).BeginInit();
|
|
|
this.bar_mainWin.SuspendLayout();
|
|
|
- this.NumMachineMonitorPanel.SuspendLayout();
|
|
|
this.testPanel.SuspendLayout();
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
+ this.NumMachineMonitorPanel.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar_bottom)).BeginInit();
|
|
|
this.bar_bottom.SuspendLayout();
|
|
|
this.RecordsMonitorPanel.SuspendLayout();
|
|
@@ -186,12 +187,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, 331))),
|
|
|
- ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar_side, 344, 331)))}, DevComponents.DotNetBar.eOrientation.Horizontal))),
|
|
|
+ ((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_bottom, 871, 181)))}, DevComponents.DotNetBar.eOrientation.Vertical);
|
|
|
- this.dockSite_mainView.Location = new System.Drawing.Point(0, 114);
|
|
|
+ this.dockSite_mainView.Location = new System.Drawing.Point(0, 127);
|
|
|
this.dockSite_mainView.Name = "dockSite_mainView";
|
|
|
- this.dockSite_mainView.Size = new System.Drawing.Size(871, 554);
|
|
|
+ this.dockSite_mainView.Size = new System.Drawing.Size(871, 541);
|
|
|
this.dockSite_mainView.TabIndex = 8;
|
|
|
this.dockSite_mainView.TabStop = false;
|
|
|
//
|
|
@@ -208,10 +209,10 @@
|
|
|
this.bar_mainWin.CanDockRight = false;
|
|
|
this.bar_mainWin.CanDockTop = false;
|
|
|
this.bar_mainWin.CanHide = true;
|
|
|
- this.bar_mainWin.Controls.Add(this.NumMachineMonitorPanel);
|
|
|
this.bar_mainWin.Controls.Add(this.testPanel);
|
|
|
- this.bar_mainWin.Controls.Add(this.ParkingSpaceMonitorPanel);
|
|
|
+ this.bar_mainWin.Controls.Add(this.NumMachineMonitorPanel);
|
|
|
this.bar_mainWin.Controls.Add(this.paymentPanel);
|
|
|
+ this.bar_mainWin.Controls.Add(this.ParkingSpaceMonitorPanel);
|
|
|
this.bar_mainWin.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
|
|
|
this.bar_mainWin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.bar_mainWin.IsMaximized = false;
|
|
@@ -223,67 +224,18 @@
|
|
|
this.bar_mainWin.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
|
|
|
this.bar_mainWin.Location = new System.Drawing.Point(0, 0);
|
|
|
this.bar_mainWin.Name = "bar_mainWin";
|
|
|
- this.bar_mainWin.SelectedDockTab = 0;
|
|
|
+ this.bar_mainWin.SelectedDockTab = 3;
|
|
|
this.bar_mainWin.SingleLineColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
|
- this.bar_mainWin.Size = new System.Drawing.Size(524, 331);
|
|
|
+ this.bar_mainWin.Size = new System.Drawing.Size(524, 324);
|
|
|
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(518, 300);
|
|
|
- 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, 300);
|
|
|
- this.flowLayoutPanel1.TabIndex = 1;
|
|
|
- this.flowLayoutPanel1.Resize += new System.EventHandler(this.flowLayoutPanel1_Resize);
|
|
|
- //
|
|
|
- // paymentPanel
|
|
|
- //
|
|
|
- this.paymentPanel.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
- this.paymentPanel.Location = new System.Drawing.Point(3, 28);
|
|
|
- this.paymentPanel.Name = "paymentPanel";
|
|
|
- this.paymentPanel.Size = new System.Drawing.Size(518, 300);
|
|
|
- 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, 300);
|
|
|
- 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.dateTimePicker1);
|
|
|
this.testPanel.Controls.Add(this.button1);
|
|
|
this.testPanel.Controls.Add(this.textBox2);
|
|
|
this.testPanel.Controls.Add(this.textBox1);
|
|
@@ -291,7 +243,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, 300);
|
|
|
+ this.testPanel.Size = new System.Drawing.Size(518, 293);
|
|
|
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;
|
|
@@ -299,6 +251,13 @@
|
|
|
this.testPanel.Style.GradientAngle = 90;
|
|
|
this.testPanel.TabIndex = 38;
|
|
|
//
|
|
|
+ // dateTimePicker1
|
|
|
+ //
|
|
|
+ this.dateTimePicker1.Location = new System.Drawing.Point(257, 108);
|
|
|
+ this.dateTimePicker1.Name = "dateTimePicker1";
|
|
|
+ this.dateTimePicker1.Size = new System.Drawing.Size(200, 21);
|
|
|
+ this.dateTimePicker1.TabIndex = 7;
|
|
|
+ //
|
|
|
// button1
|
|
|
//
|
|
|
this.button1.Location = new System.Drawing.Point(151, 43);
|
|
@@ -359,6 +318,56 @@
|
|
|
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;
|
|
@@ -404,10 +413,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, 334);
|
|
|
+ this.bar_bottom.Location = new System.Drawing.Point(0, 327);
|
|
|
this.bar_bottom.Name = "bar_bottom";
|
|
|
this.bar_bottom.SelectedDockTab = 0;
|
|
|
- this.bar_bottom.Size = new System.Drawing.Size(871, 220);
|
|
|
+ this.bar_bottom.Size = new System.Drawing.Size(871, 214);
|
|
|
this.bar_bottom.Stretch = true;
|
|
|
this.bar_bottom.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
|
|
|
this.bar_bottom.TabIndex = 1;
|
|
@@ -419,7 +428,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, 189);
|
|
|
+ this.RecordsMonitorPanel.Size = new System.Drawing.Size(865, 183);
|
|
|
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;
|
|
@@ -453,7 +462,7 @@
|
|
|
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, 189);
|
|
|
+ this.dgvx_parkingRecords.Size = new System.Drawing.Size(865, 183);
|
|
|
this.dgvx_parkingRecords.TabIndex = 0;
|
|
|
//
|
|
|
// parkingRecordsID
|
|
@@ -554,7 +563,7 @@
|
|
|
this.bar_side.Location = new System.Drawing.Point(527, 0);
|
|
|
this.bar_side.Name = "bar_side";
|
|
|
this.bar_side.SelectedDockTab = 0;
|
|
|
- this.bar_side.Size = new System.Drawing.Size(344, 331);
|
|
|
+ this.bar_side.Size = new System.Drawing.Size(344, 324);
|
|
|
this.bar_side.Stretch = true;
|
|
|
this.bar_side.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
|
|
|
this.bar_side.TabIndex = 2;
|
|
@@ -565,7 +574,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, 300);
|
|
|
+ this.terminalMonitorPanel.Size = new System.Drawing.Size(338, 293);
|
|
|
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;
|
|
@@ -598,10 +607,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, 554)))}, DevComponents.DotNetBar.eOrientation.Vertical);
|
|
|
- this.dockSite_notification.Location = new System.Drawing.Point(871, 114);
|
|
|
+ ((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);
|
|
|
this.dockSite_notification.Name = "dockSite_notification";
|
|
|
- this.dockSite_notification.Size = new System.Drawing.Size(323, 554);
|
|
|
+ this.dockSite_notification.Size = new System.Drawing.Size(323, 541);
|
|
|
this.dockSite_notification.TabIndex = 1;
|
|
|
this.dockSite_notification.TabStop = false;
|
|
|
//
|
|
@@ -621,7 +630,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, 554);
|
|
|
+ this.bar_notification.Size = new System.Drawing.Size(320, 541);
|
|
|
this.bar_notification.Stretch = true;
|
|
|
this.bar_notification.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
|
|
|
this.bar_notification.TabIndex = 1;
|
|
@@ -635,7 +644,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, 528);
|
|
|
+ this.warningPanel.Size = new System.Drawing.Size(314, 515);
|
|
|
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;
|
|
@@ -661,13 +670,13 @@
|
|
|
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, 507);
|
|
|
+ this.tbx_notification.Size = new System.Drawing.Size(314, 494);
|
|
|
this.tbx_notification.TabIndex = 0;
|
|
|
//
|
|
|
// progressBar1
|
|
|
//
|
|
|
this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
- this.progressBar1.Location = new System.Drawing.Point(0, 507);
|
|
|
+ this.progressBar1.Location = new System.Drawing.Point(0, 494);
|
|
|
this.progressBar1.Name = "progressBar1";
|
|
|
this.progressBar1.Size = new System.Drawing.Size(314, 21);
|
|
|
this.progressBar1.Step = 20;
|
|
@@ -718,7 +727,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, 114);
|
|
|
+ this.dockSite_menu.Size = new System.Drawing.Size(1194, 127);
|
|
|
this.dockSite_menu.TabIndex = 6;
|
|
|
this.dockSite_menu.TabStop = false;
|
|
|
//
|
|
@@ -728,7 +737,6 @@
|
|
|
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,
|
|
@@ -739,7 +747,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, 24);
|
|
|
+ this.bar_Menu.Size = new System.Drawing.Size(1194, 32);
|
|
|
this.bar_Menu.Stretch = true;
|
|
|
this.bar_Menu.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
|
|
|
this.bar_Menu.TabIndex = 0;
|
|
@@ -913,10 +921,11 @@
|
|
|
this.bar_shortcut.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar;
|
|
|
this.bar_shortcut.AutoHide = true;
|
|
|
this.bar_shortcut.AutoHideAnimationTime = 300;
|
|
|
+ this.bar_shortcut.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
|
|
this.bar_shortcut.Controls.Add(this.panel_freeSpace);
|
|
|
this.bar_shortcut.DockLine = 1;
|
|
|
this.bar_shortcut.DockSide = DevComponents.DotNetBar.eDockSide.Top;
|
|
|
- this.bar_shortcut.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.bar_shortcut.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.bar_shortcut.IsMaximized = false;
|
|
|
this.bar_shortcut.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
|
this.shortcut_login,
|
|
@@ -924,10 +933,10 @@
|
|
|
this.shortcut_sysInfo,
|
|
|
this.shortcut_about,
|
|
|
this.shortcut_close});
|
|
|
- this.bar_shortcut.Location = new System.Drawing.Point(0, 25);
|
|
|
+ this.bar_shortcut.Location = new System.Drawing.Point(0, 33);
|
|
|
this.bar_shortcut.MenuBar = true;
|
|
|
this.bar_shortcut.Name = "bar_shortcut";
|
|
|
- this.bar_shortcut.Size = new System.Drawing.Size(1194, 88);
|
|
|
+ this.bar_shortcut.Size = new System.Drawing.Size(1194, 93);
|
|
|
this.bar_shortcut.Stretch = true;
|
|
|
this.bar_shortcut.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
|
|
|
this.bar_shortcut.TabIndex = 1;
|
|
@@ -940,12 +949,12 @@
|
|
|
this.panel_freeSpace.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
this.panel_freeSpace.Location = new System.Drawing.Point(874, 0);
|
|
|
this.panel_freeSpace.Name = "panel_freeSpace";
|
|
|
- this.panel_freeSpace.Size = new System.Drawing.Size(320, 88);
|
|
|
+ this.panel_freeSpace.Size = new System.Drawing.Size(320, 93);
|
|
|
this.panel_freeSpace.TabIndex = 3;
|
|
|
//
|
|
|
// lbx_freeSpace
|
|
|
//
|
|
|
- this.lbx_freeSpace.BackColor = System.Drawing.SystemColors.WindowFrame;
|
|
|
+ this.lbx_freeSpace.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
|
|
//
|
|
|
//
|
|
|
//
|
|
@@ -953,10 +962,10 @@
|
|
|
this.lbx_freeSpace.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.lbx_freeSpace.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lbx_freeSpace.FontBold = true;
|
|
|
- this.lbx_freeSpace.ForeColor = System.Drawing.SystemColors.ActiveCaption;
|
|
|
+ this.lbx_freeSpace.ForeColor = System.Drawing.Color.Tomato;
|
|
|
this.lbx_freeSpace.Location = new System.Drawing.Point(0, 0);
|
|
|
this.lbx_freeSpace.Name = "lbx_freeSpace";
|
|
|
- this.lbx_freeSpace.Size = new System.Drawing.Size(320, 88);
|
|
|
+ this.lbx_freeSpace.Size = new System.Drawing.Size(320, 93);
|
|
|
this.lbx_freeSpace.TabIndex = 2;
|
|
|
this.lbx_freeSpace.Text = "currentFreeSpace";
|
|
|
this.lbx_freeSpace.TextAlignment = System.Drawing.StringAlignment.Center;
|
|
@@ -1149,11 +1158,11 @@
|
|
|
this.dockSite_mainView.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar_mainWin)).EndInit();
|
|
|
this.bar_mainWin.ResumeLayout(false);
|
|
|
- this.NumMachineMonitorPanel.ResumeLayout(false);
|
|
|
this.testPanel.ResumeLayout(false);
|
|
|
this.testPanel.PerformLayout();
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
+ this.NumMachineMonitorPanel.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar_bottom)).EndInit();
|
|
|
this.bar_bottom.ResumeLayout(false);
|
|
|
this.RecordsMonitorPanel.ResumeLayout(false);
|
|
@@ -1262,6 +1271,7 @@
|
|
|
private DevComponents.DotNetBar.ButtonItem shortcut_sysInfo;
|
|
|
private DevComponents.DotNetBar.ButtonItem shortcut_about;
|
|
|
private DevComponents.DotNetBar.ButtonItem btn_advertUpdate;
|
|
|
+ private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
|
|
}
|
|
|
}
|
|
|
|