FormCentralController.Designer.cs 73 KB

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