FormCentralController.Designer.cs 61 KB

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