123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623 |
- 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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(centralController));
- this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
- this.dockSite4 = new DevComponents.DotNetBar.DockSite();
- this.dockSite_mainView = new DevComponents.DotNetBar.DockSite();
- this.bar_mainWin = new DevComponents.DotNetBar.Bar();
- this.pdc_devStatus = new DevComponents.DotNetBar.PanelDockContainer();
- this.panel1 = new System.Windows.Forms.Panel();
- this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
- this.lbx_webStatus = new DevComponents.DotNetBar.LabelX();
- this.lbx_PLCStatus = new DevComponents.DotNetBar.LabelX();
- this.lbx_PLC = new DevComponents.DotNetBar.LabelX();
- this.lbx_web = new DevComponents.DotNetBar.LabelX();
- this.NumMachineMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.paymentPanel = new DevComponents.DotNetBar.PanelDockContainer();
- this.ParkingSpaceMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
- this.testPanel = new DevComponents.DotNetBar.PanelDockContainer();
- this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
- this.pictureBox4 = new System.Windows.Forms.PictureBox();
- this.pictureBox5 = new System.Windows.Forms.PictureBox();
- this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
- this.pictureBox3 = new System.Windows.Forms.PictureBox();
- this.button2 = new System.Windows.Forms.Button();
- this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
- this.button1 = new System.Windows.Forms.Button();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.labelX1 = new DevComponents.DotNetBar.LabelX();
- this.dci_NumMachine = new DevComponents.DotNetBar.DockContainerItem();
- this.dci_payment = new DevComponents.DotNetBar.DockContainerItem();
- this.dci_ParkingSpace = new DevComponents.DotNetBar.DockContainerItem();
- this.dci_Test = new DevComponents.DotNetBar.DockContainerItem();
- this.dci_devStatus = new DevComponents.DotNetBar.DockContainerItem();
- this.bar_bottom = new DevComponents.DotNetBar.Bar();
- this.RecordsMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
- this.dgvx_parkingRecords = 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.paymentStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dci_ParkingRecords = new DevComponents.DotNetBar.DockContainerItem();
- this.bar_side = new DevComponents.DotNetBar.Bar();
- this.terminalMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
- this.flp_Term = new System.Windows.Forms.FlowLayoutPanel();
- this.dci_terminal = new DevComponents.DotNetBar.DockContainerItem();
- this.dockSite1 = new DevComponents.DotNetBar.DockSite();
- this.dockSite_notification = new DevComponents.DotNetBar.DockSite();
- this.bar_notification = new DevComponents.DotNetBar.Bar();
- this.warningPanel = new DevComponents.DotNetBar.PanelDockContainer();
- this.rtb_notification = new System.Windows.Forms.RichTextBox();
- this.progressBar1 = new System.Windows.Forms.ProgressBar();
- 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.dockSite_menu = new DevComponents.DotNetBar.DockSite();
- this.bar_Menu = new DevComponents.DotNetBar.Bar();
- this.btn_system = 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_advertUpdate = new DevComponents.DotNetBar.ButtonItem();
- this.btn_recordManagement = new DevComponents.DotNetBar.ButtonItem();
- this.btn_exportRecords = new DevComponents.DotNetBar.ButtonItem();
- this.btn_setScheme = new DevComponents.DotNetBar.ButtonItem();
- this.btn_config = new DevComponents.DotNetBar.ButtonItem();
- this.btn_views = new DevComponents.DotNetBar.ButtonItem();
- this.btn_parkingSpace = new DevComponents.DotNetBar.ButtonItem();
- this.btn_numMachine = new DevComponents.DotNetBar.ButtonItem();
- this.btn_payment = new DevComponents.DotNetBar.ButtonItem();
- this.btn_test = new DevComponents.DotNetBar.ButtonItem();
- this.btn_terminals = new DevComponents.DotNetBar.ButtonItem();
- this.btn_records = new DevComponents.DotNetBar.ButtonItem();
- this.btn_devices = new DevComponents.DotNetBar.ButtonItem();
- this.btn_linkPLC = new DevComponents.DotNetBar.ButtonItem();
- this.btn_linkWeb = new DevComponents.DotNetBar.ButtonItem();
- this.btn_PLCConf = new DevComponents.DotNetBar.ButtonItem();
- this.btn_numMachineConf = new DevComponents.DotNetBar.ButtonItem();
- this.btn_support = new DevComponents.DotNetBar.ButtonItem();
- this.btn_sysInfo = new DevComponents.DotNetBar.ButtonItem();
- this.btn_about = new DevComponents.DotNetBar.ButtonItem();
- this.bar_shortcut = new DevComponents.DotNetBar.Bar();
- this.panel_freeSpace = new System.Windows.Forms.Panel();
- this.lbx_freeSpace = new DevComponents.DotNetBar.LabelX();
- this.shortcut_login = new DevComponents.DotNetBar.ButtonItem();
- this.shortcut_logout = new DevComponents.DotNetBar.ButtonItem();
- this.shortcut_sysInfo = new DevComponents.DotNetBar.ButtonItem();
- this.shortcut_about = new DevComponents.DotNetBar.ButtonItem();
- this.shortcut_close = 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.controlContainerItem1 = new DevComponents.DotNetBar.ControlContainerItem();
- this.dockSite_mainView.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bar_mainWin)).BeginInit();
- this.bar_mainWin.SuspendLayout();
- this.pdc_devStatus.SuspendLayout();
- this.panel1.SuspendLayout();
- this.tableLayoutPanel2.SuspendLayout();
- this.NumMachineMonitorPanel.SuspendLayout();
- this.testPanel.SuspendLayout();
- this.groupPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
- this.groupPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
- this.tableLayoutPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bar_bottom)).BeginInit();
- this.bar_bottom.SuspendLayout();
- this.RecordsMonitorPanel.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvx_parkingRecords)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bar_side)).BeginInit();
- this.bar_side.SuspendLayout();
- this.terminalMonitorPanel.SuspendLayout();
- this.dockSite_notification.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bar_notification)).BeginInit();
- this.bar_notification.SuspendLayout();
- this.warningPanel.SuspendLayout();
- this.dockSite_menu.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bar_Menu)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bar_shortcut)).BeginInit();
- this.bar_shortcut.SuspendLayout();
- this.panel_freeSpace.SuspendLayout();
- 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.dockSite_mainView;
- this.dotNetBarManager1.LeftDockSite = this.dockSite1;
- this.dotNetBarManager1.ParentForm = this;
- this.dotNetBarManager1.RightDockSite = this.dockSite_notification;
- 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.dockSite_menu;
- 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;
- //
- // dockSite_mainView
- //
- this.dockSite_mainView.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
- this.dockSite_mainView.Controls.Add(this.bar_mainWin);
- this.dockSite_mainView.Controls.Add(this.bar_bottom);
- this.dockSite_mainView.Controls.Add(this.bar_side);
- this.dockSite_mainView.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dockSite_mainView.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
- ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
- ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar_mainWin, 503, 326))),
- ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar_side, 360, 326)))}, DevComponents.DotNetBar.eOrientation.Horizontal))),
- ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar_bottom, 871, 181)))}, DevComponents.DotNetBar.eOrientation.Vertical);
- this.dockSite_mainView.Location = new System.Drawing.Point(0, 121);
- this.dockSite_mainView.Name = "dockSite_mainView";
- this.dockSite_mainView.Size = new System.Drawing.Size(866, 547);
- this.dockSite_mainView.TabIndex = 8;
- this.dockSite_mainView.TabStop = false;
- //
- // bar_mainWin
- //
- this.bar_mainWin.AccessibleDescription = "DotNetBar Bar (bar_mainWin)";
- this.bar_mainWin.AccessibleName = "DotNetBar Bar";
- this.bar_mainWin.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this.bar_mainWin.AlwaysDisplayDockTab = true;
- this.bar_mainWin.CanCustomize = false;
- this.bar_mainWin.CanDockBottom = false;
- this.bar_mainWin.CanDockDocument = true;
- this.bar_mainWin.CanDockLeft = false;
- this.bar_mainWin.CanDockRight = false;
- this.bar_mainWin.CanDockTop = false;
- this.bar_mainWin.CanHide = true;
- this.bar_mainWin.Controls.Add(this.testPanel);
- this.bar_mainWin.Controls.Add(this.NumMachineMonitorPanel);
- this.bar_mainWin.Controls.Add(this.paymentPanel);
- this.bar_mainWin.Controls.Add(this.ParkingSpaceMonitorPanel);
- this.bar_mainWin.Controls.Add(this.pdc_devStatus);
- this.bar_mainWin.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
- this.bar_mainWin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.bar_mainWin.IsMaximized = false;
- this.bar_mainWin.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.dci_NumMachine,
- this.dci_payment,
- this.dci_ParkingSpace,
- this.dci_Test,
- this.dci_devStatus});
- this.bar_mainWin.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
- this.bar_mainWin.Location = new System.Drawing.Point(0, 0);
- this.bar_mainWin.Name = "bar_mainWin";
- this.bar_mainWin.SelectedDockTab = 3;
- this.bar_mainWin.SingleLineColor = System.Drawing.SystemColors.ControlDarkDark;
- this.bar_mainWin.Size = new System.Drawing.Size(503, 326);
- this.bar_mainWin.Stretch = true;
- this.bar_mainWin.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
- this.bar_mainWin.TabIndex = 0;
- this.bar_mainWin.TabNavigation = true;
- this.bar_mainWin.TabStop = false;
- //
- // pdc_devStatus
- //
- this.pdc_devStatus.CanvasColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.pdc_devStatus.Controls.Add(this.panel1);
- this.pdc_devStatus.DisabledBackColor = System.Drawing.Color.Empty;
- this.pdc_devStatus.Location = new System.Drawing.Point(3, 28);
- this.pdc_devStatus.Name = "pdc_devStatus";
- this.pdc_devStatus.Size = new System.Drawing.Size(497, 295);
- this.pdc_devStatus.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.pdc_devStatus.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.pdc_devStatus.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.pdc_devStatus.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
- this.pdc_devStatus.Style.GradientAngle = 90;
- this.pdc_devStatus.TabIndex = 43;
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.panel1.Controls.Add(this.tableLayoutPanel2);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(497, 295);
- this.panel1.TabIndex = 2;
- //
- // tableLayoutPanel2
- //
- this.tableLayoutPanel2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- 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.Controls.Add(this.lbx_webStatus, 1, 1);
- this.tableLayoutPanel2.Controls.Add(this.lbx_PLCStatus, 1, 0);
- this.tableLayoutPanel2.Controls.Add(this.lbx_PLC, 0, 0);
- this.tableLayoutPanel2.Controls.Add(this.lbx_web, 0, 1);
- this.tableLayoutPanel2.Location = new System.Drawing.Point(12, 12);
- this.tableLayoutPanel2.Name = "tableLayoutPanel2";
- this.tableLayoutPanel2.RowCount = 3;
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel2.Size = new System.Drawing.Size(179, 121);
- this.tableLayoutPanel2.TabIndex = 1;
- //
- // lbx_webStatus
- //
- this.lbx_webStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
- this.lbx_webStatus.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- //
- //
- //
- this.lbx_webStatus.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.lbx_webStatus.Location = new System.Drawing.Point(112, 43);
- this.lbx_webStatus.Name = "lbx_webStatus";
- this.lbx_webStatus.Size = new System.Drawing.Size(43, 34);
- this.lbx_webStatus.Symbol = "";
- this.lbx_webStatus.SymbolColor = System.Drawing.Color.Crimson;
- this.lbx_webStatus.SymbolSize = 25F;
- this.lbx_webStatus.TabIndex = 3;
- //
- // lbx_PLCStatus
- //
- this.lbx_PLCStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
- this.lbx_PLCStatus.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- //
- //
- //
- this.lbx_PLCStatus.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.lbx_PLCStatus.Location = new System.Drawing.Point(112, 3);
- this.lbx_PLCStatus.Name = "lbx_PLCStatus";
- this.lbx_PLCStatus.Size = new System.Drawing.Size(44, 34);
- this.lbx_PLCStatus.Symbol = "";
- this.lbx_PLCStatus.SymbolColor = System.Drawing.Color.Crimson;
- this.lbx_PLCStatus.SymbolSize = 25F;
- this.lbx_PLCStatus.TabIndex = 2;
- //
- // lbx_PLC
- //
- //
- //
- //
- this.lbx_PLC.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.lbx_PLC.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lbx_PLC.Location = new System.Drawing.Point(3, 3);
- this.lbx_PLC.Name = "lbx_PLC";
- this.lbx_PLC.Size = new System.Drawing.Size(83, 34);
- this.lbx_PLC.TabIndex = 0;
- this.lbx_PLC.Text = "PLC";
- this.lbx_PLC.TextAlignment = System.Drawing.StringAlignment.Center;
- //
- // lbx_web
- //
- //
- //
- //
- this.lbx_web.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.lbx_web.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lbx_web.Location = new System.Drawing.Point(3, 43);
- this.lbx_web.Name = "lbx_web";
- this.lbx_web.Size = new System.Drawing.Size(83, 34);
- this.lbx_web.TabIndex = 1;
- this.lbx_web.Text = "web服务器";
- this.lbx_web.TextAlignment = System.Drawing.StringAlignment.Center;
- //
- // 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(497, 295);
- this.NumMachineMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.NumMachineMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.NumMachineMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.NumMachineMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
- this.NumMachineMonitorPanel.Style.GradientAngle = 90;
- this.NumMachineMonitorPanel.TabIndex = 0;
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
- this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Size = new System.Drawing.Size(497, 295);
- this.flowLayoutPanel1.TabIndex = 1;
- this.flowLayoutPanel1.Resize += new System.EventHandler(this.flowLayoutPanel1_Resize);
- //
- // paymentPanel
- //
- this.paymentPanel.DisabledBackColor = System.Drawing.Color.Empty;
- this.paymentPanel.Location = new System.Drawing.Point(3, 28);
- this.paymentPanel.Name = "paymentPanel";
- this.paymentPanel.Size = new System.Drawing.Size(497, 295);
- this.paymentPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.paymentPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.paymentPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.paymentPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
- this.paymentPanel.Style.GradientAngle = 90;
- this.paymentPanel.TabIndex = 24;
- //
- // ParkingSpaceMonitorPanel
- //
- this.ParkingSpaceMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
- this.ParkingSpaceMonitorPanel.Location = new System.Drawing.Point(3, 28);
- this.ParkingSpaceMonitorPanel.Name = "ParkingSpaceMonitorPanel";
- this.ParkingSpaceMonitorPanel.Size = new System.Drawing.Size(497, 295);
- this.ParkingSpaceMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.ParkingSpaceMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.ParkingSpaceMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.ParkingSpaceMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
- this.ParkingSpaceMonitorPanel.Style.GradientAngle = 90;
- this.ParkingSpaceMonitorPanel.TabIndex = 9;
- //
- // testPanel
- //
- this.testPanel.Controls.Add(this.groupPanel2);
- this.testPanel.Controls.Add(this.groupPanel1);
- this.testPanel.Controls.Add(this.button2);
- this.testPanel.Controls.Add(this.dateTimePicker1);
- 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(497, 295);
- this.testPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.testPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.testPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.testPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
- this.testPanel.Style.GradientAngle = 90;
- this.testPanel.TabIndex = 38;
- //
- // groupPanel2
- //
- this.groupPanel2.BackColor = System.Drawing.SystemColors.Highlight;
- this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
- this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
- this.groupPanel2.ColorTable = DevComponents.DotNetBar.Controls.ePanelColorTable.Green;
- this.groupPanel2.Controls.Add(this.pictureBox4);
- this.groupPanel2.Controls.Add(this.pictureBox5);
- this.groupPanel2.DisabledBackColor = System.Drawing.Color.Empty;
- this.groupPanel2.Location = new System.Drawing.Point(387, 72);
- this.groupPanel2.Name = "groupPanel2";
- this.groupPanel2.Size = new System.Drawing.Size(110, 115);
- //
- //
- //
- this.groupPanel2.Style.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(217)))), ((int)(((byte)(185)))));
- this.groupPanel2.Style.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(191)))), ((int)(((byte)(139)))));
- this.groupPanel2.Style.BackColorGradientAngle = 90;
- this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.groupPanel2.Style.BorderBottomWidth = 1;
- this.groupPanel2.Style.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(164)))), ((int)(((byte)(90)))));
- this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.groupPanel2.Style.BorderLeftWidth = 1;
- this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.groupPanel2.Style.BorderRightWidth = 1;
- this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.groupPanel2.Style.BorderTopWidth = 1;
- this.groupPanel2.Style.CornerDiameter = 4;
- this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
- this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
- this.groupPanel2.Style.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(74)))), ((int)(((byte)(31)))));
- this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
- //
- //
- //
- this.groupPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.groupPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.groupPanel2.TabIndex = 15;
- this.groupPanel2.Text = "地面车位2";
- //
- // pictureBox4
- //
- this.pictureBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.pictureBox4.Image = global::centralController.Properties.Resources.car;
- this.pictureBox4.InitialImage = null;
- this.pictureBox4.Location = new System.Drawing.Point(25, 48);
- this.pictureBox4.Name = "pictureBox4";
- this.pictureBox4.Size = new System.Drawing.Size(57, 43);
- this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox4.TabIndex = 0;
- this.pictureBox4.TabStop = false;
- //
- // pictureBox5
- //
- this.pictureBox5.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.pictureBox5.Image = global::centralController.Properties.Resources.numMachine;
- this.pictureBox5.InitialImage = null;
- this.pictureBox5.Location = new System.Drawing.Point(30, 1);
- this.pictureBox5.Name = "pictureBox5";
- this.pictureBox5.Size = new System.Drawing.Size(50, 29);
- this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox5.TabIndex = 14;
- this.pictureBox5.TabStop = false;
- //
- // groupPanel1
- //
- this.groupPanel1.BackColor = System.Drawing.SystemColors.AppWorkspace;
- this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
- this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
- this.groupPanel1.ColorTable = DevComponents.DotNetBar.Controls.ePanelColorTable.Red;
- this.groupPanel1.Controls.Add(this.pictureBox2);
- this.groupPanel1.Controls.Add(this.pictureBox3);
- this.groupPanel1.DisabledBackColor = System.Drawing.Color.Empty;
- this.groupPanel1.Location = new System.Drawing.Point(241, 128);
- this.groupPanel1.Name = "groupPanel1";
- this.groupPanel1.Size = new System.Drawing.Size(105, 107);
- //
- //
- //
- this.groupPanel1.Style.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
- this.groupPanel1.Style.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
- this.groupPanel1.Style.BackColorGradientAngle = 90;
- this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.groupPanel1.Style.BorderBottomWidth = 1;
- this.groupPanel1.Style.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(55)))), ((int)(((byte)(52)))));
- this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.groupPanel1.Style.BorderLeftWidth = 1;
- this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.groupPanel1.Style.BorderRightWidth = 1;
- this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.groupPanel1.Style.BorderTopWidth = 1;
- this.groupPanel1.Style.CornerDiameter = 4;
- this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
- this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
- this.groupPanel1.Style.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(36)))), ((int)(((byte)(35)))));
- this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
- //
- //
- //
- this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.groupPanel1.TabIndex = 13;
- this.groupPanel1.Text = "地面车位2";
- //
- // pictureBox2
- //
- this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.pictureBox2.Image = global::centralController.Properties.Resources.car;
- this.pictureBox2.InitialImage = null;
- this.pictureBox2.Location = new System.Drawing.Point(23, 45);
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.Size = new System.Drawing.Size(56, 43);
- this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox2.TabIndex = 0;
- this.pictureBox2.TabStop = false;
- //
- // pictureBox3
- //
- this.pictureBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.pictureBox3.Cursor = System.Windows.Forms.Cursors.Default;
- this.pictureBox3.Image = global::centralController.Properties.Resources.numMachine;
- this.pictureBox3.InitialImage = null;
- this.pictureBox3.Location = new System.Drawing.Point(27, 1);
- this.pictureBox3.Name = "pictureBox3";
- this.pictureBox3.Size = new System.Drawing.Size(50, 29);
- this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox3.TabIndex = 14;
- this.pictureBox3.TabStop = false;
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(271, 44);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(75, 23);
- this.button2.TabIndex = 8;
- this.button2.Text = "button2";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // dateTimePicker1
- //
- this.dateTimePicker1.Location = new System.Drawing.Point(375, 13);
- this.dateTimePicker1.Name = "dateTimePicker1";
- this.dateTimePicker1.Size = new System.Drawing.Size(200, 21);
- this.dateTimePicker1.TabIndex = 7;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(151, 43);
- 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;
- //
- // 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_ParkingSpace
- //
- this.dci_ParkingSpace.Control = this.ParkingSpaceMonitorPanel;
- this.dci_ParkingSpace.Name = "dci_ParkingSpace";
- this.dci_ParkingSpace.Text = "车位状态";
- //
- // dci_Test
- //
- this.dci_Test.Control = this.testPanel;
- this.dci_Test.Name = "dci_Test";
- this.dci_Test.Text = "测试";
- //
- // dci_devStatus
- //
- this.dci_devStatus.Control = this.pdc_devStatus;
- this.dci_devStatus.Name = "dci_devStatus";
- this.dci_devStatus.Text = "设备状态监控";
- //
- // bar_bottom
- //
- this.bar_bottom.AccessibleDescription = "DotNetBar Bar (bar_bottom)";
- this.bar_bottom.AccessibleName = "DotNetBar Bar";
- this.bar_bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this.bar_bottom.AlwaysDisplayDockTab = true;
- this.bar_bottom.AutoHide = true;
- this.bar_bottom.CanDockBottom = false;
- this.bar_bottom.CanDockDocument = true;
- this.bar_bottom.CanDockLeft = false;
- this.bar_bottom.CanDockRight = false;
- this.bar_bottom.CanDockTop = false;
- this.bar_bottom.CanHide = true;
- this.bar_bottom.CanUndock = false;
- this.bar_bottom.Controls.Add(this.RecordsMonitorPanel);
- this.bar_bottom.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
- this.bar_bottom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.bar_bottom.IsMaximized = false;
- this.bar_bottom.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.dci_ParkingRecords});
- this.bar_bottom.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
- this.bar_bottom.Location = new System.Drawing.Point(0, 329);
- this.bar_bottom.Name = "bar_bottom";
- this.bar_bottom.SelectedDockTab = 0;
- this.bar_bottom.Size = new System.Drawing.Size(866, 218);
- this.bar_bottom.Stretch = true;
- this.bar_bottom.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
- this.bar_bottom.TabIndex = 1;
- this.bar_bottom.TabStop = false;
- //
- // RecordsMonitorPanel
- //
- this.RecordsMonitorPanel.Controls.Add(this.dgvx_parkingRecords);
- 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(860, 187);
- this.RecordsMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.RecordsMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.RecordsMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.RecordsMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
- this.RecordsMonitorPanel.Style.GradientAngle = 90;
- this.RecordsMonitorPanel.TabIndex = 13;
- //
- // dgvx_parkingRecords
- //
- this.dgvx_parkingRecords.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
- this.dgvx_parkingRecords.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvx_parkingRecords.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.parkingRecordsID,
- this.userID,
- this.numberPlate,
- this.parkingSpaceID,
- this.realParkTime,
- this.realGetTime,
- this.receiptNum,
- this.parkingPrice,
- this.paymentStatus});
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvx_parkingRecords.DefaultCellStyle = dataGridViewCellStyle1;
- this.dgvx_parkingRecords.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvx_parkingRecords.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
- this.dgvx_parkingRecords.Location = new System.Drawing.Point(0, 0);
- this.dgvx_parkingRecords.Name = "dgvx_parkingRecords";
- this.dgvx_parkingRecords.RowTemplate.Height = 23;
- this.dgvx_parkingRecords.Size = new System.Drawing.Size(860, 187);
- this.dgvx_parkingRecords.TabIndex = 0;
- //
- // parkingRecordsID
- //
- this.parkingRecordsID.HeaderText = "停车记录ID";
- this.parkingRecordsID.MaxInputLength = 11;
- this.parkingRecordsID.Name = "parkingRecordsID";
- this.parkingRecordsID.ReadOnly = true;
- this.parkingRecordsID.Width = 90;
- //
- // userID
- //
- this.userID.HeaderText = "用户ID";
- this.userID.MaxInputLength = 8;
- this.userID.Name = "userID";
- this.userID.ReadOnly = true;
- this.userID.Width = 70;
- //
- // numberPlate
- //
- this.numberPlate.HeaderText = "号牌";
- this.numberPlate.MaxInputLength = 9;
- this.numberPlate.Name = "numberPlate";
- this.numberPlate.ReadOnly = true;
- this.numberPlate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.numberPlate.Width = 80;
- //
- // parkingSpaceID
- //
- this.parkingSpaceID.HeaderText = "车位编号";
- this.parkingSpaceID.MaxInputLength = 4;
- this.parkingSpaceID.Name = "parkingSpaceID";
- this.parkingSpaceID.ReadOnly = true;
- this.parkingSpaceID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.parkingSpaceID.Width = 80;
- //
- // realParkTime
- //
- this.realParkTime.HeaderText = "实际停入时间";
- this.realParkTime.MaxInputLength = 50;
- this.realParkTime.Name = "realParkTime";
- this.realParkTime.ReadOnly = true;
- this.realParkTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.realParkTime.Width = 140;
- //
- // realGetTime
- //
- this.realGetTime.HeaderText = "实际取出时间";
- this.realGetTime.MaxInputLength = 50;
- this.realGetTime.Name = "realGetTime";
- this.realGetTime.ReadOnly = true;
- this.realGetTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.realGetTime.Width = 140;
- //
- // receiptNum
- //
- this.receiptNum.HeaderText = "凭证号";
- this.receiptNum.MaxInputLength = 8;
- this.receiptNum.Name = "receiptNum";
- this.receiptNum.ReadOnly = true;
- this.receiptNum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // parkingPrice
- //
- this.parkingPrice.HeaderText = "停车费用";
- this.parkingPrice.MaxInputLength = 11;
- this.parkingPrice.Name = "parkingPrice";
- this.parkingPrice.ReadOnly = true;
- this.parkingPrice.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // paymentStatus
- //
- this.paymentStatus.HeaderText = "收费状态";
- this.paymentStatus.MaxInputLength = 11;
- this.paymentStatus.Name = "paymentStatus";
- this.paymentStatus.ReadOnly = true;
- //
- // dci_ParkingRecords
- //
- this.dci_ParkingRecords.Control = this.RecordsMonitorPanel;
- this.dci_ParkingRecords.Name = "dci_ParkingRecords";
- this.dci_ParkingRecords.Text = "进出记录";
- //
- // bar_side
- //
- this.bar_side.AccessibleDescription = "DotNetBar Bar (bar_side)";
- this.bar_side.AccessibleName = "DotNetBar Bar";
- this.bar_side.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this.bar_side.AlwaysDisplayDockTab = true;
- this.bar_side.CanDockBottom = false;
- this.bar_side.CanDockDocument = true;
- this.bar_side.CanDockLeft = false;
- this.bar_side.CanDockRight = false;
- this.bar_side.CanDockTop = false;
- this.bar_side.CanHide = true;
- this.bar_side.Controls.Add(this.terminalMonitorPanel);
- this.bar_side.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
- this.bar_side.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.bar_side.IsMaximized = false;
- this.bar_side.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.dci_terminal});
- this.bar_side.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
- this.bar_side.Location = new System.Drawing.Point(506, 0);
- this.bar_side.Name = "bar_side";
- this.bar_side.SelectedDockTab = 0;
- this.bar_side.Size = new System.Drawing.Size(360, 326);
- this.bar_side.Stretch = true;
- this.bar_side.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
- this.bar_side.TabIndex = 2;
- this.bar_side.TabStop = false;
- //
- // terminalMonitorPanel
- //
- this.terminalMonitorPanel.Controls.Add(this.flp_Term);
- 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(354, 295);
- this.terminalMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.terminalMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.terminalMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.terminalMonitorPanel.Style.ForeColor.Color = System.Drawing.SystemColors.MenuHighlight;
- this.terminalMonitorPanel.Style.GradientAngle = 90;
- this.terminalMonitorPanel.TabIndex = 0;
- //
- // flp_Term
- //
- this.flp_Term.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.flp_Term.Dock = System.Windows.Forms.DockStyle.Fill;
- this.flp_Term.Location = new System.Drawing.Point(0, 0);
- this.flp_Term.Name = "flp_Term";
- this.flp_Term.Padding = new System.Windows.Forms.Padding(5);
- this.flp_Term.Size = new System.Drawing.Size(354, 295);
- this.flp_Term.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.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
- this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
- this.dockSite1.Location = new System.Drawing.Point(0, 0);
- this.dockSite1.Name = "dockSite1";
- this.dockSite1.Size = new System.Drawing.Size(0, 668);
- this.dockSite1.TabIndex = 0;
- this.dockSite1.TabStop = false;
- //
- // dockSite_notification
- //
- this.dockSite_notification.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
- this.dockSite_notification.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.dockSite_notification.Controls.Add(this.bar_notification);
- this.dockSite_notification.Dock = System.Windows.Forms.DockStyle.Right;
- this.dockSite_notification.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
- ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar_notification, 325, 547)))}, DevComponents.DotNetBar.eOrientation.Vertical);
- this.dockSite_notification.Location = new System.Drawing.Point(866, 121);
- this.dockSite_notification.Name = "dockSite_notification";
- this.dockSite_notification.Size = new System.Drawing.Size(328, 547);
- this.dockSite_notification.TabIndex = 1;
- this.dockSite_notification.TabStop = false;
- //
- // bar_notification
- //
- this.bar_notification.AccessibleDescription = "DotNetBar Bar (bar_notification)";
- this.bar_notification.AccessibleName = "DotNetBar Bar";
- this.bar_notification.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this.bar_notification.AutoSyncBarCaption = true;
- this.bar_notification.CloseSingleTab = true;
- this.bar_notification.Controls.Add(this.warningPanel);
- this.bar_notification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.bar_notification.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption;
- this.bar_notification.IsMaximized = false;
- this.bar_notification.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.dci_warning});
- this.bar_notification.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
- this.bar_notification.Location = new System.Drawing.Point(3, 0);
- this.bar_notification.Name = "bar_notification";
- this.bar_notification.Size = new System.Drawing.Size(325, 547);
- this.bar_notification.Stretch = true;
- this.bar_notification.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
- this.bar_notification.TabIndex = 1;
- this.bar_notification.TabStop = false;
- this.bar_notification.Text = "警告与提示";
- //
- // warningPanel
- //
- this.warningPanel.Controls.Add(this.rtb_notification);
- this.warningPanel.Controls.Add(this.progressBar1);
- 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(319, 521);
- this.warningPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.warningPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.warningPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.warningPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
- this.warningPanel.Style.GradientAngle = 90;
- this.warningPanel.TabIndex = 26;
- //
- // rtb_notification
- //
- this.rtb_notification.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.rtb_notification.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.rtb_notification.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.rtb_notification.Dock = System.Windows.Forms.DockStyle.Fill;
- this.rtb_notification.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rtb_notification.Location = new System.Drawing.Point(0, 0);
- this.rtb_notification.Name = "rtb_notification";
- this.rtb_notification.ReadOnly = true;
- this.rtb_notification.Size = new System.Drawing.Size(319, 500);
- this.rtb_notification.TabIndex = 1;
- this.rtb_notification.Text = "";
- //
- // progressBar1
- //
- this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.progressBar1.Location = new System.Drawing.Point(0, 500);
- this.progressBar1.Name = "progressBar1";
- this.progressBar1.Size = new System.Drawing.Size(319, 21);
- this.progressBar1.Step = 20;
- this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
- this.progressBar1.TabIndex = 0;
- //
- // 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, 0);
- this.dockSite5.Name = "dockSite5";
- this.dockSite5.Size = new System.Drawing.Size(0, 668);
- 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, 0);
- this.dockSite6.Name = "dockSite6";
- this.dockSite6.Size = new System.Drawing.Size(0, 668);
- this.dockSite6.TabIndex = 5;
- this.dockSite6.TabStop = false;
- //
- // dockSite_menu
- //
- this.dockSite_menu.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
- this.dockSite_menu.Controls.Add(this.bar_Menu);
- this.dockSite_menu.Controls.Add(this.bar_shortcut);
- this.dockSite_menu.Dock = System.Windows.Forms.DockStyle.Top;
- this.dockSite_menu.Location = new System.Drawing.Point(0, 0);
- this.dockSite_menu.Name = "dockSite_menu";
- this.dockSite_menu.Size = new System.Drawing.Size(1194, 121);
- this.dockSite_menu.TabIndex = 6;
- this.dockSite_menu.TabStop = false;
- //
- // bar_Menu
- //
- this.bar_Menu.AccessibleDescription = "DotNetBar Bar (bar_Menu)";
- this.bar_Menu.AccessibleName = "DotNetBar Bar";
- this.bar_Menu.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar;
- this.bar_Menu.DockSide = DevComponents.DotNetBar.eDockSide.Top;
- this.bar_Menu.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.bar_Menu.IsMaximized = false;
- this.bar_Menu.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btn_system,
- this.btn_files,
- this.btn_views,
- this.btn_devices,
- this.btn_support});
- this.bar_Menu.Location = new System.Drawing.Point(0, 0);
- this.bar_Menu.MenuBar = true;
- this.bar_Menu.Name = "bar_Menu";
- this.bar_Menu.Size = new System.Drawing.Size(1194, 26);
- this.bar_Menu.Stretch = true;
- this.bar_Menu.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
- this.bar_Menu.TabIndex = 0;
- this.bar_Menu.TabStop = false;
- this.bar_Menu.Text = "bar1";
- //
- // btn_system
- //
- this.btn_system.Name = "btn_system";
- this.btn_system.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btn_login,
- this.btn_logout,
- this.btn_exit});
- this.btn_system.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_advertUpdate,
- this.btn_recordManagement,
- this.btn_exportRecords,
- this.btn_setScheme,
- this.btn_config});
- this.btn_files.Text = "文件";
- //
- // btn_openFile
- //
- this.btn_openFile.Name = "btn_openFile";
- this.btn_openFile.Text = "打开日志";
- this.btn_openFile.Click += new System.EventHandler(this.btn_openFile_Click);
- //
- // btn_advertUpdate
- //
- this.btn_advertUpdate.Name = "btn_advertUpdate";
- this.btn_advertUpdate.Text = "手动更新广告";
- this.btn_advertUpdate.Click += new System.EventHandler(this.btn_advertUpdate_Click);
- //
- // btn_recordManagement
- //
- this.btn_recordManagement.Name = "btn_recordManagement";
- this.btn_recordManagement.Text = "记录管理";
- this.btn_recordManagement.Click += new System.EventHandler(this.btn_recordManagement_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_setScheme
- //
- this.btn_setScheme.Name = "btn_setScheme";
- this.btn_setScheme.Text = "收费策略";
- this.btn_setScheme.Click += new System.EventHandler(this.btn_setScheme_Click);
- //
- // btn_config
- //
- this.btn_config.Name = "btn_config";
- this.btn_config.Text = "系统配置";
- this.btn_config.Click += new System.EventHandler(this.btn_config_Click);
- //
- // btn_views
- //
- this.btn_views.Name = "btn_views";
- this.btn_views.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btn_parkingSpace,
- this.btn_numMachine,
- this.btn_payment,
- this.btn_test,
- this.btn_terminals,
- this.btn_records});
- this.btn_views.Text = "视图";
- //
- // btn_parkingSpace
- //
- this.btn_parkingSpace.Name = "btn_parkingSpace";
- this.btn_parkingSpace.Text = "车位视图";
- this.btn_parkingSpace.Click += new System.EventHandler(this.btn_parkingSpace_Click);
- //
- // btn_numMachine
- //
- this.btn_numMachine.Name = "btn_numMachine";
- this.btn_numMachine.Text = "号牌机视图";
- this.btn_numMachine.Click += new System.EventHandler(this.btn_numMachine_Click);
- //
- // btn_payment
- //
- this.btn_payment.Name = "btn_payment";
- this.btn_payment.Text = "支付视图";
- this.btn_payment.Click += new System.EventHandler(this.btn_payment_Click);
- //
- // btn_test
- //
- this.btn_test.Name = "btn_test";
- this.btn_test.Text = "测试";
- this.btn_test.Click += new System.EventHandler(this.btn_test_Click);
- //
- // btn_terminals
- //
- this.btn_terminals.Name = "btn_terminals";
- this.btn_terminals.Text = "终端视图";
- this.btn_terminals.Click += new System.EventHandler(this.btn_terminals_Click);
- //
- // btn_records
- //
- this.btn_records.Name = "btn_records";
- this.btn_records.Text = "记录视图";
- this.btn_records.Click += new System.EventHandler(this.btn_records_Click);
- //
- // btn_devices
- //
- this.btn_devices.Name = "btn_devices";
- this.btn_devices.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btn_linkPLC,
- this.btn_linkWeb,
- this.btn_PLCConf,
- this.btn_numMachineConf});
- 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);
- //
- // btn_linkWeb
- //
- this.btn_linkWeb.Name = "btn_linkWeb";
- this.btn_linkWeb.Text = "连接Web";
- this.btn_linkWeb.Click += new System.EventHandler(this.btn_linkWeb_Click);
- //
- // btn_PLCConf
- //
- this.btn_PLCConf.Name = "btn_PLCConf";
- this.btn_PLCConf.Text = "PLC数据调试";
- this.btn_PLCConf.Click += new System.EventHandler(this.btn_PLCConf_Click);
- //
- // btn_numMachineConf
- //
- this.btn_numMachineConf.Name = "btn_numMachineConf";
- this.btn_numMachineConf.Text = "号牌机调试";
- this.btn_numMachineConf.Click += new System.EventHandler(this.btn_numMachineConf_Click);
- //
- // btn_support
- //
- this.btn_support.Name = "btn_support";
- this.btn_support.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btn_sysInfo,
- this.btn_about});
- this.btn_support.Text = "帮助";
- //
- // btn_sysInfo
- //
- this.btn_sysInfo.Name = "btn_sysInfo";
- this.btn_sysInfo.Text = "系统信息";
- this.btn_sysInfo.Click += new System.EventHandler(this.btn_sysInfo_Click);
- //
- // btn_about
- //
- this.btn_about.Name = "btn_about";
- this.btn_about.Text = "关于我们";
- //
- // bar_shortcut
- //
- this.bar_shortcut.AccessibleDescription = "DotNetBar Bar (bar_shortcut)";
- this.bar_shortcut.AccessibleName = "DotNetBar Bar";
- this.bar_shortcut.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar;
- this.bar_shortcut.AutoHide = true;
- this.bar_shortcut.AutoHideAnimationTime = 300;
- this.bar_shortcut.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
- this.bar_shortcut.Controls.Add(this.panel_freeSpace);
- this.bar_shortcut.DockLine = 1;
- this.bar_shortcut.DockSide = DevComponents.DotNetBar.eDockSide.Top;
- this.bar_shortcut.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.bar_shortcut.IsMaximized = false;
- this.bar_shortcut.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.shortcut_login,
- this.shortcut_logout,
- this.shortcut_sysInfo,
- this.shortcut_about,
- this.shortcut_close});
- this.bar_shortcut.Location = new System.Drawing.Point(0, 27);
- this.bar_shortcut.MenuBar = true;
- this.bar_shortcut.Name = "bar_shortcut";
- this.bar_shortcut.Size = new System.Drawing.Size(1194, 93);
- this.bar_shortcut.Stretch = true;
- this.bar_shortcut.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
- this.bar_shortcut.TabIndex = 1;
- this.bar_shortcut.TabStop = false;
- this.bar_shortcut.Text = "bar1";
- //
- // panel_freeSpace
- //
- this.panel_freeSpace.Controls.Add(this.lbx_freeSpace);
- this.panel_freeSpace.Dock = System.Windows.Forms.DockStyle.Right;
- this.panel_freeSpace.Location = new System.Drawing.Point(866, 0);
- this.panel_freeSpace.Name = "panel_freeSpace";
- this.panel_freeSpace.Size = new System.Drawing.Size(328, 93);
- this.panel_freeSpace.TabIndex = 3;
- //
- // lbx_freeSpace
- //
- this.lbx_freeSpace.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
- //
- //
- //
- this.lbx_freeSpace.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.lbx_freeSpace.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lbx_freeSpace.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbx_freeSpace.FontBold = true;
- this.lbx_freeSpace.ForeColor = System.Drawing.Color.Tomato;
- this.lbx_freeSpace.Location = new System.Drawing.Point(0, 0);
- this.lbx_freeSpace.Name = "lbx_freeSpace";
- this.lbx_freeSpace.Size = new System.Drawing.Size(328, 93);
- this.lbx_freeSpace.TabIndex = 2;
- this.lbx_freeSpace.Text = "currentFreeSpace";
- this.lbx_freeSpace.TextAlignment = System.Drawing.StringAlignment.Center;
- //
- // shortcut_login
- //
- this.shortcut_login.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
- this.shortcut_login.Image = global::centralController.Properties.Resources.pc;
- this.shortcut_login.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.shortcut_login.Name = "shortcut_login";
- this.shortcut_login.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.None;
- this.shortcut_login.ShowSubItems = false;
- this.shortcut_login.Text = "登录";
- //
- // shortcut_logout
- //
- this.shortcut_logout.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
- this.shortcut_logout.Image = global::centralController.Properties.Resources.monitor;
- this.shortcut_logout.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.shortcut_logout.Name = "shortcut_logout";
- this.shortcut_logout.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.None;
- this.shortcut_logout.ShowSubItems = false;
- this.shortcut_logout.Text = "登出";
- //
- // shortcut_sysInfo
- //
- this.shortcut_sysInfo.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
- this.shortcut_sysInfo.Image = global::centralController.Properties.Resources.sysExplain1;
- this.shortcut_sysInfo.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.shortcut_sysInfo.Name = "shortcut_sysInfo";
- this.shortcut_sysInfo.ShowSubItems = false;
- this.shortcut_sysInfo.Text = "系统信息";
- this.shortcut_sysInfo.Click += new System.EventHandler(this.shortcut_sysInfo_Click);
- //
- // shortcut_about
- //
- this.shortcut_about.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
- this.shortcut_about.Image = global::centralController.Properties.Resources.about;
- this.shortcut_about.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.shortcut_about.Name = "shortcut_about";
- this.shortcut_about.ShowSubItems = false;
- this.shortcut_about.Text = "关于我们";
- //
- // shortcut_close
- //
- this.shortcut_close.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
- this.shortcut_close.Image = global::centralController.Properties.Resources.close;
- this.shortcut_close.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.shortcut_close.Name = "shortcut_close";
- this.shortcut_close.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.None;
- this.shortcut_close.ShowSubItems = false;
- this.shortcut_close.Text = "退出";
- this.shortcut_close.Click += new System.EventHandler(this.shortcut_close_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.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.dockSite3.Location = new System.Drawing.Point(0, 0);
- 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.BackColor = System.Drawing.Color.White;
- 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;
- //
- // controlContainerItem1
- //
- this.controlContainerItem1.AllowItemResize = false;
- this.controlContainerItem1.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
- this.controlContainerItem1.Name = "controlContainerItem1";
- //
- // 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.dockSite_mainView);
- this.Controls.Add(this.dockSite_notification);
- this.Controls.Add(this.dockSite_menu);
- 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.dockSite8);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "centralController";
- this.Text = "智象停车中控端";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.centralController_FormClosing);
- this.dockSite_mainView.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.bar_mainWin)).EndInit();
- this.bar_mainWin.ResumeLayout(false);
- this.pdc_devStatus.ResumeLayout(false);
- this.panel1.ResumeLayout(false);
- this.tableLayoutPanel2.ResumeLayout(false);
- this.NumMachineMonitorPanel.ResumeLayout(false);
- this.testPanel.ResumeLayout(false);
- this.testPanel.PerformLayout();
- this.groupPanel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
- this.groupPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
- this.tableLayoutPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bar_bottom)).EndInit();
- this.bar_bottom.ResumeLayout(false);
- this.RecordsMonitorPanel.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvx_parkingRecords)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bar_side)).EndInit();
- this.bar_side.ResumeLayout(false);
- this.terminalMonitorPanel.ResumeLayout(false);
- this.dockSite_notification.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.bar_notification)).EndInit();
- this.bar_notification.ResumeLayout(false);
- this.warningPanel.ResumeLayout(false);
- this.dockSite_menu.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.bar_Menu)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bar_shortcut)).EndInit();
- this.bar_shortcut.ResumeLayout(false);
- this.panel_freeSpace.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private DevComponents.DotNetBar.DotNetBarManager dotNetBarManager1;
- private DevComponents.DotNetBar.DockSite dockSite4;
- private DevComponents.DotNetBar.DockSite dockSite1;
- private DevComponents.DotNetBar.DockSite dockSite_notification;
- private DevComponents.DotNetBar.DockSite dockSite3;
- private DevComponents.DotNetBar.DockSite dockSite5;
- private DevComponents.DotNetBar.DockSite dockSite6;
- private DevComponents.DotNetBar.DockSite dockSite_menu;
- private DevComponents.DotNetBar.Bar bar_Menu;
- private DevComponents.DotNetBar.ButtonItem btn_system;
- private DevComponents.DotNetBar.DockSite dockSite8;
- private DevComponents.DotNetBar.DockSite dockSite_mainView;
- 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.PanelDockContainer terminalMonitorPanel;
- private DevComponents.DotNetBar.DockContainerItem dci_terminal;
- private DevComponents.DotNetBar.PanelDockContainer panelDockContainer7;
- private DevComponents.DotNetBar.DockContainerItem dockContainerItem1;
- private DevComponents.DotNetBar.PanelDockContainer panelDockContainer8;
- private DevComponents.DotNetBar.PanelDockContainer panelDockContainer10;
- private DevComponents.DotNetBar.ButtonItem btn_exit;
- private DevComponents.DotNetBar.PanelDockContainer warningPanel;
- private DevComponents.DotNetBar.DockContainerItem dci_warning;
- private System.Windows.Forms.ProgressBar progressBar1;
- private DevComponents.DotNetBar.ButtonItem btn_recordManagement;
- private DevComponents.DotNetBar.ButtonItem btn_exportRecords;
- private DevComponents.DotNetBar.Bar bar_bottom;
- private DevComponents.DotNetBar.Bar bar_notification;
- private DevComponents.DotNetBar.LabelX lbx_freeSpace;
- private DevComponents.DotNetBar.ButtonItem btn_views;
- private DevComponents.DotNetBar.ButtonItem btn_numMachine;
- private DevComponents.DotNetBar.ButtonItem btn_test;
- private DevComponents.DotNetBar.ButtonItem btn_parkingSpace;
- private DevComponents.DotNetBar.ButtonItem btn_payment;
- private DevComponents.DotNetBar.ButtonItem btn_terminals;
- private DevComponents.DotNetBar.ButtonItem btn_records;
- private DevComponents.DotNetBar.ButtonItem btn_setScheme;
- private DevComponents.DotNetBar.ButtonItem btn_PLCConf;
- private DevComponents.DotNetBar.Bar bar_mainWin;
- private DevComponents.DotNetBar.PanelDockContainer NumMachineMonitorPanel;
- public System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- private DevComponents.DotNetBar.PanelDockContainer paymentPanel;
- private DevComponents.DotNetBar.PanelDockContainer testPanel;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.TextBox textBox1;
- private DevComponents.DotNetBar.PanelDockContainer ParkingSpaceMonitorPanel;
- private DevComponents.DotNetBar.DockContainerItem dci_ParkingSpace;
- private DevComponents.DotNetBar.DockContainerItem dci_NumMachine;
- private DevComponents.DotNetBar.DockContainerItem dci_payment;
- private DevComponents.DotNetBar.DockContainerItem dci_Test;
- private DevComponents.DotNetBar.PanelDockContainer RecordsMonitorPanel;
- private DevComponents.DotNetBar.Controls.DataGridViewX dgvx_parkingRecords;
- private DevComponents.DotNetBar.DockContainerItem dci_ParkingRecords;
- private DevComponents.DotNetBar.Bar bar_shortcut;
- private DevComponents.DotNetBar.Bar bar_side;
- private DevComponents.DotNetBar.ButtonItem btn_numMachineConf;
- private DevComponents.DotNetBar.ButtonItem shortcut_login;
- private DevComponents.DotNetBar.ButtonItem shortcut_logout;
- private DevComponents.DotNetBar.ButtonItem shortcut_close;
- private System.Windows.Forms.Panel panel_freeSpace;
- private DevComponents.DotNetBar.ControlContainerItem controlContainerItem1;
- private DevComponents.DotNetBar.ButtonItem btn_support;
- private DevComponents.DotNetBar.ButtonItem btn_sysInfo;
- private DevComponents.DotNetBar.ButtonItem btn_about;
- private DevComponents.DotNetBar.ButtonItem shortcut_sysInfo;
- private DevComponents.DotNetBar.ButtonItem shortcut_about;
- private DevComponents.DotNetBar.ButtonItem btn_advertUpdate;
- private System.Windows.Forms.DateTimePicker dateTimePicker1;
- private System.Windows.Forms.DataGridViewTextBoxColumn parkingRecordsID;
- private System.Windows.Forms.DataGridViewTextBoxColumn userID;
- private System.Windows.Forms.DataGridViewTextBoxColumn numberPlate;
- private System.Windows.Forms.DataGridViewTextBoxColumn parkingSpaceID;
- private System.Windows.Forms.DataGridViewTextBoxColumn realParkTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn realGetTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn receiptNum;
- private System.Windows.Forms.DataGridViewTextBoxColumn parkingPrice;
- private System.Windows.Forms.DataGridViewTextBoxColumn paymentStatus;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private DevComponents.DotNetBar.LabelX labelX1;
- private System.Windows.Forms.RichTextBox rtb_notification;
- private System.Windows.Forms.PictureBox pictureBox2;
- private DevComponents.DotNetBar.Controls.GroupPanel groupPanel1;
- private DevComponents.DotNetBar.Controls.GroupPanel groupPanel2;
- private System.Windows.Forms.PictureBox pictureBox4;
- private System.Windows.Forms.PictureBox pictureBox5;
- private System.Windows.Forms.PictureBox pictureBox3;
- private System.Windows.Forms.FlowLayoutPanel flp_Term;
- private DevComponents.DotNetBar.ButtonItem btn_linkWeb;
- private DevComponents.DotNetBar.PanelDockContainer pdc_devStatus;
- private DevComponents.DotNetBar.DockContainerItem dci_devStatus;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
- private DevComponents.DotNetBar.LabelX lbx_PLC;
- private DevComponents.DotNetBar.LabelX lbx_web;
- private DevComponents.DotNetBar.LabelX lbx_webStatus;
- private DevComponents.DotNetBar.LabelX lbx_PLCStatus;
- private System.Windows.Forms.Panel panel1;
- private DevComponents.DotNetBar.ButtonItem btn_config;
- }
- }
|