12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091 |
- 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();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
- this.dockSite4 = new DevComponents.DotNetBar.DockSite();
- this.dockSite9 = new DevComponents.DotNetBar.DockSite();
- this.bar2 = new DevComponents.DotNetBar.Bar();
- this.NumMachineMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.paymentPanel = new DevComponents.DotNetBar.PanelDockContainer();
- this.testPanel = new DevComponents.DotNetBar.PanelDockContainer();
- this.button1 = new System.Windows.Forms.Button();
- this.textBox2 = new System.Windows.Forms.TextBox();
- 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.ParkingSpaceMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
- this.dci_ParkingSpace = new DevComponents.DotNetBar.DockContainerItem();
- this.dci_NumMachine = new DevComponents.DotNetBar.DockContainerItem();
- this.dci_payment = new DevComponents.DotNetBar.DockContainerItem();
- this.dci_Test = new DevComponents.DotNetBar.DockContainerItem();
- this.bar4 = new DevComponents.DotNetBar.Bar();
- this.RecordsMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
- this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX();
- this.parkingRecordsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.userID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.numberPlate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.parkingSpaceID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.realParkTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.realGetTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.receiptNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.parkingPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dci_ParkingRecords = new DevComponents.DotNetBar.DockContainerItem();
- this.bar5 = new DevComponents.DotNetBar.Bar();
- this.terminalMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
- this.dci_terminal = new DevComponents.DotNetBar.DockContainerItem();
- this.dockSite1 = new DevComponents.DotNetBar.DockSite();
- this.dockSite2 = new DevComponents.DotNetBar.DockSite();
- this.bar3 = new DevComponents.DotNetBar.Bar();
- this.basicInfoPanel = new DevComponents.DotNetBar.PanelDockContainer();
- this.tbx_sysInfo = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.progressBar1 = new System.Windows.Forms.ProgressBar();
- this.dci_basicInfo = new DevComponents.DotNetBar.DockContainerItem();
- this.bar6 = new DevComponents.DotNetBar.Bar();
- this.warningPanel = new DevComponents.DotNetBar.PanelDockContainer();
- this.dci_warning = new DevComponents.DotNetBar.DockContainerItem();
- this.dockSite8 = new DevComponents.DotNetBar.DockSite();
- this.dockSite5 = new DevComponents.DotNetBar.DockSite();
- 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_refreshRecords = new DevComponents.DotNetBar.ButtonItem();
- this.btn_exportRecords = new DevComponents.DotNetBar.ButtonItem();
- this.btn_devices = new DevComponents.DotNetBar.ButtonItem();
- this.btn_linkPLC = new DevComponents.DotNetBar.ButtonItem();
- this.dockSite3 = new DevComponents.DotNetBar.DockSite();
- 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.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
- this.tbx_notification = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.dockSite9.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bar2)).BeginInit();
- this.bar2.SuspendLayout();
- this.NumMachineMonitorPanel.SuspendLayout();
- this.testPanel.SuspendLayout();
- this.tableLayoutPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bar4)).BeginInit();
- this.bar4.SuspendLayout();
- this.RecordsMonitorPanel.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bar5)).BeginInit();
- this.bar5.SuspendLayout();
- this.dockSite2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bar3)).BeginInit();
- this.bar3.SuspendLayout();
- this.basicInfoPanel.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bar6)).BeginInit();
- this.bar6.SuspendLayout();
- this.warningPanel.SuspendLayout();
- this.dockSite7.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bar1)).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, 668);
- this.dockSite4.Name = "dockSite4";
- this.dockSite4.Size = new System.Drawing.Size(1194, 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.Controls.Add(this.bar4);
- this.dockSite9.Controls.Add(this.bar5);
- this.dockSite9.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dockSite9.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
- ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
- ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar2, 698, 459))),
- ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar5, 213, 459)))}, DevComponents.DotNetBar.eOrientation.Horizontal))),
- ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar4, 871, 181)))}, DevComponents.DotNetBar.eOrientation.Vertical);
- this.dockSite9.Location = new System.Drawing.Point(0, 25);
- this.dockSite9.Name = "dockSite9";
- this.dockSite9.Size = new System.Drawing.Size(871, 643);
- 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.NumMachineMonitorPanel);
- this.bar2.Controls.Add(this.ParkingSpaceMonitorPanel);
- this.bar2.Controls.Add(this.paymentPanel);
- this.bar2.Controls.Add(this.testPanel);
- 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_ParkingSpace,
- this.dci_NumMachine,
- 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 = 1;
- this.bar2.SingleLineColor = System.Drawing.SystemColors.ControlDarkDark;
- this.bar2.Size = new System.Drawing.Size(665, 408);
- this.bar2.Stretch = true;
- this.bar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
- this.bar2.TabIndex = 0;
- this.bar2.TabNavigation = true;
- this.bar2.TabStop = false;
- //
- // NumMachineMonitorPanel
- //
- this.NumMachineMonitorPanel.Controls.Add(this.flowLayoutPanel1);
- this.NumMachineMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
- this.NumMachineMonitorPanel.Location = new System.Drawing.Point(3, 28);
- this.NumMachineMonitorPanel.Name = "NumMachineMonitorPanel";
- this.NumMachineMonitorPanel.Size = new System.Drawing.Size(659, 377);
- this.NumMachineMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.NumMachineMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.NumMachineMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.NumMachineMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
- this.NumMachineMonitorPanel.Style.GradientAngle = 90;
- this.NumMachineMonitorPanel.TabIndex = 0;
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.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(659, 377);
- 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(659, 377);
- this.paymentPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.paymentPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.paymentPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.paymentPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
- this.paymentPanel.Style.GradientAngle = 90;
- this.paymentPanel.TabIndex = 24;
- //
- // testPanel
- //
- this.testPanel.Controls.Add(this.tableLayoutPanel2);
- 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.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(659, 377);
- this.testPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.testPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.testPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- 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, 43);
- 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(205, 16);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(100, 21);
- this.textBox2.TabIndex = 5;
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(74, 16);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(100, 21);
- this.textBox1.TabIndex = 4;
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.tableLayoutPanel1.ColumnCount = 1;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 1);
- this.tableLayoutPanel1.Controls.Add(this.labelX1, 0, 0);
- this.tableLayoutPanel1.Location = new System.Drawing.Point(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;
- //
- // ParkingSpaceMonitorPanel
- //
- this.ParkingSpaceMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
- this.ParkingSpaceMonitorPanel.Location = new System.Drawing.Point(3, 28);
- this.ParkingSpaceMonitorPanel.Name = "ParkingSpaceMonitorPanel";
- this.ParkingSpaceMonitorPanel.Size = new System.Drawing.Size(659, 377);
- this.ParkingSpaceMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.ParkingSpaceMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.ParkingSpaceMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.ParkingSpaceMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
- this.ParkingSpaceMonitorPanel.Style.GradientAngle = 90;
- this.ParkingSpaceMonitorPanel.TabIndex = 9;
- //
- // dci_ParkingSpace
- //
- this.dci_ParkingSpace.Control = this.ParkingSpaceMonitorPanel;
- this.dci_ParkingSpace.Name = "dci_ParkingSpace";
- this.dci_ParkingSpace.Text = "车位状态";
- //
- // dci_NumMachine
- //
- this.dci_NumMachine.Control = this.NumMachineMonitorPanel;
- this.dci_NumMachine.Name = "dci_NumMachine";
- this.dci_NumMachine.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 = "测试";
- //
- // bar4
- //
- this.bar4.AccessibleDescription = "DotNetBar Bar (bar4)";
- this.bar4.AccessibleName = "DotNetBar Bar";
- this.bar4.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this.bar4.AlwaysDisplayDockTab = true;
- this.bar4.CanDockBottom = false;
- this.bar4.CanDockDocument = true;
- this.bar4.CanDockLeft = false;
- this.bar4.CanDockRight = false;
- this.bar4.CanDockTop = false;
- this.bar4.CanHide = true;
- this.bar4.CanUndock = false;
- this.bar4.Controls.Add(this.RecordsMonitorPanel);
- this.bar4.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
- this.bar4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.bar4.IsMaximized = false;
- this.bar4.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.dci_ParkingRecords});
- this.bar4.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
- this.bar4.Location = new System.Drawing.Point(0, 411);
- this.bar4.Name = "bar4";
- this.bar4.SelectedDockTab = 0;
- this.bar4.Size = new System.Drawing.Size(871, 232);
- this.bar4.Stretch = true;
- this.bar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
- this.bar4.TabIndex = 1;
- this.bar4.TabStop = false;
- //
- // RecordsMonitorPanel
- //
- this.RecordsMonitorPanel.Controls.Add(this.dataGridViewX1);
- this.RecordsMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
- this.RecordsMonitorPanel.Location = new System.Drawing.Point(3, 28);
- this.RecordsMonitorPanel.Name = "RecordsMonitorPanel";
- this.RecordsMonitorPanel.Size = new System.Drawing.Size(865, 201);
- this.RecordsMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.RecordsMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.RecordsMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.RecordsMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
- this.RecordsMonitorPanel.Style.GradientAngle = 90;
- this.RecordsMonitorPanel.TabIndex = 13;
- //
- // dataGridViewX1
- //
- this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.parkingRecordsID,
- this.userID,
- this.numberPlate,
- this.parkingSpaceID,
- this.realParkTime,
- this.realGetTime,
- this.receiptNum,
- this.parkingPrice});
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle5;
- this.dataGridViewX1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
- this.dataGridViewX1.Location = new System.Drawing.Point(0, 0);
- this.dataGridViewX1.Name = "dataGridViewX1";
- this.dataGridViewX1.RowTemplate.Height = 23;
- this.dataGridViewX1.Size = new System.Drawing.Size(865, 201);
- this.dataGridViewX1.TabIndex = 0;
- //
- // parkingRecordsID
- //
- this.parkingRecordsID.Frozen = true;
- this.parkingRecordsID.HeaderText = "停车记录ID";
- this.parkingRecordsID.MaxInputLength = 11;
- this.parkingRecordsID.Name = "parkingRecordsID";
- this.parkingRecordsID.ReadOnly = true;
- this.parkingRecordsID.Width = 90;
- //
- // userID
- //
- this.userID.Frozen = true;
- this.userID.HeaderText = "用户ID";
- this.userID.MaxInputLength = 8;
- this.userID.Name = "userID";
- this.userID.ReadOnly = true;
- this.userID.Width = 70;
- //
- // numberPlate
- //
- this.numberPlate.Frozen = true;
- this.numberPlate.HeaderText = "号牌";
- this.numberPlate.MaxInputLength = 9;
- this.numberPlate.Name = "numberPlate";
- this.numberPlate.ReadOnly = true;
- this.numberPlate.Width = 80;
- //
- // parkingSpaceID
- //
- this.parkingSpaceID.Frozen = true;
- this.parkingSpaceID.HeaderText = "车位编号";
- this.parkingSpaceID.MaxInputLength = 4;
- this.parkingSpaceID.Name = "parkingSpaceID";
- this.parkingSpaceID.ReadOnly = true;
- this.parkingSpaceID.Width = 80;
- //
- // realParkTime
- //
- this.realParkTime.Frozen = true;
- this.realParkTime.HeaderText = "实际停入时间";
- this.realParkTime.MaxInputLength = 50;
- this.realParkTime.Name = "realParkTime";
- this.realParkTime.ReadOnly = true;
- this.realParkTime.Width = 140;
- //
- // realGetTime
- //
- this.realGetTime.Frozen = true;
- this.realGetTime.HeaderText = "实际取出时间";
- this.realGetTime.MaxInputLength = 50;
- this.realGetTime.Name = "realGetTime";
- this.realGetTime.ReadOnly = true;
- this.realGetTime.Width = 140;
- //
- // receiptNum
- //
- this.receiptNum.Frozen = true;
- this.receiptNum.HeaderText = "凭证号";
- this.receiptNum.MaxInputLength = 8;
- this.receiptNum.Name = "receiptNum";
- this.receiptNum.ReadOnly = true;
- //
- // parkingPrice
- //
- this.parkingPrice.Frozen = true;
- this.parkingPrice.HeaderText = "停车费用";
- this.parkingPrice.MaxInputLength = 11;
- this.parkingPrice.Name = "parkingPrice";
- this.parkingPrice.ReadOnly = true;
- //
- // dci_ParkingRecords
- //
- this.dci_ParkingRecords.Control = this.RecordsMonitorPanel;
- this.dci_ParkingRecords.Name = "dci_ParkingRecords";
- this.dci_ParkingRecords.Text = "进出记录";
- //
- // bar5
- //
- this.bar5.AccessibleDescription = "DotNetBar Bar (bar5)";
- this.bar5.AccessibleName = "DotNetBar Bar";
- this.bar5.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this.bar5.AlwaysDisplayDockTab = true;
- this.bar5.CanDockBottom = false;
- this.bar5.CanDockDocument = true;
- this.bar5.CanDockLeft = false;
- this.bar5.CanDockRight = false;
- this.bar5.CanDockTop = false;
- this.bar5.CanHide = true;
- this.bar5.CanUndock = false;
- this.bar5.Controls.Add(this.terminalMonitorPanel);
- this.bar5.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
- this.bar5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.bar5.IsMaximized = false;
- this.bar5.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.dci_terminal});
- this.bar5.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
- this.bar5.Location = new System.Drawing.Point(668, 0);
- this.bar5.Name = "bar5";
- this.bar5.SelectedDockTab = 0;
- this.bar5.Size = new System.Drawing.Size(203, 408);
- this.bar5.Stretch = true;
- this.bar5.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
- this.bar5.TabIndex = 2;
- this.bar5.TabStop = false;
- //
- // terminalMonitorPanel
- //
- this.terminalMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
- this.terminalMonitorPanel.Location = new System.Drawing.Point(3, 28);
- this.terminalMonitorPanel.Name = "terminalMonitorPanel";
- this.terminalMonitorPanel.Size = new System.Drawing.Size(197, 377);
- this.terminalMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.terminalMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.terminalMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.terminalMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
- this.terminalMonitorPanel.Style.GradientAngle = 90;
- this.terminalMonitorPanel.TabIndex = 0;
- //
- // dci_terminal
- //
- this.dci_terminal.Control = this.terminalMonitorPanel;
- this.dci_terminal.Name = "dci_terminal";
- this.dci_terminal.Text = "终端监控";
- //
- // dockSite1
- //
- 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, 643);
- 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.Controls.Add(this.bar6);
- this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right;
- this.dockSite2.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
- ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar3, 320, 223))),
- ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar6, 320, 417)))}, DevComponents.DotNetBar.eOrientation.Vertical);
- this.dockSite2.Location = new System.Drawing.Point(871, 25);
- this.dockSite2.Name = "dockSite2";
- this.dockSite2.Size = new System.Drawing.Size(323, 643);
- 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.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.bar3.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
- this.bar3.Location = new System.Drawing.Point(3, 0);
- this.bar3.Name = "bar3";
- this.bar3.Size = new System.Drawing.Size(320, 223);
- this.bar3.Stretch = true;
- this.bar3.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
- this.bar3.TabIndex = 0;
- this.bar3.TabStop = false;
- this.bar3.Text = "基本信息";
- //
- // basicInfoPanel
- //
- this.basicInfoPanel.Controls.Add(this.tbx_sysInfo);
- this.basicInfoPanel.Controls.Add(this.progressBar1);
- this.basicInfoPanel.DisabledBackColor = System.Drawing.Color.Empty;
- this.basicInfoPanel.Location = new System.Drawing.Point(3, 23);
- this.basicInfoPanel.Name = "basicInfoPanel";
- this.basicInfoPanel.Size = new System.Drawing.Size(314, 197);
- this.basicInfoPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.basicInfoPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.basicInfoPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.basicInfoPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
- this.basicInfoPanel.Style.GradientAngle = 90;
- this.basicInfoPanel.TabIndex = 21;
- //
- // tbx_sysInfo
- //
- this.tbx_sysInfo.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- //
- //
- //
- this.tbx_sysInfo.Border.Class = "TextBoxBorder";
- this.tbx_sysInfo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.tbx_sysInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tbx_sysInfo.Location = new System.Drawing.Point(0, 0);
- this.tbx_sysInfo.Multiline = true;
- this.tbx_sysInfo.Name = "tbx_sysInfo";
- this.tbx_sysInfo.PreventEnterBeep = true;
- this.tbx_sysInfo.ReadOnly = true;
- this.tbx_sysInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.tbx_sysInfo.Size = new System.Drawing.Size(314, 170);
- this.tbx_sysInfo.TabIndex = 1;
- this.tbx_sysInfo.Text = "sample\r\nsample";
- this.tbx_sysInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // progressBar1
- //
- this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.progressBar1.Location = new System.Drawing.Point(0, 170);
- this.progressBar1.Name = "progressBar1";
- this.progressBar1.Size = new System.Drawing.Size(314, 27);
- this.progressBar1.Step = 20;
- this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
- this.progressBar1.TabIndex = 0;
- //
- // dci_basicInfo
- //
- this.dci_basicInfo.Control = this.basicInfoPanel;
- this.dci_basicInfo.Name = "dci_basicInfo";
- this.dci_basicInfo.Text = "基本信息";
- //
- // bar6
- //
- this.bar6.AccessibleDescription = "DotNetBar Bar (bar6)";
- this.bar6.AccessibleName = "DotNetBar Bar";
- this.bar6.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this.bar6.AutoSyncBarCaption = true;
- this.bar6.CloseSingleTab = true;
- this.bar6.Controls.Add(this.warningPanel);
- this.bar6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.bar6.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption;
- this.bar6.IsMaximized = false;
- this.bar6.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.dci_warning});
- this.bar6.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
- this.bar6.Location = new System.Drawing.Point(3, 226);
- this.bar6.Name = "bar6";
- this.bar6.Size = new System.Drawing.Size(320, 417);
- this.bar6.Stretch = true;
- this.bar6.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
- this.bar6.TabIndex = 1;
- this.bar6.TabStop = false;
- this.bar6.Text = "警告与提示";
- //
- // warningPanel
- //
- this.warningPanel.Controls.Add(this.tbx_notification);
- 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, 391);
- this.warningPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.warningPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.warningPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.warningPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
- this.warningPanel.Style.GradientAngle = 90;
- this.warningPanel.TabIndex = 26;
- //
- // 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, 668);
- this.dockSite8.Name = "dockSite8";
- this.dockSite8.Size = new System.Drawing.Size(1194, 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, 643);
- 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(1194, 25);
- this.dockSite6.Name = "dockSite6";
- this.dockSite6.Size = new System.Drawing.Size(0, 643);
- 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(1194, 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(1194, 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_refreshRecords,
- this.btn_exportRecords});
- this.btn_files.Text = "文件";
- //
- // btn_openFile
- //
- this.btn_openFile.Name = "btn_openFile";
- this.btn_openFile.Text = "打开日志";
- //
- // btn_refreshRecords
- //
- this.btn_refreshRecords.Name = "btn_refreshRecords";
- this.btn_refreshRecords.Text = "刷新出入记录";
- this.btn_refreshRecords.Click += new System.EventHandler(this.btn_refreshRecords_Click);
- //
- // btn_exportRecords
- //
- this.btn_exportRecords.Name = "btn_exportRecords";
- this.btn_exportRecords.Text = "导出最近记录";
- this.btn_exportRecords.Click += new System.EventHandler(this.btn_exportRecords_Click);
- //
- // btn_devices
- //
- this.btn_devices.Name = "btn_devices";
- 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";
- this.btn_linkPLC.Click += new System.EventHandler(this.btn_linkPLC_Click);
- //
- // 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(1194, 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;
- //
- // tableLayoutPanel2
- //
- this.tableLayoutPanel2.ColumnCount = 2;
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel2.Location = new System.Drawing.Point(343, 108);
- this.tableLayoutPanel2.Name = "tableLayoutPanel2";
- this.tableLayoutPanel2.RowCount = 2;
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel2.Size = new System.Drawing.Size(200, 100);
- this.tableLayoutPanel2.TabIndex = 7;
- //
- // tbx_notification
- //
- this.tbx_notification.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- //
- //
- //
- this.tbx_notification.Border.Class = "TextBoxBorder";
- this.tbx_notification.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.tbx_notification.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tbx_notification.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbx_notification.Location = new System.Drawing.Point(0, 0);
- this.tbx_notification.Multiline = true;
- this.tbx_notification.Name = "tbx_notification";
- 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, 391);
- this.tbx_notification.TabIndex = 0;
- //
- // centralController
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSize = true;
- this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.ClientSize = new System.Drawing.Size(1194, 668);
- this.Controls.Add(this.dockSite9);
- this.Controls.Add(this.dockSite2);
- this.Controls.Add(this.dockSite1);
- 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.FixedSingle;
- this.Name = "centralController";
- this.Text = "智象停车中控端";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.dockSite9.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.bar2)).EndInit();
- this.bar2.ResumeLayout(false);
- this.NumMachineMonitorPanel.ResumeLayout(false);
- this.testPanel.ResumeLayout(false);
- this.testPanel.PerformLayout();
- this.tableLayoutPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bar4)).EndInit();
- this.bar4.ResumeLayout(false);
- this.RecordsMonitorPanel.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bar5)).EndInit();
- this.bar5.ResumeLayout(false);
- this.dockSite2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.bar3)).EndInit();
- this.bar3.ResumeLayout(false);
- this.basicInfoPanel.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.bar6)).EndInit();
- this.bar6.ResumeLayout(false);
- this.warningPanel.ResumeLayout(false);
- this.dockSite7.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.bar1)).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 terminalMonitorPanel;
- private DevComponents.DotNetBar.PanelDockContainer RecordsMonitorPanel;
- private DevComponents.DotNetBar.DockContainerItem dci_terminal;
- 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 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;
- private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX1;
- private DevComponents.DotNetBar.ButtonItem btn_refreshRecords;
- private DevComponents.DotNetBar.ButtonItem btn_exportRecords;
- private System.Windows.Forms.DataGridViewTextBoxColumn parkingRecordsID;
- private System.Windows.Forms.DataGridViewTextBoxColumn userID;
- private System.Windows.Forms.DataGridViewTextBoxColumn numberPlate;
- private System.Windows.Forms.DataGridViewTextBoxColumn parkingSpaceID;
- private System.Windows.Forms.DataGridViewTextBoxColumn realParkTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn realGetTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn receiptNum;
- private System.Windows.Forms.DataGridViewTextBoxColumn parkingPrice;
- private DevComponents.DotNetBar.Bar bar4;
- private DevComponents.DotNetBar.Bar bar5;
- private DevComponents.DotNetBar.Bar bar6;
- private DevComponents.DotNetBar.Controls.TextBoxX tbx_sysInfo;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
- public DevComponents.DotNetBar.Controls.TextBoxX tbx_notification;
- }
- }
|