FormCentralController.Designer.cs 73 KB

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