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