FormCentralController.Designer.cs 67 KB

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