FormCentralController.Designer.cs 58 KB

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