FormCentralController.Designer.cs 66 KB

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