|
@@ -1,6 +1,6 @@
|
|
|
namespace centralController
|
|
|
{
|
|
|
- partial class Form1
|
|
|
+ partial class centralController
|
|
|
{
|
|
|
/// <summary>
|
|
|
/// 必需的设计器变量。
|
|
@@ -33,20 +33,21 @@
|
|
|
this.dockSite4 = new DevComponents.DotNetBar.DockSite();
|
|
|
this.dockSite9 = new DevComponents.DotNetBar.DockSite();
|
|
|
this.bar2 = new DevComponents.DotNetBar.Bar();
|
|
|
- this.RecordsMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
+ this.TestContainer = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
+ this.NumMachineMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
this.ParkingSpaceMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
+ this.RecordsMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
this.PLCMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
this.dci_PLC = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.dci_NumMachine = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
- this.panelDockContainer2 = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
this.dci_ParkingSpace = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.dci_ParkingRecords = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.dci_payment = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.PaymentMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
+ this.dci_Test = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.dockSite1 = new DevComponents.DotNetBar.DockSite();
|
|
|
this.dockSite2 = new DevComponents.DotNetBar.DockSite();
|
|
|
this.bar3 = new DevComponents.DotNetBar.Bar();
|
|
|
- this.NumMachineMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
this.panelDockContainer10 = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
this.dockContainerItem4 = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.dockContainerItem5 = new DevComponents.DotNetBar.DockContainerItem();
|
|
@@ -63,6 +64,7 @@
|
|
|
this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem();
|
|
|
this.buttonItem7 = new DevComponents.DotNetBar.ButtonItem();
|
|
|
this.dockSite3 = new DevComponents.DotNetBar.DockSite();
|
|
|
+ this.panelDockContainer2 = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
this.dockContainerItem2 = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.groupPanel5 = new DevComponents.DotNetBar.Controls.GroupPanel();
|
|
|
this.dci_PaymentRecords = new DevComponents.DotNetBar.DockContainerItem();
|
|
@@ -72,9 +74,11 @@
|
|
|
this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem();
|
|
|
this.panelDockContainer8 = new DevComponents.DotNetBar.PanelDockContainer();
|
|
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
this.dockSite9.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar2)).BeginInit();
|
|
|
this.bar2.SuspendLayout();
|
|
|
+ this.TestContainer.SuspendLayout();
|
|
|
this.dockSite2.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar3)).BeginInit();
|
|
|
this.bar3.SuspendLayout();
|
|
@@ -125,10 +129,10 @@
|
|
|
this.dockSite9.Controls.Add(this.bar2);
|
|
|
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, 569, 424)))}, DevComponents.DotNetBar.eOrientation.Horizontal);
|
|
|
+ ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar2, 554, 424)))}, DevComponents.DotNetBar.eOrientation.Horizontal);
|
|
|
this.dockSite9.Location = new System.Drawing.Point(0, 25);
|
|
|
this.dockSite9.Name = "dockSite9";
|
|
|
- this.dockSite9.Size = new System.Drawing.Size(569, 424);
|
|
|
+ this.dockSite9.Size = new System.Drawing.Size(554, 424);
|
|
|
this.dockSite9.TabIndex = 8;
|
|
|
this.dockSite9.TabStop = false;
|
|
|
//
|
|
@@ -146,10 +150,10 @@
|
|
|
this.bar2.CanDockTop = false;
|
|
|
this.bar2.CanHide = true;
|
|
|
this.bar2.CanUndock = false;
|
|
|
- this.bar2.Controls.Add(this.RecordsMonitorPanel);
|
|
|
- this.bar2.Controls.Add(this.ParkingSpaceMonitorPanel);
|
|
|
- this.bar2.Controls.Add(this.NumMachineMonitorPanel);
|
|
|
+ this.bar2.Controls.Add(this.TestContainer);
|
|
|
this.bar2.Controls.Add(this.PLCMonitorPanel);
|
|
|
+ this.bar2.Controls.Add(this.ParkingSpaceMonitorPanel);
|
|
|
+ this.bar2.Controls.Add(this.RecordsMonitorPanel);
|
|
|
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;
|
|
@@ -158,13 +162,14 @@
|
|
|
this.dci_NumMachine,
|
|
|
this.dci_ParkingSpace,
|
|
|
this.dci_ParkingRecords,
|
|
|
- this.dci_payment});
|
|
|
+ this.dci_payment,
|
|
|
+ this.dci_Test});
|
|
|
this.bar2.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
|
|
|
this.bar2.Location = new System.Drawing.Point(0, 0);
|
|
|
this.bar2.Name = "bar2";
|
|
|
- this.bar2.SelectedDockTab = 4;
|
|
|
+ this.bar2.SelectedDockTab = 5;
|
|
|
this.bar2.SingleLineColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
|
- this.bar2.Size = new System.Drawing.Size(569, 424);
|
|
|
+ this.bar2.Size = new System.Drawing.Size(554, 424);
|
|
|
this.bar2.Stretch = true;
|
|
|
this.bar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
|
|
|
this.bar2.TabIndex = 0;
|
|
@@ -172,25 +177,39 @@
|
|
|
this.bar2.TabStop = false;
|
|
|
this.bar2.ItemClick += new System.EventHandler(this.bar2_ItemClick_1);
|
|
|
//
|
|
|
- // RecordsMonitorPanel
|
|
|
+ // TestContainer
|
|
|
//
|
|
|
- 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(563, 393);
|
|
|
- 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;
|
|
|
- this.RecordsMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
|
- this.RecordsMonitorPanel.Style.GradientAngle = 90;
|
|
|
- this.RecordsMonitorPanel.TabIndex = 13;
|
|
|
+ this.TestContainer.Controls.Add(this.flowLayoutPanel1);
|
|
|
+ this.TestContainer.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
+ this.TestContainer.Location = new System.Drawing.Point(3, 28);
|
|
|
+ this.TestContainer.Name = "TestContainer";
|
|
|
+ this.TestContainer.Size = new System.Drawing.Size(548, 393);
|
|
|
+ this.TestContainer.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
+ this.TestContainer.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
|
+ this.TestContainer.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
|
+ this.TestContainer.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
|
+ this.TestContainer.Style.GradientAngle = 90;
|
|
|
+ this.TestContainer.TabIndex = 24;
|
|
|
+ //
|
|
|
+ // NumMachineMonitorPanel
|
|
|
+ //
|
|
|
+ this.NumMachineMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
+ this.NumMachineMonitorPanel.Location = new System.Drawing.Point(3, 23);
|
|
|
+ this.NumMachineMonitorPanel.Name = "NumMachineMonitorPanel";
|
|
|
+ this.NumMachineMonitorPanel.Size = new System.Drawing.Size(215, 373);
|
|
|
+ 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;
|
|
|
//
|
|
|
// 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(563, 393);
|
|
|
+ this.ParkingSpaceMonitorPanel.Size = new System.Drawing.Size(548, 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;
|
|
@@ -198,12 +217,25 @@
|
|
|
this.ParkingSpaceMonitorPanel.Style.GradientAngle = 90;
|
|
|
this.ParkingSpaceMonitorPanel.TabIndex = 9;
|
|
|
//
|
|
|
+ // RecordsMonitorPanel
|
|
|
+ //
|
|
|
+ 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(548, 393);
|
|
|
+ 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;
|
|
|
+ this.RecordsMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
|
+ this.RecordsMonitorPanel.Style.GradientAngle = 90;
|
|
|
+ this.RecordsMonitorPanel.TabIndex = 13;
|
|
|
+ //
|
|
|
// PLCMonitorPanel
|
|
|
//
|
|
|
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(563, 393);
|
|
|
+ this.PLCMonitorPanel.Size = new System.Drawing.Size(548, 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;
|
|
@@ -223,19 +255,6 @@
|
|
|
this.dci_NumMachine.Name = "dci_NumMachine";
|
|
|
this.dci_NumMachine.Text = "号牌机监控";
|
|
|
//
|
|
|
- // panelDockContainer2
|
|
|
- //
|
|
|
- this.panelDockContainer2.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
- this.panelDockContainer2.Location = new System.Drawing.Point(3, 28);
|
|
|
- this.panelDockContainer2.Name = "panelDockContainer2";
|
|
|
- this.panelDockContainer2.Size = new System.Drawing.Size(563, 393);
|
|
|
- this.panelDockContainer2.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
- this.panelDockContainer2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
|
- this.panelDockContainer2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
|
- this.panelDockContainer2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
|
- this.panelDockContainer2.Style.GradientAngle = 90;
|
|
|
- this.panelDockContainer2.TabIndex = 5;
|
|
|
- //
|
|
|
// dci_ParkingSpace
|
|
|
//
|
|
|
this.dci_ParkingSpace.Control = this.ParkingSpaceMonitorPanel;
|
|
@@ -259,7 +278,7 @@
|
|
|
this.PaymentMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
this.PaymentMonitorPanel.Location = new System.Drawing.Point(3, 28);
|
|
|
this.PaymentMonitorPanel.Name = "PaymentMonitorPanel";
|
|
|
- this.PaymentMonitorPanel.Size = new System.Drawing.Size(563, 393);
|
|
|
+ this.PaymentMonitorPanel.Size = new System.Drawing.Size(548, 393);
|
|
|
this.PaymentMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
this.PaymentMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
|
this.PaymentMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
@@ -267,6 +286,12 @@
|
|
|
this.PaymentMonitorPanel.Style.GradientAngle = 90;
|
|
|
this.PaymentMonitorPanel.TabIndex = 17;
|
|
|
//
|
|
|
+ // dci_Test
|
|
|
+ //
|
|
|
+ this.dci_Test.Control = this.TestContainer;
|
|
|
+ this.dci_Test.Name = "dci_Test";
|
|
|
+ this.dci_Test.Text = "测试项";
|
|
|
+ //
|
|
|
// dockSite1
|
|
|
//
|
|
|
this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
|
|
@@ -284,10 +309,10 @@
|
|
|
this.dockSite2.Controls.Add(this.bar3);
|
|
|
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, 206, 424)))}, DevComponents.DotNetBar.eOrientation.Horizontal);
|
|
|
- this.dockSite2.Location = new System.Drawing.Point(569, 25);
|
|
|
+ ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar3, 221, 424)))}, DevComponents.DotNetBar.eOrientation.Horizontal);
|
|
|
+ this.dockSite2.Location = new System.Drawing.Point(554, 25);
|
|
|
this.dockSite2.Name = "dockSite2";
|
|
|
- this.dockSite2.Size = new System.Drawing.Size(209, 424);
|
|
|
+ this.dockSite2.Size = new System.Drawing.Size(224, 424);
|
|
|
this.dockSite2.TabIndex = 1;
|
|
|
this.dockSite2.TabStop = false;
|
|
|
//
|
|
@@ -298,6 +323,7 @@
|
|
|
this.bar3.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
|
|
|
this.bar3.AutoSyncBarCaption = true;
|
|
|
this.bar3.CloseSingleTab = true;
|
|
|
+ this.bar3.Controls.Add(this.NumMachineMonitorPanel);
|
|
|
this.bar3.Controls.Add(this.panelDockContainer10);
|
|
|
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;
|
|
@@ -309,32 +335,19 @@
|
|
|
this.bar3.Location = new System.Drawing.Point(3, 0);
|
|
|
this.bar3.Name = "bar3";
|
|
|
this.bar3.SelectedDockTab = 0;
|
|
|
- this.bar3.Size = new System.Drawing.Size(206, 424);
|
|
|
+ this.bar3.Size = new System.Drawing.Size(221, 424);
|
|
|
this.bar3.Stretch = true;
|
|
|
this.bar3.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
|
|
|
this.bar3.TabIndex = 0;
|
|
|
this.bar3.TabStop = false;
|
|
|
this.bar3.Text = "警告与提示";
|
|
|
//
|
|
|
- // NumMachineMonitorPanel
|
|
|
- //
|
|
|
- this.NumMachineMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
- this.NumMachineMonitorPanel.Location = new System.Drawing.Point(3, 23);
|
|
|
- this.NumMachineMonitorPanel.Name = "NumMachineMonitorPanel";
|
|
|
- this.NumMachineMonitorPanel.Size = new System.Drawing.Size(200, 373);
|
|
|
- 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;
|
|
|
- //
|
|
|
// panelDockContainer10
|
|
|
//
|
|
|
this.panelDockContainer10.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
this.panelDockContainer10.Location = new System.Drawing.Point(3, 23);
|
|
|
this.panelDockContainer10.Name = "panelDockContainer10";
|
|
|
- this.panelDockContainer10.Size = new System.Drawing.Size(200, 373);
|
|
|
+ this.panelDockContainer10.Size = new System.Drawing.Size(215, 373);
|
|
|
this.panelDockContainer10.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
this.panelDockContainer10.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
|
this.panelDockContainer10.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
@@ -394,7 +407,7 @@
|
|
|
this.dockSite7.Size = new System.Drawing.Size(778, 25);
|
|
|
this.dockSite7.TabIndex = 6;
|
|
|
this.dockSite7.TabStop = false;
|
|
|
- this.dockSite7.Click += new System.EventHandler(this.dockSite7_Click);
|
|
|
+ //this.dockSite7.Click += new System.EventHandler(this.dockSite7_Click);
|
|
|
//
|
|
|
// bar1
|
|
|
//
|
|
@@ -472,6 +485,19 @@
|
|
|
this.dockSite3.TabIndex = 2;
|
|
|
this.dockSite3.TabStop = false;
|
|
|
//
|
|
|
+ // panelDockContainer2
|
|
|
+ //
|
|
|
+ this.panelDockContainer2.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
+ this.panelDockContainer2.Location = new System.Drawing.Point(3, 28);
|
|
|
+ this.panelDockContainer2.Name = "panelDockContainer2";
|
|
|
+ this.panelDockContainer2.Size = new System.Drawing.Size(563, 393);
|
|
|
+ this.panelDockContainer2.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
+ this.panelDockContainer2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
|
+ this.panelDockContainer2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
|
+ this.panelDockContainer2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
|
+ this.panelDockContainer2.Style.GradientAngle = 90;
|
|
|
+ this.panelDockContainer2.TabIndex = 5;
|
|
|
+ //
|
|
|
// dockContainerItem2
|
|
|
//
|
|
|
this.dockContainerItem2.Control = this.panelDockContainer2;
|
|
@@ -608,7 +634,14 @@
|
|
|
this.panelDockContainer8.Style.GradientAngle = 90;
|
|
|
this.panelDockContainer8.TabIndex = 37;
|
|
|
//
|
|
|
- // Form1
|
|
|
+ // flowLayoutPanel1
|
|
|
+ //
|
|
|
+ this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 3);
|
|
|
+ this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
|
+ this.flowLayoutPanel1.Size = new System.Drawing.Size(543, 380);
|
|
|
+ this.flowLayoutPanel1.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // centralController
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
@@ -623,11 +656,12 @@
|
|
|
this.Controls.Add(this.dockSite7);
|
|
|
this.Controls.Add(this.dockSite8);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
- this.Name = "Form1";
|
|
|
+ this.Name = "centralController";
|
|
|
this.Text = "Form1";
|
|
|
this.dockSite9.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar2)).EndInit();
|
|
|
this.bar2.ResumeLayout(false);
|
|
|
+ this.TestContainer.ResumeLayout(false);
|
|
|
this.dockSite2.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bar3)).EndInit();
|
|
|
this.bar3.ResumeLayout(false);
|
|
@@ -684,6 +718,9 @@
|
|
|
private DevComponents.DotNetBar.DockContainerItem dockContainerItem4;
|
|
|
private DevComponents.DotNetBar.DockContainerItem dockContainerItem5;
|
|
|
private System.Windows.Forms.BindingSource bindingSource1;
|
|
|
+ private DevComponents.DotNetBar.PanelDockContainer TestContainer;
|
|
|
+ private DevComponents.DotNetBar.DockContainerItem dci_Test;
|
|
|
+ private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
|
}
|
|
|
}
|
|
|
|