FormCentralController.Designer.cs 67 KB

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