Form_paymentScheme.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708
  1. namespace centralController
  2. {
  3. partial class Form_paymentScheme
  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_paymentScheme = new DevComponents.DotNetBar.Controls.GroupPanel();
  29. this.tbx_peakCharge = new DevComponents.DotNetBar.Controls.TextBoxX();
  30. this.tbx_endChargeTime = new DevComponents.DotNetBar.Controls.TextBoxX();
  31. this.tbx_startChargeTime = new DevComponents.DotNetBar.Controls.TextBoxX();
  32. this.tbx_overnightCharge = new DevComponents.DotNetBar.Controls.TextBoxX();
  33. this.tbx_eachCharge = new DevComponents.DotNetBar.Controls.TextBoxX();
  34. this.tbx_upperBound = new DevComponents.DotNetBar.Controls.TextBoxX();
  35. this.tbx_intervalCharge = new DevComponents.DotNetBar.Controls.TextBoxX();
  36. this.tbx_firstCharge = new DevComponents.DotNetBar.Controls.TextBoxX();
  37. this.tbx_firstChargeTime = new DevComponents.DotNetBar.Controls.TextBoxX();
  38. this.tbx_freeTime = new DevComponents.DotNetBar.Controls.TextBoxX();
  39. this.labelX10 = new DevComponents.DotNetBar.LabelX();
  40. this.labelX9 = new DevComponents.DotNetBar.LabelX();
  41. this.labelX8 = new DevComponents.DotNetBar.LabelX();
  42. this.labelX7 = new DevComponents.DotNetBar.LabelX();
  43. this.labelX6 = new DevComponents.DotNetBar.LabelX();
  44. this.labelX5 = new DevComponents.DotNetBar.LabelX();
  45. this.labelX4 = new DevComponents.DotNetBar.LabelX();
  46. this.labelX3 = new DevComponents.DotNetBar.LabelX();
  47. this.labelX2 = new DevComponents.DotNetBar.LabelX();
  48. this.labelX1 = new DevComponents.DotNetBar.LabelX();
  49. this.gp_VIPScheme = new DevComponents.DotNetBar.Controls.GroupPanel();
  50. this.tbx_bookCharge = new DevComponents.DotNetBar.Controls.TextBoxX();
  51. this.tbx_yearCard = new DevComponents.DotNetBar.Controls.TextBoxX();
  52. this.tbx_halfYearCard = new DevComponents.DotNetBar.Controls.TextBoxX();
  53. this.tbx_seasonCard = new DevComponents.DotNetBar.Controls.TextBoxX();
  54. this.tbx_monthCard = new DevComponents.DotNetBar.Controls.TextBoxX();
  55. this.labelX15 = new DevComponents.DotNetBar.LabelX();
  56. this.labelX14 = new DevComponents.DotNetBar.LabelX();
  57. this.labelX13 = new DevComponents.DotNetBar.LabelX();
  58. this.labelX12 = new DevComponents.DotNetBar.LabelX();
  59. this.labelX11 = new DevComponents.DotNetBar.LabelX();
  60. this.btnx_enableModify = new DevComponents.DotNetBar.ButtonX();
  61. this.btnx_confirmModification = new DevComponents.DotNetBar.ButtonX();
  62. this.btnx_cancelModify = new DevComponents.DotNetBar.ButtonX();
  63. this.gp_paymentScheme.SuspendLayout();
  64. this.gp_VIPScheme.SuspendLayout();
  65. this.SuspendLayout();
  66. //
  67. // gp_paymentScheme
  68. //
  69. this.gp_paymentScheme.BackColor = System.Drawing.Color.White;
  70. this.gp_paymentScheme.CanvasColor = System.Drawing.SystemColors.Control;
  71. this.gp_paymentScheme.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
  72. this.gp_paymentScheme.Controls.Add(this.tbx_peakCharge);
  73. this.gp_paymentScheme.Controls.Add(this.tbx_endChargeTime);
  74. this.gp_paymentScheme.Controls.Add(this.tbx_startChargeTime);
  75. this.gp_paymentScheme.Controls.Add(this.tbx_overnightCharge);
  76. this.gp_paymentScheme.Controls.Add(this.tbx_eachCharge);
  77. this.gp_paymentScheme.Controls.Add(this.tbx_upperBound);
  78. this.gp_paymentScheme.Controls.Add(this.tbx_intervalCharge);
  79. this.gp_paymentScheme.Controls.Add(this.tbx_firstCharge);
  80. this.gp_paymentScheme.Controls.Add(this.tbx_firstChargeTime);
  81. this.gp_paymentScheme.Controls.Add(this.tbx_freeTime);
  82. this.gp_paymentScheme.Controls.Add(this.labelX10);
  83. this.gp_paymentScheme.Controls.Add(this.labelX9);
  84. this.gp_paymentScheme.Controls.Add(this.labelX8);
  85. this.gp_paymentScheme.Controls.Add(this.labelX7);
  86. this.gp_paymentScheme.Controls.Add(this.labelX6);
  87. this.gp_paymentScheme.Controls.Add(this.labelX5);
  88. this.gp_paymentScheme.Controls.Add(this.labelX4);
  89. this.gp_paymentScheme.Controls.Add(this.labelX3);
  90. this.gp_paymentScheme.Controls.Add(this.labelX2);
  91. this.gp_paymentScheme.Controls.Add(this.labelX1);
  92. this.gp_paymentScheme.DisabledBackColor = System.Drawing.Color.Empty;
  93. this.gp_paymentScheme.Location = new System.Drawing.Point(13, 12);
  94. this.gp_paymentScheme.Name = "gp_paymentScheme";
  95. this.gp_paymentScheme.Size = new System.Drawing.Size(277, 308);
  96. //
  97. //
  98. //
  99. this.gp_paymentScheme.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
  100. this.gp_paymentScheme.Style.BackColorGradientAngle = 90;
  101. this.gp_paymentScheme.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
  102. this.gp_paymentScheme.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
  103. this.gp_paymentScheme.Style.BorderBottomWidth = 1;
  104. this.gp_paymentScheme.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
  105. this.gp_paymentScheme.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
  106. this.gp_paymentScheme.Style.BorderLeftWidth = 1;
  107. this.gp_paymentScheme.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
  108. this.gp_paymentScheme.Style.BorderRightWidth = 1;
  109. this.gp_paymentScheme.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
  110. this.gp_paymentScheme.Style.BorderTopWidth = 1;
  111. this.gp_paymentScheme.Style.CornerDiameter = 4;
  112. this.gp_paymentScheme.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
  113. this.gp_paymentScheme.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
  114. this.gp_paymentScheme.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
  115. this.gp_paymentScheme.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
  116. //
  117. //
  118. //
  119. this.gp_paymentScheme.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  120. //
  121. //
  122. //
  123. this.gp_paymentScheme.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  124. this.gp_paymentScheme.TabIndex = 4;
  125. this.gp_paymentScheme.Text = "普通收费策略";
  126. //
  127. // tbx_peakCharge
  128. //
  129. this.tbx_peakCharge.BackColor = System.Drawing.Color.White;
  130. //
  131. //
  132. //
  133. this.tbx_peakCharge.Border.Class = "TextBoxBorder";
  134. this.tbx_peakCharge.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  135. this.tbx_peakCharge.DisabledBackColor = System.Drawing.Color.White;
  136. this.tbx_peakCharge.ForeColor = System.Drawing.Color.Black;
  137. this.tbx_peakCharge.Location = new System.Drawing.Point(144, 256);
  138. this.tbx_peakCharge.Name = "tbx_peakCharge";
  139. this.tbx_peakCharge.PreventEnterBeep = true;
  140. this.tbx_peakCharge.ReadOnly = true;
  141. this.tbx_peakCharge.Size = new System.Drawing.Size(100, 21);
  142. this.tbx_peakCharge.TabIndex = 19;
  143. //
  144. // tbx_endChargeTime
  145. //
  146. this.tbx_endChargeTime.BackColor = System.Drawing.Color.White;
  147. //
  148. //
  149. //
  150. this.tbx_endChargeTime.Border.Class = "TextBoxBorder";
  151. this.tbx_endChargeTime.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  152. this.tbx_endChargeTime.DisabledBackColor = System.Drawing.Color.White;
  153. this.tbx_endChargeTime.ForeColor = System.Drawing.Color.Black;
  154. this.tbx_endChargeTime.Location = new System.Drawing.Point(144, 228);
  155. this.tbx_endChargeTime.Name = "tbx_endChargeTime";
  156. this.tbx_endChargeTime.PreventEnterBeep = true;
  157. this.tbx_endChargeTime.ReadOnly = true;
  158. this.tbx_endChargeTime.Size = new System.Drawing.Size(100, 21);
  159. this.tbx_endChargeTime.TabIndex = 18;
  160. //
  161. // tbx_startChargeTime
  162. //
  163. this.tbx_startChargeTime.BackColor = System.Drawing.Color.White;
  164. //
  165. //
  166. //
  167. this.tbx_startChargeTime.Border.Class = "TextBoxBorder";
  168. this.tbx_startChargeTime.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  169. this.tbx_startChargeTime.DisabledBackColor = System.Drawing.Color.White;
  170. this.tbx_startChargeTime.ForeColor = System.Drawing.Color.Black;
  171. this.tbx_startChargeTime.Location = new System.Drawing.Point(144, 200);
  172. this.tbx_startChargeTime.Name = "tbx_startChargeTime";
  173. this.tbx_startChargeTime.PreventEnterBeep = true;
  174. this.tbx_startChargeTime.ReadOnly = true;
  175. this.tbx_startChargeTime.Size = new System.Drawing.Size(100, 21);
  176. this.tbx_startChargeTime.TabIndex = 17;
  177. //
  178. // tbx_overnightCharge
  179. //
  180. this.tbx_overnightCharge.BackColor = System.Drawing.Color.White;
  181. //
  182. //
  183. //
  184. this.tbx_overnightCharge.Border.Class = "TextBoxBorder";
  185. this.tbx_overnightCharge.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  186. this.tbx_overnightCharge.DisabledBackColor = System.Drawing.Color.White;
  187. this.tbx_overnightCharge.ForeColor = System.Drawing.Color.Black;
  188. this.tbx_overnightCharge.Location = new System.Drawing.Point(144, 172);
  189. this.tbx_overnightCharge.Name = "tbx_overnightCharge";
  190. this.tbx_overnightCharge.PreventEnterBeep = true;
  191. this.tbx_overnightCharge.ReadOnly = true;
  192. this.tbx_overnightCharge.Size = new System.Drawing.Size(100, 21);
  193. this.tbx_overnightCharge.TabIndex = 16;
  194. //
  195. // tbx_eachCharge
  196. //
  197. this.tbx_eachCharge.BackColor = System.Drawing.Color.White;
  198. //
  199. //
  200. //
  201. this.tbx_eachCharge.Border.Class = "TextBoxBorder";
  202. this.tbx_eachCharge.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  203. this.tbx_eachCharge.DisabledBackColor = System.Drawing.Color.White;
  204. this.tbx_eachCharge.ForeColor = System.Drawing.Color.Black;
  205. this.tbx_eachCharge.Location = new System.Drawing.Point(144, 144);
  206. this.tbx_eachCharge.Name = "tbx_eachCharge";
  207. this.tbx_eachCharge.PreventEnterBeep = true;
  208. this.tbx_eachCharge.ReadOnly = true;
  209. this.tbx_eachCharge.Size = new System.Drawing.Size(100, 21);
  210. this.tbx_eachCharge.TabIndex = 15;
  211. //
  212. // tbx_upperBound
  213. //
  214. this.tbx_upperBound.BackColor = System.Drawing.Color.White;
  215. //
  216. //
  217. //
  218. this.tbx_upperBound.Border.Class = "TextBoxBorder";
  219. this.tbx_upperBound.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  220. this.tbx_upperBound.DisabledBackColor = System.Drawing.Color.White;
  221. this.tbx_upperBound.ForeColor = System.Drawing.Color.Black;
  222. this.tbx_upperBound.Location = new System.Drawing.Point(144, 115);
  223. this.tbx_upperBound.Name = "tbx_upperBound";
  224. this.tbx_upperBound.PreventEnterBeep = true;
  225. this.tbx_upperBound.ReadOnly = true;
  226. this.tbx_upperBound.Size = new System.Drawing.Size(100, 21);
  227. this.tbx_upperBound.TabIndex = 14;
  228. //
  229. // tbx_intervalCharge
  230. //
  231. this.tbx_intervalCharge.BackColor = System.Drawing.Color.White;
  232. //
  233. //
  234. //
  235. this.tbx_intervalCharge.Border.Class = "TextBoxBorder";
  236. this.tbx_intervalCharge.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  237. this.tbx_intervalCharge.DisabledBackColor = System.Drawing.Color.White;
  238. this.tbx_intervalCharge.ForeColor = System.Drawing.Color.Black;
  239. this.tbx_intervalCharge.Location = new System.Drawing.Point(144, 88);
  240. this.tbx_intervalCharge.Name = "tbx_intervalCharge";
  241. this.tbx_intervalCharge.PreventEnterBeep = true;
  242. this.tbx_intervalCharge.ReadOnly = true;
  243. this.tbx_intervalCharge.Size = new System.Drawing.Size(100, 21);
  244. this.tbx_intervalCharge.TabIndex = 13;
  245. //
  246. // tbx_firstCharge
  247. //
  248. this.tbx_firstCharge.BackColor = System.Drawing.Color.White;
  249. //
  250. //
  251. //
  252. this.tbx_firstCharge.Border.Class = "TextBoxBorder";
  253. this.tbx_firstCharge.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  254. this.tbx_firstCharge.DisabledBackColor = System.Drawing.Color.White;
  255. this.tbx_firstCharge.ForeColor = System.Drawing.Color.Black;
  256. this.tbx_firstCharge.Location = new System.Drawing.Point(144, 60);
  257. this.tbx_firstCharge.Name = "tbx_firstCharge";
  258. this.tbx_firstCharge.PreventEnterBeep = true;
  259. this.tbx_firstCharge.ReadOnly = true;
  260. this.tbx_firstCharge.Size = new System.Drawing.Size(100, 21);
  261. this.tbx_firstCharge.TabIndex = 12;
  262. //
  263. // tbx_firstChargeTime
  264. //
  265. this.tbx_firstChargeTime.BackColor = System.Drawing.Color.White;
  266. //
  267. //
  268. //
  269. this.tbx_firstChargeTime.Border.Class = "TextBoxBorder";
  270. this.tbx_firstChargeTime.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  271. this.tbx_firstChargeTime.DisabledBackColor = System.Drawing.Color.White;
  272. this.tbx_firstChargeTime.ForeColor = System.Drawing.Color.Black;
  273. this.tbx_firstChargeTime.Location = new System.Drawing.Point(144, 32);
  274. this.tbx_firstChargeTime.Name = "tbx_firstChargeTime";
  275. this.tbx_firstChargeTime.PreventEnterBeep = true;
  276. this.tbx_firstChargeTime.ReadOnly = true;
  277. this.tbx_firstChargeTime.Size = new System.Drawing.Size(100, 21);
  278. this.tbx_firstChargeTime.TabIndex = 11;
  279. //
  280. // tbx_freeTime
  281. //
  282. this.tbx_freeTime.BackColor = System.Drawing.Color.White;
  283. //
  284. //
  285. //
  286. this.tbx_freeTime.Border.Class = "TextBoxBorder";
  287. this.tbx_freeTime.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  288. this.tbx_freeTime.DisabledBackColor = System.Drawing.Color.White;
  289. this.tbx_freeTime.ForeColor = System.Drawing.Color.Black;
  290. this.tbx_freeTime.Location = new System.Drawing.Point(144, 4);
  291. this.tbx_freeTime.Name = "tbx_freeTime";
  292. this.tbx_freeTime.PreventEnterBeep = true;
  293. this.tbx_freeTime.ReadOnly = true;
  294. this.tbx_freeTime.Size = new System.Drawing.Size(100, 21);
  295. this.tbx_freeTime.TabIndex = 10;
  296. //
  297. // labelX10
  298. //
  299. //
  300. //
  301. //
  302. this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  303. this.labelX10.Location = new System.Drawing.Point(4, 256);
  304. this.labelX10.Name = "labelX10";
  305. this.labelX10.Size = new System.Drawing.Size(122, 22);
  306. this.labelX10.TabIndex = 9;
  307. this.labelX10.Text = "高峰时段费用(元)";
  308. //
  309. // labelX9
  310. //
  311. //
  312. //
  313. //
  314. this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  315. this.labelX9.Location = new System.Drawing.Point(4, 228);
  316. this.labelX9.Name = "labelX9";
  317. this.labelX9.Size = new System.Drawing.Size(122, 22);
  318. this.labelX9.TabIndex = 8;
  319. this.labelX9.Text = "高峰时段结束时间";
  320. //
  321. // labelX8
  322. //
  323. //
  324. //
  325. //
  326. this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  327. this.labelX8.Location = new System.Drawing.Point(4, 200);
  328. this.labelX8.Name = "labelX8";
  329. this.labelX8.Size = new System.Drawing.Size(122, 22);
  330. this.labelX8.TabIndex = 7;
  331. this.labelX8.Text = "高峰时段起始时间";
  332. //
  333. // labelX7
  334. //
  335. //
  336. //
  337. //
  338. this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  339. this.labelX7.Location = new System.Drawing.Point(4, 172);
  340. this.labelX7.Name = "labelX7";
  341. this.labelX7.Size = new System.Drawing.Size(122, 22);
  342. this.labelX7.TabIndex = 6;
  343. this.labelX7.Text = "隔夜加收费用(元)";
  344. //
  345. // labelX6
  346. //
  347. //
  348. //
  349. //
  350. this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  351. this.labelX6.Location = new System.Drawing.Point(4, 144);
  352. this.labelX6.Name = "labelX6";
  353. this.labelX6.Size = new System.Drawing.Size(122, 22);
  354. this.labelX6.TabIndex = 5;
  355. this.labelX6.Text = "每日费率(元)";
  356. //
  357. // labelX5
  358. //
  359. //
  360. //
  361. //
  362. this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  363. this.labelX5.Location = new System.Drawing.Point(4, 116);
  364. this.labelX5.Name = "labelX5";
  365. this.labelX5.Size = new System.Drawing.Size(122, 22);
  366. this.labelX5.TabIndex = 4;
  367. this.labelX5.Text = "当天封顶价格(元/天)";
  368. //
  369. // labelX4
  370. //
  371. //
  372. //
  373. //
  374. this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  375. this.labelX4.Location = new System.Drawing.Point(4, 88);
  376. this.labelX4.Name = "labelX4";
  377. this.labelX4.Size = new System.Drawing.Size(122, 22);
  378. this.labelX4.TabIndex = 3;
  379. this.labelX4.Text = "每小时费率(元)";
  380. //
  381. // labelX3
  382. //
  383. //
  384. //
  385. //
  386. this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  387. this.labelX3.Location = new System.Drawing.Point(4, 60);
  388. this.labelX3.Name = "labelX3";
  389. this.labelX3.Size = new System.Drawing.Size(122, 22);
  390. this.labelX3.TabIndex = 2;
  391. this.labelX3.Text = "首次计费费用(元)";
  392. //
  393. // labelX2
  394. //
  395. //
  396. //
  397. //
  398. this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  399. this.labelX2.Location = new System.Drawing.Point(4, 32);
  400. this.labelX2.Name = "labelX2";
  401. this.labelX2.Size = new System.Drawing.Size(122, 22);
  402. this.labelX2.TabIndex = 1;
  403. this.labelX2.Text = "首次计费时长(小时)";
  404. //
  405. // labelX1
  406. //
  407. //
  408. //
  409. //
  410. this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  411. this.labelX1.Location = new System.Drawing.Point(4, 4);
  412. this.labelX1.Name = "labelX1";
  413. this.labelX1.Size = new System.Drawing.Size(122, 22);
  414. this.labelX1.TabIndex = 0;
  415. this.labelX1.Text = "免费时长(小时)";
  416. //
  417. // gp_VIPScheme
  418. //
  419. this.gp_VIPScheme.BackColor = System.Drawing.Color.White;
  420. this.gp_VIPScheme.CanvasColor = System.Drawing.SystemColors.Control;
  421. this.gp_VIPScheme.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
  422. this.gp_VIPScheme.Controls.Add(this.tbx_bookCharge);
  423. this.gp_VIPScheme.Controls.Add(this.tbx_yearCard);
  424. this.gp_VIPScheme.Controls.Add(this.tbx_halfYearCard);
  425. this.gp_VIPScheme.Controls.Add(this.tbx_seasonCard);
  426. this.gp_VIPScheme.Controls.Add(this.tbx_monthCard);
  427. this.gp_VIPScheme.Controls.Add(this.labelX15);
  428. this.gp_VIPScheme.Controls.Add(this.labelX14);
  429. this.gp_VIPScheme.Controls.Add(this.labelX13);
  430. this.gp_VIPScheme.Controls.Add(this.labelX12);
  431. this.gp_VIPScheme.Controls.Add(this.labelX11);
  432. this.gp_VIPScheme.DisabledBackColor = System.Drawing.Color.Empty;
  433. this.gp_VIPScheme.Location = new System.Drawing.Point(307, 12);
  434. this.gp_VIPScheme.Name = "gp_VIPScheme";
  435. this.gp_VIPScheme.Size = new System.Drawing.Size(256, 242);
  436. //
  437. //
  438. //
  439. this.gp_VIPScheme.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
  440. this.gp_VIPScheme.Style.BackColorGradientAngle = 90;
  441. this.gp_VIPScheme.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
  442. this.gp_VIPScheme.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
  443. this.gp_VIPScheme.Style.BorderBottomWidth = 1;
  444. this.gp_VIPScheme.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
  445. this.gp_VIPScheme.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
  446. this.gp_VIPScheme.Style.BorderLeftWidth = 1;
  447. this.gp_VIPScheme.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
  448. this.gp_VIPScheme.Style.BorderRightWidth = 1;
  449. this.gp_VIPScheme.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
  450. this.gp_VIPScheme.Style.BorderTopWidth = 1;
  451. this.gp_VIPScheme.Style.CornerDiameter = 4;
  452. this.gp_VIPScheme.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
  453. this.gp_VIPScheme.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
  454. this.gp_VIPScheme.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
  455. this.gp_VIPScheme.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
  456. //
  457. //
  458. //
  459. this.gp_VIPScheme.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  460. //
  461. //
  462. //
  463. this.gp_VIPScheme.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  464. this.gp_VIPScheme.TabIndex = 5;
  465. this.gp_VIPScheme.Text = "VIP办卡策略";
  466. //
  467. // tbx_bookCharge
  468. //
  469. this.tbx_bookCharge.BackColor = System.Drawing.Color.White;
  470. //
  471. //
  472. //
  473. this.tbx_bookCharge.Border.Class = "TextBoxBorder";
  474. this.tbx_bookCharge.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  475. this.tbx_bookCharge.DisabledBackColor = System.Drawing.Color.White;
  476. this.tbx_bookCharge.ForeColor = System.Drawing.Color.Black;
  477. this.tbx_bookCharge.Location = new System.Drawing.Point(143, 116);
  478. this.tbx_bookCharge.Name = "tbx_bookCharge";
  479. this.tbx_bookCharge.PreventEnterBeep = true;
  480. this.tbx_bookCharge.ReadOnly = true;
  481. this.tbx_bookCharge.Size = new System.Drawing.Size(100, 21);
  482. this.tbx_bookCharge.TabIndex = 24;
  483. //
  484. // tbx_yearCard
  485. //
  486. this.tbx_yearCard.BackColor = System.Drawing.Color.White;
  487. //
  488. //
  489. //
  490. this.tbx_yearCard.Border.Class = "TextBoxBorder";
  491. this.tbx_yearCard.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  492. this.tbx_yearCard.DisabledBackColor = System.Drawing.Color.White;
  493. this.tbx_yearCard.ForeColor = System.Drawing.Color.Black;
  494. this.tbx_yearCard.Location = new System.Drawing.Point(143, 87);
  495. this.tbx_yearCard.Name = "tbx_yearCard";
  496. this.tbx_yearCard.PreventEnterBeep = true;
  497. this.tbx_yearCard.ReadOnly = true;
  498. this.tbx_yearCard.Size = new System.Drawing.Size(100, 21);
  499. this.tbx_yearCard.TabIndex = 23;
  500. //
  501. // tbx_halfYearCard
  502. //
  503. this.tbx_halfYearCard.BackColor = System.Drawing.Color.White;
  504. //
  505. //
  506. //
  507. this.tbx_halfYearCard.Border.Class = "TextBoxBorder";
  508. this.tbx_halfYearCard.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  509. this.tbx_halfYearCard.DisabledBackColor = System.Drawing.Color.White;
  510. this.tbx_halfYearCard.ForeColor = System.Drawing.Color.Black;
  511. this.tbx_halfYearCard.Location = new System.Drawing.Point(143, 60);
  512. this.tbx_halfYearCard.Name = "tbx_halfYearCard";
  513. this.tbx_halfYearCard.PreventEnterBeep = true;
  514. this.tbx_halfYearCard.ReadOnly = true;
  515. this.tbx_halfYearCard.Size = new System.Drawing.Size(100, 21);
  516. this.tbx_halfYearCard.TabIndex = 22;
  517. //
  518. // tbx_seasonCard
  519. //
  520. this.tbx_seasonCard.BackColor = System.Drawing.Color.White;
  521. //
  522. //
  523. //
  524. this.tbx_seasonCard.Border.Class = "TextBoxBorder";
  525. this.tbx_seasonCard.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  526. this.tbx_seasonCard.DisabledBackColor = System.Drawing.Color.White;
  527. this.tbx_seasonCard.ForeColor = System.Drawing.Color.Black;
  528. this.tbx_seasonCard.Location = new System.Drawing.Point(143, 30);
  529. this.tbx_seasonCard.Name = "tbx_seasonCard";
  530. this.tbx_seasonCard.PreventEnterBeep = true;
  531. this.tbx_seasonCard.ReadOnly = true;
  532. this.tbx_seasonCard.Size = new System.Drawing.Size(100, 21);
  533. this.tbx_seasonCard.TabIndex = 21;
  534. //
  535. // tbx_monthCard
  536. //
  537. this.tbx_monthCard.BackColor = System.Drawing.Color.White;
  538. //
  539. //
  540. //
  541. this.tbx_monthCard.Border.Class = "TextBoxBorder";
  542. this.tbx_monthCard.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  543. this.tbx_monthCard.DisabledBackColor = System.Drawing.Color.White;
  544. this.tbx_monthCard.ForeColor = System.Drawing.Color.Black;
  545. this.tbx_monthCard.Location = new System.Drawing.Point(143, 3);
  546. this.tbx_monthCard.Name = "tbx_monthCard";
  547. this.tbx_monthCard.PreventEnterBeep = true;
  548. this.tbx_monthCard.ReadOnly = true;
  549. this.tbx_monthCard.Size = new System.Drawing.Size(100, 21);
  550. this.tbx_monthCard.TabIndex = 20;
  551. //
  552. // labelX15
  553. //
  554. //
  555. //
  556. //
  557. this.labelX15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  558. this.labelX15.Location = new System.Drawing.Point(3, 116);
  559. this.labelX15.Name = "labelX15";
  560. this.labelX15.Size = new System.Drawing.Size(122, 22);
  561. this.labelX15.TabIndex = 14;
  562. this.labelX15.Text = "预约费率(元/小时)";
  563. //
  564. // labelX14
  565. //
  566. //
  567. //
  568. //
  569. this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  570. this.labelX14.Location = new System.Drawing.Point(3, 88);
  571. this.labelX14.Name = "labelX14";
  572. this.labelX14.Size = new System.Drawing.Size(122, 22);
  573. this.labelX14.TabIndex = 13;
  574. this.labelX14.Text = "年卡费用(元)";
  575. //
  576. // labelX13
  577. //
  578. //
  579. //
  580. //
  581. this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  582. this.labelX13.Location = new System.Drawing.Point(3, 60);
  583. this.labelX13.Name = "labelX13";
  584. this.labelX13.Size = new System.Drawing.Size(122, 22);
  585. this.labelX13.TabIndex = 12;
  586. this.labelX13.Text = "半年卡费用(元)";
  587. //
  588. // labelX12
  589. //
  590. //
  591. //
  592. //
  593. this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  594. this.labelX12.Location = new System.Drawing.Point(3, 32);
  595. this.labelX12.Name = "labelX12";
  596. this.labelX12.Size = new System.Drawing.Size(122, 22);
  597. this.labelX12.TabIndex = 11;
  598. this.labelX12.Text = "季卡费用(元)";
  599. //
  600. // labelX11
  601. //
  602. //
  603. //
  604. //
  605. this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  606. this.labelX11.Location = new System.Drawing.Point(3, 4);
  607. this.labelX11.Name = "labelX11";
  608. this.labelX11.Size = new System.Drawing.Size(122, 22);
  609. this.labelX11.TabIndex = 10;
  610. this.labelX11.Text = "月卡费用(元)";
  611. //
  612. // btnx_enableModify
  613. //
  614. this.btnx_enableModify.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  615. this.btnx_enableModify.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  616. this.btnx_enableModify.Location = new System.Drawing.Point(307, 286);
  617. this.btnx_enableModify.Name = "btnx_enableModify";
  618. this.btnx_enableModify.Size = new System.Drawing.Size(75, 23);
  619. this.btnx_enableModify.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  620. this.btnx_enableModify.TabIndex = 6;
  621. this.btnx_enableModify.Text = "启动修改";
  622. this.btnx_enableModify.Click += new System.EventHandler(this.btnx_enableModify_Click);
  623. //
  624. // btnx_confirmModification
  625. //
  626. this.btnx_confirmModification.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  627. this.btnx_confirmModification.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  628. this.btnx_confirmModification.Location = new System.Drawing.Point(397, 286);
  629. this.btnx_confirmModification.Name = "btnx_confirmModification";
  630. this.btnx_confirmModification.Size = new System.Drawing.Size(75, 23);
  631. this.btnx_confirmModification.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  632. this.btnx_confirmModification.TabIndex = 7;
  633. this.btnx_confirmModification.Text = "确认修改";
  634. this.btnx_confirmModification.Click += new System.EventHandler(this.btnx_confirmModification_Click);
  635. //
  636. // btnx_cancelModify
  637. //
  638. this.btnx_cancelModify.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  639. this.btnx_cancelModify.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  640. this.btnx_cancelModify.Location = new System.Drawing.Point(488, 286);
  641. this.btnx_cancelModify.Name = "btnx_cancelModify";
  642. this.btnx_cancelModify.Size = new System.Drawing.Size(75, 23);
  643. this.btnx_cancelModify.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  644. this.btnx_cancelModify.TabIndex = 8;
  645. this.btnx_cancelModify.Text = "取消修改";
  646. this.btnx_cancelModify.Click += new System.EventHandler(this.btnx_cancelModify_Click);
  647. //
  648. // Form_paymentScheme
  649. //
  650. this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  651. this.ClientSize = new System.Drawing.Size(575, 327);
  652. this.Controls.Add(this.btnx_cancelModify);
  653. this.Controls.Add(this.btnx_confirmModification);
  654. this.Controls.Add(this.btnx_enableModify);
  655. this.Controls.Add(this.gp_VIPScheme);
  656. this.Controls.Add(this.gp_paymentScheme);
  657. this.DoubleBuffered = true;
  658. this.Name = "Form_paymentScheme";
  659. this.Text = "收费策略";
  660. this.Load += new System.EventHandler(this.Form_paymentScheme_Load);
  661. this.gp_paymentScheme.ResumeLayout(false);
  662. this.gp_VIPScheme.ResumeLayout(false);
  663. this.ResumeLayout(false);
  664. }
  665. #endregion
  666. private DevComponents.DotNetBar.Controls.GroupPanel gp_paymentScheme;
  667. private DevComponents.DotNetBar.LabelX labelX10;
  668. private DevComponents.DotNetBar.LabelX labelX9;
  669. private DevComponents.DotNetBar.LabelX labelX8;
  670. private DevComponents.DotNetBar.LabelX labelX7;
  671. private DevComponents.DotNetBar.LabelX labelX6;
  672. private DevComponents.DotNetBar.LabelX labelX5;
  673. private DevComponents.DotNetBar.LabelX labelX4;
  674. private DevComponents.DotNetBar.LabelX labelX3;
  675. private DevComponents.DotNetBar.LabelX labelX2;
  676. private DevComponents.DotNetBar.LabelX labelX1;
  677. private DevComponents.DotNetBar.Controls.GroupPanel gp_VIPScheme;
  678. private DevComponents.DotNetBar.LabelX labelX15;
  679. private DevComponents.DotNetBar.LabelX labelX14;
  680. private DevComponents.DotNetBar.LabelX labelX13;
  681. private DevComponents.DotNetBar.LabelX labelX12;
  682. private DevComponents.DotNetBar.LabelX labelX11;
  683. private DevComponents.DotNetBar.ButtonX btnx_enableModify;
  684. private DevComponents.DotNetBar.ButtonX btnx_confirmModification;
  685. private DevComponents.DotNetBar.ButtonX btnx_cancelModify;
  686. private DevComponents.DotNetBar.Controls.TextBoxX tbx_peakCharge;
  687. private DevComponents.DotNetBar.Controls.TextBoxX tbx_endChargeTime;
  688. private DevComponents.DotNetBar.Controls.TextBoxX tbx_startChargeTime;
  689. private DevComponents.DotNetBar.Controls.TextBoxX tbx_overnightCharge;
  690. private DevComponents.DotNetBar.Controls.TextBoxX tbx_eachCharge;
  691. private DevComponents.DotNetBar.Controls.TextBoxX tbx_upperBound;
  692. private DevComponents.DotNetBar.Controls.TextBoxX tbx_intervalCharge;
  693. private DevComponents.DotNetBar.Controls.TextBoxX tbx_firstCharge;
  694. private DevComponents.DotNetBar.Controls.TextBoxX tbx_firstChargeTime;
  695. private DevComponents.DotNetBar.Controls.TextBoxX tbx_freeTime;
  696. private DevComponents.DotNetBar.Controls.TextBoxX tbx_bookCharge;
  697. private DevComponents.DotNetBar.Controls.TextBoxX tbx_yearCard;
  698. private DevComponents.DotNetBar.Controls.TextBoxX tbx_halfYearCard;
  699. private DevComponents.DotNetBar.Controls.TextBoxX tbx_seasonCard;
  700. private DevComponents.DotNetBar.Controls.TextBoxX tbx_monthCard;
  701. }
  702. }