FormCentralController.Designer.cs 72 KB

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