Form1.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726
  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. this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
  30. this.dockSite4 = new DevComponents.DotNetBar.DockSite();
  31. this.dockSite9 = new DevComponents.DotNetBar.DockSite();
  32. this.bar2 = new DevComponents.DotNetBar.Bar();
  33. this.TestContainer = new DevComponents.DotNetBar.PanelDockContainer();
  34. this.NumMachineMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
  35. this.ParkingSpaceMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
  36. this.RecordsMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
  37. this.PLCMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
  38. this.dci_PLC = new DevComponents.DotNetBar.DockContainerItem();
  39. this.dci_NumMachine = new DevComponents.DotNetBar.DockContainerItem();
  40. this.dci_ParkingSpace = new DevComponents.DotNetBar.DockContainerItem();
  41. this.dci_ParkingRecords = new DevComponents.DotNetBar.DockContainerItem();
  42. this.dci_payment = new DevComponents.DotNetBar.DockContainerItem();
  43. this.PaymentMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
  44. this.dci_Test = new DevComponents.DotNetBar.DockContainerItem();
  45. this.dockSite1 = new DevComponents.DotNetBar.DockSite();
  46. this.dockSite2 = new DevComponents.DotNetBar.DockSite();
  47. this.bar3 = new DevComponents.DotNetBar.Bar();
  48. this.panelDockContainer10 = new DevComponents.DotNetBar.PanelDockContainer();
  49. this.dockContainerItem4 = new DevComponents.DotNetBar.DockContainerItem();
  50. this.dockContainerItem5 = new DevComponents.DotNetBar.DockContainerItem();
  51. this.dockSite8 = new DevComponents.DotNetBar.DockSite();
  52. this.dockSite5 = new DevComponents.DotNetBar.DockSite();
  53. this.dockSite6 = new DevComponents.DotNetBar.DockSite();
  54. this.dockSite7 = new DevComponents.DotNetBar.DockSite();
  55. this.bar1 = new DevComponents.DotNetBar.Bar();
  56. this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
  57. this.buttonItem4 = new DevComponents.DotNetBar.ButtonItem();
  58. this.buttonItem5 = new DevComponents.DotNetBar.ButtonItem();
  59. this.buttonItem3 = new DevComponents.DotNetBar.ButtonItem();
  60. this.buttonItem6 = new DevComponents.DotNetBar.ButtonItem();
  61. this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem();
  62. this.buttonItem7 = new DevComponents.DotNetBar.ButtonItem();
  63. this.dockSite3 = new DevComponents.DotNetBar.DockSite();
  64. this.panelDockContainer2 = new DevComponents.DotNetBar.PanelDockContainer();
  65. this.dockContainerItem2 = new DevComponents.DotNetBar.DockContainerItem();
  66. this.groupPanel5 = new DevComponents.DotNetBar.Controls.GroupPanel();
  67. this.dci_PaymentRecords = new DevComponents.DotNetBar.DockContainerItem();
  68. this.panelDockContainer6 = new DevComponents.DotNetBar.PanelDockContainer();
  69. this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
  70. this.panelDockContainer7 = new DevComponents.DotNetBar.PanelDockContainer();
  71. this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem();
  72. this.panelDockContainer8 = new DevComponents.DotNetBar.PanelDockContainer();
  73. this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  74. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  75. this.dockSite9.SuspendLayout();
  76. ((System.ComponentModel.ISupportInitialize)(this.bar2)).BeginInit();
  77. this.bar2.SuspendLayout();
  78. this.TestContainer.SuspendLayout();
  79. this.dockSite2.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.bar3)).BeginInit();
  81. this.bar3.SuspendLayout();
  82. this.dockSite7.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
  84. this.panelDockContainer6.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
  86. this.SuspendLayout();
  87. //
  88. // dotNetBarManager1
  89. //
  90. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
  91. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
  92. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
  93. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
  94. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
  95. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
  96. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
  97. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
  98. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
  99. this.dotNetBarManager1.BottomDockSite = this.dockSite4;
  100. this.dotNetBarManager1.EnableFullSizeDock = false;
  101. this.dotNetBarManager1.FillDockSite = this.dockSite9;
  102. this.dotNetBarManager1.LeftDockSite = this.dockSite1;
  103. this.dotNetBarManager1.ParentForm = this;
  104. this.dotNetBarManager1.RightDockSite = this.dockSite2;
  105. this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  106. this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8;
  107. this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
  108. this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
  109. this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7;
  110. this.dotNetBarManager1.TopDockSite = this.dockSite3;
  111. //
  112. // dockSite4
  113. //
  114. this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  115. this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
  116. this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
  117. this.dockSite4.Location = new System.Drawing.Point(0, 449);
  118. this.dockSite4.Name = "dockSite4";
  119. this.dockSite4.Size = new System.Drawing.Size(778, 0);
  120. this.dockSite4.TabIndex = 3;
  121. this.dockSite4.TabStop = false;
  122. //
  123. // dockSite9
  124. //
  125. this.dockSite9.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  126. this.dockSite9.Controls.Add(this.bar2);
  127. this.dockSite9.Dock = System.Windows.Forms.DockStyle.Fill;
  128. this.dockSite9.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
  129. ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar2, 554, 424)))}, DevComponents.DotNetBar.eOrientation.Horizontal);
  130. this.dockSite9.Location = new System.Drawing.Point(0, 25);
  131. this.dockSite9.Name = "dockSite9";
  132. this.dockSite9.Size = new System.Drawing.Size(554, 424);
  133. this.dockSite9.TabIndex = 8;
  134. this.dockSite9.TabStop = false;
  135. //
  136. // bar2
  137. //
  138. this.bar2.AccessibleDescription = "DotNetBar Bar (bar2)";
  139. this.bar2.AccessibleName = "DotNetBar Bar";
  140. this.bar2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  141. this.bar2.AlwaysDisplayDockTab = true;
  142. this.bar2.CanCustomize = false;
  143. this.bar2.CanDockBottom = false;
  144. this.bar2.CanDockDocument = true;
  145. this.bar2.CanDockLeft = false;
  146. this.bar2.CanDockRight = false;
  147. this.bar2.CanDockTop = false;
  148. this.bar2.CanHide = true;
  149. this.bar2.CanUndock = false;
  150. this.bar2.Controls.Add(this.TestContainer);
  151. this.bar2.Controls.Add(this.PLCMonitorPanel);
  152. this.bar2.Controls.Add(this.ParkingSpaceMonitorPanel);
  153. this.bar2.Controls.Add(this.RecordsMonitorPanel);
  154. this.bar2.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
  155. this.bar2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.bar2.IsMaximized = false;
  157. this.bar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  158. this.dci_PLC,
  159. this.dci_NumMachine,
  160. this.dci_ParkingSpace,
  161. this.dci_ParkingRecords,
  162. this.dci_payment,
  163. this.dci_Test});
  164. this.bar2.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
  165. this.bar2.Location = new System.Drawing.Point(0, 0);
  166. this.bar2.Name = "bar2";
  167. this.bar2.SelectedDockTab = 5;
  168. this.bar2.SingleLineColor = System.Drawing.SystemColors.ControlDarkDark;
  169. this.bar2.Size = new System.Drawing.Size(554, 424);
  170. this.bar2.Stretch = true;
  171. this.bar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  172. this.bar2.TabIndex = 0;
  173. this.bar2.TabNavigation = true;
  174. this.bar2.TabStop = false;
  175. this.bar2.ItemClick += new System.EventHandler(this.bar2_ItemClick_1);
  176. //
  177. // TestContainer
  178. //
  179. this.TestContainer.Controls.Add(this.flowLayoutPanel1);
  180. this.TestContainer.DisabledBackColor = System.Drawing.Color.Empty;
  181. this.TestContainer.Location = new System.Drawing.Point(3, 28);
  182. this.TestContainer.Name = "TestContainer";
  183. this.TestContainer.Size = new System.Drawing.Size(548, 393);
  184. this.TestContainer.Style.Alignment = System.Drawing.StringAlignment.Center;
  185. this.TestContainer.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  186. this.TestContainer.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  187. this.TestContainer.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  188. this.TestContainer.Style.GradientAngle = 90;
  189. this.TestContainer.TabIndex = 24;
  190. //
  191. // NumMachineMonitorPanel
  192. //
  193. this.NumMachineMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
  194. this.NumMachineMonitorPanel.Location = new System.Drawing.Point(3, 23);
  195. this.NumMachineMonitorPanel.Name = "NumMachineMonitorPanel";
  196. this.NumMachineMonitorPanel.Size = new System.Drawing.Size(215, 373);
  197. this.NumMachineMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  198. this.NumMachineMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  199. this.NumMachineMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  200. this.NumMachineMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  201. this.NumMachineMonitorPanel.Style.GradientAngle = 90;
  202. this.NumMachineMonitorPanel.TabIndex = 0;
  203. //
  204. // ParkingSpaceMonitorPanel
  205. //
  206. this.ParkingSpaceMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
  207. this.ParkingSpaceMonitorPanel.Location = new System.Drawing.Point(3, 28);
  208. this.ParkingSpaceMonitorPanel.Name = "ParkingSpaceMonitorPanel";
  209. this.ParkingSpaceMonitorPanel.Size = new System.Drawing.Size(548, 393);
  210. this.ParkingSpaceMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  211. this.ParkingSpaceMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  212. this.ParkingSpaceMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  213. this.ParkingSpaceMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  214. this.ParkingSpaceMonitorPanel.Style.GradientAngle = 90;
  215. this.ParkingSpaceMonitorPanel.TabIndex = 9;
  216. //
  217. // RecordsMonitorPanel
  218. //
  219. this.RecordsMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
  220. this.RecordsMonitorPanel.Location = new System.Drawing.Point(3, 28);
  221. this.RecordsMonitorPanel.Name = "RecordsMonitorPanel";
  222. this.RecordsMonitorPanel.Size = new System.Drawing.Size(548, 393);
  223. this.RecordsMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  224. this.RecordsMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  225. this.RecordsMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  226. this.RecordsMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  227. this.RecordsMonitorPanel.Style.GradientAngle = 90;
  228. this.RecordsMonitorPanel.TabIndex = 13;
  229. //
  230. // PLCMonitorPanel
  231. //
  232. this.PLCMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
  233. this.PLCMonitorPanel.Location = new System.Drawing.Point(3, 28);
  234. this.PLCMonitorPanel.Name = "PLCMonitorPanel";
  235. this.PLCMonitorPanel.Size = new System.Drawing.Size(548, 393);
  236. this.PLCMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  237. this.PLCMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  238. this.PLCMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  239. this.PLCMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  240. this.PLCMonitorPanel.Style.GradientAngle = 90;
  241. this.PLCMonitorPanel.TabIndex = 0;
  242. //
  243. // dci_PLC
  244. //
  245. this.dci_PLC.Control = this.PLCMonitorPanel;
  246. this.dci_PLC.Name = "dci_PLC";
  247. this.dci_PLC.Text = "PLC监控";
  248. //
  249. // dci_NumMachine
  250. //
  251. this.dci_NumMachine.Control = this.NumMachineMonitorPanel;
  252. this.dci_NumMachine.Name = "dci_NumMachine";
  253. this.dci_NumMachine.Text = "号牌机监控";
  254. //
  255. // dci_ParkingSpace
  256. //
  257. this.dci_ParkingSpace.Control = this.ParkingSpaceMonitorPanel;
  258. this.dci_ParkingSpace.Name = "dci_ParkingSpace";
  259. this.dci_ParkingSpace.Text = "车位状态";
  260. //
  261. // dci_ParkingRecords
  262. //
  263. this.dci_ParkingRecords.Control = this.RecordsMonitorPanel;
  264. this.dci_ParkingRecords.Name = "dci_ParkingRecords";
  265. this.dci_ParkingRecords.Text = "进出记录";
  266. //
  267. // dci_payment
  268. //
  269. this.dci_payment.Control = this.PaymentMonitorPanel;
  270. this.dci_payment.Name = "dci_payment";
  271. this.dci_payment.Text = "收费查询";
  272. //
  273. // PaymentMonitorPanel
  274. //
  275. this.PaymentMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
  276. this.PaymentMonitorPanel.Location = new System.Drawing.Point(3, 28);
  277. this.PaymentMonitorPanel.Name = "PaymentMonitorPanel";
  278. this.PaymentMonitorPanel.Size = new System.Drawing.Size(548, 393);
  279. this.PaymentMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  280. this.PaymentMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  281. this.PaymentMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  282. this.PaymentMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  283. this.PaymentMonitorPanel.Style.GradientAngle = 90;
  284. this.PaymentMonitorPanel.TabIndex = 17;
  285. //
  286. // dci_Test
  287. //
  288. this.dci_Test.Control = this.TestContainer;
  289. this.dci_Test.Name = "dci_Test";
  290. this.dci_Test.Text = "测试项";
  291. //
  292. // dockSite1
  293. //
  294. this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  295. this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
  296. this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
  297. this.dockSite1.Location = new System.Drawing.Point(0, 25);
  298. this.dockSite1.Name = "dockSite1";
  299. this.dockSite1.Size = new System.Drawing.Size(0, 424);
  300. this.dockSite1.TabIndex = 0;
  301. this.dockSite1.TabStop = false;
  302. //
  303. // dockSite2
  304. //
  305. this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  306. this.dockSite2.Controls.Add(this.bar3);
  307. this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right;
  308. this.dockSite2.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
  309. ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar3, 221, 424)))}, DevComponents.DotNetBar.eOrientation.Horizontal);
  310. this.dockSite2.Location = new System.Drawing.Point(554, 25);
  311. this.dockSite2.Name = "dockSite2";
  312. this.dockSite2.Size = new System.Drawing.Size(224, 424);
  313. this.dockSite2.TabIndex = 1;
  314. this.dockSite2.TabStop = false;
  315. //
  316. // bar3
  317. //
  318. this.bar3.AccessibleDescription = "DotNetBar Bar (bar3)";
  319. this.bar3.AccessibleName = "DotNetBar Bar";
  320. this.bar3.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  321. this.bar3.AutoSyncBarCaption = true;
  322. this.bar3.CloseSingleTab = true;
  323. this.bar3.Controls.Add(this.NumMachineMonitorPanel);
  324. this.bar3.Controls.Add(this.panelDockContainer10);
  325. this.bar3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  326. this.bar3.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption;
  327. this.bar3.IsMaximized = false;
  328. this.bar3.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  329. this.dockContainerItem4,
  330. this.dockContainerItem5});
  331. this.bar3.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
  332. this.bar3.Location = new System.Drawing.Point(3, 0);
  333. this.bar3.Name = "bar3";
  334. this.bar3.SelectedDockTab = 0;
  335. this.bar3.Size = new System.Drawing.Size(221, 424);
  336. this.bar3.Stretch = true;
  337. this.bar3.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  338. this.bar3.TabIndex = 0;
  339. this.bar3.TabStop = false;
  340. this.bar3.Text = "警告与提示";
  341. //
  342. // panelDockContainer10
  343. //
  344. this.panelDockContainer10.DisabledBackColor = System.Drawing.Color.Empty;
  345. this.panelDockContainer10.Location = new System.Drawing.Point(3, 23);
  346. this.panelDockContainer10.Name = "panelDockContainer10";
  347. this.panelDockContainer10.Size = new System.Drawing.Size(215, 373);
  348. this.panelDockContainer10.Style.Alignment = System.Drawing.StringAlignment.Center;
  349. this.panelDockContainer10.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  350. this.panelDockContainer10.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  351. this.panelDockContainer10.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  352. this.panelDockContainer10.Style.GradientAngle = 90;
  353. this.panelDockContainer10.TabIndex = 5;
  354. //
  355. // dockContainerItem4
  356. //
  357. this.dockContainerItem4.Control = this.NumMachineMonitorPanel;
  358. this.dockContainerItem4.Name = "dockContainerItem4";
  359. this.dockContainerItem4.Text = "警告与提示";
  360. //
  361. // dockContainerItem5
  362. //
  363. this.dockContainerItem5.Control = this.panelDockContainer10;
  364. this.dockContainerItem5.Name = "dockContainerItem5";
  365. this.dockContainerItem5.Text = "基本信息";
  366. //
  367. // dockSite8
  368. //
  369. this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  370. this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom;
  371. this.dockSite8.Location = new System.Drawing.Point(0, 449);
  372. this.dockSite8.Name = "dockSite8";
  373. this.dockSite8.Size = new System.Drawing.Size(778, 0);
  374. this.dockSite8.TabIndex = 7;
  375. this.dockSite8.TabStop = false;
  376. //
  377. // dockSite5
  378. //
  379. this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  380. this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
  381. this.dockSite5.Location = new System.Drawing.Point(0, 25);
  382. this.dockSite5.Name = "dockSite5";
  383. this.dockSite5.Size = new System.Drawing.Size(0, 424);
  384. this.dockSite5.TabIndex = 4;
  385. this.dockSite5.TabStop = false;
  386. //
  387. // dockSite6
  388. //
  389. this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  390. this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
  391. this.dockSite6.Location = new System.Drawing.Point(778, 25);
  392. this.dockSite6.Name = "dockSite6";
  393. this.dockSite6.Size = new System.Drawing.Size(0, 424);
  394. this.dockSite6.TabIndex = 5;
  395. this.dockSite6.TabStop = false;
  396. //
  397. // dockSite7
  398. //
  399. this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  400. this.dockSite7.Controls.Add(this.bar1);
  401. this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top;
  402. this.dockSite7.Location = new System.Drawing.Point(0, 0);
  403. this.dockSite7.Name = "dockSite7";
  404. this.dockSite7.Size = new System.Drawing.Size(778, 25);
  405. this.dockSite7.TabIndex = 6;
  406. this.dockSite7.TabStop = false;
  407. //this.dockSite7.Click += new System.EventHandler(this.dockSite7_Click);
  408. //
  409. // bar1
  410. //
  411. this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
  412. this.bar1.AccessibleName = "DotNetBar Bar";
  413. this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar;
  414. this.bar1.DockSide = DevComponents.DotNetBar.eDockSide.Top;
  415. this.bar1.Font = new System.Drawing.Font("微软雅黑", 9F);
  416. this.bar1.IsMaximized = false;
  417. this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  418. this.buttonItem1,
  419. this.buttonItem3,
  420. this.buttonItem2});
  421. this.bar1.Location = new System.Drawing.Point(0, 0);
  422. this.bar1.MenuBar = true;
  423. this.bar1.Name = "bar1";
  424. this.bar1.Size = new System.Drawing.Size(778, 24);
  425. this.bar1.Stretch = true;
  426. this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  427. this.bar1.TabIndex = 0;
  428. this.bar1.TabStop = false;
  429. this.bar1.Text = "bar1";
  430. //
  431. // buttonItem1
  432. //
  433. this.buttonItem1.Name = "buttonItem1";
  434. this.buttonItem1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  435. this.buttonItem4,
  436. this.buttonItem5});
  437. this.buttonItem1.Text = "系统";
  438. this.buttonItem1.Click += new System.EventHandler(this.buttonItem1_Click);
  439. //
  440. // buttonItem4
  441. //
  442. this.buttonItem4.Name = "buttonItem4";
  443. this.buttonItem4.Text = "登录";
  444. //
  445. // buttonItem5
  446. //
  447. this.buttonItem5.Name = "buttonItem5";
  448. this.buttonItem5.Text = "退出";
  449. //
  450. // buttonItem3
  451. //
  452. this.buttonItem3.Name = "buttonItem3";
  453. this.buttonItem3.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  454. this.buttonItem6});
  455. this.buttonItem3.Text = "文件";
  456. //
  457. // buttonItem6
  458. //
  459. this.buttonItem6.Name = "buttonItem6";
  460. this.buttonItem6.Text = "打开日志";
  461. //
  462. // buttonItem2
  463. //
  464. this.buttonItem2.Name = "buttonItem2";
  465. this.buttonItem2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  466. this.buttonItem7});
  467. this.buttonItem2.Text = "设备";
  468. //
  469. // buttonItem7
  470. //
  471. this.buttonItem7.Name = "buttonItem7";
  472. this.buttonItem7.Text = "连接PLC";
  473. //
  474. // dockSite3
  475. //
  476. this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  477. this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
  478. this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
  479. this.dockSite3.Location = new System.Drawing.Point(0, 25);
  480. this.dockSite3.Name = "dockSite3";
  481. this.dockSite3.Size = new System.Drawing.Size(778, 0);
  482. this.dockSite3.TabIndex = 2;
  483. this.dockSite3.TabStop = false;
  484. //
  485. // panelDockContainer2
  486. //
  487. this.panelDockContainer2.DisabledBackColor = System.Drawing.Color.Empty;
  488. this.panelDockContainer2.Location = new System.Drawing.Point(3, 28);
  489. this.panelDockContainer2.Name = "panelDockContainer2";
  490. this.panelDockContainer2.Size = new System.Drawing.Size(563, 393);
  491. this.panelDockContainer2.Style.Alignment = System.Drawing.StringAlignment.Center;
  492. this.panelDockContainer2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  493. this.panelDockContainer2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  494. this.panelDockContainer2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  495. this.panelDockContainer2.Style.GradientAngle = 90;
  496. this.panelDockContainer2.TabIndex = 5;
  497. //
  498. // dockContainerItem2
  499. //
  500. this.dockContainerItem2.Control = this.panelDockContainer2;
  501. this.dockContainerItem2.Name = "dockContainerItem2";
  502. this.dockContainerItem2.Text = "号牌机监控";
  503. //
  504. // groupPanel5
  505. //
  506. this.groupPanel5.CanvasColor = System.Drawing.SystemColors.Control;
  507. this.groupPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
  508. this.groupPanel5.DisabledBackColor = System.Drawing.Color.Empty;
  509. this.groupPanel5.Location = new System.Drawing.Point(3, 28);
  510. this.groupPanel5.Name = "groupPanel5";
  511. this.groupPanel5.Size = new System.Drawing.Size(796, 395);
  512. //
  513. //
  514. //
  515. this.groupPanel5.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
  516. this.groupPanel5.Style.BackColorGradientAngle = 90;
  517. this.groupPanel5.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
  518. this.groupPanel5.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
  519. this.groupPanel5.Style.BorderBottomWidth = 1;
  520. this.groupPanel5.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
  521. this.groupPanel5.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
  522. this.groupPanel5.Style.BorderLeftWidth = 1;
  523. this.groupPanel5.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
  524. this.groupPanel5.Style.BorderRightWidth = 1;
  525. this.groupPanel5.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
  526. this.groupPanel5.Style.BorderTopWidth = 1;
  527. this.groupPanel5.Style.CornerDiameter = 4;
  528. this.groupPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
  529. this.groupPanel5.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
  530. this.groupPanel5.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
  531. this.groupPanel5.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
  532. //
  533. //
  534. //
  535. this.groupPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  536. //
  537. //
  538. //
  539. this.groupPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  540. this.groupPanel5.TabIndex = 11;
  541. this.groupPanel5.Text = "groupPanel5";
  542. //
  543. // dci_PaymentRecords
  544. //
  545. this.dci_PaymentRecords.Control = this.PaymentMonitorPanel;
  546. this.dci_PaymentRecords.Name = "dci_PaymentRecords";
  547. this.dci_PaymentRecords.Text = "收费查询";
  548. //
  549. // panelDockContainer6
  550. //
  551. this.panelDockContainer6.Controls.Add(this.groupPanel2);
  552. this.panelDockContainer6.DisabledBackColor = System.Drawing.Color.Empty;
  553. this.panelDockContainer6.Location = new System.Drawing.Point(3, 28);
  554. this.panelDockContainer6.Name = "panelDockContainer6";
  555. this.panelDockContainer6.Size = new System.Drawing.Size(796, 395);
  556. this.panelDockContainer6.Style.Alignment = System.Drawing.StringAlignment.Center;
  557. this.panelDockContainer6.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  558. this.panelDockContainer6.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  559. this.panelDockContainer6.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  560. this.panelDockContainer6.Style.GradientAngle = 90;
  561. this.panelDockContainer6.TabIndex = 21;
  562. //
  563. // groupPanel2
  564. //
  565. this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
  566. this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
  567. this.groupPanel2.DisabledBackColor = System.Drawing.Color.Empty;
  568. this.groupPanel2.Location = new System.Drawing.Point(9, 10);
  569. this.groupPanel2.Name = "groupPanel2";
  570. this.groupPanel2.Size = new System.Drawing.Size(778, 375);
  571. //
  572. //
  573. //
  574. this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
  575. this.groupPanel2.Style.BackColorGradientAngle = 90;
  576. this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
  577. this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
  578. this.groupPanel2.Style.BorderBottomWidth = 1;
  579. this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
  580. this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
  581. this.groupPanel2.Style.BorderLeftWidth = 1;
  582. this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
  583. this.groupPanel2.Style.BorderRightWidth = 1;
  584. this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
  585. this.groupPanel2.Style.BorderTopWidth = 1;
  586. this.groupPanel2.Style.CornerDiameter = 4;
  587. this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
  588. this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
  589. this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
  590. this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
  591. //
  592. //
  593. //
  594. this.groupPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  595. //
  596. //
  597. //
  598. this.groupPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  599. this.groupPanel2.TabIndex = 11;
  600. this.groupPanel2.Text = "groupPanel2";
  601. //
  602. // panelDockContainer7
  603. //
  604. this.panelDockContainer7.DisabledBackColor = System.Drawing.Color.Empty;
  605. this.panelDockContainer7.Location = new System.Drawing.Point(3, 28);
  606. this.panelDockContainer7.Name = "panelDockContainer7";
  607. this.panelDockContainer7.Size = new System.Drawing.Size(796, 395);
  608. this.panelDockContainer7.Style.Alignment = System.Drawing.StringAlignment.Center;
  609. this.panelDockContainer7.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  610. this.panelDockContainer7.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  611. this.panelDockContainer7.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  612. this.panelDockContainer7.Style.GradientAngle = 90;
  613. this.panelDockContainer7.TabIndex = 37;
  614. //
  615. // dockContainerItem1
  616. //
  617. this.dockContainerItem1.Control = this.panelDockContainer7;
  618. this.dockContainerItem1.Name = "dockContainerItem1";
  619. this.dockContainerItem1.Text = "dockContainerItem1";
  620. //
  621. // panelDockContainer8
  622. //
  623. this.panelDockContainer8.DisabledBackColor = System.Drawing.Color.Empty;
  624. this.panelDockContainer8.Location = new System.Drawing.Point(3, 28);
  625. this.panelDockContainer8.Name = "panelDockContainer8";
  626. this.panelDockContainer8.Size = new System.Drawing.Size(796, 395);
  627. this.panelDockContainer8.Style.Alignment = System.Drawing.StringAlignment.Center;
  628. this.panelDockContainer8.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  629. this.panelDockContainer8.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  630. this.panelDockContainer8.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  631. this.panelDockContainer8.Style.GradientAngle = 90;
  632. this.panelDockContainer8.TabIndex = 37;
  633. //
  634. // flowLayoutPanel1
  635. //
  636. this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 3);
  637. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  638. this.flowLayoutPanel1.Size = new System.Drawing.Size(543, 380);
  639. this.flowLayoutPanel1.TabIndex = 0;
  640. //
  641. // centralController
  642. //
  643. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  644. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  645. this.ClientSize = new System.Drawing.Size(778, 449);
  646. this.Controls.Add(this.dockSite9);
  647. this.Controls.Add(this.dockSite2);
  648. this.Controls.Add(this.dockSite1);
  649. this.Controls.Add(this.dockSite3);
  650. this.Controls.Add(this.dockSite4);
  651. this.Controls.Add(this.dockSite5);
  652. this.Controls.Add(this.dockSite6);
  653. this.Controls.Add(this.dockSite7);
  654. this.Controls.Add(this.dockSite8);
  655. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  656. this.Name = "centralController";
  657. this.Text = "Form1";
  658. this.dockSite9.ResumeLayout(false);
  659. ((System.ComponentModel.ISupportInitialize)(this.bar2)).EndInit();
  660. this.bar2.ResumeLayout(false);
  661. this.TestContainer.ResumeLayout(false);
  662. this.dockSite2.ResumeLayout(false);
  663. ((System.ComponentModel.ISupportInitialize)(this.bar3)).EndInit();
  664. this.bar3.ResumeLayout(false);
  665. this.dockSite7.ResumeLayout(false);
  666. ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
  667. this.panelDockContainer6.ResumeLayout(false);
  668. ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
  669. this.ResumeLayout(false);
  670. }
  671. #endregion
  672. private DevComponents.DotNetBar.DotNetBarManager dotNetBarManager1;
  673. private DevComponents.DotNetBar.DockSite dockSite4;
  674. private DevComponents.DotNetBar.DockSite dockSite1;
  675. private DevComponents.DotNetBar.DockSite dockSite2;
  676. private DevComponents.DotNetBar.DockSite dockSite3;
  677. private DevComponents.DotNetBar.DockSite dockSite5;
  678. private DevComponents.DotNetBar.DockSite dockSite6;
  679. private DevComponents.DotNetBar.DockSite dockSite7;
  680. private DevComponents.DotNetBar.Bar bar1;
  681. private DevComponents.DotNetBar.ButtonItem buttonItem1;
  682. private DevComponents.DotNetBar.DockSite dockSite8;
  683. private DevComponents.DotNetBar.DockSite dockSite9;
  684. private DevComponents.DotNetBar.ButtonItem buttonItem2;
  685. private DevComponents.DotNetBar.ButtonItem buttonItem3;
  686. private DevComponents.DotNetBar.ButtonItem buttonItem4;
  687. private DevComponents.DotNetBar.ButtonItem buttonItem5;
  688. private DevComponents.DotNetBar.ButtonItem buttonItem6;
  689. private DevComponents.DotNetBar.ButtonItem buttonItem7;
  690. private DevComponents.DotNetBar.DockContainerItem dockContainerItem2;
  691. private DevComponents.DotNetBar.PanelDockContainer PaymentMonitorPanel;
  692. private DevComponents.DotNetBar.Controls.GroupPanel groupPanel5;
  693. private DevComponents.DotNetBar.DockContainerItem dci_PaymentRecords;
  694. private DevComponents.DotNetBar.Bar bar2;
  695. private DevComponents.DotNetBar.PanelDockContainer ParkingSpaceMonitorPanel;
  696. private DevComponents.DotNetBar.PanelDockContainer panelDockContainer2;
  697. private DevComponents.DotNetBar.PanelDockContainer PLCMonitorPanel;
  698. private DevComponents.DotNetBar.PanelDockContainer RecordsMonitorPanel;
  699. private DevComponents.DotNetBar.DockContainerItem dci_PLC;
  700. private DevComponents.DotNetBar.DockContainerItem dci_NumMachine;
  701. private DevComponents.DotNetBar.DockContainerItem dci_ParkingSpace;
  702. private DevComponents.DotNetBar.DockContainerItem dci_ParkingRecords;
  703. private DevComponents.DotNetBar.DockContainerItem dci_payment;
  704. private DevComponents.DotNetBar.PanelDockContainer panelDockContainer6;
  705. private DevComponents.DotNetBar.Controls.GroupPanel groupPanel2;
  706. private DevComponents.DotNetBar.PanelDockContainer panelDockContainer7;
  707. private DevComponents.DotNetBar.DockContainerItem dockContainerItem1;
  708. private DevComponents.DotNetBar.PanelDockContainer panelDockContainer8;
  709. private DevComponents.DotNetBar.Bar bar3;
  710. private DevComponents.DotNetBar.PanelDockContainer NumMachineMonitorPanel;
  711. private DevComponents.DotNetBar.PanelDockContainer panelDockContainer10;
  712. private DevComponents.DotNetBar.DockContainerItem dockContainerItem4;
  713. private DevComponents.DotNetBar.DockContainerItem dockContainerItem5;
  714. private System.Windows.Forms.BindingSource bindingSource1;
  715. private DevComponents.DotNetBar.PanelDockContainer TestContainer;
  716. private DevComponents.DotNetBar.DockContainerItem dci_Test;
  717. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  718. }
  719. }