FormCentralController.Designer.cs 66 KB

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