FormCentralController.Designer.cs 95 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663
  1. namespace centralController
  2. {
  3. partial class centralController
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(centralController));
  31. this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
  32. this.dockSite4 = new DevComponents.DotNetBar.DockSite();
  33. this.dockSite_mainView = new DevComponents.DotNetBar.DockSite();
  34. this.bar_mainWin = new DevComponents.DotNetBar.Bar();
  35. this.testPanel = new DevComponents.DotNetBar.PanelDockContainer();
  36. this.button3 = new System.Windows.Forms.Button();
  37. this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
  38. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  39. this.pictureBox5 = new System.Windows.Forms.PictureBox();
  40. this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
  41. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  42. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  43. this.button2 = new System.Windows.Forms.Button();
  44. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  45. this.button1 = new System.Windows.Forms.Button();
  46. this.textBox2 = new System.Windows.Forms.TextBox();
  47. this.textBox1 = new System.Windows.Forms.TextBox();
  48. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  49. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  50. this.labelX1 = new DevComponents.DotNetBar.LabelX();
  51. this.NumMachineMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
  52. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  53. this.paymentPanel = new DevComponents.DotNetBar.PanelDockContainer();
  54. this.ParkingSpaceMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
  55. this.pdc_devStatus = new DevComponents.DotNetBar.PanelDockContainer();
  56. this.panel1 = new System.Windows.Forms.Panel();
  57. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  58. this.lbx_webStatus = new DevComponents.DotNetBar.LabelX();
  59. this.lbx_PLCStatus = new DevComponents.DotNetBar.LabelX();
  60. this.lbx_PLC = new DevComponents.DotNetBar.LabelX();
  61. this.lbx_web = new DevComponents.DotNetBar.LabelX();
  62. this.dci_NumMachine = new DevComponents.DotNetBar.DockContainerItem();
  63. this.dci_payment = new DevComponents.DotNetBar.DockContainerItem();
  64. this.dci_ParkingSpace = new DevComponents.DotNetBar.DockContainerItem();
  65. this.dci_Test = new DevComponents.DotNetBar.DockContainerItem();
  66. this.dci_devStatus = new DevComponents.DotNetBar.DockContainerItem();
  67. this.bar_bottom = new DevComponents.DotNetBar.Bar();
  68. this.RecordsMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
  69. this.dgvx_parkingRecords = new DevComponents.DotNetBar.Controls.DataGridViewX();
  70. this.parkingRecordsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.userID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.numberPlate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.parkingSpaceID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.realParkTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.realGetTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.receiptNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.parkingPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.paymentStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.dci_ParkingRecords = new DevComponents.DotNetBar.DockContainerItem();
  80. this.bar_side = new DevComponents.DotNetBar.Bar();
  81. this.terminalMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
  82. this.flp_Term = new System.Windows.Forms.FlowLayoutPanel();
  83. this.dci_terminal = new DevComponents.DotNetBar.DockContainerItem();
  84. this.dockSite1 = new DevComponents.DotNetBar.DockSite();
  85. this.dockSite_notification = new DevComponents.DotNetBar.DockSite();
  86. this.bar_notification = new DevComponents.DotNetBar.Bar();
  87. this.warningPanel = new DevComponents.DotNetBar.PanelDockContainer();
  88. this.rtb_notification = new System.Windows.Forms.RichTextBox();
  89. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  90. this.dci_warning = new DevComponents.DotNetBar.DockContainerItem();
  91. this.dockSite8 = new DevComponents.DotNetBar.DockSite();
  92. this.dockSite5 = new DevComponents.DotNetBar.DockSite();
  93. this.dockSite6 = new DevComponents.DotNetBar.DockSite();
  94. this.dockSite_menu = new DevComponents.DotNetBar.DockSite();
  95. this.bar_Menu = new DevComponents.DotNetBar.Bar();
  96. this.btn_system = new DevComponents.DotNetBar.ButtonItem();
  97. this.btn_login = new DevComponents.DotNetBar.ButtonItem();
  98. this.btn_logout = new DevComponents.DotNetBar.ButtonItem();
  99. this.btn_exit = new DevComponents.DotNetBar.ButtonItem();
  100. this.btn_files = new DevComponents.DotNetBar.ButtonItem();
  101. this.btn_openFile = new DevComponents.DotNetBar.ButtonItem();
  102. this.btn_advertUpdate = new DevComponents.DotNetBar.ButtonItem();
  103. this.btn_recordManagement = new DevComponents.DotNetBar.ButtonItem();
  104. this.btn_exportRecords = new DevComponents.DotNetBar.ButtonItem();
  105. this.btn_setScheme = new DevComponents.DotNetBar.ButtonItem();
  106. this.btn_config = new DevComponents.DotNetBar.ButtonItem();
  107. this.btn_views = new DevComponents.DotNetBar.ButtonItem();
  108. this.btn_parkingSpace = new DevComponents.DotNetBar.ButtonItem();
  109. this.btn_numMachine = new DevComponents.DotNetBar.ButtonItem();
  110. this.btn_payment = new DevComponents.DotNetBar.ButtonItem();
  111. this.btn_test = new DevComponents.DotNetBar.ButtonItem();
  112. this.btn_terminals = new DevComponents.DotNetBar.ButtonItem();
  113. this.btn_records = new DevComponents.DotNetBar.ButtonItem();
  114. this.btn_devices = new DevComponents.DotNetBar.ButtonItem();
  115. this.btn_linkPLC = new DevComponents.DotNetBar.ButtonItem();
  116. this.btn_linkWeb = new DevComponents.DotNetBar.ButtonItem();
  117. this.btn_PLCConf = new DevComponents.DotNetBar.ButtonItem();
  118. this.btn_numMachineConf = new DevComponents.DotNetBar.ButtonItem();
  119. this.btn_support = new DevComponents.DotNetBar.ButtonItem();
  120. this.btn_sysInfo = new DevComponents.DotNetBar.ButtonItem();
  121. this.btn_about = new DevComponents.DotNetBar.ButtonItem();
  122. this.bar_shortcut = new DevComponents.DotNetBar.Bar();
  123. this.panel_freeSpace = new System.Windows.Forms.Panel();
  124. this.lbx_freeSpace = new DevComponents.DotNetBar.LabelX();
  125. this.shortcut_login = new DevComponents.DotNetBar.ButtonItem();
  126. this.shortcut_logout = new DevComponents.DotNetBar.ButtonItem();
  127. this.shortcut_pause = new DevComponents.DotNetBar.ButtonItem();
  128. this.shortcut_sysInfo = new DevComponents.DotNetBar.ButtonItem();
  129. this.shortcut_about = new DevComponents.DotNetBar.ButtonItem();
  130. this.shortcut_close = new DevComponents.DotNetBar.ButtonItem();
  131. this.dockSite3 = new DevComponents.DotNetBar.DockSite();
  132. this.panelDockContainer10 = new DevComponents.DotNetBar.PanelDockContainer();
  133. this.dockContainerItem2 = new DevComponents.DotNetBar.DockContainerItem();
  134. this.groupPanel5 = new DevComponents.DotNetBar.Controls.GroupPanel();
  135. this.dci_PaymentRecords = new DevComponents.DotNetBar.DockContainerItem();
  136. this.panelDockContainer7 = new DevComponents.DotNetBar.PanelDockContainer();
  137. this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem();
  138. this.panelDockContainer8 = new DevComponents.DotNetBar.PanelDockContainer();
  139. this.controlContainerItem1 = new DevComponents.DotNetBar.ControlContainerItem();
  140. this.dockSite_mainView.SuspendLayout();
  141. ((System.ComponentModel.ISupportInitialize)(this.bar_mainWin)).BeginInit();
  142. this.bar_mainWin.SuspendLayout();
  143. this.testPanel.SuspendLayout();
  144. this.groupPanel2.SuspendLayout();
  145. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  146. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
  147. this.groupPanel1.SuspendLayout();
  148. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  149. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  150. this.tableLayoutPanel1.SuspendLayout();
  151. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  152. this.NumMachineMonitorPanel.SuspendLayout();
  153. this.pdc_devStatus.SuspendLayout();
  154. this.panel1.SuspendLayout();
  155. this.tableLayoutPanel2.SuspendLayout();
  156. ((System.ComponentModel.ISupportInitialize)(this.bar_bottom)).BeginInit();
  157. this.bar_bottom.SuspendLayout();
  158. this.RecordsMonitorPanel.SuspendLayout();
  159. ((System.ComponentModel.ISupportInitialize)(this.dgvx_parkingRecords)).BeginInit();
  160. ((System.ComponentModel.ISupportInitialize)(this.bar_side)).BeginInit();
  161. this.bar_side.SuspendLayout();
  162. this.terminalMonitorPanel.SuspendLayout();
  163. this.dockSite_notification.SuspendLayout();
  164. ((System.ComponentModel.ISupportInitialize)(this.bar_notification)).BeginInit();
  165. this.bar_notification.SuspendLayout();
  166. this.warningPanel.SuspendLayout();
  167. this.dockSite_menu.SuspendLayout();
  168. ((System.ComponentModel.ISupportInitialize)(this.bar_Menu)).BeginInit();
  169. ((System.ComponentModel.ISupportInitialize)(this.bar_shortcut)).BeginInit();
  170. this.bar_shortcut.SuspendLayout();
  171. this.panel_freeSpace.SuspendLayout();
  172. this.SuspendLayout();
  173. //
  174. // dotNetBarManager1
  175. //
  176. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
  177. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
  178. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
  179. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
  180. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
  181. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
  182. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
  183. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
  184. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
  185. this.dotNetBarManager1.BottomDockSite = this.dockSite4;
  186. this.dotNetBarManager1.EnableFullSizeDock = false;
  187. this.dotNetBarManager1.FillDockSite = this.dockSite_mainView;
  188. this.dotNetBarManager1.LeftDockSite = this.dockSite1;
  189. this.dotNetBarManager1.ParentForm = this;
  190. this.dotNetBarManager1.RightDockSite = this.dockSite_notification;
  191. this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  192. this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8;
  193. this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
  194. this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
  195. this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite_menu;
  196. this.dotNetBarManager1.TopDockSite = this.dockSite3;
  197. //
  198. // dockSite4
  199. //
  200. this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  201. this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
  202. this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
  203. this.dockSite4.Location = new System.Drawing.Point(0, 668);
  204. this.dockSite4.Name = "dockSite4";
  205. this.dockSite4.Size = new System.Drawing.Size(1194, 0);
  206. this.dockSite4.TabIndex = 3;
  207. this.dockSite4.TabStop = false;
  208. //
  209. // dockSite_mainView
  210. //
  211. this.dockSite_mainView.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  212. this.dockSite_mainView.Controls.Add(this.bar_mainWin);
  213. this.dockSite_mainView.Controls.Add(this.bar_bottom);
  214. this.dockSite_mainView.Controls.Add(this.bar_side);
  215. this.dockSite_mainView.Dock = System.Windows.Forms.DockStyle.Fill;
  216. this.dockSite_mainView.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
  217. ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
  218. ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar_mainWin, 503, 415))),
  219. ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar_side, 360, 415)))}, DevComponents.DotNetBar.eOrientation.Horizontal))),
  220. ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar_bottom, 849, 242)))}, DevComponents.DotNetBar.eOrientation.Vertical);
  221. this.dockSite_mainView.Location = new System.Drawing.Point(0, 121);
  222. this.dockSite_mainView.Name = "dockSite_mainView";
  223. this.dockSite_mainView.Size = new System.Drawing.Size(849, 547);
  224. this.dockSite_mainView.TabIndex = 8;
  225. this.dockSite_mainView.TabStop = false;
  226. //
  227. // bar_mainWin
  228. //
  229. this.bar_mainWin.AccessibleDescription = "DotNetBar Bar (bar_mainWin)";
  230. this.bar_mainWin.AccessibleName = "DotNetBar Bar";
  231. this.bar_mainWin.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  232. this.bar_mainWin.AlwaysDisplayDockTab = true;
  233. this.bar_mainWin.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
  234. this.bar_mainWin.CanCustomize = false;
  235. this.bar_mainWin.CanDockBottom = false;
  236. this.bar_mainWin.CanDockDocument = true;
  237. this.bar_mainWin.CanDockLeft = false;
  238. this.bar_mainWin.CanDockRight = false;
  239. this.bar_mainWin.CanDockTop = false;
  240. this.bar_mainWin.CanHide = true;
  241. this.bar_mainWin.Controls.Add(this.testPanel);
  242. this.bar_mainWin.Controls.Add(this.NumMachineMonitorPanel);
  243. this.bar_mainWin.Controls.Add(this.paymentPanel);
  244. this.bar_mainWin.Controls.Add(this.ParkingSpaceMonitorPanel);
  245. this.bar_mainWin.Controls.Add(this.pdc_devStatus);
  246. this.bar_mainWin.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
  247. this.bar_mainWin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.bar_mainWin.IsMaximized = false;
  249. this.bar_mainWin.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  250. this.dci_NumMachine,
  251. this.dci_payment,
  252. this.dci_ParkingSpace,
  253. this.dci_Test,
  254. this.dci_devStatus});
  255. this.bar_mainWin.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
  256. this.bar_mainWin.Location = new System.Drawing.Point(0, 0);
  257. this.bar_mainWin.Name = "bar_mainWin";
  258. this.bar_mainWin.SelectedDockTab = 3;
  259. this.bar_mainWin.SingleLineColor = System.Drawing.SystemColors.ControlDarkDark;
  260. this.bar_mainWin.Size = new System.Drawing.Size(493, 287);
  261. this.bar_mainWin.Stretch = true;
  262. this.bar_mainWin.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  263. this.bar_mainWin.TabIndex = 0;
  264. this.bar_mainWin.TabNavigation = true;
  265. this.bar_mainWin.TabStop = false;
  266. //
  267. // testPanel
  268. //
  269. this.testPanel.Controls.Add(this.button3);
  270. this.testPanel.Controls.Add(this.groupPanel2);
  271. this.testPanel.Controls.Add(this.groupPanel1);
  272. this.testPanel.Controls.Add(this.button2);
  273. this.testPanel.Controls.Add(this.dateTimePicker1);
  274. this.testPanel.Controls.Add(this.button1);
  275. this.testPanel.Controls.Add(this.textBox2);
  276. this.testPanel.Controls.Add(this.textBox1);
  277. this.testPanel.Controls.Add(this.tableLayoutPanel1);
  278. this.testPanel.DisabledBackColor = System.Drawing.Color.Empty;
  279. this.testPanel.Location = new System.Drawing.Point(3, 28);
  280. this.testPanel.Name = "testPanel";
  281. this.testPanel.Size = new System.Drawing.Size(487, 256);
  282. this.testPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  283. this.testPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  284. this.testPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  285. this.testPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  286. this.testPanel.Style.GradientAngle = 90;
  287. this.testPanel.TabIndex = 38;
  288. //
  289. // button3
  290. //
  291. this.button3.Location = new System.Drawing.Point(131, 72);
  292. this.button3.Name = "button3";
  293. this.button3.Size = new System.Drawing.Size(114, 23);
  294. this.button3.TabIndex = 16;
  295. this.button3.Text = "终端id获取测试";
  296. this.button3.UseVisualStyleBackColor = true;
  297. this.button3.Click += new System.EventHandler(this.button3_Click);
  298. //
  299. // groupPanel2
  300. //
  301. this.groupPanel2.BackColor = System.Drawing.SystemColors.Highlight;
  302. this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
  303. this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
  304. this.groupPanel2.ColorTable = DevComponents.DotNetBar.Controls.ePanelColorTable.Green;
  305. this.groupPanel2.Controls.Add(this.pictureBox4);
  306. this.groupPanel2.Controls.Add(this.pictureBox5);
  307. this.groupPanel2.DisabledBackColor = System.Drawing.Color.Empty;
  308. this.groupPanel2.Location = new System.Drawing.Point(349, 247);
  309. this.groupPanel2.Name = "groupPanel2";
  310. this.groupPanel2.Size = new System.Drawing.Size(110, 115);
  311. //
  312. //
  313. //
  314. this.groupPanel2.Style.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(217)))), ((int)(((byte)(185)))));
  315. this.groupPanel2.Style.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(191)))), ((int)(((byte)(139)))));
  316. this.groupPanel2.Style.BackColorGradientAngle = 90;
  317. this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
  318. this.groupPanel2.Style.BorderBottomWidth = 1;
  319. this.groupPanel2.Style.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(164)))), ((int)(((byte)(90)))));
  320. this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
  321. this.groupPanel2.Style.BorderLeftWidth = 1;
  322. this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
  323. this.groupPanel2.Style.BorderRightWidth = 1;
  324. this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
  325. this.groupPanel2.Style.BorderTopWidth = 1;
  326. this.groupPanel2.Style.CornerDiameter = 4;
  327. this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
  328. this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
  329. this.groupPanel2.Style.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(74)))), ((int)(((byte)(31)))));
  330. this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
  331. //
  332. //
  333. //
  334. this.groupPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  335. //
  336. //
  337. //
  338. this.groupPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  339. this.groupPanel2.TabIndex = 15;
  340. this.groupPanel2.Text = "地面车位2";
  341. //
  342. // pictureBox4
  343. //
  344. this.pictureBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  345. | System.Windows.Forms.AnchorStyles.Right)));
  346. this.pictureBox4.Image = global::centralController.Properties.Resources.car;
  347. this.pictureBox4.InitialImage = null;
  348. this.pictureBox4.Location = new System.Drawing.Point(25, 48);
  349. this.pictureBox4.Name = "pictureBox4";
  350. this.pictureBox4.Size = new System.Drawing.Size(57, 43);
  351. this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  352. this.pictureBox4.TabIndex = 0;
  353. this.pictureBox4.TabStop = false;
  354. //
  355. // pictureBox5
  356. //
  357. this.pictureBox5.Anchor = System.Windows.Forms.AnchorStyles.Top;
  358. this.pictureBox5.Image = global::centralController.Properties.Resources.numMachine;
  359. this.pictureBox5.InitialImage = null;
  360. this.pictureBox5.Location = new System.Drawing.Point(30, 1);
  361. this.pictureBox5.Name = "pictureBox5";
  362. this.pictureBox5.Size = new System.Drawing.Size(50, 29);
  363. this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  364. this.pictureBox5.TabIndex = 14;
  365. this.pictureBox5.TabStop = false;
  366. //
  367. // groupPanel1
  368. //
  369. this.groupPanel1.BackColor = System.Drawing.SystemColors.AppWorkspace;
  370. this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
  371. this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
  372. this.groupPanel1.ColorTable = DevComponents.DotNetBar.Controls.ePanelColorTable.Red;
  373. this.groupPanel1.Controls.Add(this.pictureBox2);
  374. this.groupPanel1.Controls.Add(this.pictureBox3);
  375. this.groupPanel1.DisabledBackColor = System.Drawing.Color.Empty;
  376. this.groupPanel1.Location = new System.Drawing.Point(214, 247);
  377. this.groupPanel1.Name = "groupPanel1";
  378. this.groupPanel1.Size = new System.Drawing.Size(110, 115);
  379. //
  380. //
  381. //
  382. this.groupPanel1.Style.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
  383. this.groupPanel1.Style.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
  384. this.groupPanel1.Style.BackColorGradientAngle = 90;
  385. this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
  386. this.groupPanel1.Style.BorderBottomWidth = 1;
  387. this.groupPanel1.Style.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(55)))), ((int)(((byte)(52)))));
  388. this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
  389. this.groupPanel1.Style.BorderLeftWidth = 1;
  390. this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
  391. this.groupPanel1.Style.BorderRightWidth = 1;
  392. this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
  393. this.groupPanel1.Style.BorderTopWidth = 1;
  394. this.groupPanel1.Style.CornerDiameter = 4;
  395. this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
  396. this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
  397. this.groupPanel1.Style.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(36)))), ((int)(((byte)(35)))));
  398. this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
  399. //
  400. //
  401. //
  402. this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  403. //
  404. //
  405. //
  406. this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  407. this.groupPanel1.TabIndex = 13;
  408. this.groupPanel1.Text = "地面车位2";
  409. //
  410. // pictureBox2
  411. //
  412. this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  413. | System.Windows.Forms.AnchorStyles.Right)));
  414. this.pictureBox2.Image = global::centralController.Properties.Resources.car;
  415. this.pictureBox2.InitialImage = null;
  416. this.pictureBox2.Location = new System.Drawing.Point(23, 53);
  417. this.pictureBox2.Name = "pictureBox2";
  418. this.pictureBox2.Size = new System.Drawing.Size(61, 43);
  419. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  420. this.pictureBox2.TabIndex = 0;
  421. this.pictureBox2.TabStop = false;
  422. //
  423. // pictureBox3
  424. //
  425. this.pictureBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  426. | System.Windows.Forms.AnchorStyles.Right)));
  427. this.pictureBox3.Cursor = System.Windows.Forms.Cursors.Default;
  428. this.pictureBox3.Image = global::centralController.Properties.Resources.numMachine;
  429. this.pictureBox3.InitialImage = null;
  430. this.pictureBox3.Location = new System.Drawing.Point(27, 1);
  431. this.pictureBox3.Name = "pictureBox3";
  432. this.pictureBox3.Size = new System.Drawing.Size(55, 29);
  433. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  434. this.pictureBox3.TabIndex = 14;
  435. this.pictureBox3.TabStop = false;
  436. //
  437. // button2
  438. //
  439. this.button2.Location = new System.Drawing.Point(151, 101);
  440. this.button2.Name = "button2";
  441. this.button2.Size = new System.Drawing.Size(75, 23);
  442. this.button2.TabIndex = 8;
  443. this.button2.Text = "屏显测试";
  444. this.button2.UseVisualStyleBackColor = true;
  445. this.button2.Click += new System.EventHandler(this.button2_Click);
  446. //
  447. // dateTimePicker1
  448. //
  449. this.dateTimePicker1.Location = new System.Drawing.Point(240, 199);
  450. this.dateTimePicker1.Name = "dateTimePicker1";
  451. this.dateTimePicker1.Size = new System.Drawing.Size(200, 21);
  452. this.dateTimePicker1.TabIndex = 7;
  453. //
  454. // button1
  455. //
  456. this.button1.Location = new System.Drawing.Point(142, 43);
  457. this.button1.Name = "button1";
  458. this.button1.Size = new System.Drawing.Size(95, 23);
  459. this.button1.TabIndex = 6;
  460. this.button1.Text = "号牌获取测试";
  461. this.button1.UseVisualStyleBackColor = true;
  462. this.button1.Click += new System.EventHandler(this.button1_Click);
  463. //
  464. // textBox2
  465. //
  466. this.textBox2.Location = new System.Drawing.Point(205, 16);
  467. this.textBox2.Name = "textBox2";
  468. this.textBox2.Size = new System.Drawing.Size(100, 21);
  469. this.textBox2.TabIndex = 5;
  470. //
  471. // textBox1
  472. //
  473. this.textBox1.Location = new System.Drawing.Point(74, 16);
  474. this.textBox1.Name = "textBox1";
  475. this.textBox1.Size = new System.Drawing.Size(100, 21);
  476. this.textBox1.TabIndex = 4;
  477. //
  478. // tableLayoutPanel1
  479. //
  480. this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  481. this.tableLayoutPanel1.ColumnCount = 1;
  482. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  483. this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 1);
  484. this.tableLayoutPanel1.Controls.Add(this.labelX1, 0, 0);
  485. this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 194);
  486. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  487. this.tableLayoutPanel1.RowCount = 2;
  488. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  489. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F));
  490. this.tableLayoutPanel1.Size = new System.Drawing.Size(185, 168);
  491. this.tableLayoutPanel1.TabIndex = 3;
  492. //
  493. // pictureBox1
  494. //
  495. this.pictureBox1.Location = new System.Drawing.Point(3, 36);
  496. this.pictureBox1.Name = "pictureBox1";
  497. this.pictureBox1.Size = new System.Drawing.Size(179, 127);
  498. this.pictureBox1.TabIndex = 2;
  499. this.pictureBox1.TabStop = false;
  500. //
  501. // labelX1
  502. //
  503. //
  504. //
  505. //
  506. this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  507. this.labelX1.Location = new System.Drawing.Point(3, 3);
  508. this.labelX1.Name = "labelX1";
  509. this.labelX1.Size = new System.Drawing.Size(179, 27);
  510. this.labelX1.TabIndex = 3;
  511. this.labelX1.Text = "label1\r\nlable2";
  512. this.labelX1.TextAlignment = System.Drawing.StringAlignment.Center;
  513. //
  514. // NumMachineMonitorPanel
  515. //
  516. this.NumMachineMonitorPanel.Controls.Add(this.flowLayoutPanel1);
  517. this.NumMachineMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
  518. this.NumMachineMonitorPanel.Location = new System.Drawing.Point(3, 28);
  519. this.NumMachineMonitorPanel.Name = "NumMachineMonitorPanel";
  520. this.NumMachineMonitorPanel.Size = new System.Drawing.Size(487, 256);
  521. this.NumMachineMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  522. this.NumMachineMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  523. this.NumMachineMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  524. this.NumMachineMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  525. this.NumMachineMonitorPanel.Style.GradientAngle = 90;
  526. this.NumMachineMonitorPanel.TabIndex = 0;
  527. //
  528. // flowLayoutPanel1
  529. //
  530. this.flowLayoutPanel1.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
  531. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  532. this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  533. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  534. this.flowLayoutPanel1.Size = new System.Drawing.Size(487, 256);
  535. this.flowLayoutPanel1.TabIndex = 1;
  536. this.flowLayoutPanel1.Resize += new System.EventHandler(this.flowLayoutPanel1_Resize);
  537. //
  538. // paymentPanel
  539. //
  540. this.paymentPanel.DisabledBackColor = System.Drawing.Color.Empty;
  541. this.paymentPanel.Location = new System.Drawing.Point(3, 28);
  542. this.paymentPanel.Name = "paymentPanel";
  543. this.paymentPanel.Size = new System.Drawing.Size(487, 256);
  544. this.paymentPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  545. this.paymentPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  546. this.paymentPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  547. this.paymentPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  548. this.paymentPanel.Style.GradientAngle = 90;
  549. this.paymentPanel.TabIndex = 24;
  550. //
  551. // ParkingSpaceMonitorPanel
  552. //
  553. this.ParkingSpaceMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
  554. this.ParkingSpaceMonitorPanel.Location = new System.Drawing.Point(3, 28);
  555. this.ParkingSpaceMonitorPanel.Name = "ParkingSpaceMonitorPanel";
  556. this.ParkingSpaceMonitorPanel.Size = new System.Drawing.Size(487, 256);
  557. this.ParkingSpaceMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  558. this.ParkingSpaceMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  559. this.ParkingSpaceMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  560. this.ParkingSpaceMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  561. this.ParkingSpaceMonitorPanel.Style.GradientAngle = 90;
  562. this.ParkingSpaceMonitorPanel.TabIndex = 9;
  563. //
  564. // pdc_devStatus
  565. //
  566. this.pdc_devStatus.CanvasColor = System.Drawing.SystemColors.GradientInactiveCaption;
  567. this.pdc_devStatus.Controls.Add(this.panel1);
  568. this.pdc_devStatus.DisabledBackColor = System.Drawing.Color.Empty;
  569. this.pdc_devStatus.Location = new System.Drawing.Point(3, 28);
  570. this.pdc_devStatus.Name = "pdc_devStatus";
  571. this.pdc_devStatus.Size = new System.Drawing.Size(487, 256);
  572. this.pdc_devStatus.Style.Alignment = System.Drawing.StringAlignment.Center;
  573. this.pdc_devStatus.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  574. this.pdc_devStatus.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  575. this.pdc_devStatus.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  576. this.pdc_devStatus.Style.GradientAngle = 90;
  577. this.pdc_devStatus.TabIndex = 43;
  578. //
  579. // panel1
  580. //
  581. this.panel1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  582. this.panel1.Controls.Add(this.tableLayoutPanel2);
  583. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  584. this.panel1.Location = new System.Drawing.Point(0, 0);
  585. this.panel1.Name = "panel1";
  586. this.panel1.Size = new System.Drawing.Size(487, 256);
  587. this.panel1.TabIndex = 2;
  588. //
  589. // tableLayoutPanel2
  590. //
  591. this.tableLayoutPanel2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  592. this.tableLayoutPanel2.ColumnCount = 2;
  593. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  594. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  595. this.tableLayoutPanel2.Controls.Add(this.lbx_webStatus, 1, 1);
  596. this.tableLayoutPanel2.Controls.Add(this.lbx_PLCStatus, 1, 0);
  597. this.tableLayoutPanel2.Controls.Add(this.lbx_PLC, 0, 0);
  598. this.tableLayoutPanel2.Controls.Add(this.lbx_web, 0, 1);
  599. this.tableLayoutPanel2.Location = new System.Drawing.Point(12, 12);
  600. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  601. this.tableLayoutPanel2.RowCount = 3;
  602. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  603. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  604. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  605. this.tableLayoutPanel2.Size = new System.Drawing.Size(179, 121);
  606. this.tableLayoutPanel2.TabIndex = 1;
  607. //
  608. // lbx_webStatus
  609. //
  610. this.lbx_webStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
  611. this.lbx_webStatus.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  612. //
  613. //
  614. //
  615. this.lbx_webStatus.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  616. this.lbx_webStatus.Location = new System.Drawing.Point(112, 43);
  617. this.lbx_webStatus.Name = "lbx_webStatus";
  618. this.lbx_webStatus.Size = new System.Drawing.Size(43, 34);
  619. this.lbx_webStatus.Symbol = "";
  620. this.lbx_webStatus.SymbolColor = System.Drawing.Color.Crimson;
  621. this.lbx_webStatus.SymbolSize = 25F;
  622. this.lbx_webStatus.TabIndex = 3;
  623. //
  624. // lbx_PLCStatus
  625. //
  626. this.lbx_PLCStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
  627. this.lbx_PLCStatus.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  628. //
  629. //
  630. //
  631. this.lbx_PLCStatus.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  632. this.lbx_PLCStatus.Location = new System.Drawing.Point(112, 3);
  633. this.lbx_PLCStatus.Name = "lbx_PLCStatus";
  634. this.lbx_PLCStatus.Size = new System.Drawing.Size(44, 34);
  635. this.lbx_PLCStatus.Symbol = "";
  636. this.lbx_PLCStatus.SymbolColor = System.Drawing.Color.Crimson;
  637. this.lbx_PLCStatus.SymbolSize = 25F;
  638. this.lbx_PLCStatus.TabIndex = 2;
  639. //
  640. // lbx_PLC
  641. //
  642. //
  643. //
  644. //
  645. this.lbx_PLC.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  646. this.lbx_PLC.Dock = System.Windows.Forms.DockStyle.Fill;
  647. this.lbx_PLC.Location = new System.Drawing.Point(3, 3);
  648. this.lbx_PLC.Name = "lbx_PLC";
  649. this.lbx_PLC.Size = new System.Drawing.Size(83, 34);
  650. this.lbx_PLC.TabIndex = 0;
  651. this.lbx_PLC.Text = "PLC";
  652. this.lbx_PLC.TextAlignment = System.Drawing.StringAlignment.Center;
  653. //
  654. // lbx_web
  655. //
  656. //
  657. //
  658. //
  659. this.lbx_web.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  660. this.lbx_web.Dock = System.Windows.Forms.DockStyle.Fill;
  661. this.lbx_web.Location = new System.Drawing.Point(3, 43);
  662. this.lbx_web.Name = "lbx_web";
  663. this.lbx_web.Size = new System.Drawing.Size(83, 34);
  664. this.lbx_web.TabIndex = 1;
  665. this.lbx_web.Text = "web服务器";
  666. this.lbx_web.TextAlignment = System.Drawing.StringAlignment.Center;
  667. //
  668. // dci_NumMachine
  669. //
  670. this.dci_NumMachine.Control = this.NumMachineMonitorPanel;
  671. this.dci_NumMachine.Name = "dci_NumMachine";
  672. this.dci_NumMachine.Text = "号牌机监控";
  673. //
  674. // dci_payment
  675. //
  676. this.dci_payment.Control = this.paymentPanel;
  677. this.dci_payment.Name = "dci_payment";
  678. this.dci_payment.Text = "支付信息";
  679. //
  680. // dci_ParkingSpace
  681. //
  682. this.dci_ParkingSpace.Control = this.ParkingSpaceMonitorPanel;
  683. this.dci_ParkingSpace.Name = "dci_ParkingSpace";
  684. this.dci_ParkingSpace.Text = "车位状态";
  685. //
  686. // dci_Test
  687. //
  688. this.dci_Test.Control = this.testPanel;
  689. this.dci_Test.Name = "dci_Test";
  690. this.dci_Test.Text = "测试";
  691. this.dci_Test.Visible = false;
  692. //
  693. // dci_devStatus
  694. //
  695. this.dci_devStatus.Control = this.pdc_devStatus;
  696. this.dci_devStatus.Name = "dci_devStatus";
  697. this.dci_devStatus.Text = "设备状态监控";
  698. //
  699. // bar_bottom
  700. //
  701. this.bar_bottom.AccessibleDescription = "DotNetBar Bar (bar_bottom)";
  702. this.bar_bottom.AccessibleName = "DotNetBar Bar";
  703. this.bar_bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  704. this.bar_bottom.AlwaysDisplayDockTab = true;
  705. this.bar_bottom.AutoHide = true;
  706. this.bar_bottom.CanDockBottom = false;
  707. this.bar_bottom.CanDockDocument = true;
  708. this.bar_bottom.CanDockLeft = false;
  709. this.bar_bottom.CanDockRight = false;
  710. this.bar_bottom.CanDockTop = false;
  711. this.bar_bottom.CanHide = true;
  712. this.bar_bottom.CanUndock = false;
  713. this.bar_bottom.Controls.Add(this.RecordsMonitorPanel);
  714. this.bar_bottom.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
  715. this.bar_bottom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  716. this.bar_bottom.IsMaximized = false;
  717. this.bar_bottom.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  718. this.dci_ParkingRecords});
  719. this.bar_bottom.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
  720. this.bar_bottom.Location = new System.Drawing.Point(0, 290);
  721. this.bar_bottom.Name = "bar_bottom";
  722. this.bar_bottom.SelectedDockTab = 0;
  723. this.bar_bottom.Size = new System.Drawing.Size(849, 257);
  724. this.bar_bottom.Stretch = true;
  725. this.bar_bottom.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  726. this.bar_bottom.TabIndex = 1;
  727. this.bar_bottom.TabStop = false;
  728. //
  729. // RecordsMonitorPanel
  730. //
  731. this.RecordsMonitorPanel.Controls.Add(this.dgvx_parkingRecords);
  732. this.RecordsMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
  733. this.RecordsMonitorPanel.Location = new System.Drawing.Point(3, 28);
  734. this.RecordsMonitorPanel.Name = "RecordsMonitorPanel";
  735. this.RecordsMonitorPanel.Size = new System.Drawing.Size(843, 226);
  736. this.RecordsMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  737. this.RecordsMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  738. this.RecordsMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  739. this.RecordsMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  740. this.RecordsMonitorPanel.Style.GradientAngle = 90;
  741. this.RecordsMonitorPanel.TabIndex = 13;
  742. //
  743. // dgvx_parkingRecords
  744. //
  745. this.dgvx_parkingRecords.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
  746. this.dgvx_parkingRecords.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  747. this.dgvx_parkingRecords.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  748. this.parkingRecordsID,
  749. this.userID,
  750. this.numberPlate,
  751. this.parkingSpaceID,
  752. this.realParkTime,
  753. this.realGetTime,
  754. this.receiptNum,
  755. this.parkingPrice,
  756. this.paymentStatus});
  757. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  758. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
  759. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  760. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
  761. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  762. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
  763. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  764. this.dgvx_parkingRecords.DefaultCellStyle = dataGridViewCellStyle1;
  765. this.dgvx_parkingRecords.Dock = System.Windows.Forms.DockStyle.Fill;
  766. this.dgvx_parkingRecords.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
  767. this.dgvx_parkingRecords.Location = new System.Drawing.Point(0, 0);
  768. this.dgvx_parkingRecords.Name = "dgvx_parkingRecords";
  769. this.dgvx_parkingRecords.RowTemplate.Height = 23;
  770. this.dgvx_parkingRecords.Size = new System.Drawing.Size(843, 226);
  771. this.dgvx_parkingRecords.TabIndex = 0;
  772. //
  773. // parkingRecordsID
  774. //
  775. this.parkingRecordsID.HeaderText = "停车记录ID";
  776. this.parkingRecordsID.MaxInputLength = 11;
  777. this.parkingRecordsID.Name = "parkingRecordsID";
  778. this.parkingRecordsID.ReadOnly = true;
  779. this.parkingRecordsID.Width = 90;
  780. //
  781. // userID
  782. //
  783. this.userID.HeaderText = "用户ID";
  784. this.userID.MaxInputLength = 8;
  785. this.userID.Name = "userID";
  786. this.userID.ReadOnly = true;
  787. this.userID.Width = 70;
  788. //
  789. // numberPlate
  790. //
  791. this.numberPlate.HeaderText = "号牌";
  792. this.numberPlate.MaxInputLength = 9;
  793. this.numberPlate.Name = "numberPlate";
  794. this.numberPlate.ReadOnly = true;
  795. this.numberPlate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  796. this.numberPlate.Width = 80;
  797. //
  798. // parkingSpaceID
  799. //
  800. this.parkingSpaceID.HeaderText = "车位编号";
  801. this.parkingSpaceID.MaxInputLength = 4;
  802. this.parkingSpaceID.Name = "parkingSpaceID";
  803. this.parkingSpaceID.ReadOnly = true;
  804. this.parkingSpaceID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  805. this.parkingSpaceID.Width = 80;
  806. //
  807. // realParkTime
  808. //
  809. this.realParkTime.HeaderText = "实际停入时间";
  810. this.realParkTime.MaxInputLength = 50;
  811. this.realParkTime.Name = "realParkTime";
  812. this.realParkTime.ReadOnly = true;
  813. this.realParkTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  814. this.realParkTime.Width = 140;
  815. //
  816. // realGetTime
  817. //
  818. this.realGetTime.HeaderText = "实际取出时间";
  819. this.realGetTime.MaxInputLength = 50;
  820. this.realGetTime.Name = "realGetTime";
  821. this.realGetTime.ReadOnly = true;
  822. this.realGetTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  823. this.realGetTime.Width = 140;
  824. //
  825. // receiptNum
  826. //
  827. this.receiptNum.HeaderText = "凭证号";
  828. this.receiptNum.MaxInputLength = 8;
  829. this.receiptNum.Name = "receiptNum";
  830. this.receiptNum.ReadOnly = true;
  831. this.receiptNum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  832. //
  833. // parkingPrice
  834. //
  835. this.parkingPrice.HeaderText = "停车费用";
  836. this.parkingPrice.MaxInputLength = 11;
  837. this.parkingPrice.Name = "parkingPrice";
  838. this.parkingPrice.ReadOnly = true;
  839. this.parkingPrice.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  840. //
  841. // paymentStatus
  842. //
  843. this.paymentStatus.HeaderText = "收费状态";
  844. this.paymentStatus.MaxInputLength = 11;
  845. this.paymentStatus.Name = "paymentStatus";
  846. this.paymentStatus.ReadOnly = true;
  847. //
  848. // dci_ParkingRecords
  849. //
  850. this.dci_ParkingRecords.Control = this.RecordsMonitorPanel;
  851. this.dci_ParkingRecords.Name = "dci_ParkingRecords";
  852. this.dci_ParkingRecords.Text = "进出记录";
  853. //
  854. // bar_side
  855. //
  856. this.bar_side.AccessibleDescription = "DotNetBar Bar (bar_side)";
  857. this.bar_side.AccessibleName = "DotNetBar Bar";
  858. this.bar_side.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  859. this.bar_side.AlwaysDisplayDockTab = true;
  860. this.bar_side.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
  861. this.bar_side.CanDockBottom = false;
  862. this.bar_side.CanDockDocument = true;
  863. this.bar_side.CanDockLeft = false;
  864. this.bar_side.CanDockRight = false;
  865. this.bar_side.CanDockTop = false;
  866. this.bar_side.CanHide = true;
  867. this.bar_side.Controls.Add(this.terminalMonitorPanel);
  868. this.bar_side.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
  869. this.bar_side.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  870. this.bar_side.IsMaximized = false;
  871. this.bar_side.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  872. this.dci_terminal});
  873. this.bar_side.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
  874. this.bar_side.Location = new System.Drawing.Point(496, 0);
  875. this.bar_side.Name = "bar_side";
  876. this.bar_side.SelectedDockTab = 0;
  877. this.bar_side.SingleLineColor = System.Drawing.SystemColors.ActiveCaptionText;
  878. this.bar_side.Size = new System.Drawing.Size(353, 287);
  879. this.bar_side.Stretch = true;
  880. this.bar_side.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  881. this.bar_side.TabIndex = 2;
  882. this.bar_side.TabStop = false;
  883. //
  884. // terminalMonitorPanel
  885. //
  886. this.terminalMonitorPanel.Controls.Add(this.flp_Term);
  887. this.terminalMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
  888. this.terminalMonitorPanel.Location = new System.Drawing.Point(3, 28);
  889. this.terminalMonitorPanel.Name = "terminalMonitorPanel";
  890. this.terminalMonitorPanel.Size = new System.Drawing.Size(347, 256);
  891. this.terminalMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  892. this.terminalMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  893. this.terminalMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  894. this.terminalMonitorPanel.Style.ForeColor.Color = System.Drawing.SystemColors.MenuHighlight;
  895. this.terminalMonitorPanel.Style.GradientAngle = 90;
  896. this.terminalMonitorPanel.TabIndex = 0;
  897. //
  898. // flp_Term
  899. //
  900. this.flp_Term.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  901. this.flp_Term.Dock = System.Windows.Forms.DockStyle.Fill;
  902. this.flp_Term.Location = new System.Drawing.Point(0, 0);
  903. this.flp_Term.Name = "flp_Term";
  904. this.flp_Term.Padding = new System.Windows.Forms.Padding(5);
  905. this.flp_Term.Size = new System.Drawing.Size(347, 256);
  906. this.flp_Term.TabIndex = 0;
  907. //
  908. // dci_terminal
  909. //
  910. this.dci_terminal.Control = this.terminalMonitorPanel;
  911. this.dci_terminal.Name = "dci_terminal";
  912. this.dci_terminal.Text = "地面车位监控";
  913. //
  914. // dockSite1
  915. //
  916. this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  917. this.dockSite1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  918. this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
  919. this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
  920. this.dockSite1.Location = new System.Drawing.Point(0, 0);
  921. this.dockSite1.Name = "dockSite1";
  922. this.dockSite1.Size = new System.Drawing.Size(0, 668);
  923. this.dockSite1.TabIndex = 0;
  924. this.dockSite1.TabStop = false;
  925. //
  926. // dockSite_notification
  927. //
  928. this.dockSite_notification.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  929. this.dockSite_notification.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  930. this.dockSite_notification.Controls.Add(this.bar_notification);
  931. this.dockSite_notification.Dock = System.Windows.Forms.DockStyle.Right;
  932. this.dockSite_notification.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
  933. ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar_notification, 342, 547)))}, DevComponents.DotNetBar.eOrientation.Vertical);
  934. this.dockSite_notification.Location = new System.Drawing.Point(849, 121);
  935. this.dockSite_notification.Name = "dockSite_notification";
  936. this.dockSite_notification.Size = new System.Drawing.Size(345, 547);
  937. this.dockSite_notification.TabIndex = 1;
  938. this.dockSite_notification.TabStop = false;
  939. //
  940. // bar_notification
  941. //
  942. this.bar_notification.AccessibleDescription = "DotNetBar Bar (bar_notification)";
  943. this.bar_notification.AccessibleName = "DotNetBar Bar";
  944. this.bar_notification.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  945. this.bar_notification.AutoSyncBarCaption = true;
  946. this.bar_notification.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
  947. this.bar_notification.CloseSingleTab = true;
  948. this.bar_notification.Controls.Add(this.warningPanel);
  949. this.bar_notification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  950. this.bar_notification.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption;
  951. this.bar_notification.IsMaximized = false;
  952. this.bar_notification.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  953. this.dci_warning});
  954. this.bar_notification.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
  955. this.bar_notification.Location = new System.Drawing.Point(3, 0);
  956. this.bar_notification.Name = "bar_notification";
  957. this.bar_notification.Size = new System.Drawing.Size(342, 547);
  958. this.bar_notification.Stretch = true;
  959. this.bar_notification.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  960. this.bar_notification.TabIndex = 1;
  961. this.bar_notification.TabStop = false;
  962. this.bar_notification.Text = "警告与提示";
  963. //
  964. // warningPanel
  965. //
  966. this.warningPanel.Controls.Add(this.rtb_notification);
  967. this.warningPanel.Controls.Add(this.progressBar1);
  968. this.warningPanel.DisabledBackColor = System.Drawing.Color.Empty;
  969. this.warningPanel.Location = new System.Drawing.Point(3, 23);
  970. this.warningPanel.Name = "warningPanel";
  971. this.warningPanel.Size = new System.Drawing.Size(336, 521);
  972. this.warningPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  973. this.warningPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  974. this.warningPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  975. this.warningPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  976. this.warningPanel.Style.GradientAngle = 90;
  977. this.warningPanel.TabIndex = 26;
  978. //
  979. // rtb_notification
  980. //
  981. this.rtb_notification.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  982. this.rtb_notification.BorderStyle = System.Windows.Forms.BorderStyle.None;
  983. this.rtb_notification.Cursor = System.Windows.Forms.Cursors.Arrow;
  984. this.rtb_notification.Dock = System.Windows.Forms.DockStyle.Fill;
  985. this.rtb_notification.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  986. this.rtb_notification.Location = new System.Drawing.Point(0, 0);
  987. this.rtb_notification.Name = "rtb_notification";
  988. this.rtb_notification.ReadOnly = true;
  989. this.rtb_notification.Size = new System.Drawing.Size(336, 500);
  990. this.rtb_notification.TabIndex = 1;
  991. this.rtb_notification.Text = "";
  992. //
  993. // progressBar1
  994. //
  995. this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
  996. this.progressBar1.Location = new System.Drawing.Point(0, 500);
  997. this.progressBar1.Name = "progressBar1";
  998. this.progressBar1.Size = new System.Drawing.Size(336, 21);
  999. this.progressBar1.Step = 20;
  1000. this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
  1001. this.progressBar1.TabIndex = 0;
  1002. //
  1003. // dci_warning
  1004. //
  1005. this.dci_warning.Control = this.warningPanel;
  1006. this.dci_warning.Name = "dci_warning";
  1007. this.dci_warning.Text = "警告与提示";
  1008. //
  1009. // dockSite8
  1010. //
  1011. this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  1012. this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom;
  1013. this.dockSite8.Location = new System.Drawing.Point(0, 668);
  1014. this.dockSite8.Name = "dockSite8";
  1015. this.dockSite8.Size = new System.Drawing.Size(1194, 0);
  1016. this.dockSite8.TabIndex = 7;
  1017. this.dockSite8.TabStop = false;
  1018. //
  1019. // dockSite5
  1020. //
  1021. this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  1022. this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
  1023. this.dockSite5.Location = new System.Drawing.Point(0, 0);
  1024. this.dockSite5.Name = "dockSite5";
  1025. this.dockSite5.Size = new System.Drawing.Size(0, 668);
  1026. this.dockSite5.TabIndex = 4;
  1027. this.dockSite5.TabStop = false;
  1028. //
  1029. // dockSite6
  1030. //
  1031. this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  1032. this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
  1033. this.dockSite6.Location = new System.Drawing.Point(1194, 0);
  1034. this.dockSite6.Name = "dockSite6";
  1035. this.dockSite6.Size = new System.Drawing.Size(0, 668);
  1036. this.dockSite6.TabIndex = 5;
  1037. this.dockSite6.TabStop = false;
  1038. //
  1039. // dockSite_menu
  1040. //
  1041. this.dockSite_menu.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  1042. this.dockSite_menu.Controls.Add(this.bar_Menu);
  1043. this.dockSite_menu.Controls.Add(this.bar_shortcut);
  1044. this.dockSite_menu.Dock = System.Windows.Forms.DockStyle.Top;
  1045. this.dockSite_menu.Location = new System.Drawing.Point(0, 0);
  1046. this.dockSite_menu.Name = "dockSite_menu";
  1047. this.dockSite_menu.Size = new System.Drawing.Size(1194, 121);
  1048. this.dockSite_menu.TabIndex = 6;
  1049. this.dockSite_menu.TabStop = false;
  1050. //
  1051. // bar_Menu
  1052. //
  1053. this.bar_Menu.AccessibleDescription = "DotNetBar Bar (bar_Menu)";
  1054. this.bar_Menu.AccessibleName = "DotNetBar Bar";
  1055. this.bar_Menu.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar;
  1056. this.bar_Menu.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
  1057. this.bar_Menu.DockSide = DevComponents.DotNetBar.eDockSide.Top;
  1058. this.bar_Menu.Font = new System.Drawing.Font("微软雅黑", 9F);
  1059. this.bar_Menu.IsMaximized = false;
  1060. this.bar_Menu.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  1061. this.btn_system,
  1062. this.btn_files,
  1063. this.btn_views,
  1064. this.btn_devices,
  1065. this.btn_support});
  1066. this.bar_Menu.Location = new System.Drawing.Point(0, 0);
  1067. this.bar_Menu.MenuBar = true;
  1068. this.bar_Menu.Name = "bar_Menu";
  1069. this.bar_Menu.Size = new System.Drawing.Size(1194, 26);
  1070. this.bar_Menu.Stretch = true;
  1071. this.bar_Menu.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  1072. this.bar_Menu.TabIndex = 0;
  1073. this.bar_Menu.TabStop = false;
  1074. this.bar_Menu.Text = "bar1";
  1075. //
  1076. // btn_system
  1077. //
  1078. this.btn_system.Name = "btn_system";
  1079. this.btn_system.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  1080. this.btn_login,
  1081. this.btn_logout,
  1082. this.btn_exit});
  1083. this.btn_system.Text = "系统";
  1084. //
  1085. // btn_login
  1086. //
  1087. this.btn_login.Name = "btn_login";
  1088. this.btn_login.Text = "登录";
  1089. //
  1090. // btn_logout
  1091. //
  1092. this.btn_logout.Name = "btn_logout";
  1093. this.btn_logout.Text = "登出";
  1094. //
  1095. // btn_exit
  1096. //
  1097. this.btn_exit.Name = "btn_exit";
  1098. this.btn_exit.Text = "退出系统";
  1099. this.btn_exit.Click += new System.EventHandler(this.btn_exit_Click);
  1100. //
  1101. // btn_files
  1102. //
  1103. this.btn_files.Name = "btn_files";
  1104. this.btn_files.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  1105. this.btn_openFile,
  1106. this.btn_advertUpdate,
  1107. this.btn_recordManagement,
  1108. this.btn_exportRecords,
  1109. this.btn_setScheme,
  1110. this.btn_config});
  1111. this.btn_files.Text = "文件";
  1112. //
  1113. // btn_openFile
  1114. //
  1115. this.btn_openFile.Name = "btn_openFile";
  1116. this.btn_openFile.Text = "打开日志";
  1117. this.btn_openFile.Click += new System.EventHandler(this.btn_openFile_Click);
  1118. //
  1119. // btn_advertUpdate
  1120. //
  1121. this.btn_advertUpdate.Name = "btn_advertUpdate";
  1122. this.btn_advertUpdate.Text = "手动更新广告";
  1123. this.btn_advertUpdate.Click += new System.EventHandler(this.btn_advertUpdate_Click);
  1124. //
  1125. // btn_recordManagement
  1126. //
  1127. this.btn_recordManagement.Name = "btn_recordManagement";
  1128. this.btn_recordManagement.Text = "记录管理";
  1129. this.btn_recordManagement.Click += new System.EventHandler(this.btn_recordManagement_Click);
  1130. //
  1131. // btn_exportRecords
  1132. //
  1133. this.btn_exportRecords.Name = "btn_exportRecords";
  1134. this.btn_exportRecords.Text = "导出最近记录";
  1135. this.btn_exportRecords.Click += new System.EventHandler(this.btn_exportRecords_Click);
  1136. //
  1137. // btn_setScheme
  1138. //
  1139. this.btn_setScheme.Name = "btn_setScheme";
  1140. this.btn_setScheme.Text = "收费策略";
  1141. this.btn_setScheme.Click += new System.EventHandler(this.btn_setScheme_Click);
  1142. //
  1143. // btn_config
  1144. //
  1145. this.btn_config.Name = "btn_config";
  1146. this.btn_config.Text = "系统配置";
  1147. this.btn_config.Click += new System.EventHandler(this.btn_config_Click);
  1148. //
  1149. // btn_views
  1150. //
  1151. this.btn_views.Name = "btn_views";
  1152. this.btn_views.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  1153. this.btn_parkingSpace,
  1154. this.btn_numMachine,
  1155. this.btn_payment,
  1156. this.btn_test,
  1157. this.btn_terminals,
  1158. this.btn_records});
  1159. this.btn_views.Text = "视图";
  1160. //
  1161. // btn_parkingSpace
  1162. //
  1163. this.btn_parkingSpace.Name = "btn_parkingSpace";
  1164. this.btn_parkingSpace.Text = "车位视图";
  1165. this.btn_parkingSpace.Click += new System.EventHandler(this.btn_parkingSpace_Click);
  1166. //
  1167. // btn_numMachine
  1168. //
  1169. this.btn_numMachine.Name = "btn_numMachine";
  1170. this.btn_numMachine.Text = "号牌机视图";
  1171. this.btn_numMachine.Click += new System.EventHandler(this.btn_numMachine_Click);
  1172. //
  1173. // btn_payment
  1174. //
  1175. this.btn_payment.Name = "btn_payment";
  1176. this.btn_payment.Text = "支付视图";
  1177. this.btn_payment.Click += new System.EventHandler(this.btn_payment_Click);
  1178. //
  1179. // btn_test
  1180. //
  1181. this.btn_test.Name = "btn_test";
  1182. this.btn_test.Text = "测试";
  1183. this.btn_test.Click += new System.EventHandler(this.btn_test_Click);
  1184. //
  1185. // btn_terminals
  1186. //
  1187. this.btn_terminals.Name = "btn_terminals";
  1188. this.btn_terminals.Text = "终端视图";
  1189. this.btn_terminals.Click += new System.EventHandler(this.btn_terminals_Click);
  1190. //
  1191. // btn_records
  1192. //
  1193. this.btn_records.Name = "btn_records";
  1194. this.btn_records.Text = "记录视图";
  1195. this.btn_records.Click += new System.EventHandler(this.btn_records_Click);
  1196. //
  1197. // btn_devices
  1198. //
  1199. this.btn_devices.Name = "btn_devices";
  1200. this.btn_devices.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  1201. this.btn_linkPLC,
  1202. this.btn_linkWeb,
  1203. this.btn_PLCConf,
  1204. this.btn_numMachineConf});
  1205. this.btn_devices.Text = "工具";
  1206. //
  1207. // btn_linkPLC
  1208. //
  1209. this.btn_linkPLC.Name = "btn_linkPLC";
  1210. this.btn_linkPLC.Text = "连接PLC";
  1211. this.btn_linkPLC.Click += new System.EventHandler(this.btn_linkPLC_Click);
  1212. //
  1213. // btn_linkWeb
  1214. //
  1215. this.btn_linkWeb.Name = "btn_linkWeb";
  1216. this.btn_linkWeb.Text = "连接Web";
  1217. this.btn_linkWeb.Click += new System.EventHandler(this.btn_linkWeb_Click);
  1218. //
  1219. // btn_PLCConf
  1220. //
  1221. this.btn_PLCConf.Name = "btn_PLCConf";
  1222. this.btn_PLCConf.Text = "PLC数据调试";
  1223. this.btn_PLCConf.Click += new System.EventHandler(this.btn_PLCConf_Click);
  1224. //
  1225. // btn_numMachineConf
  1226. //
  1227. this.btn_numMachineConf.Name = "btn_numMachineConf";
  1228. this.btn_numMachineConf.Text = "号牌机调试";
  1229. this.btn_numMachineConf.Click += new System.EventHandler(this.btn_numMachineConf_Click);
  1230. //
  1231. // btn_support
  1232. //
  1233. this.btn_support.Name = "btn_support";
  1234. this.btn_support.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  1235. this.btn_sysInfo,
  1236. this.btn_about});
  1237. this.btn_support.Text = "帮助";
  1238. //
  1239. // btn_sysInfo
  1240. //
  1241. this.btn_sysInfo.Name = "btn_sysInfo";
  1242. this.btn_sysInfo.Text = "系统信息";
  1243. this.btn_sysInfo.Click += new System.EventHandler(this.btn_sysInfo_Click);
  1244. //
  1245. // btn_about
  1246. //
  1247. this.btn_about.Name = "btn_about";
  1248. this.btn_about.Text = "关于我们";
  1249. this.btn_about.Click += new System.EventHandler(this.btn_about_Click);
  1250. //
  1251. // bar_shortcut
  1252. //
  1253. this.bar_shortcut.AccessibleDescription = "DotNetBar Bar (bar_shortcut)";
  1254. this.bar_shortcut.AccessibleName = "DotNetBar Bar";
  1255. this.bar_shortcut.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar;
  1256. this.bar_shortcut.AutoHide = true;
  1257. this.bar_shortcut.AutoHideAnimationTime = 300;
  1258. this.bar_shortcut.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
  1259. this.bar_shortcut.Controls.Add(this.panel_freeSpace);
  1260. this.bar_shortcut.DockLine = 1;
  1261. this.bar_shortcut.DockSide = DevComponents.DotNetBar.eDockSide.Top;
  1262. this.bar_shortcut.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1263. this.bar_shortcut.IsMaximized = false;
  1264. this.bar_shortcut.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  1265. this.shortcut_login,
  1266. this.shortcut_logout,
  1267. this.shortcut_pause,
  1268. this.shortcut_sysInfo,
  1269. this.shortcut_about,
  1270. this.shortcut_close});
  1271. this.bar_shortcut.Location = new System.Drawing.Point(0, 27);
  1272. this.bar_shortcut.MenuBar = true;
  1273. this.bar_shortcut.Name = "bar_shortcut";
  1274. this.bar_shortcut.Size = new System.Drawing.Size(1194, 93);
  1275. this.bar_shortcut.Stretch = true;
  1276. this.bar_shortcut.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  1277. this.bar_shortcut.TabIndex = 1;
  1278. this.bar_shortcut.TabStop = false;
  1279. this.bar_shortcut.Text = "bar1";
  1280. //
  1281. // panel_freeSpace
  1282. //
  1283. this.panel_freeSpace.Controls.Add(this.lbx_freeSpace);
  1284. this.panel_freeSpace.Dock = System.Windows.Forms.DockStyle.Right;
  1285. this.panel_freeSpace.Location = new System.Drawing.Point(866, 0);
  1286. this.panel_freeSpace.Name = "panel_freeSpace";
  1287. this.panel_freeSpace.Size = new System.Drawing.Size(328, 93);
  1288. this.panel_freeSpace.TabIndex = 3;
  1289. //
  1290. // lbx_freeSpace
  1291. //
  1292. this.lbx_freeSpace.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
  1293. //
  1294. //
  1295. //
  1296. this.lbx_freeSpace.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1297. this.lbx_freeSpace.Dock = System.Windows.Forms.DockStyle.Fill;
  1298. this.lbx_freeSpace.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1299. this.lbx_freeSpace.FontBold = true;
  1300. this.lbx_freeSpace.ForeColor = System.Drawing.Color.Tomato;
  1301. this.lbx_freeSpace.Location = new System.Drawing.Point(0, 0);
  1302. this.lbx_freeSpace.Name = "lbx_freeSpace";
  1303. this.lbx_freeSpace.Size = new System.Drawing.Size(328, 93);
  1304. this.lbx_freeSpace.TabIndex = 2;
  1305. this.lbx_freeSpace.Text = "currentFreeSpace";
  1306. this.lbx_freeSpace.TextAlignment = System.Drawing.StringAlignment.Center;
  1307. //
  1308. // shortcut_login
  1309. //
  1310. this.shortcut_login.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  1311. this.shortcut_login.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  1312. this.shortcut_login.Image = global::centralController.Properties.Resources.pc;
  1313. this.shortcut_login.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
  1314. this.shortcut_login.Name = "shortcut_login";
  1315. this.shortcut_login.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.None;
  1316. this.shortcut_login.ShowSubItems = false;
  1317. this.shortcut_login.Text = "登录";
  1318. //
  1319. // shortcut_logout
  1320. //
  1321. this.shortcut_logout.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  1322. this.shortcut_logout.Enabled = false;
  1323. this.shortcut_logout.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  1324. this.shortcut_logout.Image = global::centralController.Properties.Resources.monitor;
  1325. this.shortcut_logout.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
  1326. this.shortcut_logout.Name = "shortcut_logout";
  1327. this.shortcut_logout.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.None;
  1328. this.shortcut_logout.ShowSubItems = false;
  1329. this.shortcut_logout.Text = "登出";
  1330. //
  1331. // shortcut_pause
  1332. //
  1333. this.shortcut_pause.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  1334. this.shortcut_pause.Image = global::centralController.Properties.Resources.circulate;
  1335. this.shortcut_pause.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
  1336. this.shortcut_pause.Name = "shortcut_pause";
  1337. this.shortcut_pause.ShowSubItems = false;
  1338. this.shortcut_pause.Text = "停止流程";
  1339. this.shortcut_pause.Click += new System.EventHandler(this.shortcut_pause_Click);
  1340. //
  1341. // shortcut_sysInfo
  1342. //
  1343. this.shortcut_sysInfo.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  1344. this.shortcut_sysInfo.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  1345. this.shortcut_sysInfo.Image = global::centralController.Properties.Resources.sysExplain1;
  1346. this.shortcut_sysInfo.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
  1347. this.shortcut_sysInfo.Name = "shortcut_sysInfo";
  1348. this.shortcut_sysInfo.ShowSubItems = false;
  1349. this.shortcut_sysInfo.Text = "系统信息";
  1350. this.shortcut_sysInfo.Click += new System.EventHandler(this.shortcut_sysInfo_Click);
  1351. //
  1352. // shortcut_about
  1353. //
  1354. this.shortcut_about.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  1355. this.shortcut_about.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  1356. this.shortcut_about.Image = global::centralController.Properties.Resources.about;
  1357. this.shortcut_about.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
  1358. this.shortcut_about.Name = "shortcut_about";
  1359. this.shortcut_about.ShowSubItems = false;
  1360. this.shortcut_about.Text = "关于我们";
  1361. this.shortcut_about.Click += new System.EventHandler(this.shortcut_about_Click);
  1362. //
  1363. // shortcut_close
  1364. //
  1365. this.shortcut_close.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  1366. this.shortcut_close.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  1367. this.shortcut_close.Image = global::centralController.Properties.Resources.close;
  1368. this.shortcut_close.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
  1369. this.shortcut_close.Name = "shortcut_close";
  1370. this.shortcut_close.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.None;
  1371. this.shortcut_close.ShowSubItems = false;
  1372. this.shortcut_close.Text = "退出";
  1373. this.shortcut_close.Click += new System.EventHandler(this.shortcut_close_Click);
  1374. //
  1375. // dockSite3
  1376. //
  1377. this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  1378. this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
  1379. this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
  1380. this.dockSite3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  1381. this.dockSite3.Location = new System.Drawing.Point(0, 0);
  1382. this.dockSite3.Name = "dockSite3";
  1383. this.dockSite3.Size = new System.Drawing.Size(1194, 0);
  1384. this.dockSite3.TabIndex = 2;
  1385. this.dockSite3.TabStop = false;
  1386. //
  1387. // panelDockContainer10
  1388. //
  1389. this.panelDockContainer10.DisabledBackColor = System.Drawing.Color.Empty;
  1390. this.panelDockContainer10.Location = new System.Drawing.Point(3, 23);
  1391. this.panelDockContainer10.Name = "panelDockContainer10";
  1392. this.panelDockContainer10.Size = new System.Drawing.Size(215, 373);
  1393. this.panelDockContainer10.Style.Alignment = System.Drawing.StringAlignment.Center;
  1394. this.panelDockContainer10.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  1395. this.panelDockContainer10.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  1396. this.panelDockContainer10.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  1397. this.panelDockContainer10.Style.GradientAngle = 90;
  1398. this.panelDockContainer10.TabIndex = 5;
  1399. //
  1400. // dockContainerItem2
  1401. //
  1402. this.dockContainerItem2.Name = "dockContainerItem2";
  1403. this.dockContainerItem2.Text = "号牌机监控";
  1404. //
  1405. // groupPanel5
  1406. //
  1407. this.groupPanel5.BackColor = System.Drawing.Color.White;
  1408. this.groupPanel5.CanvasColor = System.Drawing.SystemColors.Control;
  1409. this.groupPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
  1410. this.groupPanel5.DisabledBackColor = System.Drawing.Color.Empty;
  1411. this.groupPanel5.Location = new System.Drawing.Point(3, 28);
  1412. this.groupPanel5.Name = "groupPanel5";
  1413. this.groupPanel5.Size = new System.Drawing.Size(796, 395);
  1414. //
  1415. //
  1416. //
  1417. this.groupPanel5.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
  1418. this.groupPanel5.Style.BackColorGradientAngle = 90;
  1419. this.groupPanel5.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
  1420. this.groupPanel5.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
  1421. this.groupPanel5.Style.BorderBottomWidth = 1;
  1422. this.groupPanel5.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
  1423. this.groupPanel5.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
  1424. this.groupPanel5.Style.BorderLeftWidth = 1;
  1425. this.groupPanel5.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
  1426. this.groupPanel5.Style.BorderRightWidth = 1;
  1427. this.groupPanel5.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
  1428. this.groupPanel5.Style.BorderTopWidth = 1;
  1429. this.groupPanel5.Style.CornerDiameter = 4;
  1430. this.groupPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
  1431. this.groupPanel5.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
  1432. this.groupPanel5.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
  1433. this.groupPanel5.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
  1434. //
  1435. //
  1436. //
  1437. this.groupPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1438. //
  1439. //
  1440. //
  1441. this.groupPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1442. this.groupPanel5.TabIndex = 11;
  1443. this.groupPanel5.Text = "groupPanel5";
  1444. //
  1445. // dci_PaymentRecords
  1446. //
  1447. this.dci_PaymentRecords.Name = "dci_PaymentRecords";
  1448. this.dci_PaymentRecords.Text = "收费查询";
  1449. //
  1450. // panelDockContainer7
  1451. //
  1452. this.panelDockContainer7.DisabledBackColor = System.Drawing.Color.Empty;
  1453. this.panelDockContainer7.Location = new System.Drawing.Point(3, 28);
  1454. this.panelDockContainer7.Name = "panelDockContainer7";
  1455. this.panelDockContainer7.Size = new System.Drawing.Size(796, 395);
  1456. this.panelDockContainer7.Style.Alignment = System.Drawing.StringAlignment.Center;
  1457. this.panelDockContainer7.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  1458. this.panelDockContainer7.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  1459. this.panelDockContainer7.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  1460. this.panelDockContainer7.Style.GradientAngle = 90;
  1461. this.panelDockContainer7.TabIndex = 37;
  1462. //
  1463. // dockContainerItem1
  1464. //
  1465. this.dockContainerItem1.Control = this.panelDockContainer7;
  1466. this.dockContainerItem1.Name = "dockContainerItem1";
  1467. this.dockContainerItem1.Text = "dockContainerItem1";
  1468. //
  1469. // panelDockContainer8
  1470. //
  1471. this.panelDockContainer8.DisabledBackColor = System.Drawing.Color.Empty;
  1472. this.panelDockContainer8.Location = new System.Drawing.Point(3, 28);
  1473. this.panelDockContainer8.Name = "panelDockContainer8";
  1474. this.panelDockContainer8.Size = new System.Drawing.Size(796, 395);
  1475. this.panelDockContainer8.Style.Alignment = System.Drawing.StringAlignment.Center;
  1476. this.panelDockContainer8.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  1477. this.panelDockContainer8.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  1478. this.panelDockContainer8.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  1479. this.panelDockContainer8.Style.GradientAngle = 90;
  1480. this.panelDockContainer8.TabIndex = 37;
  1481. //
  1482. // controlContainerItem1
  1483. //
  1484. this.controlContainerItem1.AllowItemResize = false;
  1485. this.controlContainerItem1.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
  1486. this.controlContainerItem1.Name = "controlContainerItem1";
  1487. //
  1488. // centralController
  1489. //
  1490. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1491. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1492. this.AutoSize = true;
  1493. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  1494. this.ClientSize = new System.Drawing.Size(1194, 668);
  1495. this.Controls.Add(this.dockSite_mainView);
  1496. this.Controls.Add(this.dockSite_notification);
  1497. this.Controls.Add(this.dockSite_menu);
  1498. this.Controls.Add(this.dockSite1);
  1499. this.Controls.Add(this.dockSite3);
  1500. this.Controls.Add(this.dockSite4);
  1501. this.Controls.Add(this.dockSite5);
  1502. this.Controls.Add(this.dockSite6);
  1503. this.Controls.Add(this.dockSite8);
  1504. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  1505. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1506. this.Name = "centralController";
  1507. this.Text = "智象停车中控端";
  1508. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  1509. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.centralController_FormClosing);
  1510. this.dockSite_mainView.ResumeLayout(false);
  1511. ((System.ComponentModel.ISupportInitialize)(this.bar_mainWin)).EndInit();
  1512. this.bar_mainWin.ResumeLayout(false);
  1513. this.testPanel.ResumeLayout(false);
  1514. this.testPanel.PerformLayout();
  1515. this.groupPanel2.ResumeLayout(false);
  1516. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  1517. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
  1518. this.groupPanel1.ResumeLayout(false);
  1519. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  1520. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  1521. this.tableLayoutPanel1.ResumeLayout(false);
  1522. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  1523. this.NumMachineMonitorPanel.ResumeLayout(false);
  1524. this.pdc_devStatus.ResumeLayout(false);
  1525. this.panel1.ResumeLayout(false);
  1526. this.tableLayoutPanel2.ResumeLayout(false);
  1527. ((System.ComponentModel.ISupportInitialize)(this.bar_bottom)).EndInit();
  1528. this.bar_bottom.ResumeLayout(false);
  1529. this.RecordsMonitorPanel.ResumeLayout(false);
  1530. ((System.ComponentModel.ISupportInitialize)(this.dgvx_parkingRecords)).EndInit();
  1531. ((System.ComponentModel.ISupportInitialize)(this.bar_side)).EndInit();
  1532. this.bar_side.ResumeLayout(false);
  1533. this.terminalMonitorPanel.ResumeLayout(false);
  1534. this.dockSite_notification.ResumeLayout(false);
  1535. ((System.ComponentModel.ISupportInitialize)(this.bar_notification)).EndInit();
  1536. this.bar_notification.ResumeLayout(false);
  1537. this.warningPanel.ResumeLayout(false);
  1538. this.dockSite_menu.ResumeLayout(false);
  1539. ((System.ComponentModel.ISupportInitialize)(this.bar_Menu)).EndInit();
  1540. ((System.ComponentModel.ISupportInitialize)(this.bar_shortcut)).EndInit();
  1541. this.bar_shortcut.ResumeLayout(false);
  1542. this.panel_freeSpace.ResumeLayout(false);
  1543. this.ResumeLayout(false);
  1544. }
  1545. #endregion
  1546. private DevComponents.DotNetBar.DotNetBarManager dotNetBarManager1;
  1547. private DevComponents.DotNetBar.DockSite dockSite4;
  1548. private DevComponents.DotNetBar.DockSite dockSite1;
  1549. private DevComponents.DotNetBar.DockSite dockSite_notification;
  1550. private DevComponents.DotNetBar.DockSite dockSite3;
  1551. private DevComponents.DotNetBar.DockSite dockSite5;
  1552. private DevComponents.DotNetBar.DockSite dockSite6;
  1553. private DevComponents.DotNetBar.DockSite dockSite_menu;
  1554. private DevComponents.DotNetBar.Bar bar_Menu;
  1555. private DevComponents.DotNetBar.ButtonItem btn_system;
  1556. private DevComponents.DotNetBar.DockSite dockSite8;
  1557. private DevComponents.DotNetBar.DockSite dockSite_mainView;
  1558. private DevComponents.DotNetBar.ButtonItem btn_devices;
  1559. private DevComponents.DotNetBar.ButtonItem btn_files;
  1560. private DevComponents.DotNetBar.ButtonItem btn_login;
  1561. private DevComponents.DotNetBar.ButtonItem btn_logout;
  1562. private DevComponents.DotNetBar.ButtonItem btn_openFile;
  1563. private DevComponents.DotNetBar.ButtonItem btn_linkPLC;
  1564. private DevComponents.DotNetBar.DockContainerItem dockContainerItem2;
  1565. private DevComponents.DotNetBar.Controls.GroupPanel groupPanel5;
  1566. private DevComponents.DotNetBar.DockContainerItem dci_PaymentRecords;
  1567. private DevComponents.DotNetBar.PanelDockContainer terminalMonitorPanel;
  1568. private DevComponents.DotNetBar.DockContainerItem dci_terminal;
  1569. private DevComponents.DotNetBar.PanelDockContainer panelDockContainer7;
  1570. private DevComponents.DotNetBar.DockContainerItem dockContainerItem1;
  1571. private DevComponents.DotNetBar.PanelDockContainer panelDockContainer8;
  1572. private DevComponents.DotNetBar.PanelDockContainer panelDockContainer10;
  1573. private DevComponents.DotNetBar.ButtonItem btn_exit;
  1574. private DevComponents.DotNetBar.PanelDockContainer warningPanel;
  1575. private DevComponents.DotNetBar.DockContainerItem dci_warning;
  1576. private System.Windows.Forms.ProgressBar progressBar1;
  1577. private DevComponents.DotNetBar.ButtonItem btn_recordManagement;
  1578. private DevComponents.DotNetBar.ButtonItem btn_exportRecords;
  1579. private DevComponents.DotNetBar.Bar bar_bottom;
  1580. private DevComponents.DotNetBar.Bar bar_notification;
  1581. private DevComponents.DotNetBar.LabelX lbx_freeSpace;
  1582. private DevComponents.DotNetBar.ButtonItem btn_views;
  1583. private DevComponents.DotNetBar.ButtonItem btn_numMachine;
  1584. private DevComponents.DotNetBar.ButtonItem btn_test;
  1585. private DevComponents.DotNetBar.ButtonItem btn_parkingSpace;
  1586. private DevComponents.DotNetBar.ButtonItem btn_payment;
  1587. private DevComponents.DotNetBar.ButtonItem btn_terminals;
  1588. private DevComponents.DotNetBar.ButtonItem btn_records;
  1589. private DevComponents.DotNetBar.ButtonItem btn_setScheme;
  1590. private DevComponents.DotNetBar.ButtonItem btn_PLCConf;
  1591. private DevComponents.DotNetBar.Bar bar_mainWin;
  1592. private DevComponents.DotNetBar.PanelDockContainer NumMachineMonitorPanel;
  1593. public System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  1594. private DevComponents.DotNetBar.PanelDockContainer paymentPanel;
  1595. private DevComponents.DotNetBar.PanelDockContainer testPanel;
  1596. private System.Windows.Forms.Button button1;
  1597. private System.Windows.Forms.TextBox textBox2;
  1598. private System.Windows.Forms.TextBox textBox1;
  1599. private DevComponents.DotNetBar.PanelDockContainer ParkingSpaceMonitorPanel;
  1600. private DevComponents.DotNetBar.DockContainerItem dci_ParkingSpace;
  1601. private DevComponents.DotNetBar.DockContainerItem dci_NumMachine;
  1602. private DevComponents.DotNetBar.DockContainerItem dci_payment;
  1603. private DevComponents.DotNetBar.DockContainerItem dci_Test;
  1604. private DevComponents.DotNetBar.PanelDockContainer RecordsMonitorPanel;
  1605. private DevComponents.DotNetBar.Controls.DataGridViewX dgvx_parkingRecords;
  1606. private DevComponents.DotNetBar.DockContainerItem dci_ParkingRecords;
  1607. private DevComponents.DotNetBar.Bar bar_shortcut;
  1608. private DevComponents.DotNetBar.Bar bar_side;
  1609. private DevComponents.DotNetBar.ButtonItem btn_numMachineConf;
  1610. private DevComponents.DotNetBar.ButtonItem shortcut_login;
  1611. private DevComponents.DotNetBar.ButtonItem shortcut_logout;
  1612. private DevComponents.DotNetBar.ButtonItem shortcut_close;
  1613. private System.Windows.Forms.Panel panel_freeSpace;
  1614. private DevComponents.DotNetBar.ControlContainerItem controlContainerItem1;
  1615. private DevComponents.DotNetBar.ButtonItem btn_support;
  1616. private DevComponents.DotNetBar.ButtonItem btn_sysInfo;
  1617. private DevComponents.DotNetBar.ButtonItem btn_about;
  1618. private DevComponents.DotNetBar.ButtonItem shortcut_sysInfo;
  1619. private DevComponents.DotNetBar.ButtonItem shortcut_about;
  1620. private DevComponents.DotNetBar.ButtonItem btn_advertUpdate;
  1621. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  1622. private System.Windows.Forms.DataGridViewTextBoxColumn parkingRecordsID;
  1623. private System.Windows.Forms.DataGridViewTextBoxColumn userID;
  1624. private System.Windows.Forms.DataGridViewTextBoxColumn numberPlate;
  1625. private System.Windows.Forms.DataGridViewTextBoxColumn parkingSpaceID;
  1626. private System.Windows.Forms.DataGridViewTextBoxColumn realParkTime;
  1627. private System.Windows.Forms.DataGridViewTextBoxColumn realGetTime;
  1628. private System.Windows.Forms.DataGridViewTextBoxColumn receiptNum;
  1629. private System.Windows.Forms.DataGridViewTextBoxColumn parkingPrice;
  1630. private System.Windows.Forms.DataGridViewTextBoxColumn paymentStatus;
  1631. private System.Windows.Forms.Button button2;
  1632. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  1633. private System.Windows.Forms.PictureBox pictureBox1;
  1634. private DevComponents.DotNetBar.LabelX labelX1;
  1635. private System.Windows.Forms.RichTextBox rtb_notification;
  1636. private System.Windows.Forms.PictureBox pictureBox2;
  1637. private DevComponents.DotNetBar.Controls.GroupPanel groupPanel1;
  1638. private DevComponents.DotNetBar.Controls.GroupPanel groupPanel2;
  1639. private System.Windows.Forms.PictureBox pictureBox4;
  1640. private System.Windows.Forms.PictureBox pictureBox5;
  1641. private System.Windows.Forms.PictureBox pictureBox3;
  1642. private System.Windows.Forms.FlowLayoutPanel flp_Term;
  1643. private DevComponents.DotNetBar.ButtonItem btn_linkWeb;
  1644. private DevComponents.DotNetBar.PanelDockContainer pdc_devStatus;
  1645. private DevComponents.DotNetBar.DockContainerItem dci_devStatus;
  1646. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  1647. private DevComponents.DotNetBar.LabelX lbx_PLC;
  1648. private DevComponents.DotNetBar.LabelX lbx_web;
  1649. private DevComponents.DotNetBar.LabelX lbx_webStatus;
  1650. private DevComponents.DotNetBar.LabelX lbx_PLCStatus;
  1651. private System.Windows.Forms.Panel panel1;
  1652. private DevComponents.DotNetBar.ButtonItem btn_config;
  1653. private DevComponents.DotNetBar.ButtonItem shortcut_pause;
  1654. private System.Windows.Forms.Button button3;
  1655. }
  1656. }