Form1.Designer.cs 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782
  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. this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
  30. this.dockSite4 = new DevComponents.DotNetBar.DockSite();
  31. this.dockSite9 = new DevComponents.DotNetBar.DockSite();
  32. this.bar2 = new DevComponents.DotNetBar.Bar();
  33. this.testPanel = new DevComponents.DotNetBar.PanelDockContainer();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.textBox2 = new System.Windows.Forms.TextBox();
  36. this.textBox1 = new System.Windows.Forms.TextBox();
  37. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  38. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  39. this.labelX1 = new DevComponents.DotNetBar.LabelX();
  40. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  41. this.PLCMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
  42. this.NumMachineMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
  43. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  44. this.ParkingSpaceMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
  45. this.RecordsMonitorPanel = new DevComponents.DotNetBar.PanelDockContainer();
  46. this.paymentPanel = new DevComponents.DotNetBar.PanelDockContainer();
  47. this.dci_PLC = new DevComponents.DotNetBar.DockContainerItem();
  48. this.dci_NumMachine = new DevComponents.DotNetBar.DockContainerItem();
  49. this.dci_ParkingSpace = new DevComponents.DotNetBar.DockContainerItem();
  50. this.dci_ParkingRecords = new DevComponents.DotNetBar.DockContainerItem();
  51. this.dci_payment = new DevComponents.DotNetBar.DockContainerItem();
  52. this.dci_Test = new DevComponents.DotNetBar.DockContainerItem();
  53. this.dockSite1 = new DevComponents.DotNetBar.DockSite();
  54. this.dockSite2 = new DevComponents.DotNetBar.DockSite();
  55. this.bar3 = new DevComponents.DotNetBar.Bar();
  56. this.basicInfoPanel = new DevComponents.DotNetBar.PanelDockContainer();
  57. this.warningPanel = new DevComponents.DotNetBar.PanelDockContainer();
  58. this.dci_basicInfo = new DevComponents.DotNetBar.DockContainerItem();
  59. this.dci_warning = new DevComponents.DotNetBar.DockContainerItem();
  60. this.dockSite8 = new DevComponents.DotNetBar.DockSite();
  61. this.dockSite5 = new DevComponents.DotNetBar.DockSite();
  62. this.dockSite6 = new DevComponents.DotNetBar.DockSite();
  63. this.dockSite7 = new DevComponents.DotNetBar.DockSite();
  64. this.bar1 = new DevComponents.DotNetBar.Bar();
  65. this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
  66. this.btn_login = new DevComponents.DotNetBar.ButtonItem();
  67. this.btn_logout = new DevComponents.DotNetBar.ButtonItem();
  68. this.btn_exit = new DevComponents.DotNetBar.ButtonItem();
  69. this.btn_files = new DevComponents.DotNetBar.ButtonItem();
  70. this.btn_openFile = new DevComponents.DotNetBar.ButtonItem();
  71. this.btn_devices = new DevComponents.DotNetBar.ButtonItem();
  72. this.btn_linkPLC = new DevComponents.DotNetBar.ButtonItem();
  73. this.dockSite3 = new DevComponents.DotNetBar.DockSite();
  74. this.panelDockContainer10 = new DevComponents.DotNetBar.PanelDockContainer();
  75. this.dockContainerItem2 = new DevComponents.DotNetBar.DockContainerItem();
  76. this.groupPanel5 = new DevComponents.DotNetBar.Controls.GroupPanel();
  77. this.dci_PaymentRecords = new DevComponents.DotNetBar.DockContainerItem();
  78. this.panelDockContainer7 = new DevComponents.DotNetBar.PanelDockContainer();
  79. this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem();
  80. this.panelDockContainer8 = new DevComponents.DotNetBar.PanelDockContainer();
  81. this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  82. this.dockSite9.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.bar2)).BeginInit();
  84. this.bar2.SuspendLayout();
  85. this.testPanel.SuspendLayout();
  86. this.tableLayoutPanel1.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  88. this.NumMachineMonitorPanel.SuspendLayout();
  89. this.dockSite2.SuspendLayout();
  90. ((System.ComponentModel.ISupportInitialize)(this.bar3)).BeginInit();
  91. this.bar3.SuspendLayout();
  92. this.dockSite7.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
  95. this.SuspendLayout();
  96. //
  97. // dotNetBarManager1
  98. //
  99. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
  100. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
  101. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
  102. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
  103. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
  104. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
  105. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
  106. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
  107. this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
  108. this.dotNetBarManager1.BottomDockSite = this.dockSite4;
  109. this.dotNetBarManager1.EnableFullSizeDock = false;
  110. this.dotNetBarManager1.FillDockSite = this.dockSite9;
  111. this.dotNetBarManager1.LeftDockSite = this.dockSite1;
  112. this.dotNetBarManager1.ParentForm = this;
  113. this.dotNetBarManager1.RightDockSite = this.dockSite2;
  114. this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  115. this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8;
  116. this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
  117. this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
  118. this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7;
  119. this.dotNetBarManager1.TopDockSite = this.dockSite3;
  120. //
  121. // dockSite4
  122. //
  123. this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  124. this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
  125. this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
  126. this.dockSite4.Location = new System.Drawing.Point(0, 449);
  127. this.dockSite4.Name = "dockSite4";
  128. this.dockSite4.Size = new System.Drawing.Size(778, 0);
  129. this.dockSite4.TabIndex = 3;
  130. this.dockSite4.TabStop = false;
  131. //
  132. // dockSite9
  133. //
  134. this.dockSite9.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  135. this.dockSite9.Controls.Add(this.bar2);
  136. this.dockSite9.Dock = System.Windows.Forms.DockStyle.Fill;
  137. this.dockSite9.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
  138. ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar2, 593, 424)))}, DevComponents.DotNetBar.eOrientation.Horizontal);
  139. this.dockSite9.Location = new System.Drawing.Point(0, 25);
  140. this.dockSite9.Name = "dockSite9";
  141. this.dockSite9.Size = new System.Drawing.Size(593, 424);
  142. this.dockSite9.TabIndex = 8;
  143. this.dockSite9.TabStop = false;
  144. //
  145. // bar2
  146. //
  147. this.bar2.AccessibleDescription = "DotNetBar Bar (bar2)";
  148. this.bar2.AccessibleName = "DotNetBar Bar";
  149. this.bar2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  150. this.bar2.AlwaysDisplayDockTab = true;
  151. this.bar2.CanCustomize = false;
  152. this.bar2.CanDockBottom = false;
  153. this.bar2.CanDockDocument = true;
  154. this.bar2.CanDockLeft = false;
  155. this.bar2.CanDockRight = false;
  156. this.bar2.CanDockTop = false;
  157. this.bar2.CanHide = true;
  158. this.bar2.CanUndock = false;
  159. this.bar2.Controls.Add(this.PLCMonitorPanel);
  160. this.bar2.Controls.Add(this.testPanel);
  161. this.bar2.Controls.Add(this.paymentPanel);
  162. this.bar2.Controls.Add(this.RecordsMonitorPanel);
  163. this.bar2.Controls.Add(this.ParkingSpaceMonitorPanel);
  164. this.bar2.Controls.Add(this.NumMachineMonitorPanel);
  165. this.bar2.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
  166. this.bar2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.bar2.IsMaximized = false;
  168. this.bar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  169. this.dci_PLC,
  170. this.dci_NumMachine,
  171. this.dci_ParkingSpace,
  172. this.dci_ParkingRecords,
  173. this.dci_payment,
  174. this.dci_Test});
  175. this.bar2.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
  176. this.bar2.Location = new System.Drawing.Point(0, 0);
  177. this.bar2.Name = "bar2";
  178. this.bar2.SelectedDockTab = 0;
  179. this.bar2.SingleLineColor = System.Drawing.SystemColors.ControlDarkDark;
  180. this.bar2.Size = new System.Drawing.Size(593, 424);
  181. this.bar2.Stretch = true;
  182. this.bar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  183. this.bar2.TabIndex = 0;
  184. this.bar2.TabNavigation = true;
  185. this.bar2.TabStop = false;
  186. //
  187. // testPanel
  188. //
  189. this.testPanel.Controls.Add(this.button1);
  190. this.testPanel.Controls.Add(this.textBox2);
  191. this.testPanel.Controls.Add(this.textBox1);
  192. this.testPanel.Controls.Add(this.tableLayoutPanel1);
  193. this.testPanel.Controls.Add(this.progressBar1);
  194. this.testPanel.DisabledBackColor = System.Drawing.Color.Empty;
  195. this.testPanel.Location = new System.Drawing.Point(3, 28);
  196. this.testPanel.Name = "testPanel";
  197. this.testPanel.Size = new System.Drawing.Size(587, 393);
  198. this.testPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  199. this.testPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  200. this.testPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  201. this.testPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  202. this.testPanel.Style.GradientAngle = 90;
  203. this.testPanel.TabIndex = 38;
  204. //
  205. // button1
  206. //
  207. this.button1.Location = new System.Drawing.Point(151, 113);
  208. this.button1.Name = "button1";
  209. this.button1.Size = new System.Drawing.Size(75, 23);
  210. this.button1.TabIndex = 6;
  211. this.button1.Text = "button1";
  212. this.button1.UseVisualStyleBackColor = true;
  213. this.button1.Click += new System.EventHandler(this.button1_Click);
  214. //
  215. // textBox2
  216. //
  217. this.textBox2.Location = new System.Drawing.Point(204, 67);
  218. this.textBox2.Name = "textBox2";
  219. this.textBox2.Size = new System.Drawing.Size(100, 21);
  220. this.textBox2.TabIndex = 5;
  221. //
  222. // textBox1
  223. //
  224. this.textBox1.Location = new System.Drawing.Point(73, 67);
  225. this.textBox1.Name = "textBox1";
  226. this.textBox1.Size = new System.Drawing.Size(100, 21);
  227. this.textBox1.TabIndex = 4;
  228. //
  229. // tableLayoutPanel1
  230. //
  231. this.tableLayoutPanel1.ColumnCount = 1;
  232. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  233. this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 1);
  234. this.tableLayoutPanel1.Controls.Add(this.labelX1, 0, 0);
  235. this.tableLayoutPanel1.Location = new System.Drawing.Point(345, 150);
  236. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  237. this.tableLayoutPanel1.RowCount = 2;
  238. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  239. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F));
  240. this.tableLayoutPanel1.Size = new System.Drawing.Size(185, 168);
  241. this.tableLayoutPanel1.TabIndex = 3;
  242. //
  243. // pictureBox1
  244. //
  245. this.pictureBox1.Location = new System.Drawing.Point(3, 36);
  246. this.pictureBox1.Name = "pictureBox1";
  247. this.pictureBox1.Size = new System.Drawing.Size(179, 127);
  248. this.pictureBox1.TabIndex = 2;
  249. this.pictureBox1.TabStop = false;
  250. //
  251. // labelX1
  252. //
  253. //
  254. //
  255. //
  256. this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  257. this.labelX1.Location = new System.Drawing.Point(3, 3);
  258. this.labelX1.Name = "labelX1";
  259. this.labelX1.Size = new System.Drawing.Size(179, 27);
  260. this.labelX1.TabIndex = 3;
  261. this.labelX1.Text = "label1\r\nlable2";
  262. this.labelX1.TextAlignment = System.Drawing.StringAlignment.Center;
  263. //
  264. // progressBar1
  265. //
  266. this.progressBar1.Location = new System.Drawing.Point(402, 57);
  267. this.progressBar1.Name = "progressBar1";
  268. this.progressBar1.Size = new System.Drawing.Size(125, 31);
  269. this.progressBar1.Step = 20;
  270. this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
  271. this.progressBar1.TabIndex = 0;
  272. //
  273. // PLCMonitorPanel
  274. //
  275. this.PLCMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
  276. this.PLCMonitorPanel.Location = new System.Drawing.Point(3, 28);
  277. this.PLCMonitorPanel.Name = "PLCMonitorPanel";
  278. this.PLCMonitorPanel.Size = new System.Drawing.Size(587, 393);
  279. this.PLCMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  280. this.PLCMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  281. this.PLCMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  282. this.PLCMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  283. this.PLCMonitorPanel.Style.GradientAngle = 90;
  284. this.PLCMonitorPanel.TabIndex = 0;
  285. //
  286. // NumMachineMonitorPanel
  287. //
  288. this.NumMachineMonitorPanel.Controls.Add(this.flowLayoutPanel1);
  289. this.NumMachineMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
  290. this.NumMachineMonitorPanel.Location = new System.Drawing.Point(3, 28);
  291. this.NumMachineMonitorPanel.Name = "NumMachineMonitorPanel";
  292. this.NumMachineMonitorPanel.Size = new System.Drawing.Size(587, 393);
  293. this.NumMachineMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  294. this.NumMachineMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  295. this.NumMachineMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  296. this.NumMachineMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  297. this.NumMachineMonitorPanel.Style.GradientAngle = 90;
  298. this.NumMachineMonitorPanel.TabIndex = 0;
  299. //
  300. // flowLayoutPanel1
  301. //
  302. this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 6);
  303. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  304. this.flowLayoutPanel1.Size = new System.Drawing.Size(581, 380);
  305. this.flowLayoutPanel1.TabIndex = 1;
  306. //
  307. // ParkingSpaceMonitorPanel
  308. //
  309. this.ParkingSpaceMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
  310. this.ParkingSpaceMonitorPanel.Location = new System.Drawing.Point(3, 28);
  311. this.ParkingSpaceMonitorPanel.Name = "ParkingSpaceMonitorPanel";
  312. this.ParkingSpaceMonitorPanel.Size = new System.Drawing.Size(587, 393);
  313. this.ParkingSpaceMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  314. this.ParkingSpaceMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  315. this.ParkingSpaceMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  316. this.ParkingSpaceMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  317. this.ParkingSpaceMonitorPanel.Style.GradientAngle = 90;
  318. this.ParkingSpaceMonitorPanel.TabIndex = 9;
  319. //
  320. // RecordsMonitorPanel
  321. //
  322. this.RecordsMonitorPanel.DisabledBackColor = System.Drawing.Color.Empty;
  323. this.RecordsMonitorPanel.Location = new System.Drawing.Point(3, 28);
  324. this.RecordsMonitorPanel.Name = "RecordsMonitorPanel";
  325. this.RecordsMonitorPanel.Size = new System.Drawing.Size(587, 393);
  326. this.RecordsMonitorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  327. this.RecordsMonitorPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  328. this.RecordsMonitorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  329. this.RecordsMonitorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  330. this.RecordsMonitorPanel.Style.GradientAngle = 90;
  331. this.RecordsMonitorPanel.TabIndex = 13;
  332. //
  333. // paymentPanel
  334. //
  335. this.paymentPanel.DisabledBackColor = System.Drawing.Color.Empty;
  336. this.paymentPanel.Location = new System.Drawing.Point(3, 28);
  337. this.paymentPanel.Name = "paymentPanel";
  338. this.paymentPanel.Size = new System.Drawing.Size(587, 393);
  339. this.paymentPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  340. this.paymentPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  341. this.paymentPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  342. this.paymentPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  343. this.paymentPanel.Style.GradientAngle = 90;
  344. this.paymentPanel.TabIndex = 24;
  345. //
  346. // dci_PLC
  347. //
  348. this.dci_PLC.Control = this.PLCMonitorPanel;
  349. this.dci_PLC.Name = "dci_PLC";
  350. this.dci_PLC.Text = "PLC监控";
  351. //
  352. // dci_NumMachine
  353. //
  354. this.dci_NumMachine.Control = this.NumMachineMonitorPanel;
  355. this.dci_NumMachine.Name = "dci_NumMachine";
  356. this.dci_NumMachine.Text = "号牌机监控";
  357. //
  358. // dci_ParkingSpace
  359. //
  360. this.dci_ParkingSpace.Control = this.ParkingSpaceMonitorPanel;
  361. this.dci_ParkingSpace.Name = "dci_ParkingSpace";
  362. this.dci_ParkingSpace.Text = "车位状态";
  363. //
  364. // dci_ParkingRecords
  365. //
  366. this.dci_ParkingRecords.Control = this.RecordsMonitorPanel;
  367. this.dci_ParkingRecords.Name = "dci_ParkingRecords";
  368. this.dci_ParkingRecords.Text = "进出记录";
  369. //
  370. // dci_payment
  371. //
  372. this.dci_payment.Control = this.paymentPanel;
  373. this.dci_payment.Name = "dci_payment";
  374. this.dci_payment.Text = "支付信息";
  375. //
  376. // dci_Test
  377. //
  378. this.dci_Test.Control = this.testPanel;
  379. this.dci_Test.Name = "dci_Test";
  380. this.dci_Test.Text = "测试";
  381. //
  382. // dockSite1
  383. //
  384. this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  385. this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
  386. this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
  387. this.dockSite1.Location = new System.Drawing.Point(0, 25);
  388. this.dockSite1.Name = "dockSite1";
  389. this.dockSite1.Size = new System.Drawing.Size(0, 424);
  390. this.dockSite1.TabIndex = 0;
  391. this.dockSite1.TabStop = false;
  392. //
  393. // dockSite2
  394. //
  395. this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  396. this.dockSite2.Controls.Add(this.bar3);
  397. this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right;
  398. this.dockSite2.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
  399. ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar3, 182, 424)))}, DevComponents.DotNetBar.eOrientation.Horizontal);
  400. this.dockSite2.Location = new System.Drawing.Point(593, 25);
  401. this.dockSite2.Name = "dockSite2";
  402. this.dockSite2.Size = new System.Drawing.Size(185, 424);
  403. this.dockSite2.TabIndex = 1;
  404. this.dockSite2.TabStop = false;
  405. //
  406. // bar3
  407. //
  408. this.bar3.AccessibleDescription = "DotNetBar Bar (bar3)";
  409. this.bar3.AccessibleName = "DotNetBar Bar";
  410. this.bar3.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  411. this.bar3.AutoSyncBarCaption = true;
  412. this.bar3.CloseSingleTab = true;
  413. this.bar3.Controls.Add(this.warningPanel);
  414. this.bar3.Controls.Add(this.basicInfoPanel);
  415. this.bar3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  416. this.bar3.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption;
  417. this.bar3.IsMaximized = false;
  418. this.bar3.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  419. this.dci_basicInfo,
  420. this.dci_warning});
  421. this.bar3.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
  422. this.bar3.Location = new System.Drawing.Point(3, 0);
  423. this.bar3.Name = "bar3";
  424. this.bar3.SelectedDockTab = 1;
  425. this.bar3.Size = new System.Drawing.Size(182, 424);
  426. this.bar3.Stretch = true;
  427. this.bar3.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  428. this.bar3.TabIndex = 0;
  429. this.bar3.TabStop = false;
  430. this.bar3.Text = "警告与提示";
  431. //
  432. // basicInfoPanel
  433. //
  434. this.basicInfoPanel.DisabledBackColor = System.Drawing.Color.Empty;
  435. this.basicInfoPanel.Location = new System.Drawing.Point(3, 23);
  436. this.basicInfoPanel.Name = "basicInfoPanel";
  437. this.basicInfoPanel.Size = new System.Drawing.Size(176, 373);
  438. this.basicInfoPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  439. this.basicInfoPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  440. this.basicInfoPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  441. this.basicInfoPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  442. this.basicInfoPanel.Style.GradientAngle = 90;
  443. this.basicInfoPanel.TabIndex = 21;
  444. //
  445. // warningPanel
  446. //
  447. this.warningPanel.DisabledBackColor = System.Drawing.Color.Empty;
  448. this.warningPanel.Location = new System.Drawing.Point(3, 23);
  449. this.warningPanel.Name = "warningPanel";
  450. this.warningPanel.Size = new System.Drawing.Size(176, 373);
  451. this.warningPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
  452. this.warningPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  453. this.warningPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  454. this.warningPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  455. this.warningPanel.Style.GradientAngle = 90;
  456. this.warningPanel.TabIndex = 26;
  457. //
  458. // dci_basicInfo
  459. //
  460. this.dci_basicInfo.Control = this.basicInfoPanel;
  461. this.dci_basicInfo.Name = "dci_basicInfo";
  462. this.dci_basicInfo.Text = "基本信息";
  463. //
  464. // dci_warning
  465. //
  466. this.dci_warning.Control = this.warningPanel;
  467. this.dci_warning.Name = "dci_warning";
  468. this.dci_warning.Text = "警告与提示";
  469. //
  470. // dockSite8
  471. //
  472. this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  473. this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom;
  474. this.dockSite8.Location = new System.Drawing.Point(0, 449);
  475. this.dockSite8.Name = "dockSite8";
  476. this.dockSite8.Size = new System.Drawing.Size(778, 0);
  477. this.dockSite8.TabIndex = 7;
  478. this.dockSite8.TabStop = false;
  479. //
  480. // dockSite5
  481. //
  482. this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  483. this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
  484. this.dockSite5.Location = new System.Drawing.Point(0, 25);
  485. this.dockSite5.Name = "dockSite5";
  486. this.dockSite5.Size = new System.Drawing.Size(0, 424);
  487. this.dockSite5.TabIndex = 4;
  488. this.dockSite5.TabStop = false;
  489. //
  490. // dockSite6
  491. //
  492. this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  493. this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
  494. this.dockSite6.Location = new System.Drawing.Point(778, 25);
  495. this.dockSite6.Name = "dockSite6";
  496. this.dockSite6.Size = new System.Drawing.Size(0, 424);
  497. this.dockSite6.TabIndex = 5;
  498. this.dockSite6.TabStop = false;
  499. //
  500. // dockSite7
  501. //
  502. this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  503. this.dockSite7.Controls.Add(this.bar1);
  504. this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top;
  505. this.dockSite7.Location = new System.Drawing.Point(0, 0);
  506. this.dockSite7.Name = "dockSite7";
  507. this.dockSite7.Size = new System.Drawing.Size(778, 25);
  508. this.dockSite7.TabIndex = 6;
  509. this.dockSite7.TabStop = false;
  510. //
  511. // bar1
  512. //
  513. this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
  514. this.bar1.AccessibleName = "DotNetBar Bar";
  515. this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar;
  516. this.bar1.DockSide = DevComponents.DotNetBar.eDockSide.Top;
  517. this.bar1.Font = new System.Drawing.Font("微软雅黑", 9F);
  518. this.bar1.IsMaximized = false;
  519. this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  520. this.buttonItem1,
  521. this.btn_files,
  522. this.btn_devices});
  523. this.bar1.Location = new System.Drawing.Point(0, 0);
  524. this.bar1.MenuBar = true;
  525. this.bar1.Name = "bar1";
  526. this.bar1.Size = new System.Drawing.Size(778, 24);
  527. this.bar1.Stretch = true;
  528. this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  529. this.bar1.TabIndex = 0;
  530. this.bar1.TabStop = false;
  531. this.bar1.Text = "bar1";
  532. //
  533. // buttonItem1
  534. //
  535. this.buttonItem1.Name = "buttonItem1";
  536. this.buttonItem1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  537. this.btn_login,
  538. this.btn_logout,
  539. this.btn_exit});
  540. this.buttonItem1.Text = "系统";
  541. //
  542. // btn_login
  543. //
  544. this.btn_login.Name = "btn_login";
  545. this.btn_login.Text = "登录";
  546. //
  547. // btn_logout
  548. //
  549. this.btn_logout.Name = "btn_logout";
  550. this.btn_logout.Text = "登出";
  551. //
  552. // btn_exit
  553. //
  554. this.btn_exit.Name = "btn_exit";
  555. this.btn_exit.Text = "退出系统";
  556. this.btn_exit.Click += new System.EventHandler(this.btn_exit_Click);
  557. //
  558. // btn_files
  559. //
  560. this.btn_files.Name = "btn_files";
  561. this.btn_files.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  562. this.btn_openFile});
  563. this.btn_files.Text = "文件";
  564. //
  565. // btn_openFile
  566. //
  567. this.btn_openFile.Name = "btn_openFile";
  568. this.btn_openFile.Text = "打开日志";
  569. //
  570. // btn_devices
  571. //
  572. this.btn_devices.Name = "btn_devices";
  573. this.btn_devices.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  574. this.btn_linkPLC});
  575. this.btn_devices.Text = "设备";
  576. //
  577. // btn_linkPLC
  578. //
  579. this.btn_linkPLC.Name = "btn_linkPLC";
  580. this.btn_linkPLC.Text = "连接PLC";
  581. //
  582. // dockSite3
  583. //
  584. this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  585. this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
  586. this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
  587. this.dockSite3.Location = new System.Drawing.Point(0, 25);
  588. this.dockSite3.Name = "dockSite3";
  589. this.dockSite3.Size = new System.Drawing.Size(778, 0);
  590. this.dockSite3.TabIndex = 2;
  591. this.dockSite3.TabStop = false;
  592. //
  593. // panelDockContainer10
  594. //
  595. this.panelDockContainer10.DisabledBackColor = System.Drawing.Color.Empty;
  596. this.panelDockContainer10.Location = new System.Drawing.Point(3, 23);
  597. this.panelDockContainer10.Name = "panelDockContainer10";
  598. this.panelDockContainer10.Size = new System.Drawing.Size(215, 373);
  599. this.panelDockContainer10.Style.Alignment = System.Drawing.StringAlignment.Center;
  600. this.panelDockContainer10.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  601. this.panelDockContainer10.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  602. this.panelDockContainer10.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  603. this.panelDockContainer10.Style.GradientAngle = 90;
  604. this.panelDockContainer10.TabIndex = 5;
  605. //
  606. // dockContainerItem2
  607. //
  608. this.dockContainerItem2.Name = "dockContainerItem2";
  609. this.dockContainerItem2.Text = "号牌机监控";
  610. //
  611. // groupPanel5
  612. //
  613. this.groupPanel5.CanvasColor = System.Drawing.SystemColors.Control;
  614. this.groupPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
  615. this.groupPanel5.DisabledBackColor = System.Drawing.Color.Empty;
  616. this.groupPanel5.Location = new System.Drawing.Point(3, 28);
  617. this.groupPanel5.Name = "groupPanel5";
  618. this.groupPanel5.Size = new System.Drawing.Size(796, 395);
  619. //
  620. //
  621. //
  622. this.groupPanel5.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
  623. this.groupPanel5.Style.BackColorGradientAngle = 90;
  624. this.groupPanel5.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
  625. this.groupPanel5.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
  626. this.groupPanel5.Style.BorderBottomWidth = 1;
  627. this.groupPanel5.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
  628. this.groupPanel5.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
  629. this.groupPanel5.Style.BorderLeftWidth = 1;
  630. this.groupPanel5.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
  631. this.groupPanel5.Style.BorderRightWidth = 1;
  632. this.groupPanel5.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
  633. this.groupPanel5.Style.BorderTopWidth = 1;
  634. this.groupPanel5.Style.CornerDiameter = 4;
  635. this.groupPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
  636. this.groupPanel5.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
  637. this.groupPanel5.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
  638. this.groupPanel5.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
  639. //
  640. //
  641. //
  642. this.groupPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  643. //
  644. //
  645. //
  646. this.groupPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  647. this.groupPanel5.TabIndex = 11;
  648. this.groupPanel5.Text = "groupPanel5";
  649. //
  650. // dci_PaymentRecords
  651. //
  652. this.dci_PaymentRecords.Name = "dci_PaymentRecords";
  653. this.dci_PaymentRecords.Text = "收费查询";
  654. //
  655. // panelDockContainer7
  656. //
  657. this.panelDockContainer7.DisabledBackColor = System.Drawing.Color.Empty;
  658. this.panelDockContainer7.Location = new System.Drawing.Point(3, 28);
  659. this.panelDockContainer7.Name = "panelDockContainer7";
  660. this.panelDockContainer7.Size = new System.Drawing.Size(796, 395);
  661. this.panelDockContainer7.Style.Alignment = System.Drawing.StringAlignment.Center;
  662. this.panelDockContainer7.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  663. this.panelDockContainer7.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  664. this.panelDockContainer7.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  665. this.panelDockContainer7.Style.GradientAngle = 90;
  666. this.panelDockContainer7.TabIndex = 37;
  667. //
  668. // dockContainerItem1
  669. //
  670. this.dockContainerItem1.Control = this.panelDockContainer7;
  671. this.dockContainerItem1.Name = "dockContainerItem1";
  672. this.dockContainerItem1.Text = "dockContainerItem1";
  673. //
  674. // panelDockContainer8
  675. //
  676. this.panelDockContainer8.DisabledBackColor = System.Drawing.Color.Empty;
  677. this.panelDockContainer8.Location = new System.Drawing.Point(3, 28);
  678. this.panelDockContainer8.Name = "panelDockContainer8";
  679. this.panelDockContainer8.Size = new System.Drawing.Size(796, 395);
  680. this.panelDockContainer8.Style.Alignment = System.Drawing.StringAlignment.Center;
  681. this.panelDockContainer8.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  682. this.panelDockContainer8.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
  683. this.panelDockContainer8.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
  684. this.panelDockContainer8.Style.GradientAngle = 90;
  685. this.panelDockContainer8.TabIndex = 37;
  686. //
  687. // centralController
  688. //
  689. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  690. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  691. this.ClientSize = new System.Drawing.Size(778, 449);
  692. this.Controls.Add(this.dockSite9);
  693. this.Controls.Add(this.dockSite2);
  694. this.Controls.Add(this.dockSite1);
  695. this.Controls.Add(this.dockSite3);
  696. this.Controls.Add(this.dockSite4);
  697. this.Controls.Add(this.dockSite5);
  698. this.Controls.Add(this.dockSite6);
  699. this.Controls.Add(this.dockSite7);
  700. this.Controls.Add(this.dockSite8);
  701. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  702. this.Name = "centralController";
  703. this.Text = "Form1";
  704. this.dockSite9.ResumeLayout(false);
  705. ((System.ComponentModel.ISupportInitialize)(this.bar2)).EndInit();
  706. this.bar2.ResumeLayout(false);
  707. this.testPanel.ResumeLayout(false);
  708. this.testPanel.PerformLayout();
  709. this.tableLayoutPanel1.ResumeLayout(false);
  710. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  711. this.NumMachineMonitorPanel.ResumeLayout(false);
  712. this.dockSite2.ResumeLayout(false);
  713. ((System.ComponentModel.ISupportInitialize)(this.bar3)).EndInit();
  714. this.bar3.ResumeLayout(false);
  715. this.dockSite7.ResumeLayout(false);
  716. ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
  717. ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
  718. this.ResumeLayout(false);
  719. }
  720. #endregion
  721. private DevComponents.DotNetBar.DotNetBarManager dotNetBarManager1;
  722. private DevComponents.DotNetBar.DockSite dockSite4;
  723. private DevComponents.DotNetBar.DockSite dockSite1;
  724. private DevComponents.DotNetBar.DockSite dockSite2;
  725. private DevComponents.DotNetBar.DockSite dockSite3;
  726. private DevComponents.DotNetBar.DockSite dockSite5;
  727. private DevComponents.DotNetBar.DockSite dockSite6;
  728. private DevComponents.DotNetBar.DockSite dockSite7;
  729. private DevComponents.DotNetBar.Bar bar1;
  730. private DevComponents.DotNetBar.ButtonItem buttonItem1;
  731. private DevComponents.DotNetBar.DockSite dockSite8;
  732. private DevComponents.DotNetBar.DockSite dockSite9;
  733. private DevComponents.DotNetBar.ButtonItem btn_devices;
  734. private DevComponents.DotNetBar.ButtonItem btn_files;
  735. private DevComponents.DotNetBar.ButtonItem btn_login;
  736. private DevComponents.DotNetBar.ButtonItem btn_logout;
  737. private DevComponents.DotNetBar.ButtonItem btn_openFile;
  738. private DevComponents.DotNetBar.ButtonItem btn_linkPLC;
  739. private DevComponents.DotNetBar.DockContainerItem dockContainerItem2;
  740. private DevComponents.DotNetBar.Controls.GroupPanel groupPanel5;
  741. private DevComponents.DotNetBar.DockContainerItem dci_PaymentRecords;
  742. private DevComponents.DotNetBar.Bar bar2;
  743. private DevComponents.DotNetBar.PanelDockContainer ParkingSpaceMonitorPanel;
  744. private DevComponents.DotNetBar.PanelDockContainer PLCMonitorPanel;
  745. private DevComponents.DotNetBar.PanelDockContainer RecordsMonitorPanel;
  746. private DevComponents.DotNetBar.DockContainerItem dci_PLC;
  747. private DevComponents.DotNetBar.DockContainerItem dci_NumMachine;
  748. private DevComponents.DotNetBar.DockContainerItem dci_ParkingSpace;
  749. private DevComponents.DotNetBar.DockContainerItem dci_ParkingRecords;
  750. private DevComponents.DotNetBar.PanelDockContainer basicInfoPanel;
  751. private DevComponents.DotNetBar.PanelDockContainer panelDockContainer7;
  752. private DevComponents.DotNetBar.DockContainerItem dockContainerItem1;
  753. private DevComponents.DotNetBar.PanelDockContainer panelDockContainer8;
  754. private DevComponents.DotNetBar.Bar bar3;
  755. private DevComponents.DotNetBar.PanelDockContainer NumMachineMonitorPanel;
  756. private DevComponents.DotNetBar.PanelDockContainer panelDockContainer10;
  757. private DevComponents.DotNetBar.DockContainerItem dci_basicInfo;
  758. private System.Windows.Forms.BindingSource bindingSource1;
  759. private DevComponents.DotNetBar.PanelDockContainer paymentPanel;
  760. private DevComponents.DotNetBar.DockContainerItem dci_payment;
  761. private DevComponents.DotNetBar.ButtonItem btn_exit;
  762. public System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  763. private DevComponents.DotNetBar.PanelDockContainer warningPanel;
  764. private DevComponents.DotNetBar.DockContainerItem dci_warning;
  765. private DevComponents.DotNetBar.PanelDockContainer testPanel;
  766. private System.Windows.Forms.ProgressBar progressBar1;
  767. private DevComponents.DotNetBar.DockContainerItem dci_Test;
  768. private System.Windows.Forms.PictureBox pictureBox1;
  769. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  770. private DevComponents.DotNetBar.LabelX labelX1;
  771. private System.Windows.Forms.Button button1;
  772. private System.Windows.Forms.TextBox textBox2;
  773. private System.Windows.Forms.TextBox textBox1;
  774. }
  775. }