FormCentralController.Designer.cs 93 KB

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