FormCentralController.Designer.cs 94 KB

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