FormSysConfig.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  1. namespace centralController
  2. {
  3. partial class FormSysConfig
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.gp_numMachineConfig = new DevComponents.DotNetBar.Controls.GroupPanel();
  29. this.btnx_nmRatioConfirm = new DevComponents.DotNetBar.ButtonX();
  30. this.sld_nmfilterRatio = new DevComponents.DotNetBar.Controls.Slider();
  31. this.tb_nmId = new System.Windows.Forms.TextBox();
  32. this.btnx_nmIdAlter = new DevComponents.DotNetBar.ButtonX();
  33. this.btnx_nmSearch = new DevComponents.DotNetBar.ButtonX();
  34. this.lbx_nmId = new DevComponents.DotNetBar.LabelX();
  35. this.lbx_nmIP = new DevComponents.DotNetBar.LabelX();
  36. this.cb_nmIP = new System.Windows.Forms.ComboBox();
  37. this.gp_PLCConf = new DevComponents.DotNetBar.Controls.GroupPanel();
  38. this.gp_AllInOneMachineConf = new DevComponents.DotNetBar.Controls.GroupPanel();
  39. this.gp_restConf = new DevComponents.DotNetBar.Controls.GroupPanel();
  40. this.lbx_defaultLic = new DevComponents.DotNetBar.LabelX();
  41. this.lbx_garageId = new DevComponents.DotNetBar.LabelX();
  42. this.btnx_alterLogAddress = new DevComponents.DotNetBar.ButtonX();
  43. this.lbx_advertAddress = new DevComponents.DotNetBar.LabelX();
  44. this.lbx_logAddress = new DevComponents.DotNetBar.LabelX();
  45. this.btnx_alterDefaultLic = new DevComponents.DotNetBar.ButtonX();
  46. this.tb_defaultLic = new System.Windows.Forms.TextBox();
  47. this.btnx_alterGarageId = new DevComponents.DotNetBar.ButtonX();
  48. this.tb_garageID = new System.Windows.Forms.TextBox();
  49. this.gp_numMachineConfig.SuspendLayout();
  50. this.gp_restConf.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // gp_numMachineConfig
  54. //
  55. this.gp_numMachineConfig.CanvasColor = System.Drawing.SystemColors.Control;
  56. this.gp_numMachineConfig.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
  57. this.gp_numMachineConfig.Controls.Add(this.btnx_nmRatioConfirm);
  58. this.gp_numMachineConfig.Controls.Add(this.sld_nmfilterRatio);
  59. this.gp_numMachineConfig.Controls.Add(this.tb_nmId);
  60. this.gp_numMachineConfig.Controls.Add(this.btnx_nmIdAlter);
  61. this.gp_numMachineConfig.Controls.Add(this.btnx_nmSearch);
  62. this.gp_numMachineConfig.Controls.Add(this.lbx_nmId);
  63. this.gp_numMachineConfig.Controls.Add(this.lbx_nmIP);
  64. this.gp_numMachineConfig.Controls.Add(this.cb_nmIP);
  65. this.gp_numMachineConfig.DisabledBackColor = System.Drawing.Color.Empty;
  66. this.gp_numMachineConfig.Location = new System.Drawing.Point(12, 12);
  67. this.gp_numMachineConfig.Name = "gp_numMachineConfig";
  68. this.gp_numMachineConfig.Size = new System.Drawing.Size(271, 221);
  69. //
  70. //
  71. //
  72. this.gp_numMachineConfig.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
  73. this.gp_numMachineConfig.Style.BackColorGradientAngle = 90;
  74. this.gp_numMachineConfig.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
  75. this.gp_numMachineConfig.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
  76. this.gp_numMachineConfig.Style.BorderBottomWidth = 1;
  77. this.gp_numMachineConfig.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
  78. this.gp_numMachineConfig.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
  79. this.gp_numMachineConfig.Style.BorderLeftWidth = 1;
  80. this.gp_numMachineConfig.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
  81. this.gp_numMachineConfig.Style.BorderRightWidth = 1;
  82. this.gp_numMachineConfig.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
  83. this.gp_numMachineConfig.Style.BorderTopWidth = 1;
  84. this.gp_numMachineConfig.Style.CornerDiameter = 4;
  85. this.gp_numMachineConfig.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
  86. this.gp_numMachineConfig.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
  87. this.gp_numMachineConfig.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
  88. this.gp_numMachineConfig.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
  89. //
  90. //
  91. //
  92. this.gp_numMachineConfig.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  93. //
  94. //
  95. //
  96. this.gp_numMachineConfig.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  97. this.gp_numMachineConfig.TabIndex = 0;
  98. this.gp_numMachineConfig.Text = "号牌机配置";
  99. //
  100. // btnx_nmRatioConfirm
  101. //
  102. this.btnx_nmRatioConfirm.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  103. this.btnx_nmRatioConfirm.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  104. this.btnx_nmRatioConfirm.Location = new System.Drawing.Point(86, 158);
  105. this.btnx_nmRatioConfirm.Name = "btnx_nmRatioConfirm";
  106. this.btnx_nmRatioConfirm.Size = new System.Drawing.Size(75, 23);
  107. this.btnx_nmRatioConfirm.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  108. this.btnx_nmRatioConfirm.TabIndex = 7;
  109. this.btnx_nmRatioConfirm.Text = "修改比例";
  110. this.btnx_nmRatioConfirm.Click += new System.EventHandler(this.btnx_nmRatioConfirm_Click);
  111. //
  112. // sld_nmfilterRatio
  113. //
  114. //
  115. //
  116. //
  117. this.sld_nmfilterRatio.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  118. this.sld_nmfilterRatio.LabelWidth = 120;
  119. this.sld_nmfilterRatio.Location = new System.Drawing.Point(5, 122);
  120. this.sld_nmfilterRatio.Name = "sld_nmfilterRatio";
  121. this.sld_nmfilterRatio.Size = new System.Drawing.Size(238, 30);
  122. this.sld_nmfilterRatio.Step = 10;
  123. this.sld_nmfilterRatio.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  124. this.sld_nmfilterRatio.TabIndex = 6;
  125. this.sld_nmfilterRatio.Text = "号牌筛选比例(%)";
  126. this.sld_nmfilterRatio.Value = 70;
  127. this.sld_nmfilterRatio.ValueChanged += new System.EventHandler(this.sld_nmfilterRatio_ValueChanged);
  128. //
  129. // tb_nmId
  130. //
  131. this.tb_nmId.Location = new System.Drawing.Point(171, 52);
  132. this.tb_nmId.Name = "tb_nmId";
  133. this.tb_nmId.Size = new System.Drawing.Size(67, 21);
  134. this.tb_nmId.TabIndex = 5;
  135. //
  136. // btnx_nmIdAlter
  137. //
  138. this.btnx_nmIdAlter.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  139. this.btnx_nmIdAlter.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  140. this.btnx_nmIdAlter.Location = new System.Drawing.Point(168, 84);
  141. this.btnx_nmIdAlter.Name = "btnx_nmIdAlter";
  142. this.btnx_nmIdAlter.Size = new System.Drawing.Size(75, 23);
  143. this.btnx_nmIdAlter.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  144. this.btnx_nmIdAlter.TabIndex = 4;
  145. this.btnx_nmIdAlter.Text = "修改编号";
  146. this.btnx_nmIdAlter.Click += new System.EventHandler(this.btnx_nmIdAlter_Click);
  147. //
  148. // btnx_nmSearch
  149. //
  150. this.btnx_nmSearch.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  151. this.btnx_nmSearch.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  152. this.btnx_nmSearch.Location = new System.Drawing.Point(41, 84);
  153. this.btnx_nmSearch.Name = "btnx_nmSearch";
  154. this.btnx_nmSearch.Size = new System.Drawing.Size(75, 23);
  155. this.btnx_nmSearch.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  156. this.btnx_nmSearch.TabIndex = 3;
  157. this.btnx_nmSearch.Text = "查询编号";
  158. this.btnx_nmSearch.Click += new System.EventHandler(this.btnx_nmSearch_Click);
  159. //
  160. // lbx_nmId
  161. //
  162. //
  163. //
  164. //
  165. this.lbx_nmId.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  166. this.lbx_nmId.Location = new System.Drawing.Point(171, 19);
  167. this.lbx_nmId.Name = "lbx_nmId";
  168. this.lbx_nmId.Size = new System.Drawing.Size(67, 23);
  169. this.lbx_nmId.TabIndex = 2;
  170. this.lbx_nmId.Text = "号牌机编号";
  171. //
  172. // lbx_nmIP
  173. //
  174. //
  175. //
  176. //
  177. this.lbx_nmIP.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  178. this.lbx_nmIP.Location = new System.Drawing.Point(41, 19);
  179. this.lbx_nmIP.Name = "lbx_nmIP";
  180. this.lbx_nmIP.Size = new System.Drawing.Size(59, 23);
  181. this.lbx_nmIP.TabIndex = 1;
  182. this.lbx_nmIP.Text = "号牌机IP";
  183. //
  184. // cb_nmIP
  185. //
  186. this.cb_nmIP.FormattingEnabled = true;
  187. this.cb_nmIP.Location = new System.Drawing.Point(16, 52);
  188. this.cb_nmIP.Name = "cb_nmIP";
  189. this.cb_nmIP.Size = new System.Drawing.Size(134, 20);
  190. this.cb_nmIP.TabIndex = 0;
  191. this.cb_nmIP.DropDown += new System.EventHandler(this.cb_nmIP_DropDown);
  192. //
  193. // gp_PLCConf
  194. //
  195. this.gp_PLCConf.CanvasColor = System.Drawing.SystemColors.Control;
  196. this.gp_PLCConf.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
  197. this.gp_PLCConf.DisabledBackColor = System.Drawing.Color.Empty;
  198. this.gp_PLCConf.Location = new System.Drawing.Point(12, 255);
  199. this.gp_PLCConf.Name = "gp_PLCConf";
  200. this.gp_PLCConf.Size = new System.Drawing.Size(269, 236);
  201. //
  202. //
  203. //
  204. this.gp_PLCConf.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
  205. this.gp_PLCConf.Style.BackColorGradientAngle = 90;
  206. this.gp_PLCConf.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
  207. this.gp_PLCConf.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
  208. this.gp_PLCConf.Style.BorderBottomWidth = 1;
  209. this.gp_PLCConf.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
  210. this.gp_PLCConf.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
  211. this.gp_PLCConf.Style.BorderLeftWidth = 1;
  212. this.gp_PLCConf.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
  213. this.gp_PLCConf.Style.BorderRightWidth = 1;
  214. this.gp_PLCConf.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
  215. this.gp_PLCConf.Style.BorderTopWidth = 1;
  216. this.gp_PLCConf.Style.CornerDiameter = 4;
  217. this.gp_PLCConf.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
  218. this.gp_PLCConf.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
  219. this.gp_PLCConf.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
  220. this.gp_PLCConf.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
  221. //
  222. //
  223. //
  224. this.gp_PLCConf.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  225. //
  226. //
  227. //
  228. this.gp_PLCConf.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  229. this.gp_PLCConf.TabIndex = 1;
  230. this.gp_PLCConf.Text = "PLC配置";
  231. //
  232. // gp_AllInOneMachineConf
  233. //
  234. this.gp_AllInOneMachineConf.CanvasColor = System.Drawing.SystemColors.Control;
  235. this.gp_AllInOneMachineConf.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
  236. this.gp_AllInOneMachineConf.DisabledBackColor = System.Drawing.Color.Empty;
  237. this.gp_AllInOneMachineConf.Location = new System.Drawing.Point(311, 12);
  238. this.gp_AllInOneMachineConf.Name = "gp_AllInOneMachineConf";
  239. this.gp_AllInOneMachineConf.Size = new System.Drawing.Size(347, 138);
  240. //
  241. //
  242. //
  243. this.gp_AllInOneMachineConf.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
  244. this.gp_AllInOneMachineConf.Style.BackColorGradientAngle = 90;
  245. this.gp_AllInOneMachineConf.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
  246. this.gp_AllInOneMachineConf.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
  247. this.gp_AllInOneMachineConf.Style.BorderBottomWidth = 1;
  248. this.gp_AllInOneMachineConf.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
  249. this.gp_AllInOneMachineConf.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
  250. this.gp_AllInOneMachineConf.Style.BorderLeftWidth = 1;
  251. this.gp_AllInOneMachineConf.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
  252. this.gp_AllInOneMachineConf.Style.BorderRightWidth = 1;
  253. this.gp_AllInOneMachineConf.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
  254. this.gp_AllInOneMachineConf.Style.BorderTopWidth = 1;
  255. this.gp_AllInOneMachineConf.Style.CornerDiameter = 4;
  256. this.gp_AllInOneMachineConf.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
  257. this.gp_AllInOneMachineConf.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
  258. this.gp_AllInOneMachineConf.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
  259. this.gp_AllInOneMachineConf.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
  260. //
  261. //
  262. //
  263. this.gp_AllInOneMachineConf.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  264. //
  265. //
  266. //
  267. this.gp_AllInOneMachineConf.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  268. this.gp_AllInOneMachineConf.TabIndex = 2;
  269. this.gp_AllInOneMachineConf.Text = "LED屏显配置";
  270. //
  271. // gp_restConf
  272. //
  273. this.gp_restConf.CanvasColor = System.Drawing.SystemColors.Control;
  274. this.gp_restConf.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
  275. this.gp_restConf.Controls.Add(this.lbx_defaultLic);
  276. this.gp_restConf.Controls.Add(this.lbx_garageId);
  277. this.gp_restConf.Controls.Add(this.btnx_alterLogAddress);
  278. this.gp_restConf.Controls.Add(this.lbx_advertAddress);
  279. this.gp_restConf.Controls.Add(this.lbx_logAddress);
  280. this.gp_restConf.Controls.Add(this.btnx_alterDefaultLic);
  281. this.gp_restConf.Controls.Add(this.tb_defaultLic);
  282. this.gp_restConf.Controls.Add(this.btnx_alterGarageId);
  283. this.gp_restConf.Controls.Add(this.tb_garageID);
  284. this.gp_restConf.DisabledBackColor = System.Drawing.Color.Empty;
  285. this.gp_restConf.Location = new System.Drawing.Point(311, 191);
  286. this.gp_restConf.Name = "gp_restConf";
  287. this.gp_restConf.Size = new System.Drawing.Size(347, 300);
  288. //
  289. //
  290. //
  291. this.gp_restConf.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
  292. this.gp_restConf.Style.BackColorGradientAngle = 90;
  293. this.gp_restConf.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
  294. this.gp_restConf.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
  295. this.gp_restConf.Style.BorderBottomWidth = 1;
  296. this.gp_restConf.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
  297. this.gp_restConf.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
  298. this.gp_restConf.Style.BorderLeftWidth = 1;
  299. this.gp_restConf.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
  300. this.gp_restConf.Style.BorderRightWidth = 1;
  301. this.gp_restConf.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
  302. this.gp_restConf.Style.BorderTopWidth = 1;
  303. this.gp_restConf.Style.CornerDiameter = 4;
  304. this.gp_restConf.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
  305. this.gp_restConf.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
  306. this.gp_restConf.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
  307. this.gp_restConf.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
  308. //
  309. //
  310. //
  311. this.gp_restConf.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  312. //
  313. //
  314. //
  315. this.gp_restConf.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  316. this.gp_restConf.TabIndex = 3;
  317. this.gp_restConf.Text = "其他配置";
  318. //
  319. // lbx_defaultLic
  320. //
  321. //
  322. //
  323. //
  324. this.lbx_defaultLic.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  325. this.lbx_defaultLic.Location = new System.Drawing.Point(14, 70);
  326. this.lbx_defaultLic.Name = "lbx_defaultLic";
  327. this.lbx_defaultLic.Size = new System.Drawing.Size(75, 23);
  328. this.lbx_defaultLic.TabIndex = 10;
  329. this.lbx_defaultLic.Text = "默认车牌:";
  330. //
  331. // lbx_garageId
  332. //
  333. //
  334. //
  335. //
  336. this.lbx_garageId.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  337. this.lbx_garageId.Location = new System.Drawing.Point(14, 23);
  338. this.lbx_garageId.Name = "lbx_garageId";
  339. this.lbx_garageId.Size = new System.Drawing.Size(75, 23);
  340. this.lbx_garageId.TabIndex = 9;
  341. this.lbx_garageId.Text = "车库号:";
  342. //
  343. // btnx_alterLogAddress
  344. //
  345. this.btnx_alterLogAddress.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  346. this.btnx_alterLogAddress.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  347. this.btnx_alterLogAddress.Location = new System.Drawing.Point(126, 156);
  348. this.btnx_alterLogAddress.Name = "btnx_alterLogAddress";
  349. this.btnx_alterLogAddress.Size = new System.Drawing.Size(90, 33);
  350. this.btnx_alterLogAddress.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  351. this.btnx_alterLogAddress.TabIndex = 8;
  352. this.btnx_alterLogAddress.Text = "修改日志路径";
  353. this.btnx_alterLogAddress.Click += new System.EventHandler(this.btnx_alterLogAddress_Click);
  354. //
  355. // lbx_advertAddress
  356. //
  357. //
  358. //
  359. //
  360. this.lbx_advertAddress.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  361. this.lbx_advertAddress.Location = new System.Drawing.Point(14, 206);
  362. this.lbx_advertAddress.Name = "lbx_advertAddress";
  363. this.lbx_advertAddress.Size = new System.Drawing.Size(309, 41);
  364. this.lbx_advertAddress.TabIndex = 7;
  365. this.lbx_advertAddress.Text = "当前广告路径:";
  366. this.lbx_advertAddress.WordWrap = true;
  367. //
  368. // lbx_logAddress
  369. //
  370. //
  371. //
  372. //
  373. this.lbx_logAddress.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  374. this.lbx_logAddress.Location = new System.Drawing.Point(14, 109);
  375. this.lbx_logAddress.Name = "lbx_logAddress";
  376. this.lbx_logAddress.Size = new System.Drawing.Size(309, 41);
  377. this.lbx_logAddress.TabIndex = 6;
  378. this.lbx_logAddress.Text = "当前日志路径:";
  379. this.lbx_logAddress.WordWrap = true;
  380. //
  381. // btnx_alterDefaultLic
  382. //
  383. this.btnx_alterDefaultLic.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  384. this.btnx_alterDefaultLic.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  385. this.btnx_alterDefaultLic.Location = new System.Drawing.Point(233, 70);
  386. this.btnx_alterDefaultLic.Name = "btnx_alterDefaultLic";
  387. this.btnx_alterDefaultLic.Size = new System.Drawing.Size(90, 23);
  388. this.btnx_alterDefaultLic.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  389. this.btnx_alterDefaultLic.TabIndex = 5;
  390. this.btnx_alterDefaultLic.Text = "修改默认车牌";
  391. this.btnx_alterDefaultLic.Click += new System.EventHandler(this.btnx_alterDefaultLic_Click);
  392. //
  393. // tb_defaultLic
  394. //
  395. this.tb_defaultLic.Location = new System.Drawing.Point(126, 70);
  396. this.tb_defaultLic.Name = "tb_defaultLic";
  397. this.tb_defaultLic.Size = new System.Drawing.Size(83, 21);
  398. this.tb_defaultLic.TabIndex = 3;
  399. //
  400. // btnx_alterGarageId
  401. //
  402. this.btnx_alterGarageId.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  403. this.btnx_alterGarageId.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  404. this.btnx_alterGarageId.Location = new System.Drawing.Point(233, 21);
  405. this.btnx_alterGarageId.Name = "btnx_alterGarageId";
  406. this.btnx_alterGarageId.Size = new System.Drawing.Size(75, 23);
  407. this.btnx_alterGarageId.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  408. this.btnx_alterGarageId.TabIndex = 2;
  409. this.btnx_alterGarageId.Text = "修改车库号";
  410. this.btnx_alterGarageId.Click += new System.EventHandler(this.btnx_alterGarageId_Click);
  411. //
  412. // tb_garageID
  413. //
  414. this.tb_garageID.Location = new System.Drawing.Point(126, 23);
  415. this.tb_garageID.Name = "tb_garageID";
  416. this.tb_garageID.Size = new System.Drawing.Size(54, 21);
  417. this.tb_garageID.TabIndex = 0;
  418. //
  419. // FormSysConfig
  420. //
  421. this.ClientSize = new System.Drawing.Size(674, 519);
  422. this.Controls.Add(this.gp_PLCConf);
  423. this.Controls.Add(this.gp_restConf);
  424. this.Controls.Add(this.gp_AllInOneMachineConf);
  425. this.Controls.Add(this.gp_numMachineConfig);
  426. this.DoubleBuffered = true;
  427. this.Name = "FormSysConfig";
  428. this.Text = "系统配置";
  429. this.gp_numMachineConfig.ResumeLayout(false);
  430. this.gp_numMachineConfig.PerformLayout();
  431. this.gp_restConf.ResumeLayout(false);
  432. this.gp_restConf.PerformLayout();
  433. this.ResumeLayout(false);
  434. }
  435. #endregion
  436. private DevComponents.DotNetBar.Controls.GroupPanel gp_numMachineConfig;
  437. private DevComponents.DotNetBar.ButtonX btnx_nmRatioConfirm;
  438. private DevComponents.DotNetBar.Controls.Slider sld_nmfilterRatio;
  439. private System.Windows.Forms.TextBox tb_nmId;
  440. private DevComponents.DotNetBar.ButtonX btnx_nmIdAlter;
  441. private DevComponents.DotNetBar.ButtonX btnx_nmSearch;
  442. private DevComponents.DotNetBar.LabelX lbx_nmId;
  443. private DevComponents.DotNetBar.LabelX lbx_nmIP;
  444. private System.Windows.Forms.ComboBox cb_nmIP;
  445. private DevComponents.DotNetBar.Controls.GroupPanel gp_PLCConf;
  446. private DevComponents.DotNetBar.Controls.GroupPanel gp_AllInOneMachineConf;
  447. private DevComponents.DotNetBar.Controls.GroupPanel gp_restConf;
  448. private DevComponents.DotNetBar.LabelX lbx_defaultLic;
  449. private DevComponents.DotNetBar.LabelX lbx_garageId;
  450. private DevComponents.DotNetBar.ButtonX btnx_alterLogAddress;
  451. private DevComponents.DotNetBar.LabelX lbx_advertAddress;
  452. private DevComponents.DotNetBar.LabelX lbx_logAddress;
  453. private DevComponents.DotNetBar.ButtonX btnx_alterDefaultLic;
  454. private System.Windows.Forms.TextBox tb_defaultLic;
  455. private DevComponents.DotNetBar.ButtonX btnx_alterGarageId;
  456. private System.Windows.Forms.TextBox tb_garageID;
  457. }
  458. }