FormCentralController.Designer.cs 71 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267
  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.NumMachineMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
  36. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  37. this.paymentPanel = new DevComponents.DotNetBar.PanelDockContainer();
  38. this.ParkingSpaceMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
  39. this.testPanel = new DevComponents.DotNetBar.PanelDockContainer();
  40. this.button1 = new System.Windows.Forms.Button();
  41. this.textBox2 = new System.Windows.Forms.TextBox();
  42. this.textBox1 = new System.Windows.Forms.TextBox();
  43. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  44. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  45. this.labelX1 = new DevComponents.DotNetBar.LabelX();
  46. this.dci_NumMachine = new DevComponents.DotNetBar.DockContainerItem();
  47. this.dci_payment = new DevComponents.DotNetBar.DockContainerItem();
  48. this.dci_ParkingSpace = new DevComponents.DotNetBar.DockContainerItem();
  49. this.dci_Test = new DevComponents.DotNetBar.DockContainerItem();
  50. this.bar_bottom = new DevComponents.DotNetBar.Bar();
  51. this.RecordsMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
  52. this.dgvx_parkingRecords = new DevComponents.DotNetBar.Controls.DataGridViewX();
  53. this.parkingRecordsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.userID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.numberPlate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.parkingSpaceID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.realParkTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.realGetTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.receiptNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.parkingPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dci_ParkingRecords = new DevComponents.DotNetBar.DockContainerItem();
  62. this.bar_side = new DevComponents.DotNetBar.Bar();
  63. this.terminalMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
  64. this.dci_terminal = new DevComponents.DotNetBar.DockContainerItem();
  65. this.dockSite1 = new DevComponents.DotNetBar.DockSite();
  66. this.dockSite_notification = new DevComponents.DotNetBar.DockSite();
  67. this.bar_notification = new DevComponents.DotNetBar.Bar();
  68. this.warningPanel = new DevComponents.DotNetBar.PanelDockContainer();
  69. this.tbx_notification = new DevComponents.DotNetBar.Controls.TextBoxX();
  70. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  71. this.dci_warning = new DevComponents.DotNetBar.DockContainerItem();
  72. this.dockSite8 = new DevComponents.DotNetBar.DockSite();
  73. this.dockSite5 = new DevComponents.DotNetBar.DockSite();
  74. this.dockSite6 = new DevComponents.DotNetBar.DockSite();
  75. this.dockSite_menu = new DevComponents.DotNetBar.DockSite();
  76. this.bar_Menu = new DevComponents.DotNetBar.Bar();
  77. this.btn_system = new DevComponents.DotNetBar.ButtonItem();
  78. this.btn_login = new DevComponents.DotNetBar.ButtonItem();
  79. this.btn_logout = new DevComponents.DotNetBar.ButtonItem();
  80. this.btn_exit = new DevComponents.DotNetBar.ButtonItem();
  81. this.btn_files = new DevComponents.DotNetBar.ButtonItem();
  82. this.btn_openFile = new DevComponents.DotNetBar.ButtonItem();
  83. this.btn_advertUpdate = new DevComponents.DotNetBar.ButtonItem();
  84. this.btn_recordManagement = new DevComponents.DotNetBar.ButtonItem();
  85. this.btn_exportRecords = new DevComponents.DotNetBar.ButtonItem();
  86. this.btn_setScheme = new DevComponents.DotNetBar.ButtonItem();
  87. this.btn_views = new DevComponents.DotNetBar.ButtonItem();
  88. this.btn_parkingSpace = new DevComponents.DotNetBar.ButtonItem();
  89. this.btn_numMachine = new DevComponents.DotNetBar.ButtonItem();
  90. this.btn_payment = new DevComponents.DotNetBar.ButtonItem();
  91. this.btn_test = new DevComponents.DotNetBar.ButtonItem();
  92. this.btn_terminals = new DevComponents.DotNetBar.ButtonItem();
  93. this.btn_records = new DevComponents.DotNetBar.ButtonItem();
  94. this.btn_devices = new DevComponents.DotNetBar.ButtonItem();
  95. this.btn_linkPLC = new DevComponents.DotNetBar.ButtonItem();
  96. this.btn_PLCConf = new DevComponents.DotNetBar.ButtonItem();
  97. this.btn_numMachineConf = new DevComponents.DotNetBar.ButtonItem();
  98. this.btn_support = new DevComponents.DotNetBar.ButtonItem();
  99. this.btn_sysInfo = new DevComponents.DotNetBar.ButtonItem();
  100. this.btn_about = new DevComponents.DotNetBar.ButtonItem();
  101. this.bar_shortcut = new DevComponents.DotNetBar.Bar();
  102. this.panel_freeSpace = new System.Windows.Forms.Panel();
  103. this.lbx_freeSpace = new DevComponents.DotNetBar.LabelX();
  104. this.shortcut_login = new DevComponents.DotNetBar.ButtonItem();
  105. this.shortcut_logout = new DevComponents.DotNetBar.ButtonItem();
  106. this.shortcut_sysInfo = new DevComponents.DotNetBar.ButtonItem();
  107. this.shortcut_about = new DevComponents.DotNetBar.ButtonItem();
  108. this.shortcut_close = new DevComponents.DotNetBar.ButtonItem();
  109. this.dockSite3 = new DevComponents.DotNetBar.DockSite();
  110. this.panelDockContainer10 = new DevComponents.DotNetBar.PanelDockContainer();
  111. this.dockContainerItem2 = new DevComponents.DotNetBar.DockContainerItem();
  112. this.groupPanel5 = new DevComponents.DotNetBar.Controls.GroupPanel();
  113. this.dci_PaymentRecords = new DevComponents.DotNetBar.DockContainerItem();
  114. this.panelDockContainer7 = new DevComponents.DotNetBar.PanelDockContainer();
  115. this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem();
  116. this.panelDockContainer8 = new DevComponents.DotNetBar.PanelDockContainer();
  117. this.controlContainerItem1 = new DevComponents.DotNetBar.ControlContainerItem();
  118. this.dockSite_mainView.SuspendLayout();
  119. ((System.ComponentModel.ISupportInitialize)(this.bar_mainWin)).BeginInit();
  120. this.bar_mainWin.SuspendLayout();
  121. this.NumMachineMonitorPanel.SuspendLayout();
  122. this.testPanel.SuspendLayout();
  123. this.tableLayoutPanel1.SuspendLayout();
  124. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  125. ((System.ComponentModel.ISupportInitialize)(this.bar_bottom)).BeginInit();
  126. this.bar_bottom.SuspendLayout();
  127. this.RecordsMonitorPanel.SuspendLayout();
  128. ((System.ComponentModel.ISupportInitialize)(this.dgvx_parkingRecords)).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.bar_side)).BeginInit();
  130. this.bar_side.SuspendLayout();
  131. this.dockSite_notification.SuspendLayout();
  132. ((System.ComponentModel.ISupportInitialize)(this.bar_notification)).BeginInit();
  133. this.bar_notification.SuspendLayout();
  134. this.warningPanel.SuspendLayout();
  135. this.dockSite_menu.SuspendLayout();
  136. ((System.ComponentModel.ISupportInitialize)(this.bar_Menu)).BeginInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.bar_shortcut)).BeginInit();
  138. this.bar_shortcut.SuspendLayout();
  139. this.panel_freeSpace.SuspendLayout();
  140. this.SuspendLayout();
  141. //
  142. // dotNetBarManager1
  143. //
  144. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
  145. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
  146. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
  147. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
  148. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
  149. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
  150. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
  151. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
  152. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
  153. this.dotNetBarManager1.BottomDockSite = this.dockSite4;
  154. this.dotNetBarManager1.EnableFullSizeDock = false;
  155. this.dotNetBarManager1.FillDockSite = this.dockSite_mainView;
  156. this.dotNetBarManager1.LeftDockSite = this.dockSite1;
  157. this.dotNetBarManager1.ParentForm = this;
  158. this.dotNetBarManager1.RightDockSite = this.dockSite_notification;
  159. this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  160. this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8;
  161. this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
  162. this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
  163. this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite_menu;
  164. this.dotNetBarManager1.TopDockSite = this.dockSite3;
  165. //
  166. // dockSite4
  167. //
  168. this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  169. this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
  170. this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
  171. this.dockSite4.Location = new System.Drawing.Point(0, 668);
  172. this.dockSite4.Name = "dockSite4";
  173. this.dockSite4.Size = new System.Drawing.Size(1194, 0);
  174. this.dockSite4.TabIndex = 3;
  175. this.dockSite4.TabStop = false;
  176. //
  177. // dockSite_mainView
  178. //
  179. this.dockSite_mainView.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  180. this.dockSite_mainView.Controls.Add(this.bar_mainWin);
  181. this.dockSite_mainView.Controls.Add(this.bar_bottom);
  182. this.dockSite_mainView.Controls.Add(this.bar_side);
  183. this.dockSite_mainView.Dock = System.Windows.Forms.DockStyle.Fill;
  184. this.dockSite_mainView.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
  185. ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
  186. ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar_mainWin, 524, 331))),
  187. ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar_side, 344, 331)))}, DevComponents.DotNetBar.eOrientation.Horizontal))),
  188. ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar_bottom, 871, 181)))}, DevComponents.DotNetBar.eOrientation.Vertical);
  189. this.dockSite_mainView.Location = new System.Drawing.Point(0, 114);
  190. this.dockSite_mainView.Name = "dockSite_mainView";
  191. this.dockSite_mainView.Size = new System.Drawing.Size(871, 554);
  192. this.dockSite_mainView.TabIndex = 8;
  193. this.dockSite_mainView.TabStop = false;
  194. //
  195. // bar_mainWin
  196. //
  197. this.bar_mainWin.AccessibleDescription = "DotNetBar Bar (bar_mainWin)";
  198. this.bar_mainWin.AccessibleName = "DotNetBar Bar";
  199. this.bar_mainWin.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  200. this.bar_mainWin.AlwaysDisplayDockTab = true;
  201. this.bar_mainWin.CanCustomize = false;
  202. this.bar_mainWin.CanDockBottom = false;
  203. this.bar_mainWin.CanDockDocument = true;
  204. this.bar_mainWin.CanDockLeft = false;
  205. this.bar_mainWin.CanDockRight = false;
  206. this.bar_mainWin.CanDockTop = false;
  207. this.bar_mainWin.CanHide = true;
  208. this.bar_mainWin.Controls.Add(this.NumMachineMonitorPanel);
  209. this.bar_mainWin.Controls.Add(this.testPanel);
  210. this.bar_mainWin.Controls.Add(this.ParkingSpaceMonitorPanel);
  211. this.bar_mainWin.Controls.Add(this.paymentPanel);
  212. this.bar_mainWin.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
  213. this.bar_mainWin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.bar_mainWin.IsMaximized = false;
  215. this.bar_mainWin.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  216. this.dci_NumMachine,
  217. this.dci_payment,
  218. this.dci_ParkingSpace,
  219. this.dci_Test});
  220. this.bar_mainWin.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
  221. this.bar_mainWin.Location = new System.Drawing.Point(0, 0);
  222. this.bar_mainWin.Name = "bar_mainWin";
  223. this.bar_mainWin.SelectedDockTab = 0;
  224. this.bar_mainWin.SingleLineColor = System.Drawing.SystemColors.ControlDarkDark;
  225. this.bar_mainWin.Size = new System.Drawing.Size(524, 331);
  226. this.bar_mainWin.Stretch = true;
  227. this.bar_mainWin.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  228. this.bar_mainWin.TabIndex = 0;
  229. this.bar_mainWin.TabNavigation = true;
  230. this.bar_mainWin.TabStop = false;
  231. //
  232. // NumMachineMonitorPanel
  233. //
  234. this.NumMachineMonitorPanel.Controls.Add(this.flowLayoutPanel1);
  235. this.NumMachineMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
  236. this.NumMachineMonitorPanel.Location = new System.Drawing.Point(3, 28);
  237. this.NumMachineMonitorPanel.Name = "NumMachineMonitorPanel";
  238. this.NumMachineMonitorPanel.Size = new System.Drawing.Size(518, 300);
  239. this.NumMachineMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  240. this.NumMachineMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  241. this.NumMachineMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  242. this.NumMachineMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  243. this.NumMachineMonitorPanel.Style.GradientAngle = 90;
  244. this.NumMachineMonitorPanel.TabIndex = 0;
  245. //
  246. // flowLayoutPanel1
  247. //
  248. this.flowLayoutPanel1.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
  249. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  250. this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  251. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  252. this.flowLayoutPanel1.Size = new System.Drawing.Size(518, 300);
  253. this.flowLayoutPanel1.TabIndex = 1;
  254. this.flowLayoutPanel1.Resize += new System.EventHandler(this.flowLayoutPanel1_Resize);
  255. //
  256. // paymentPanel
  257. //
  258. this.paymentPanel.DisabledBackColor = System.Drawing.Color.Empty;
  259. this.paymentPanel.Location = new System.Drawing.Point(3, 28);
  260. this.paymentPanel.Name = "paymentPanel";
  261. this.paymentPanel.Size = new System.Drawing.Size(518, 300);
  262. this.paymentPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  263. this.paymentPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  264. this.paymentPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  265. this.paymentPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  266. this.paymentPanel.Style.GradientAngle = 90;
  267. this.paymentPanel.TabIndex = 24;
  268. //
  269. // ParkingSpaceMonitorPanel
  270. //
  271. this.ParkingSpaceMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
  272. this.ParkingSpaceMonitorPanel.Location = new System.Drawing.Point(3, 28);
  273. this.ParkingSpaceMonitorPanel.Name = "ParkingSpaceMonitorPanel";
  274. this.ParkingSpaceMonitorPanel.Size = new System.Drawing.Size(518, 300);
  275. this.ParkingSpaceMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  276. this.ParkingSpaceMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  277. this.ParkingSpaceMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  278. this.ParkingSpaceMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  279. this.ParkingSpaceMonitorPanel.Style.GradientAngle = 90;
  280. this.ParkingSpaceMonitorPanel.TabIndex = 9;
  281. //
  282. // testPanel
  283. //
  284. this.testPanel.Controls.Add(this.button1);
  285. this.testPanel.Controls.Add(this.textBox2);
  286. this.testPanel.Controls.Add(this.textBox1);
  287. this.testPanel.Controls.Add(this.tableLayoutPanel1);
  288. this.testPanel.DisabledBackColor = System.Drawing.Color.Empty;
  289. this.testPanel.Location = new System.Drawing.Point(3, 28);
  290. this.testPanel.Name = "testPanel";
  291. this.testPanel.Size = new System.Drawing.Size(518, 300);
  292. this.testPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  293. this.testPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  294. this.testPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  295. this.testPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  296. this.testPanel.Style.GradientAngle = 90;
  297. this.testPanel.TabIndex = 38;
  298. //
  299. // button1
  300. //
  301. this.button1.Location = new System.Drawing.Point(151, 43);
  302. this.button1.Name = "button1";
  303. this.button1.Size = new System.Drawing.Size(75, 23);
  304. this.button1.TabIndex = 6;
  305. this.button1.Text = "button1";
  306. this.button1.UseVisualStyleBackColor = true;
  307. this.button1.Click += new System.EventHandler(this.button1_Click);
  308. //
  309. // textBox2
  310. //
  311. this.textBox2.Location = new System.Drawing.Point(205, 16);
  312. this.textBox2.Name = "textBox2";
  313. this.textBox2.Size = new System.Drawing.Size(100, 21);
  314. this.textBox2.TabIndex = 5;
  315. //
  316. // textBox1
  317. //
  318. this.textBox1.Location = new System.Drawing.Point(74, 16);
  319. this.textBox1.Name = "textBox1";
  320. this.textBox1.Size = new System.Drawing.Size(100, 21);
  321. this.textBox1.TabIndex = 4;
  322. //
  323. // tableLayoutPanel1
  324. //
  325. this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  326. this.tableLayoutPanel1.ColumnCount = 1;
  327. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  328. this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 1);
  329. this.tableLayoutPanel1.Controls.Add(this.labelX1, 0, 0);
  330. this.tableLayoutPanel1.Location = new System.Drawing.Point(9, 72);
  331. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  332. this.tableLayoutPanel1.RowCount = 2;
  333. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  334. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F));
  335. this.tableLayoutPanel1.Size = new System.Drawing.Size(185, 168);
  336. this.tableLayoutPanel1.TabIndex = 3;
  337. //
  338. // pictureBox1
  339. //
  340. this.pictureBox1.Location = new System.Drawing.Point(3, 36);
  341. this.pictureBox1.Name = "pictureBox1";
  342. this.pictureBox1.Size = new System.Drawing.Size(179, 127);
  343. this.pictureBox1.TabIndex = 2;
  344. this.pictureBox1.TabStop = false;
  345. //
  346. // labelX1
  347. //
  348. //
  349. //
  350. //
  351. this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  352. this.labelX1.Location = new System.Drawing.Point(3, 3);
  353. this.labelX1.Name = "labelX1";
  354. this.labelX1.Size = new System.Drawing.Size(179, 27);
  355. this.labelX1.TabIndex = 3;
  356. this.labelX1.Text = "label1\r\nlable2";
  357. this.labelX1.TextAlignment = System.Drawing.StringAlignment.Center;
  358. //
  359. // dci_NumMachine
  360. //
  361. this.dci_NumMachine.Control = this.NumMachineMonitorPanel;
  362. this.dci_NumMachine.Name = "dci_NumMachine";
  363. this.dci_NumMachine.Text = "号牌机监控";
  364. //
  365. // dci_payment
  366. //
  367. this.dci_payment.Control = this.paymentPanel;
  368. this.dci_payment.Name = "dci_payment";
  369. this.dci_payment.Text = "支付信息";
  370. //
  371. // dci_ParkingSpace
  372. //
  373. this.dci_ParkingSpace.Control = this.ParkingSpaceMonitorPanel;
  374. this.dci_ParkingSpace.Name = "dci_ParkingSpace";
  375. this.dci_ParkingSpace.Text = "车位状态";
  376. //
  377. // dci_Test
  378. //
  379. this.dci_Test.Control = this.testPanel;
  380. this.dci_Test.Name = "dci_Test";
  381. this.dci_Test.Text = "测试";
  382. //
  383. // bar_bottom
  384. //
  385. this.bar_bottom.AccessibleDescription = "DotNetBar Bar (bar_bottom)";
  386. this.bar_bottom.AccessibleName = "DotNetBar Bar";
  387. this.bar_bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  388. this.bar_bottom.AlwaysDisplayDockTab = true;
  389. this.bar_bottom.AutoHide = true;
  390. this.bar_bottom.CanDockBottom = false;
  391. this.bar_bottom.CanDockDocument = true;
  392. this.bar_bottom.CanDockLeft = false;
  393. this.bar_bottom.CanDockRight = false;
  394. this.bar_bottom.CanDockTop = false;
  395. this.bar_bottom.CanHide = true;
  396. this.bar_bottom.CanUndock = false;
  397. this.bar_bottom.Controls.Add(this.RecordsMonitorPanel);
  398. this.bar_bottom.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
  399. this.bar_bottom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.bar_bottom.IsMaximized = false;
  401. this.bar_bottom.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  402. this.dci_ParkingRecords});
  403. this.bar_bottom.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
  404. this.bar_bottom.Location = new System.Drawing.Point(0, 334);
  405. this.bar_bottom.Name = "bar_bottom";
  406. this.bar_bottom.SelectedDockTab = 0;
  407. this.bar_bottom.Size = new System.Drawing.Size(871, 220);
  408. this.bar_bottom.Stretch = true;
  409. this.bar_bottom.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  410. this.bar_bottom.TabIndex = 1;
  411. this.bar_bottom.TabStop = false;
  412. //
  413. // RecordsMonitorPanel
  414. //
  415. this.RecordsMonitorPanel.Controls.Add(this.dgvx_parkingRecords);
  416. this.RecordsMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
  417. this.RecordsMonitorPanel.Location = new System.Drawing.Point(3, 28);
  418. this.RecordsMonitorPanel.Name = "RecordsMonitorPanel";
  419. this.RecordsMonitorPanel.Size = new System.Drawing.Size(865, 189);
  420. this.RecordsMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  421. this.RecordsMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  422. this.RecordsMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  423. this.RecordsMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  424. this.RecordsMonitorPanel.Style.GradientAngle = 90;
  425. this.RecordsMonitorPanel.TabIndex = 13;
  426. //
  427. // dgvx_parkingRecords
  428. //
  429. this.dgvx_parkingRecords.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
  430. this.dgvx_parkingRecords.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  431. this.dgvx_parkingRecords.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  432. this.parkingRecordsID,
  433. this.userID,
  434. this.numberPlate,
  435. this.parkingSpaceID,
  436. this.realParkTime,
  437. this.realGetTime,
  438. this.receiptNum,
  439. this.parkingPrice});
  440. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  441. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
  442. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  443. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
  444. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  445. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
  446. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  447. this.dgvx_parkingRecords.DefaultCellStyle = dataGridViewCellStyle1;
  448. this.dgvx_parkingRecords.Dock = System.Windows.Forms.DockStyle.Fill;
  449. this.dgvx_parkingRecords.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
  450. this.dgvx_parkingRecords.Location = new System.Drawing.Point(0, 0);
  451. this.dgvx_parkingRecords.Name = "dgvx_parkingRecords";
  452. this.dgvx_parkingRecords.RowTemplate.Height = 23;
  453. this.dgvx_parkingRecords.Size = new System.Drawing.Size(865, 189);
  454. this.dgvx_parkingRecords.TabIndex = 0;
  455. //
  456. // parkingRecordsID
  457. //
  458. this.parkingRecordsID.Frozen = true;
  459. this.parkingRecordsID.HeaderText = "停车记录ID";
  460. this.parkingRecordsID.MaxInputLength = 11;
  461. this.parkingRecordsID.Name = "parkingRecordsID";
  462. this.parkingRecordsID.ReadOnly = true;
  463. this.parkingRecordsID.Width = 90;
  464. //
  465. // userID
  466. //
  467. this.userID.Frozen = true;
  468. this.userID.HeaderText = "用户ID";
  469. this.userID.MaxInputLength = 8;
  470. this.userID.Name = "userID";
  471. this.userID.ReadOnly = true;
  472. this.userID.Width = 70;
  473. //
  474. // numberPlate
  475. //
  476. this.numberPlate.Frozen = true;
  477. this.numberPlate.HeaderText = "号牌";
  478. this.numberPlate.MaxInputLength = 9;
  479. this.numberPlate.Name = "numberPlate";
  480. this.numberPlate.ReadOnly = true;
  481. this.numberPlate.Width = 80;
  482. //
  483. // parkingSpaceID
  484. //
  485. this.parkingSpaceID.Frozen = true;
  486. this.parkingSpaceID.HeaderText = "车位编号";
  487. this.parkingSpaceID.MaxInputLength = 4;
  488. this.parkingSpaceID.Name = "parkingSpaceID";
  489. this.parkingSpaceID.ReadOnly = true;
  490. this.parkingSpaceID.Width = 80;
  491. //
  492. // realParkTime
  493. //
  494. this.realParkTime.Frozen = true;
  495. this.realParkTime.HeaderText = "实际停入时间";
  496. this.realParkTime.MaxInputLength = 50;
  497. this.realParkTime.Name = "realParkTime";
  498. this.realParkTime.ReadOnly = true;
  499. this.realParkTime.Width = 140;
  500. //
  501. // realGetTime
  502. //
  503. this.realGetTime.Frozen = true;
  504. this.realGetTime.HeaderText = "实际取出时间";
  505. this.realGetTime.MaxInputLength = 50;
  506. this.realGetTime.Name = "realGetTime";
  507. this.realGetTime.ReadOnly = true;
  508. this.realGetTime.Width = 140;
  509. //
  510. // receiptNum
  511. //
  512. this.receiptNum.Frozen = true;
  513. this.receiptNum.HeaderText = "凭证号";
  514. this.receiptNum.MaxInputLength = 8;
  515. this.receiptNum.Name = "receiptNum";
  516. this.receiptNum.ReadOnly = true;
  517. //
  518. // parkingPrice
  519. //
  520. this.parkingPrice.Frozen = true;
  521. this.parkingPrice.HeaderText = "停车费用";
  522. this.parkingPrice.MaxInputLength = 11;
  523. this.parkingPrice.Name = "parkingPrice";
  524. this.parkingPrice.ReadOnly = true;
  525. //
  526. // dci_ParkingRecords
  527. //
  528. this.dci_ParkingRecords.Control = this.RecordsMonitorPanel;
  529. this.dci_ParkingRecords.Name = "dci_ParkingRecords";
  530. this.dci_ParkingRecords.Text = "进出记录";
  531. //
  532. // bar_side
  533. //
  534. this.bar_side.AccessibleDescription = "DotNetBar Bar (bar_side)";
  535. this.bar_side.AccessibleName = "DotNetBar Bar";
  536. this.bar_side.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  537. this.bar_side.AlwaysDisplayDockTab = true;
  538. this.bar_side.CanDockBottom = false;
  539. this.bar_side.CanDockDocument = true;
  540. this.bar_side.CanDockLeft = false;
  541. this.bar_side.CanDockRight = false;
  542. this.bar_side.CanDockTop = false;
  543. this.bar_side.CanHide = true;
  544. this.bar_side.Controls.Add(this.terminalMonitorPanel);
  545. this.bar_side.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
  546. this.bar_side.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  547. this.bar_side.IsMaximized = false;
  548. this.bar_side.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  549. this.dci_terminal});
  550. this.bar_side.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
  551. this.bar_side.Location = new System.Drawing.Point(527, 0);
  552. this.bar_side.Name = "bar_side";
  553. this.bar_side.SelectedDockTab = 0;
  554. this.bar_side.Size = new System.Drawing.Size(344, 331);
  555. this.bar_side.Stretch = true;
  556. this.bar_side.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  557. this.bar_side.TabIndex = 2;
  558. this.bar_side.TabStop = false;
  559. //
  560. // terminalMonitorPanel
  561. //
  562. this.terminalMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
  563. this.terminalMonitorPanel.Location = new System.Drawing.Point(3, 28);
  564. this.terminalMonitorPanel.Name = "terminalMonitorPanel";
  565. this.terminalMonitorPanel.Size = new System.Drawing.Size(338, 300);
  566. this.terminalMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  567. this.terminalMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  568. this.terminalMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  569. this.terminalMonitorPanel.Style.ForeColor.Color = System.Drawing.SystemColors.MenuHighlight;
  570. this.terminalMonitorPanel.Style.GradientAngle = 90;
  571. this.terminalMonitorPanel.TabIndex = 0;
  572. //
  573. // dci_terminal
  574. //
  575. this.dci_terminal.Control = this.terminalMonitorPanel;
  576. this.dci_terminal.Name = "dci_terminal";
  577. this.dci_terminal.Text = "终端监控";
  578. //
  579. // dockSite1
  580. //
  581. this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  582. this.dockSite1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  583. this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
  584. this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
  585. this.dockSite1.Location = new System.Drawing.Point(0, 0);
  586. this.dockSite1.Name = "dockSite1";
  587. this.dockSite1.Size = new System.Drawing.Size(0, 668);
  588. this.dockSite1.TabIndex = 0;
  589. this.dockSite1.TabStop = false;
  590. //
  591. // dockSite_notification
  592. //
  593. this.dockSite_notification.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  594. this.dockSite_notification.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  595. this.dockSite_notification.Controls.Add(this.bar_notification);
  596. this.dockSite_notification.Dock = System.Windows.Forms.DockStyle.Right;
  597. this.dockSite_notification.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
  598. ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar_notification, 320, 554)))}, DevComponents.DotNetBar.eOrientation.Vertical);
  599. this.dockSite_notification.Location = new System.Drawing.Point(871, 114);
  600. this.dockSite_notification.Name = "dockSite_notification";
  601. this.dockSite_notification.Size = new System.Drawing.Size(323, 554);
  602. this.dockSite_notification.TabIndex = 1;
  603. this.dockSite_notification.TabStop = false;
  604. //
  605. // bar_notification
  606. //
  607. this.bar_notification.AccessibleDescription = "DotNetBar Bar (bar_notification)";
  608. this.bar_notification.AccessibleName = "DotNetBar Bar";
  609. this.bar_notification.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  610. this.bar_notification.AutoSyncBarCaption = true;
  611. this.bar_notification.CloseSingleTab = true;
  612. this.bar_notification.Controls.Add(this.warningPanel);
  613. this.bar_notification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  614. this.bar_notification.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption;
  615. this.bar_notification.IsMaximized = false;
  616. this.bar_notification.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  617. this.dci_warning});
  618. this.bar_notification.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
  619. this.bar_notification.Location = new System.Drawing.Point(3, 0);
  620. this.bar_notification.Name = "bar_notification";
  621. this.bar_notification.Size = new System.Drawing.Size(320, 554);
  622. this.bar_notification.Stretch = true;
  623. this.bar_notification.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  624. this.bar_notification.TabIndex = 1;
  625. this.bar_notification.TabStop = false;
  626. this.bar_notification.Text = "警告与提示";
  627. //
  628. // warningPanel
  629. //
  630. this.warningPanel.Controls.Add(this.tbx_notification);
  631. this.warningPanel.Controls.Add(this.progressBar1);
  632. this.warningPanel.DisabledBackColor = System.Drawing.Color.Empty;
  633. this.warningPanel.Location = new System.Drawing.Point(3, 23);
  634. this.warningPanel.Name = "warningPanel";
  635. this.warningPanel.Size = new System.Drawing.Size(314, 528);
  636. this.warningPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  637. this.warningPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  638. this.warningPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  639. this.warningPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  640. this.warningPanel.Style.GradientAngle = 90;
  641. this.warningPanel.TabIndex = 26;
  642. //
  643. // tbx_notification
  644. //
  645. this.tbx_notification.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  646. //
  647. //
  648. //
  649. this.tbx_notification.Border.Class = "TextBoxBorder";
  650. this.tbx_notification.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  651. this.tbx_notification.DisabledBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  652. this.tbx_notification.Dock = System.Windows.Forms.DockStyle.Fill;
  653. this.tbx_notification.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  654. this.tbx_notification.ForeColor = System.Drawing.Color.Black;
  655. this.tbx_notification.Location = new System.Drawing.Point(0, 0);
  656. this.tbx_notification.Multiline = true;
  657. this.tbx_notification.Name = "tbx_notification";
  658. this.tbx_notification.PreventEnterBeep = true;
  659. this.tbx_notification.ReadOnly = true;
  660. this.tbx_notification.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  661. this.tbx_notification.Size = new System.Drawing.Size(314, 507);
  662. this.tbx_notification.TabIndex = 0;
  663. //
  664. // progressBar1
  665. //
  666. this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
  667. this.progressBar1.Location = new System.Drawing.Point(0, 507);
  668. this.progressBar1.Name = "progressBar1";
  669. this.progressBar1.Size = new System.Drawing.Size(314, 21);
  670. this.progressBar1.Step = 20;
  671. this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
  672. this.progressBar1.TabIndex = 0;
  673. //
  674. // dci_warning
  675. //
  676. this.dci_warning.Control = this.warningPanel;
  677. this.dci_warning.Name = "dci_warning";
  678. this.dci_warning.Text = "警告与提示";
  679. //
  680. // dockSite8
  681. //
  682. this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  683. this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom;
  684. this.dockSite8.Location = new System.Drawing.Point(0, 668);
  685. this.dockSite8.Name = "dockSite8";
  686. this.dockSite8.Size = new System.Drawing.Size(1194, 0);
  687. this.dockSite8.TabIndex = 7;
  688. this.dockSite8.TabStop = false;
  689. //
  690. // dockSite5
  691. //
  692. this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  693. this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
  694. this.dockSite5.Location = new System.Drawing.Point(0, 0);
  695. this.dockSite5.Name = "dockSite5";
  696. this.dockSite5.Size = new System.Drawing.Size(0, 668);
  697. this.dockSite5.TabIndex = 4;
  698. this.dockSite5.TabStop = false;
  699. //
  700. // dockSite6
  701. //
  702. this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  703. this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
  704. this.dockSite6.Location = new System.Drawing.Point(1194, 0);
  705. this.dockSite6.Name = "dockSite6";
  706. this.dockSite6.Size = new System.Drawing.Size(0, 668);
  707. this.dockSite6.TabIndex = 5;
  708. this.dockSite6.TabStop = false;
  709. //
  710. // dockSite_menu
  711. //
  712. this.dockSite_menu.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  713. this.dockSite_menu.Controls.Add(this.bar_Menu);
  714. this.dockSite_menu.Controls.Add(this.bar_shortcut);
  715. this.dockSite_menu.Dock = System.Windows.Forms.DockStyle.Top;
  716. this.dockSite_menu.Location = new System.Drawing.Point(0, 0);
  717. this.dockSite_menu.Name = "dockSite_menu";
  718. this.dockSite_menu.Size = new System.Drawing.Size(1194, 114);
  719. this.dockSite_menu.TabIndex = 6;
  720. this.dockSite_menu.TabStop = false;
  721. //
  722. // bar_Menu
  723. //
  724. this.bar_Menu.AccessibleDescription = "DotNetBar Bar (bar_Menu)";
  725. this.bar_Menu.AccessibleName = "DotNetBar Bar";
  726. this.bar_Menu.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar;
  727. this.bar_Menu.DockSide = DevComponents.DotNetBar.eDockSide.Top;
  728. this.bar_Menu.Font = new System.Drawing.Font("微软雅黑", 9F);
  729. this.bar_Menu.IsMaximized = false;
  730. this.bar_Menu.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  731. this.btn_system,
  732. this.btn_files,
  733. this.btn_views,
  734. this.btn_devices,
  735. this.btn_support});
  736. this.bar_Menu.Location = new System.Drawing.Point(0, 0);
  737. this.bar_Menu.MenuBar = true;
  738. this.bar_Menu.Name = "bar_Menu";
  739. this.bar_Menu.Size = new System.Drawing.Size(1194, 24);
  740. this.bar_Menu.Stretch = true;
  741. this.bar_Menu.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  742. this.bar_Menu.TabIndex = 0;
  743. this.bar_Menu.TabStop = false;
  744. this.bar_Menu.Text = "bar1";
  745. //
  746. // btn_system
  747. //
  748. this.btn_system.Name = "btn_system";
  749. this.btn_system.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  750. this.btn_login,
  751. this.btn_logout,
  752. this.btn_exit});
  753. this.btn_system.Text = "系统";
  754. //
  755. // btn_login
  756. //
  757. this.btn_login.Name = "btn_login";
  758. this.btn_login.Text = "登录";
  759. //
  760. // btn_logout
  761. //
  762. this.btn_logout.Name = "btn_logout";
  763. this.btn_logout.Text = "登出";
  764. //
  765. // btn_exit
  766. //
  767. this.btn_exit.Name = "btn_exit";
  768. this.btn_exit.Text = "退出系统";
  769. this.btn_exit.Click += new System.EventHandler(this.btn_exit_Click);
  770. //
  771. // btn_files
  772. //
  773. this.btn_files.Name = "btn_files";
  774. this.btn_files.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  775. this.btn_openFile,
  776. this.btn_advertUpdate,
  777. this.btn_recordManagement,
  778. this.btn_exportRecords,
  779. this.btn_setScheme});
  780. this.btn_files.Text = "文件";
  781. //
  782. // btn_openFile
  783. //
  784. this.btn_openFile.Name = "btn_openFile";
  785. this.btn_openFile.Text = "打开日志";
  786. this.btn_openFile.Click += new System.EventHandler(this.btn_openFile_Click);
  787. //
  788. // btn_advertUpdate
  789. //
  790. this.btn_advertUpdate.Name = "btn_advertUpdate";
  791. this.btn_advertUpdate.Text = "手动更新广告";
  792. this.btn_advertUpdate.Click += new System.EventHandler(this.btn_advertUpdate_Click);
  793. //
  794. // btn_recordManagement
  795. //
  796. this.btn_recordManagement.Name = "btn_recordManagement";
  797. this.btn_recordManagement.Text = "记录管理";
  798. this.btn_recordManagement.Click += new System.EventHandler(this.btn_recordManagement_Click);
  799. //
  800. // btn_exportRecords
  801. //
  802. this.btn_exportRecords.Name = "btn_exportRecords";
  803. this.btn_exportRecords.Text = "导出最近记录";
  804. this.btn_exportRecords.Click += new System.EventHandler(this.btn_exportRecords_Click);
  805. //
  806. // btn_setScheme
  807. //
  808. this.btn_setScheme.Name = "btn_setScheme";
  809. this.btn_setScheme.Text = "收费策略";
  810. this.btn_setScheme.Click += new System.EventHandler(this.btn_setScheme_Click);
  811. //
  812. // btn_views
  813. //
  814. this.btn_views.Name = "btn_views";
  815. this.btn_views.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  816. this.btn_parkingSpace,
  817. this.btn_numMachine,
  818. this.btn_payment,
  819. this.btn_test,
  820. this.btn_terminals,
  821. this.btn_records});
  822. this.btn_views.Text = "视图";
  823. //
  824. // btn_parkingSpace
  825. //
  826. this.btn_parkingSpace.Name = "btn_parkingSpace";
  827. this.btn_parkingSpace.Text = "车位视图";
  828. this.btn_parkingSpace.Click += new System.EventHandler(this.btn_parkingSpace_Click);
  829. //
  830. // btn_numMachine
  831. //
  832. this.btn_numMachine.Name = "btn_numMachine";
  833. this.btn_numMachine.Text = "号牌机视图";
  834. this.btn_numMachine.Click += new System.EventHandler(this.btn_numMachine_Click);
  835. //
  836. // btn_payment
  837. //
  838. this.btn_payment.Name = "btn_payment";
  839. this.btn_payment.Text = "支付视图";
  840. this.btn_payment.Click += new System.EventHandler(this.btn_payment_Click);
  841. //
  842. // btn_test
  843. //
  844. this.btn_test.Name = "btn_test";
  845. this.btn_test.Text = "测试";
  846. this.btn_test.Click += new System.EventHandler(this.btn_test_Click);
  847. //
  848. // btn_terminals
  849. //
  850. this.btn_terminals.Name = "btn_terminals";
  851. this.btn_terminals.Text = "终端视图";
  852. this.btn_terminals.Click += new System.EventHandler(this.btn_terminals_Click);
  853. //
  854. // btn_records
  855. //
  856. this.btn_records.Name = "btn_records";
  857. this.btn_records.Text = "记录视图";
  858. this.btn_records.Click += new System.EventHandler(this.btn_records_Click);
  859. //
  860. // btn_devices
  861. //
  862. this.btn_devices.Name = "btn_devices";
  863. this.btn_devices.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  864. this.btn_linkPLC,
  865. this.btn_PLCConf,
  866. this.btn_numMachineConf});
  867. this.btn_devices.Text = "工具";
  868. //
  869. // btn_linkPLC
  870. //
  871. this.btn_linkPLC.Name = "btn_linkPLC";
  872. this.btn_linkPLC.Text = "连接PLC";
  873. this.btn_linkPLC.Click += new System.EventHandler(this.btn_linkPLC_Click);
  874. //
  875. // btn_PLCConf
  876. //
  877. this.btn_PLCConf.Name = "btn_PLCConf";
  878. this.btn_PLCConf.Text = "PLC数据调试";
  879. this.btn_PLCConf.Click += new System.EventHandler(this.btn_PLCConf_Click);
  880. //
  881. // btn_numMachineConf
  882. //
  883. this.btn_numMachineConf.Name = "btn_numMachineConf";
  884. this.btn_numMachineConf.Text = "号牌机调试";
  885. this.btn_numMachineConf.Click += new System.EventHandler(this.btn_numMachineConf_Click);
  886. //
  887. // btn_support
  888. //
  889. this.btn_support.Name = "btn_support";
  890. this.btn_support.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  891. this.btn_sysInfo,
  892. this.btn_about});
  893. this.btn_support.Text = "帮助";
  894. //
  895. // btn_sysInfo
  896. //
  897. this.btn_sysInfo.Name = "btn_sysInfo";
  898. this.btn_sysInfo.Text = "系统信息";
  899. this.btn_sysInfo.Click += new System.EventHandler(this.btn_sysInfo_Click);
  900. //
  901. // btn_about
  902. //
  903. this.btn_about.Name = "btn_about";
  904. this.btn_about.Text = "关于我们";
  905. //
  906. // bar_shortcut
  907. //
  908. this.bar_shortcut.AccessibleDescription = "DotNetBar Bar (bar_shortcut)";
  909. this.bar_shortcut.AccessibleName = "DotNetBar Bar";
  910. this.bar_shortcut.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar;
  911. this.bar_shortcut.AutoHide = true;
  912. this.bar_shortcut.AutoHideAnimationTime = 300;
  913. this.bar_shortcut.Controls.Add(this.panel_freeSpace);
  914. this.bar_shortcut.DockLine = 1;
  915. this.bar_shortcut.DockSide = DevComponents.DotNetBar.eDockSide.Top;
  916. this.bar_shortcut.Font = new System.Drawing.Font("微软雅黑", 9F);
  917. this.bar_shortcut.IsMaximized = false;
  918. this.bar_shortcut.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  919. this.shortcut_login,
  920. this.shortcut_logout,
  921. this.shortcut_sysInfo,
  922. this.shortcut_about,
  923. this.shortcut_close});
  924. this.bar_shortcut.Location = new System.Drawing.Point(0, 25);
  925. this.bar_shortcut.MenuBar = true;
  926. this.bar_shortcut.Name = "bar_shortcut";
  927. this.bar_shortcut.Size = new System.Drawing.Size(1194, 88);
  928. this.bar_shortcut.Stretch = true;
  929. this.bar_shortcut.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  930. this.bar_shortcut.TabIndex = 1;
  931. this.bar_shortcut.TabStop = false;
  932. this.bar_shortcut.Text = "bar1";
  933. //
  934. // panel_freeSpace
  935. //
  936. this.panel_freeSpace.Controls.Add(this.lbx_freeSpace);
  937. this.panel_freeSpace.Dock = System.Windows.Forms.DockStyle.Right;
  938. this.panel_freeSpace.Location = new System.Drawing.Point(874, 0);
  939. this.panel_freeSpace.Name = "panel_freeSpace";
  940. this.panel_freeSpace.Size = new System.Drawing.Size(320, 88);
  941. this.panel_freeSpace.TabIndex = 3;
  942. //
  943. // lbx_freeSpace
  944. //
  945. this.lbx_freeSpace.BackColor = System.Drawing.SystemColors.WindowFrame;
  946. //
  947. //
  948. //
  949. this.lbx_freeSpace.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  950. this.lbx_freeSpace.Dock = System.Windows.Forms.DockStyle.Fill;
  951. this.lbx_freeSpace.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  952. this.lbx_freeSpace.FontBold = true;
  953. this.lbx_freeSpace.ForeColor = System.Drawing.SystemColors.ActiveCaption;
  954. this.lbx_freeSpace.Location = new System.Drawing.Point(0, 0);
  955. this.lbx_freeSpace.Name = "lbx_freeSpace";
  956. this.lbx_freeSpace.Size = new System.Drawing.Size(320, 88);
  957. this.lbx_freeSpace.TabIndex = 2;
  958. this.lbx_freeSpace.Text = "currentFreeSpace";
  959. this.lbx_freeSpace.TextAlignment = System.Drawing.StringAlignment.Center;
  960. //
  961. // shortcut_login
  962. //
  963. this.shortcut_login.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  964. this.shortcut_login.Image = global::centralController.Properties.Resources.pc;
  965. this.shortcut_login.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
  966. this.shortcut_login.Name = "shortcut_login";
  967. this.shortcut_login.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.None;
  968. this.shortcut_login.ShowSubItems = false;
  969. this.shortcut_login.Text = "登录";
  970. //
  971. // shortcut_logout
  972. //
  973. this.shortcut_logout.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  974. this.shortcut_logout.Image = global::centralController.Properties.Resources.monitor;
  975. this.shortcut_logout.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
  976. this.shortcut_logout.Name = "shortcut_logout";
  977. this.shortcut_logout.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.None;
  978. this.shortcut_logout.ShowSubItems = false;
  979. this.shortcut_logout.Text = "登出";
  980. //
  981. // shortcut_sysInfo
  982. //
  983. this.shortcut_sysInfo.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  984. this.shortcut_sysInfo.Image = global::centralController.Properties.Resources.sysExplain1;
  985. this.shortcut_sysInfo.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
  986. this.shortcut_sysInfo.Name = "shortcut_sysInfo";
  987. this.shortcut_sysInfo.ShowSubItems = false;
  988. this.shortcut_sysInfo.Text = "系统信息";
  989. this.shortcut_sysInfo.Click += new System.EventHandler(this.shortcut_sysInfo_Click);
  990. //
  991. // shortcut_about
  992. //
  993. this.shortcut_about.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  994. this.shortcut_about.Image = global::centralController.Properties.Resources.about;
  995. this.shortcut_about.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
  996. this.shortcut_about.Name = "shortcut_about";
  997. this.shortcut_about.ShowSubItems = false;
  998. this.shortcut_about.Text = "关于我们";
  999. //
  1000. // shortcut_close
  1001. //
  1002. this.shortcut_close.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  1003. this.shortcut_close.Image = global::centralController.Properties.Resources.close;
  1004. this.shortcut_close.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
  1005. this.shortcut_close.Name = "shortcut_close";
  1006. this.shortcut_close.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.None;
  1007. this.shortcut_close.ShowSubItems = false;
  1008. this.shortcut_close.Text = "退出";
  1009. this.shortcut_close.Click += new System.EventHandler(this.shortcut_close_Click);
  1010. //
  1011. // dockSite3
  1012. //
  1013. this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  1014. this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
  1015. this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
  1016. this.dockSite3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  1017. this.dockSite3.Location = new System.Drawing.Point(0, 0);
  1018. this.dockSite3.Name = "dockSite3";
  1019. this.dockSite3.Size = new System.Drawing.Size(1194, 0);
  1020. this.dockSite3.TabIndex = 2;
  1021. this.dockSite3.TabStop = false;
  1022. //
  1023. // panelDockContainer10
  1024. //
  1025. this.panelDockContainer10.DisabledBackColor = System.Drawing.Color.Empty;
  1026. this.panelDockContainer10.Location = new System.Drawing.Point(3, 23);
  1027. this.panelDockContainer10.Name = "panelDockContainer10";
  1028. this.panelDockContainer10.Size = new System.Drawing.Size(215, 373);
  1029. this.panelDockContainer10.Style.Alignment = System.Drawing.StringAlignment.Center;
  1030. this.panelDockContainer10.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  1031. this.panelDockContainer10.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  1032. this.panelDockContainer10.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  1033. this.panelDockContainer10.Style.GradientAngle = 90;
  1034. this.panelDockContainer10.TabIndex = 5;
  1035. //
  1036. // dockContainerItem2
  1037. //
  1038. this.dockContainerItem2.Name = "dockContainerItem2";
  1039. this.dockContainerItem2.Text = "号牌机监控";
  1040. //
  1041. // groupPanel5
  1042. //
  1043. this.groupPanel5.BackColor = System.Drawing.Color.White;
  1044. this.groupPanel5.CanvasColor = System.Drawing.SystemColors.Control;
  1045. this.groupPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
  1046. this.groupPanel5.DisabledBackColor = System.Drawing.Color.Empty;
  1047. this.groupPanel5.Location = new System.Drawing.Point(3, 28);
  1048. this.groupPanel5.Name = "groupPanel5";
  1049. this.groupPanel5.Size = new System.Drawing.Size(796, 395);
  1050. //
  1051. //
  1052. //
  1053. this.groupPanel5.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
  1054. this.groupPanel5.Style.BackColorGradientAngle = 90;
  1055. this.groupPanel5.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
  1056. this.groupPanel5.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
  1057. this.groupPanel5.Style.BorderBottomWidth = 1;
  1058. this.groupPanel5.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
  1059. this.groupPanel5.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
  1060. this.groupPanel5.Style.BorderLeftWidth = 1;
  1061. this.groupPanel5.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
  1062. this.groupPanel5.Style.BorderRightWidth = 1;
  1063. this.groupPanel5.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
  1064. this.groupPanel5.Style.BorderTopWidth = 1;
  1065. this.groupPanel5.Style.CornerDiameter = 4;
  1066. this.groupPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
  1067. this.groupPanel5.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
  1068. this.groupPanel5.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
  1069. this.groupPanel5.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
  1070. //
  1071. //
  1072. //
  1073. this.groupPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1074. //
  1075. //
  1076. //
  1077. this.groupPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1078. this.groupPanel5.TabIndex = 11;
  1079. this.groupPanel5.Text = "groupPanel5";
  1080. //
  1081. // dci_PaymentRecords
  1082. //
  1083. this.dci_PaymentRecords.Name = "dci_PaymentRecords";
  1084. this.dci_PaymentRecords.Text = "收费查询";
  1085. //
  1086. // panelDockContainer7
  1087. //
  1088. this.panelDockContainer7.DisabledBackColor = System.Drawing.Color.Empty;
  1089. this.panelDockContainer7.Location = new System.Drawing.Point(3, 28);
  1090. this.panelDockContainer7.Name = "panelDockContainer7";
  1091. this.panelDockContainer7.Size = new System.Drawing.Size(796, 395);
  1092. this.panelDockContainer7.Style.Alignment = System.Drawing.StringAlignment.Center;
  1093. this.panelDockContainer7.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  1094. this.panelDockContainer7.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  1095. this.panelDockContainer7.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  1096. this.panelDockContainer7.Style.GradientAngle = 90;
  1097. this.panelDockContainer7.TabIndex = 37;
  1098. //
  1099. // dockContainerItem1
  1100. //
  1101. this.dockContainerItem1.Control = this.panelDockContainer7;
  1102. this.dockContainerItem1.Name = "dockContainerItem1";
  1103. this.dockContainerItem1.Text = "dockContainerItem1";
  1104. //
  1105. // panelDockContainer8
  1106. //
  1107. this.panelDockContainer8.DisabledBackColor = System.Drawing.Color.Empty;
  1108. this.panelDockContainer8.Location = new System.Drawing.Point(3, 28);
  1109. this.panelDockContainer8.Name = "panelDockContainer8";
  1110. this.panelDockContainer8.Size = new System.Drawing.Size(796, 395);
  1111. this.panelDockContainer8.Style.Alignment = System.Drawing.StringAlignment.Center;
  1112. this.panelDockContainer8.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  1113. this.panelDockContainer8.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  1114. this.panelDockContainer8.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  1115. this.panelDockContainer8.Style.GradientAngle = 90;
  1116. this.panelDockContainer8.TabIndex = 37;
  1117. //
  1118. // controlContainerItem1
  1119. //
  1120. this.controlContainerItem1.AllowItemResize = false;
  1121. this.controlContainerItem1.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
  1122. this.controlContainerItem1.Name = "controlContainerItem1";
  1123. //
  1124. // centralController
  1125. //
  1126. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1127. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1128. this.AutoSize = true;
  1129. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  1130. this.ClientSize = new System.Drawing.Size(1194, 668);
  1131. this.Controls.Add(this.dockSite_mainView);
  1132. this.Controls.Add(this.dockSite_notification);
  1133. this.Controls.Add(this.dockSite_menu);
  1134. this.Controls.Add(this.dockSite1);
  1135. this.Controls.Add(this.dockSite3);
  1136. this.Controls.Add(this.dockSite4);
  1137. this.Controls.Add(this.dockSite5);
  1138. this.Controls.Add(this.dockSite6);
  1139. this.Controls.Add(this.dockSite8);
  1140. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  1141. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1142. this.Name = "centralController";
  1143. this.Text = "智象停车中控端";
  1144. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  1145. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.centralController_FormClosing);
  1146. this.dockSite_mainView.ResumeLayout(false);
  1147. ((System.ComponentModel.ISupportInitialize)(this.bar_mainWin)).EndInit();
  1148. this.bar_mainWin.ResumeLayout(false);
  1149. this.NumMachineMonitorPanel.ResumeLayout(false);
  1150. this.testPanel.ResumeLayout(false);
  1151. this.testPanel.PerformLayout();
  1152. this.tableLayoutPanel1.ResumeLayout(false);
  1153. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  1154. ((System.ComponentModel.ISupportInitialize)(this.bar_bottom)).EndInit();
  1155. this.bar_bottom.ResumeLayout(false);
  1156. this.RecordsMonitorPanel.ResumeLayout(false);
  1157. ((System.ComponentModel.ISupportInitialize)(this.dgvx_parkingRecords)).EndInit();
  1158. ((System.ComponentModel.ISupportInitialize)(this.bar_side)).EndInit();
  1159. this.bar_side.ResumeLayout(false);
  1160. this.dockSite_notification.ResumeLayout(false);
  1161. ((System.ComponentModel.ISupportInitialize)(this.bar_notification)).EndInit();
  1162. this.bar_notification.ResumeLayout(false);
  1163. this.warningPanel.ResumeLayout(false);
  1164. this.dockSite_menu.ResumeLayout(false);
  1165. ((System.ComponentModel.ISupportInitialize)(this.bar_Menu)).EndInit();
  1166. ((System.ComponentModel.ISupportInitialize)(this.bar_shortcut)).EndInit();
  1167. this.bar_shortcut.ResumeLayout(false);
  1168. this.panel_freeSpace.ResumeLayout(false);
  1169. this.ResumeLayout(false);
  1170. }
  1171. #endregion
  1172. private DevComponents.DotNetBar.DotNetBarManager dotNetBarManager1;
  1173. private DevComponents.DotNetBar.DockSite dockSite4;
  1174. private DevComponents.DotNetBar.DockSite dockSite1;
  1175. private DevComponents.DotNetBar.DockSite dockSite_notification;
  1176. private DevComponents.DotNetBar.DockSite dockSite3;
  1177. private DevComponents.DotNetBar.DockSite dockSite5;
  1178. private DevComponents.DotNetBar.DockSite dockSite6;
  1179. private DevComponents.DotNetBar.DockSite dockSite_menu;
  1180. private DevComponents.DotNetBar.Bar bar_Menu;
  1181. private DevComponents.DotNetBar.ButtonItem btn_system;
  1182. private DevComponents.DotNetBar.DockSite dockSite8;
  1183. private DevComponents.DotNetBar.DockSite dockSite_mainView;
  1184. private DevComponents.DotNetBar.ButtonItem btn_devices;
  1185. private DevComponents.DotNetBar.ButtonItem btn_files;
  1186. private DevComponents.DotNetBar.ButtonItem btn_login;
  1187. private DevComponents.DotNetBar.ButtonItem btn_logout;
  1188. private DevComponents.DotNetBar.ButtonItem btn_openFile;
  1189. private DevComponents.DotNetBar.ButtonItem btn_linkPLC;
  1190. private DevComponents.DotNetBar.DockContainerItem dockContainerItem2;
  1191. private DevComponents.DotNetBar.Controls.GroupPanel groupPanel5;
  1192. private DevComponents.DotNetBar.DockContainerItem dci_PaymentRecords;
  1193. private DevComponents.DotNetBar.PanelDockContainer terminalMonitorPanel;
  1194. private DevComponents.DotNetBar.DockContainerItem dci_terminal;
  1195. private DevComponents.DotNetBar.PanelDockContainer panelDockContainer7;
  1196. private DevComponents.DotNetBar.DockContainerItem dockContainerItem1;
  1197. private DevComponents.DotNetBar.PanelDockContainer panelDockContainer8;
  1198. private DevComponents.DotNetBar.PanelDockContainer panelDockContainer10;
  1199. private DevComponents.DotNetBar.ButtonItem btn_exit;
  1200. private DevComponents.DotNetBar.PanelDockContainer warningPanel;
  1201. private DevComponents.DotNetBar.DockContainerItem dci_warning;
  1202. private System.Windows.Forms.ProgressBar progressBar1;
  1203. private DevComponents.DotNetBar.ButtonItem btn_recordManagement;
  1204. private DevComponents.DotNetBar.ButtonItem btn_exportRecords;
  1205. private DevComponents.DotNetBar.Bar bar_bottom;
  1206. private DevComponents.DotNetBar.Bar bar_notification;
  1207. public DevComponents.DotNetBar.Controls.TextBoxX tbx_notification;
  1208. private DevComponents.DotNetBar.LabelX lbx_freeSpace;
  1209. private DevComponents.DotNetBar.ButtonItem btn_views;
  1210. private DevComponents.DotNetBar.ButtonItem btn_numMachine;
  1211. private DevComponents.DotNetBar.ButtonItem btn_test;
  1212. private DevComponents.DotNetBar.ButtonItem btn_parkingSpace;
  1213. private DevComponents.DotNetBar.ButtonItem btn_payment;
  1214. private DevComponents.DotNetBar.ButtonItem btn_terminals;
  1215. private DevComponents.DotNetBar.ButtonItem btn_records;
  1216. private DevComponents.DotNetBar.ButtonItem btn_setScheme;
  1217. private DevComponents.DotNetBar.ButtonItem btn_PLCConf;
  1218. private DevComponents.DotNetBar.Bar bar_mainWin;
  1219. private DevComponents.DotNetBar.PanelDockContainer NumMachineMonitorPanel;
  1220. public System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  1221. private DevComponents.DotNetBar.PanelDockContainer paymentPanel;
  1222. private DevComponents.DotNetBar.PanelDockContainer testPanel;
  1223. private System.Windows.Forms.Button button1;
  1224. private System.Windows.Forms.TextBox textBox2;
  1225. private System.Windows.Forms.TextBox textBox1;
  1226. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  1227. private System.Windows.Forms.PictureBox pictureBox1;
  1228. private DevComponents.DotNetBar.LabelX labelX1;
  1229. private DevComponents.DotNetBar.PanelDockContainer ParkingSpaceMonitorPanel;
  1230. private DevComponents.DotNetBar.DockContainerItem dci_ParkingSpace;
  1231. private DevComponents.DotNetBar.DockContainerItem dci_NumMachine;
  1232. private DevComponents.DotNetBar.DockContainerItem dci_payment;
  1233. private DevComponents.DotNetBar.DockContainerItem dci_Test;
  1234. private DevComponents.DotNetBar.PanelDockContainer RecordsMonitorPanel;
  1235. private DevComponents.DotNetBar.Controls.DataGridViewX dgvx_parkingRecords;
  1236. private System.Windows.Forms.DataGridViewTextBoxColumn parkingRecordsID;
  1237. private System.Windows.Forms.DataGridViewTextBoxColumn userID;
  1238. private System.Windows.Forms.DataGridViewTextBoxColumn numberPlate;
  1239. private System.Windows.Forms.DataGridViewTextBoxColumn parkingSpaceID;
  1240. private System.Windows.Forms.DataGridViewTextBoxColumn realParkTime;
  1241. private System.Windows.Forms.DataGridViewTextBoxColumn realGetTime;
  1242. private System.Windows.Forms.DataGridViewTextBoxColumn receiptNum;
  1243. private System.Windows.Forms.DataGridViewTextBoxColumn parkingPrice;
  1244. private DevComponents.DotNetBar.DockContainerItem dci_ParkingRecords;
  1245. private DevComponents.DotNetBar.Bar bar_shortcut;
  1246. private DevComponents.DotNetBar.Bar bar_side;
  1247. private DevComponents.DotNetBar.ButtonItem btn_numMachineConf;
  1248. private DevComponents.DotNetBar.ButtonItem shortcut_login;
  1249. private DevComponents.DotNetBar.ButtonItem shortcut_logout;
  1250. private DevComponents.DotNetBar.ButtonItem shortcut_close;
  1251. private System.Windows.Forms.Panel panel_freeSpace;
  1252. private DevComponents.DotNetBar.ControlContainerItem controlContainerItem1;
  1253. private DevComponents.DotNetBar.ButtonItem btn_support;
  1254. private DevComponents.DotNetBar.ButtonItem btn_sysInfo;
  1255. private DevComponents.DotNetBar.ButtonItem btn_about;
  1256. private DevComponents.DotNetBar.ButtonItem shortcut_sysInfo;
  1257. private DevComponents.DotNetBar.ButtonItem shortcut_about;
  1258. private DevComponents.DotNetBar.ButtonItem btn_advertUpdate;
  1259. }
  1260. }