123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782 |
- namespace centralController
- {
- partial class centralController
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- 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.testPanel = new DevComponents.DotNetBar.PanelDockContainer();
- 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.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_payment = new DevComponents.DotNetBar.DockContainerItem();
- 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.basicInfoPanel = new DevComponents.DotNetBar.PanelDockContainer();
- this.warningPanel = new DevComponents.DotNetBar.PanelDockContainer();
- this.dci_basicInfo = new DevComponents.DotNetBar.DockContainerItem();
- this.dci_warning = new DevComponents.DotNetBar.DockContainerItem();
- this.dockSite8 = new DevComponents.DotNetBar.DockSite();
- this.dockSite5 = new DevComponents.DotNetBar.DockSite();
- this.dockSite6 = new DevComponents.DotNetBar.DockSite();
- this.dockSite7 = new DevComponents.DotNetBar.DockSite();
- this.bar1 = new DevComponents.DotNetBar.Bar();
- this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
- this.btn_login = new DevComponents.DotNetBar.ButtonItem();
- this.btn_logout = new DevComponents.DotNetBar.ButtonItem();
- this.btn_exit = new DevComponents.DotNetBar.ButtonItem();
- this.btn_files = new DevComponents.DotNetBar.ButtonItem();
- this.btn_openFile = new DevComponents.DotNetBar.ButtonItem();
- this.btn_devices = new DevComponents.DotNetBar.ButtonItem();
- this.btn_linkPLC = new DevComponents.DotNetBar.ButtonItem();
- this.dockSite3 = new DevComponents.DotNetBar.DockSite();
- this.panelDockContainer10 = new DevComponents.DotNetBar.PanelDockContainer();
- this.dockContainerItem2 = new DevComponents.DotNetBar.DockContainerItem();
- this.groupPanel5 = new DevComponents.DotNetBar.Controls.GroupPanel();
- this.dci_PaymentRecords = new DevComponents.DotNetBar.DockContainerItem();
- 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.testPanel.SuspendLayout();
- this.tableLayoutPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.NumMachineMonitorPanel.SuspendLayout();
- this.dockSite2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bar3)).BeginInit();
- this.bar3.SuspendLayout();
- this.dockSite7.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
- this.SuspendLayout();
- //
- // dotNetBarManager1
- //
- this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
- this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
- this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
- this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
- this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
- this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
- this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
- this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
- this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
- this.dotNetBarManager1.BottomDockSite = this.dockSite4;
- this.dotNetBarManager1.EnableFullSizeDock = false;
- this.dotNetBarManager1.FillDockSite = this.dockSite9;
- this.dotNetBarManager1.LeftDockSite = this.dockSite1;
- this.dotNetBarManager1.ParentForm = this;
- this.dotNetBarManager1.RightDockSite = this.dockSite2;
- this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
- this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8;
- this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
- this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
- this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7;
- this.dotNetBarManager1.TopDockSite = this.dockSite3;
- //
- // dockSite4
- //
- 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.Name = "dockSite4";
- this.dockSite4.Size = new System.Drawing.Size(778, 0);
- this.dockSite4.TabIndex = 3;
- this.dockSite4.TabStop = false;
- //
- // dockSite9
- //
- this.dockSite9.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
- 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, 593, 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(593, 424);
- this.dockSite9.TabIndex = 8;
- this.dockSite9.TabStop = false;
- //
- // bar2
- //
- this.bar2.AccessibleDescription = "DotNetBar Bar (bar2)";
- this.bar2.AccessibleName = "DotNetBar Bar";
- this.bar2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this.bar2.AlwaysDisplayDockTab = true;
- this.bar2.CanCustomize = false;
- this.bar2.CanDockBottom = false;
- this.bar2.CanDockDocument = true;
- this.bar2.CanDockLeft = false;
- this.bar2.CanDockRight = false;
- 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.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_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 = 0;
- this.bar2.SingleLineColor = System.Drawing.SystemColors.ControlDarkDark;
- this.bar2.Size = new System.Drawing.Size(593, 424);
- this.bar2.Stretch = true;
- this.bar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
- this.bar2.TabIndex = 0;
- this.bar2.TabNavigation = true;
- this.bar2.TabStop = false;
- //
- // 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.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.testPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.testPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.testPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
- this.testPanel.Style.GradientAngle = 90;
- this.testPanel.TabIndex = 38;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(151, 113);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 6;
- this.button1.Text = "button1";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(204, 67);
- 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.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(100, 21);
- this.textBox1.TabIndex = 4;
- //
- // tableLayoutPanel1
- //
- 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.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;
- //
- // 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;
- //
- // 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(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;
- //
- // 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(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;
- //
- // flowLayoutPanel1
- //
- 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;
- //
- // 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(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;
- //
- // 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(587, 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;
- //
- // 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 = "车位状态";
- //
- // dci_ParkingRecords
- //
- this.dci_ParkingRecords.Control = this.RecordsMonitorPanel;
- 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 = "测试";
- //
- // dockSite1
- //
- this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
- this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
- 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.TabIndex = 0;
- this.dockSite1.TabStop = false;
- //
- // dockSite2
- //
- this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
- 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, 182, 424)))}, DevComponents.DotNetBar.eOrientation.Horizontal);
- this.dockSite2.Location = new System.Drawing.Point(593, 25);
- this.dockSite2.Name = "dockSite2";
- this.dockSite2.Size = new System.Drawing.Size(185, 424);
- this.dockSite2.TabIndex = 1;
- this.dockSite2.TabStop = false;
- //
- // bar3
- //
- this.bar3.AccessibleDescription = "DotNetBar Bar (bar3)";
- this.bar3.AccessibleName = "DotNetBar Bar";
- 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.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.Stretch = true;
- this.bar3.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
- this.bar3.TabIndex = 0;
- this.bar3.TabStop = false;
- this.bar3.Text = "警告与提示";
- //
- // basicInfoPanel
- //
- 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.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.basicInfoPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.basicInfoPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.basicInfoPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
- this.basicInfoPanel.Style.GradientAngle = 90;
- this.basicInfoPanel.TabIndex = 21;
- //
- // 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.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.warningPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.warningPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.warningPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
- 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;
- this.dci_warning.Name = "dci_warning";
- this.dci_warning.Text = "警告与提示";
- //
- // dockSite8
- //
- 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.Name = "dockSite8";
- this.dockSite8.Size = new System.Drawing.Size(778, 0);
- this.dockSite8.TabIndex = 7;
- this.dockSite8.TabStop = false;
- //
- // dockSite5
- //
- this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
- 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.TabIndex = 4;
- this.dockSite5.TabStop = false;
- //
- // dockSite6
- //
- 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.Name = "dockSite6";
- this.dockSite6.Size = new System.Drawing.Size(0, 424);
- this.dockSite6.TabIndex = 5;
- this.dockSite6.TabStop = false;
- //
- // dockSite7
- //
- this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
- this.dockSite7.Controls.Add(this.bar1);
- 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.TabIndex = 6;
- this.dockSite7.TabStop = false;
- //
- // bar1
- //
- this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
- this.bar1.AccessibleName = "DotNetBar Bar";
- this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar;
- this.bar1.DockSide = DevComponents.DotNetBar.eDockSide.Top;
- this.bar1.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.bar1.IsMaximized = false;
- this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.buttonItem1,
- this.btn_files,
- this.btn_devices});
- 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.Stretch = true;
- this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
- this.bar1.TabIndex = 0;
- this.bar1.TabStop = false;
- this.bar1.Text = "bar1";
- //
- // buttonItem1
- //
- this.buttonItem1.Name = "buttonItem1";
- this.buttonItem1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btn_login,
- this.btn_logout,
- this.btn_exit});
- this.buttonItem1.Text = "系统";
- //
- // btn_login
- //
- this.btn_login.Name = "btn_login";
- this.btn_login.Text = "登录";
- //
- // btn_logout
- //
- this.btn_logout.Name = "btn_logout";
- this.btn_logout.Text = "登出";
- //
- // btn_exit
- //
- this.btn_exit.Name = "btn_exit";
- this.btn_exit.Text = "退出系统";
- this.btn_exit.Click += new System.EventHandler(this.btn_exit_Click);
- //
- // btn_files
- //
- this.btn_files.Name = "btn_files";
- this.btn_files.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btn_openFile});
- this.btn_files.Text = "文件";
- //
- // btn_openFile
- //
- this.btn_openFile.Name = "btn_openFile";
- this.btn_openFile.Text = "打开日志";
- //
- // btn_devices
- //
- this.btn_devices.Name = "btn_devices";
- this.btn_devices.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btn_linkPLC});
- this.btn_devices.Text = "设备";
- //
- // btn_linkPLC
- //
- this.btn_linkPLC.Name = "btn_linkPLC";
- this.btn_linkPLC.Text = "连接PLC";
- //
- // dockSite3
- //
- this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
- this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
- 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.TabIndex = 2;
- this.dockSite3.TabStop = false;
- //
- // 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(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;
- this.panelDockContainer10.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
- this.panelDockContainer10.Style.GradientAngle = 90;
- this.panelDockContainer10.TabIndex = 5;
- //
- // dockContainerItem2
- //
- this.dockContainerItem2.Name = "dockContainerItem2";
- this.dockContainerItem2.Text = "号牌机监控";
- //
- // groupPanel5
- //
- this.groupPanel5.CanvasColor = System.Drawing.SystemColors.Control;
- this.groupPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
- this.groupPanel5.DisabledBackColor = System.Drawing.Color.Empty;
- this.groupPanel5.Location = new System.Drawing.Point(3, 28);
- this.groupPanel5.Name = "groupPanel5";
- this.groupPanel5.Size = new System.Drawing.Size(796, 395);
- //
- //
- //
- this.groupPanel5.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
- this.groupPanel5.Style.BackColorGradientAngle = 90;
- this.groupPanel5.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
- this.groupPanel5.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.groupPanel5.Style.BorderBottomWidth = 1;
- this.groupPanel5.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
- this.groupPanel5.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.groupPanel5.Style.BorderLeftWidth = 1;
- this.groupPanel5.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.groupPanel5.Style.BorderRightWidth = 1;
- this.groupPanel5.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.groupPanel5.Style.BorderTopWidth = 1;
- this.groupPanel5.Style.CornerDiameter = 4;
- this.groupPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
- this.groupPanel5.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
- this.groupPanel5.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
- this.groupPanel5.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
- //
- //
- //
- this.groupPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.groupPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.groupPanel5.TabIndex = 11;
- this.groupPanel5.Text = "groupPanel5";
- //
- // dci_PaymentRecords
- //
- this.dci_PaymentRecords.Name = "dci_PaymentRecords";
- this.dci_PaymentRecords.Text = "收费查询";
- //
- // panelDockContainer7
- //
- this.panelDockContainer7.DisabledBackColor = System.Drawing.Color.Empty;
- this.panelDockContainer7.Location = new System.Drawing.Point(3, 28);
- this.panelDockContainer7.Name = "panelDockContainer7";
- this.panelDockContainer7.Size = new System.Drawing.Size(796, 395);
- this.panelDockContainer7.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.panelDockContainer7.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.panelDockContainer7.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.panelDockContainer7.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
- this.panelDockContainer7.Style.GradientAngle = 90;
- this.panelDockContainer7.TabIndex = 37;
- //
- // dockContainerItem1
- //
- this.dockContainerItem1.Control = this.panelDockContainer7;
- this.dockContainerItem1.Name = "dockContainerItem1";
- this.dockContainerItem1.Text = "dockContainerItem1";
- //
- // panelDockContainer8
- //
- this.panelDockContainer8.DisabledBackColor = System.Drawing.Color.Empty;
- this.panelDockContainer8.Location = new System.Drawing.Point(3, 28);
- this.panelDockContainer8.Name = "panelDockContainer8";
- this.panelDockContainer8.Size = new System.Drawing.Size(796, 395);
- this.panelDockContainer8.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.panelDockContainer8.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.panelDockContainer8.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.panelDockContainer8.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
- this.panelDockContainer8.Style.GradientAngle = 90;
- this.panelDockContainer8.TabIndex = 37;
- //
- // centralController
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(778, 449);
- this.Controls.Add(this.dockSite9);
- this.Controls.Add(this.dockSite2);
- this.Controls.Add(this.dockSite1);
- this.Controls.Add(this.dockSite3);
- this.Controls.Add(this.dockSite4);
- this.Controls.Add(this.dockSite5);
- this.Controls.Add(this.dockSite6);
- this.Controls.Add(this.dockSite7);
- this.Controls.Add(this.dockSite8);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "centralController";
- this.Text = "Form1";
- this.dockSite9.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.bar2)).EndInit();
- this.bar2.ResumeLayout(false);
- this.testPanel.ResumeLayout(false);
- this.testPanel.PerformLayout();
- this.tableLayoutPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.NumMachineMonitorPanel.ResumeLayout(false);
- this.dockSite2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.bar3)).EndInit();
- this.bar3.ResumeLayout(false);
- this.dockSite7.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private DevComponents.DotNetBar.DotNetBarManager dotNetBarManager1;
- private DevComponents.DotNetBar.DockSite dockSite4;
- private DevComponents.DotNetBar.DockSite dockSite1;
- private DevComponents.DotNetBar.DockSite dockSite2;
- private DevComponents.DotNetBar.DockSite dockSite3;
- private DevComponents.DotNetBar.DockSite dockSite5;
- private DevComponents.DotNetBar.DockSite dockSite6;
- private DevComponents.DotNetBar.DockSite dockSite7;
- private DevComponents.DotNetBar.Bar bar1;
- private DevComponents.DotNetBar.ButtonItem buttonItem1;
- private DevComponents.DotNetBar.DockSite dockSite8;
- private DevComponents.DotNetBar.DockSite dockSite9;
- private DevComponents.DotNetBar.ButtonItem btn_devices;
- private DevComponents.DotNetBar.ButtonItem btn_files;
- private DevComponents.DotNetBar.ButtonItem btn_login;
- private DevComponents.DotNetBar.ButtonItem btn_logout;
- private DevComponents.DotNetBar.ButtonItem btn_openFile;
- private DevComponents.DotNetBar.ButtonItem btn_linkPLC;
- private DevComponents.DotNetBar.DockContainerItem dockContainerItem2;
- private DevComponents.DotNetBar.Controls.GroupPanel groupPanel5;
- 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 RecordsMonitorPanel;
- private DevComponents.DotNetBar.DockContainerItem dci_PLC;
- private DevComponents.DotNetBar.DockContainerItem dci_NumMachine;
- private DevComponents.DotNetBar.DockContainerItem dci_ParkingSpace;
- private DevComponents.DotNetBar.DockContainerItem dci_ParkingRecords;
- private DevComponents.DotNetBar.PanelDockContainer basicInfoPanel;
- private DevComponents.DotNetBar.PanelDockContainer panelDockContainer7;
- private DevComponents.DotNetBar.DockContainerItem dockContainerItem1;
- private DevComponents.DotNetBar.PanelDockContainer panelDockContainer8;
- private DevComponents.DotNetBar.Bar bar3;
- 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;
- public System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- private DevComponents.DotNetBar.PanelDockContainer warningPanel;
- private DevComponents.DotNetBar.DockContainerItem dci_warning;
- private DevComponents.DotNetBar.PanelDockContainer testPanel;
- private System.Windows.Forms.ProgressBar progressBar1;
- private DevComponents.DotNetBar.DockContainerItem dci_Test;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private DevComponents.DotNetBar.LabelX labelX1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.TextBox textBox1;
- }
- }
|