|
@@ -0,0 +1,708 @@
|
|
|
|
+namespace centralController
|
|
|
|
+{
|
|
|
|
+ partial class Form_paymentScheme
|
|
|
|
+ {
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// Required designer variable.
|
|
|
|
+ /// </summary>
|
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
|
+
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// Clean up any resources being used.
|
|
|
|
+ /// </summary>
|
|
|
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
|
+ {
|
|
|
|
+ if (disposing && (components != null))
|
|
|
|
+ {
|
|
|
|
+ components.Dispose();
|
|
|
|
+ }
|
|
|
|
+ base.Dispose(disposing);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #region Windows Form Designer generated code
|
|
|
|
+
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// Required method for Designer support - do not modify
|
|
|
|
+ /// the contents of this method with the code editor.
|
|
|
|
+ /// </summary>
|
|
|
|
+ private void InitializeComponent()
|
|
|
|
+ {
|
|
|
|
+ this.gp_paymentScheme = new DevComponents.DotNetBar.Controls.GroupPanel();
|
|
|
|
+ this.tbx_peakCharge = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
|
|
+ this.tbx_endChargeTime = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
|
|
+ this.tbx_startChargeTime = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
|
|
+ this.tbx_overnightCharge = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
|
|
+ this.tbx_eachCharge = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
|
|
+ this.tbx_upperBound = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
|
|
+ this.tbx_intervalCharge = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
|
|
+ this.tbx_firstCharge = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
|
|
+ this.tbx_firstChargeTime = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
|
|
+ this.tbx_freeTime = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
|
|
+ this.labelX10 = new DevComponents.DotNetBar.LabelX();
|
|
|
|
+ this.labelX9 = new DevComponents.DotNetBar.LabelX();
|
|
|
|
+ this.labelX8 = new DevComponents.DotNetBar.LabelX();
|
|
|
|
+ this.labelX7 = new DevComponents.DotNetBar.LabelX();
|
|
|
|
+ this.labelX6 = new DevComponents.DotNetBar.LabelX();
|
|
|
|
+ this.labelX5 = new DevComponents.DotNetBar.LabelX();
|
|
|
|
+ this.labelX4 = new DevComponents.DotNetBar.LabelX();
|
|
|
|
+ this.labelX3 = new DevComponents.DotNetBar.LabelX();
|
|
|
|
+ this.labelX2 = new DevComponents.DotNetBar.LabelX();
|
|
|
|
+ this.labelX1 = new DevComponents.DotNetBar.LabelX();
|
|
|
|
+ this.gp_VIPScheme = new DevComponents.DotNetBar.Controls.GroupPanel();
|
|
|
|
+ this.tbx_bookCharge = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
|
|
+ this.tbx_yearCard = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
|
|
+ this.tbx_halfYearCard = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
|
|
+ this.tbx_seasonCard = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
|
|
+ this.tbx_monthCard = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
|
|
+ this.labelX15 = new DevComponents.DotNetBar.LabelX();
|
|
|
|
+ this.labelX14 = new DevComponents.DotNetBar.LabelX();
|
|
|
|
+ this.labelX13 = new DevComponents.DotNetBar.LabelX();
|
|
|
|
+ this.labelX12 = new DevComponents.DotNetBar.LabelX();
|
|
|
|
+ this.labelX11 = new DevComponents.DotNetBar.LabelX();
|
|
|
|
+ this.btnx_enableModify = new DevComponents.DotNetBar.ButtonX();
|
|
|
|
+ this.btnx_confirmModification = new DevComponents.DotNetBar.ButtonX();
|
|
|
|
+ this.btnx_cancelModify = new DevComponents.DotNetBar.ButtonX();
|
|
|
|
+ this.gp_paymentScheme.SuspendLayout();
|
|
|
|
+ this.gp_VIPScheme.SuspendLayout();
|
|
|
|
+ this.SuspendLayout();
|
|
|
|
+ //
|
|
|
|
+ // gp_paymentScheme
|
|
|
|
+ //
|
|
|
|
+ this.gp_paymentScheme.BackColor = System.Drawing.Color.White;
|
|
|
|
+ this.gp_paymentScheme.CanvasColor = System.Drawing.SystemColors.Control;
|
|
|
|
+ this.gp_paymentScheme.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
|
|
+ this.gp_paymentScheme.Controls.Add(this.tbx_peakCharge);
|
|
|
|
+ this.gp_paymentScheme.Controls.Add(this.tbx_endChargeTime);
|
|
|
|
+ this.gp_paymentScheme.Controls.Add(this.tbx_startChargeTime);
|
|
|
|
+ this.gp_paymentScheme.Controls.Add(this.tbx_overnightCharge);
|
|
|
|
+ this.gp_paymentScheme.Controls.Add(this.tbx_eachCharge);
|
|
|
|
+ this.gp_paymentScheme.Controls.Add(this.tbx_upperBound);
|
|
|
|
+ this.gp_paymentScheme.Controls.Add(this.tbx_intervalCharge);
|
|
|
|
+ this.gp_paymentScheme.Controls.Add(this.tbx_firstCharge);
|
|
|
|
+ this.gp_paymentScheme.Controls.Add(this.tbx_firstChargeTime);
|
|
|
|
+ this.gp_paymentScheme.Controls.Add(this.tbx_freeTime);
|
|
|
|
+ this.gp_paymentScheme.Controls.Add(this.labelX10);
|
|
|
|
+ this.gp_paymentScheme.Controls.Add(this.labelX9);
|
|
|
|
+ this.gp_paymentScheme.Controls.Add(this.labelX8);
|
|
|
|
+ this.gp_paymentScheme.Controls.Add(this.labelX7);
|
|
|
|
+ this.gp_paymentScheme.Controls.Add(this.labelX6);
|
|
|
|
+ this.gp_paymentScheme.Controls.Add(this.labelX5);
|
|
|
|
+ this.gp_paymentScheme.Controls.Add(this.labelX4);
|
|
|
|
+ this.gp_paymentScheme.Controls.Add(this.labelX3);
|
|
|
|
+ this.gp_paymentScheme.Controls.Add(this.labelX2);
|
|
|
|
+ this.gp_paymentScheme.Controls.Add(this.labelX1);
|
|
|
|
+ this.gp_paymentScheme.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
|
+ this.gp_paymentScheme.Location = new System.Drawing.Point(13, 12);
|
|
|
|
+ this.gp_paymentScheme.Name = "gp_paymentScheme";
|
|
|
|
+ this.gp_paymentScheme.Size = new System.Drawing.Size(277, 308);
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.gp_paymentScheme.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
|
|
+ this.gp_paymentScheme.Style.BackColorGradientAngle = 90;
|
|
|
|
+ this.gp_paymentScheme.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
|
|
+ this.gp_paymentScheme.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
|
|
+ this.gp_paymentScheme.Style.BorderBottomWidth = 1;
|
|
|
|
+ this.gp_paymentScheme.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
|
|
+ this.gp_paymentScheme.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
|
|
+ this.gp_paymentScheme.Style.BorderLeftWidth = 1;
|
|
|
|
+ this.gp_paymentScheme.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
|
|
+ this.gp_paymentScheme.Style.BorderRightWidth = 1;
|
|
|
|
+ this.gp_paymentScheme.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
|
|
+ this.gp_paymentScheme.Style.BorderTopWidth = 1;
|
|
|
|
+ this.gp_paymentScheme.Style.CornerDiameter = 4;
|
|
|
|
+ this.gp_paymentScheme.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
|
|
|
+ this.gp_paymentScheme.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
|
|
|
+ this.gp_paymentScheme.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
|
|
+ this.gp_paymentScheme.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.gp_paymentScheme.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.gp_paymentScheme.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.gp_paymentScheme.TabIndex = 4;
|
|
|
|
+ this.gp_paymentScheme.Text = "普通收费策略";
|
|
|
|
+ //
|
|
|
|
+ // tbx_peakCharge
|
|
|
|
+ //
|
|
|
|
+ this.tbx_peakCharge.BackColor = System.Drawing.Color.White;
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.tbx_peakCharge.Border.Class = "TextBoxBorder";
|
|
|
|
+ this.tbx_peakCharge.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.tbx_peakCharge.DisabledBackColor = System.Drawing.Color.White;
|
|
|
|
+ this.tbx_peakCharge.ForeColor = System.Drawing.Color.Black;
|
|
|
|
+ this.tbx_peakCharge.Location = new System.Drawing.Point(144, 256);
|
|
|
|
+ this.tbx_peakCharge.Name = "tbx_peakCharge";
|
|
|
|
+ this.tbx_peakCharge.PreventEnterBeep = true;
|
|
|
|
+ this.tbx_peakCharge.ReadOnly = true;
|
|
|
|
+ this.tbx_peakCharge.Size = new System.Drawing.Size(100, 21);
|
|
|
|
+ this.tbx_peakCharge.TabIndex = 19;
|
|
|
|
+ //
|
|
|
|
+ // tbx_endChargeTime
|
|
|
|
+ //
|
|
|
|
+ this.tbx_endChargeTime.BackColor = System.Drawing.Color.White;
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.tbx_endChargeTime.Border.Class = "TextBoxBorder";
|
|
|
|
+ this.tbx_endChargeTime.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.tbx_endChargeTime.DisabledBackColor = System.Drawing.Color.White;
|
|
|
|
+ this.tbx_endChargeTime.ForeColor = System.Drawing.Color.Black;
|
|
|
|
+ this.tbx_endChargeTime.Location = new System.Drawing.Point(144, 228);
|
|
|
|
+ this.tbx_endChargeTime.Name = "tbx_endChargeTime";
|
|
|
|
+ this.tbx_endChargeTime.PreventEnterBeep = true;
|
|
|
|
+ this.tbx_endChargeTime.ReadOnly = true;
|
|
|
|
+ this.tbx_endChargeTime.Size = new System.Drawing.Size(100, 21);
|
|
|
|
+ this.tbx_endChargeTime.TabIndex = 18;
|
|
|
|
+ //
|
|
|
|
+ // tbx_startChargeTime
|
|
|
|
+ //
|
|
|
|
+ this.tbx_startChargeTime.BackColor = System.Drawing.Color.White;
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.tbx_startChargeTime.Border.Class = "TextBoxBorder";
|
|
|
|
+ this.tbx_startChargeTime.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.tbx_startChargeTime.DisabledBackColor = System.Drawing.Color.White;
|
|
|
|
+ this.tbx_startChargeTime.ForeColor = System.Drawing.Color.Black;
|
|
|
|
+ this.tbx_startChargeTime.Location = new System.Drawing.Point(144, 200);
|
|
|
|
+ this.tbx_startChargeTime.Name = "tbx_startChargeTime";
|
|
|
|
+ this.tbx_startChargeTime.PreventEnterBeep = true;
|
|
|
|
+ this.tbx_startChargeTime.ReadOnly = true;
|
|
|
|
+ this.tbx_startChargeTime.Size = new System.Drawing.Size(100, 21);
|
|
|
|
+ this.tbx_startChargeTime.TabIndex = 17;
|
|
|
|
+ //
|
|
|
|
+ // tbx_overnightCharge
|
|
|
|
+ //
|
|
|
|
+ this.tbx_overnightCharge.BackColor = System.Drawing.Color.White;
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.tbx_overnightCharge.Border.Class = "TextBoxBorder";
|
|
|
|
+ this.tbx_overnightCharge.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.tbx_overnightCharge.DisabledBackColor = System.Drawing.Color.White;
|
|
|
|
+ this.tbx_overnightCharge.ForeColor = System.Drawing.Color.Black;
|
|
|
|
+ this.tbx_overnightCharge.Location = new System.Drawing.Point(144, 172);
|
|
|
|
+ this.tbx_overnightCharge.Name = "tbx_overnightCharge";
|
|
|
|
+ this.tbx_overnightCharge.PreventEnterBeep = true;
|
|
|
|
+ this.tbx_overnightCharge.ReadOnly = true;
|
|
|
|
+ this.tbx_overnightCharge.Size = new System.Drawing.Size(100, 21);
|
|
|
|
+ this.tbx_overnightCharge.TabIndex = 16;
|
|
|
|
+ //
|
|
|
|
+ // tbx_eachCharge
|
|
|
|
+ //
|
|
|
|
+ this.tbx_eachCharge.BackColor = System.Drawing.Color.White;
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.tbx_eachCharge.Border.Class = "TextBoxBorder";
|
|
|
|
+ this.tbx_eachCharge.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.tbx_eachCharge.DisabledBackColor = System.Drawing.Color.White;
|
|
|
|
+ this.tbx_eachCharge.ForeColor = System.Drawing.Color.Black;
|
|
|
|
+ this.tbx_eachCharge.Location = new System.Drawing.Point(144, 144);
|
|
|
|
+ this.tbx_eachCharge.Name = "tbx_eachCharge";
|
|
|
|
+ this.tbx_eachCharge.PreventEnterBeep = true;
|
|
|
|
+ this.tbx_eachCharge.ReadOnly = true;
|
|
|
|
+ this.tbx_eachCharge.Size = new System.Drawing.Size(100, 21);
|
|
|
|
+ this.tbx_eachCharge.TabIndex = 15;
|
|
|
|
+ //
|
|
|
|
+ // tbx_upperBound
|
|
|
|
+ //
|
|
|
|
+ this.tbx_upperBound.BackColor = System.Drawing.Color.White;
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.tbx_upperBound.Border.Class = "TextBoxBorder";
|
|
|
|
+ this.tbx_upperBound.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.tbx_upperBound.DisabledBackColor = System.Drawing.Color.White;
|
|
|
|
+ this.tbx_upperBound.ForeColor = System.Drawing.Color.Black;
|
|
|
|
+ this.tbx_upperBound.Location = new System.Drawing.Point(144, 115);
|
|
|
|
+ this.tbx_upperBound.Name = "tbx_upperBound";
|
|
|
|
+ this.tbx_upperBound.PreventEnterBeep = true;
|
|
|
|
+ this.tbx_upperBound.ReadOnly = true;
|
|
|
|
+ this.tbx_upperBound.Size = new System.Drawing.Size(100, 21);
|
|
|
|
+ this.tbx_upperBound.TabIndex = 14;
|
|
|
|
+ //
|
|
|
|
+ // tbx_intervalCharge
|
|
|
|
+ //
|
|
|
|
+ this.tbx_intervalCharge.BackColor = System.Drawing.Color.White;
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.tbx_intervalCharge.Border.Class = "TextBoxBorder";
|
|
|
|
+ this.tbx_intervalCharge.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.tbx_intervalCharge.DisabledBackColor = System.Drawing.Color.White;
|
|
|
|
+ this.tbx_intervalCharge.ForeColor = System.Drawing.Color.Black;
|
|
|
|
+ this.tbx_intervalCharge.Location = new System.Drawing.Point(144, 88);
|
|
|
|
+ this.tbx_intervalCharge.Name = "tbx_intervalCharge";
|
|
|
|
+ this.tbx_intervalCharge.PreventEnterBeep = true;
|
|
|
|
+ this.tbx_intervalCharge.ReadOnly = true;
|
|
|
|
+ this.tbx_intervalCharge.Size = new System.Drawing.Size(100, 21);
|
|
|
|
+ this.tbx_intervalCharge.TabIndex = 13;
|
|
|
|
+ //
|
|
|
|
+ // tbx_firstCharge
|
|
|
|
+ //
|
|
|
|
+ this.tbx_firstCharge.BackColor = System.Drawing.Color.White;
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.tbx_firstCharge.Border.Class = "TextBoxBorder";
|
|
|
|
+ this.tbx_firstCharge.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.tbx_firstCharge.DisabledBackColor = System.Drawing.Color.White;
|
|
|
|
+ this.tbx_firstCharge.ForeColor = System.Drawing.Color.Black;
|
|
|
|
+ this.tbx_firstCharge.Location = new System.Drawing.Point(144, 60);
|
|
|
|
+ this.tbx_firstCharge.Name = "tbx_firstCharge";
|
|
|
|
+ this.tbx_firstCharge.PreventEnterBeep = true;
|
|
|
|
+ this.tbx_firstCharge.ReadOnly = true;
|
|
|
|
+ this.tbx_firstCharge.Size = new System.Drawing.Size(100, 21);
|
|
|
|
+ this.tbx_firstCharge.TabIndex = 12;
|
|
|
|
+ //
|
|
|
|
+ // tbx_firstChargeTime
|
|
|
|
+ //
|
|
|
|
+ this.tbx_firstChargeTime.BackColor = System.Drawing.Color.White;
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.tbx_firstChargeTime.Border.Class = "TextBoxBorder";
|
|
|
|
+ this.tbx_firstChargeTime.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.tbx_firstChargeTime.DisabledBackColor = System.Drawing.Color.White;
|
|
|
|
+ this.tbx_firstChargeTime.ForeColor = System.Drawing.Color.Black;
|
|
|
|
+ this.tbx_firstChargeTime.Location = new System.Drawing.Point(144, 32);
|
|
|
|
+ this.tbx_firstChargeTime.Name = "tbx_firstChargeTime";
|
|
|
|
+ this.tbx_firstChargeTime.PreventEnterBeep = true;
|
|
|
|
+ this.tbx_firstChargeTime.ReadOnly = true;
|
|
|
|
+ this.tbx_firstChargeTime.Size = new System.Drawing.Size(100, 21);
|
|
|
|
+ this.tbx_firstChargeTime.TabIndex = 11;
|
|
|
|
+ //
|
|
|
|
+ // tbx_freeTime
|
|
|
|
+ //
|
|
|
|
+ this.tbx_freeTime.BackColor = System.Drawing.Color.White;
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.tbx_freeTime.Border.Class = "TextBoxBorder";
|
|
|
|
+ this.tbx_freeTime.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.tbx_freeTime.DisabledBackColor = System.Drawing.Color.White;
|
|
|
|
+ this.tbx_freeTime.ForeColor = System.Drawing.Color.Black;
|
|
|
|
+ this.tbx_freeTime.Location = new System.Drawing.Point(144, 4);
|
|
|
|
+ this.tbx_freeTime.Name = "tbx_freeTime";
|
|
|
|
+ this.tbx_freeTime.PreventEnterBeep = true;
|
|
|
|
+ this.tbx_freeTime.ReadOnly = true;
|
|
|
|
+ this.tbx_freeTime.Size = new System.Drawing.Size(100, 21);
|
|
|
|
+ this.tbx_freeTime.TabIndex = 10;
|
|
|
|
+ //
|
|
|
|
+ // labelX10
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.labelX10.Location = new System.Drawing.Point(4, 256);
|
|
|
|
+ this.labelX10.Name = "labelX10";
|
|
|
|
+ this.labelX10.Size = new System.Drawing.Size(122, 22);
|
|
|
|
+ this.labelX10.TabIndex = 9;
|
|
|
|
+ this.labelX10.Text = "高峰时段费用(元)";
|
|
|
|
+ //
|
|
|
|
+ // labelX9
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.labelX9.Location = new System.Drawing.Point(4, 228);
|
|
|
|
+ this.labelX9.Name = "labelX9";
|
|
|
|
+ this.labelX9.Size = new System.Drawing.Size(122, 22);
|
|
|
|
+ this.labelX9.TabIndex = 8;
|
|
|
|
+ this.labelX9.Text = "高峰时段结束时间";
|
|
|
|
+ //
|
|
|
|
+ // labelX8
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.labelX8.Location = new System.Drawing.Point(4, 200);
|
|
|
|
+ this.labelX8.Name = "labelX8";
|
|
|
|
+ this.labelX8.Size = new System.Drawing.Size(122, 22);
|
|
|
|
+ this.labelX8.TabIndex = 7;
|
|
|
|
+ this.labelX8.Text = "高峰时段起始时间";
|
|
|
|
+ //
|
|
|
|
+ // labelX7
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.labelX7.Location = new System.Drawing.Point(4, 172);
|
|
|
|
+ this.labelX7.Name = "labelX7";
|
|
|
|
+ this.labelX7.Size = new System.Drawing.Size(122, 22);
|
|
|
|
+ this.labelX7.TabIndex = 6;
|
|
|
|
+ this.labelX7.Text = "隔夜加收费用(元)";
|
|
|
|
+ //
|
|
|
|
+ // labelX6
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.labelX6.Location = new System.Drawing.Point(4, 144);
|
|
|
|
+ this.labelX6.Name = "labelX6";
|
|
|
|
+ this.labelX6.Size = new System.Drawing.Size(122, 22);
|
|
|
|
+ this.labelX6.TabIndex = 5;
|
|
|
|
+ this.labelX6.Text = "每日费率(元)";
|
|
|
|
+ //
|
|
|
|
+ // labelX5
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.labelX5.Location = new System.Drawing.Point(4, 116);
|
|
|
|
+ this.labelX5.Name = "labelX5";
|
|
|
|
+ this.labelX5.Size = new System.Drawing.Size(122, 22);
|
|
|
|
+ this.labelX5.TabIndex = 4;
|
|
|
|
+ this.labelX5.Text = "当天封顶价格(元/天)";
|
|
|
|
+ //
|
|
|
|
+ // labelX4
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.labelX4.Location = new System.Drawing.Point(4, 88);
|
|
|
|
+ this.labelX4.Name = "labelX4";
|
|
|
|
+ this.labelX4.Size = new System.Drawing.Size(122, 22);
|
|
|
|
+ this.labelX4.TabIndex = 3;
|
|
|
|
+ this.labelX4.Text = "每小时费率(元)";
|
|
|
|
+ //
|
|
|
|
+ // labelX3
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.labelX3.Location = new System.Drawing.Point(4, 60);
|
|
|
|
+ this.labelX3.Name = "labelX3";
|
|
|
|
+ this.labelX3.Size = new System.Drawing.Size(122, 22);
|
|
|
|
+ this.labelX3.TabIndex = 2;
|
|
|
|
+ this.labelX3.Text = "首次计费费用(元)";
|
|
|
|
+ //
|
|
|
|
+ // labelX2
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.labelX2.Location = new System.Drawing.Point(4, 32);
|
|
|
|
+ this.labelX2.Name = "labelX2";
|
|
|
|
+ this.labelX2.Size = new System.Drawing.Size(122, 22);
|
|
|
|
+ this.labelX2.TabIndex = 1;
|
|
|
|
+ this.labelX2.Text = "首次计费时长(小时)";
|
|
|
|
+ //
|
|
|
|
+ // labelX1
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.labelX1.Location = new System.Drawing.Point(4, 4);
|
|
|
|
+ this.labelX1.Name = "labelX1";
|
|
|
|
+ this.labelX1.Size = new System.Drawing.Size(122, 22);
|
|
|
|
+ this.labelX1.TabIndex = 0;
|
|
|
|
+ this.labelX1.Text = "免费时长(小时)";
|
|
|
|
+ //
|
|
|
|
+ // gp_VIPScheme
|
|
|
|
+ //
|
|
|
|
+ this.gp_VIPScheme.BackColor = System.Drawing.Color.White;
|
|
|
|
+ this.gp_VIPScheme.CanvasColor = System.Drawing.SystemColors.Control;
|
|
|
|
+ this.gp_VIPScheme.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
|
|
+ this.gp_VIPScheme.Controls.Add(this.tbx_bookCharge);
|
|
|
|
+ this.gp_VIPScheme.Controls.Add(this.tbx_yearCard);
|
|
|
|
+ this.gp_VIPScheme.Controls.Add(this.tbx_halfYearCard);
|
|
|
|
+ this.gp_VIPScheme.Controls.Add(this.tbx_seasonCard);
|
|
|
|
+ this.gp_VIPScheme.Controls.Add(this.tbx_monthCard);
|
|
|
|
+ this.gp_VIPScheme.Controls.Add(this.labelX15);
|
|
|
|
+ this.gp_VIPScheme.Controls.Add(this.labelX14);
|
|
|
|
+ this.gp_VIPScheme.Controls.Add(this.labelX13);
|
|
|
|
+ this.gp_VIPScheme.Controls.Add(this.labelX12);
|
|
|
|
+ this.gp_VIPScheme.Controls.Add(this.labelX11);
|
|
|
|
+ this.gp_VIPScheme.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
|
+ this.gp_VIPScheme.Location = new System.Drawing.Point(307, 12);
|
|
|
|
+ this.gp_VIPScheme.Name = "gp_VIPScheme";
|
|
|
|
+ this.gp_VIPScheme.Size = new System.Drawing.Size(256, 242);
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.gp_VIPScheme.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
|
|
+ this.gp_VIPScheme.Style.BackColorGradientAngle = 90;
|
|
|
|
+ this.gp_VIPScheme.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
|
|
+ this.gp_VIPScheme.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
|
|
+ this.gp_VIPScheme.Style.BorderBottomWidth = 1;
|
|
|
|
+ this.gp_VIPScheme.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
|
|
+ this.gp_VIPScheme.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
|
|
+ this.gp_VIPScheme.Style.BorderLeftWidth = 1;
|
|
|
|
+ this.gp_VIPScheme.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
|
|
+ this.gp_VIPScheme.Style.BorderRightWidth = 1;
|
|
|
|
+ this.gp_VIPScheme.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
|
|
+ this.gp_VIPScheme.Style.BorderTopWidth = 1;
|
|
|
|
+ this.gp_VIPScheme.Style.CornerDiameter = 4;
|
|
|
|
+ this.gp_VIPScheme.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
|
|
|
+ this.gp_VIPScheme.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
|
|
|
+ this.gp_VIPScheme.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
|
|
+ this.gp_VIPScheme.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.gp_VIPScheme.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.gp_VIPScheme.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.gp_VIPScheme.TabIndex = 5;
|
|
|
|
+ this.gp_VIPScheme.Text = "VIP办卡策略";
|
|
|
|
+ //
|
|
|
|
+ // tbx_bookCharge
|
|
|
|
+ //
|
|
|
|
+ this.tbx_bookCharge.BackColor = System.Drawing.Color.White;
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.tbx_bookCharge.Border.Class = "TextBoxBorder";
|
|
|
|
+ this.tbx_bookCharge.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.tbx_bookCharge.DisabledBackColor = System.Drawing.Color.White;
|
|
|
|
+ this.tbx_bookCharge.ForeColor = System.Drawing.Color.Black;
|
|
|
|
+ this.tbx_bookCharge.Location = new System.Drawing.Point(143, 116);
|
|
|
|
+ this.tbx_bookCharge.Name = "tbx_bookCharge";
|
|
|
|
+ this.tbx_bookCharge.PreventEnterBeep = true;
|
|
|
|
+ this.tbx_bookCharge.ReadOnly = true;
|
|
|
|
+ this.tbx_bookCharge.Size = new System.Drawing.Size(100, 21);
|
|
|
|
+ this.tbx_bookCharge.TabIndex = 24;
|
|
|
|
+ //
|
|
|
|
+ // tbx_yearCard
|
|
|
|
+ //
|
|
|
|
+ this.tbx_yearCard.BackColor = System.Drawing.Color.White;
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.tbx_yearCard.Border.Class = "TextBoxBorder";
|
|
|
|
+ this.tbx_yearCard.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.tbx_yearCard.DisabledBackColor = System.Drawing.Color.White;
|
|
|
|
+ this.tbx_yearCard.ForeColor = System.Drawing.Color.Black;
|
|
|
|
+ this.tbx_yearCard.Location = new System.Drawing.Point(143, 87);
|
|
|
|
+ this.tbx_yearCard.Name = "tbx_yearCard";
|
|
|
|
+ this.tbx_yearCard.PreventEnterBeep = true;
|
|
|
|
+ this.tbx_yearCard.ReadOnly = true;
|
|
|
|
+ this.tbx_yearCard.Size = new System.Drawing.Size(100, 21);
|
|
|
|
+ this.tbx_yearCard.TabIndex = 23;
|
|
|
|
+ //
|
|
|
|
+ // tbx_halfYearCard
|
|
|
|
+ //
|
|
|
|
+ this.tbx_halfYearCard.BackColor = System.Drawing.Color.White;
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.tbx_halfYearCard.Border.Class = "TextBoxBorder";
|
|
|
|
+ this.tbx_halfYearCard.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.tbx_halfYearCard.DisabledBackColor = System.Drawing.Color.White;
|
|
|
|
+ this.tbx_halfYearCard.ForeColor = System.Drawing.Color.Black;
|
|
|
|
+ this.tbx_halfYearCard.Location = new System.Drawing.Point(143, 60);
|
|
|
|
+ this.tbx_halfYearCard.Name = "tbx_halfYearCard";
|
|
|
|
+ this.tbx_halfYearCard.PreventEnterBeep = true;
|
|
|
|
+ this.tbx_halfYearCard.ReadOnly = true;
|
|
|
|
+ this.tbx_halfYearCard.Size = new System.Drawing.Size(100, 21);
|
|
|
|
+ this.tbx_halfYearCard.TabIndex = 22;
|
|
|
|
+ //
|
|
|
|
+ // tbx_seasonCard
|
|
|
|
+ //
|
|
|
|
+ this.tbx_seasonCard.BackColor = System.Drawing.Color.White;
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.tbx_seasonCard.Border.Class = "TextBoxBorder";
|
|
|
|
+ this.tbx_seasonCard.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.tbx_seasonCard.DisabledBackColor = System.Drawing.Color.White;
|
|
|
|
+ this.tbx_seasonCard.ForeColor = System.Drawing.Color.Black;
|
|
|
|
+ this.tbx_seasonCard.Location = new System.Drawing.Point(143, 30);
|
|
|
|
+ this.tbx_seasonCard.Name = "tbx_seasonCard";
|
|
|
|
+ this.tbx_seasonCard.PreventEnterBeep = true;
|
|
|
|
+ this.tbx_seasonCard.ReadOnly = true;
|
|
|
|
+ this.tbx_seasonCard.Size = new System.Drawing.Size(100, 21);
|
|
|
|
+ this.tbx_seasonCard.TabIndex = 21;
|
|
|
|
+ //
|
|
|
|
+ // tbx_monthCard
|
|
|
|
+ //
|
|
|
|
+ this.tbx_monthCard.BackColor = System.Drawing.Color.White;
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.tbx_monthCard.Border.Class = "TextBoxBorder";
|
|
|
|
+ this.tbx_monthCard.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.tbx_monthCard.DisabledBackColor = System.Drawing.Color.White;
|
|
|
|
+ this.tbx_monthCard.ForeColor = System.Drawing.Color.Black;
|
|
|
|
+ this.tbx_monthCard.Location = new System.Drawing.Point(143, 3);
|
|
|
|
+ this.tbx_monthCard.Name = "tbx_monthCard";
|
|
|
|
+ this.tbx_monthCard.PreventEnterBeep = true;
|
|
|
|
+ this.tbx_monthCard.ReadOnly = true;
|
|
|
|
+ this.tbx_monthCard.Size = new System.Drawing.Size(100, 21);
|
|
|
|
+ this.tbx_monthCard.TabIndex = 20;
|
|
|
|
+ //
|
|
|
|
+ // labelX15
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.labelX15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.labelX15.Location = new System.Drawing.Point(3, 116);
|
|
|
|
+ this.labelX15.Name = "labelX15";
|
|
|
|
+ this.labelX15.Size = new System.Drawing.Size(122, 22);
|
|
|
|
+ this.labelX15.TabIndex = 14;
|
|
|
|
+ this.labelX15.Text = "预约费率(元/小时)";
|
|
|
|
+ //
|
|
|
|
+ // labelX14
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.labelX14.Location = new System.Drawing.Point(3, 88);
|
|
|
|
+ this.labelX14.Name = "labelX14";
|
|
|
|
+ this.labelX14.Size = new System.Drawing.Size(122, 22);
|
|
|
|
+ this.labelX14.TabIndex = 13;
|
|
|
|
+ this.labelX14.Text = "年卡费用(元)";
|
|
|
|
+ //
|
|
|
|
+ // labelX13
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.labelX13.Location = new System.Drawing.Point(3, 60);
|
|
|
|
+ this.labelX13.Name = "labelX13";
|
|
|
|
+ this.labelX13.Size = new System.Drawing.Size(122, 22);
|
|
|
|
+ this.labelX13.TabIndex = 12;
|
|
|
|
+ this.labelX13.Text = "半年卡费用(元)";
|
|
|
|
+ //
|
|
|
|
+ // labelX12
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.labelX12.Location = new System.Drawing.Point(3, 32);
|
|
|
|
+ this.labelX12.Name = "labelX12";
|
|
|
|
+ this.labelX12.Size = new System.Drawing.Size(122, 22);
|
|
|
|
+ this.labelX12.TabIndex = 11;
|
|
|
|
+ this.labelX12.Text = "季卡费用(元)";
|
|
|
|
+ //
|
|
|
|
+ // labelX11
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ //
|
|
|
|
+ this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
+ this.labelX11.Location = new System.Drawing.Point(3, 4);
|
|
|
|
+ this.labelX11.Name = "labelX11";
|
|
|
|
+ this.labelX11.Size = new System.Drawing.Size(122, 22);
|
|
|
|
+ this.labelX11.TabIndex = 10;
|
|
|
|
+ this.labelX11.Text = "月卡费用(元)";
|
|
|
|
+ //
|
|
|
|
+ // btnx_enableModify
|
|
|
|
+ //
|
|
|
|
+ this.btnx_enableModify.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
|
|
+ this.btnx_enableModify.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
|
|
+ this.btnx_enableModify.Location = new System.Drawing.Point(307, 286);
|
|
|
|
+ this.btnx_enableModify.Name = "btnx_enableModify";
|
|
|
|
+ this.btnx_enableModify.Size = new System.Drawing.Size(75, 23);
|
|
|
|
+ this.btnx_enableModify.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
|
|
+ this.btnx_enableModify.TabIndex = 6;
|
|
|
|
+ this.btnx_enableModify.Text = "启动修改";
|
|
|
|
+ this.btnx_enableModify.Click += new System.EventHandler(this.btnx_enableModify_Click);
|
|
|
|
+ //
|
|
|
|
+ // btnx_confirmModification
|
|
|
|
+ //
|
|
|
|
+ this.btnx_confirmModification.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
|
|
+ this.btnx_confirmModification.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
|
|
+ this.btnx_confirmModification.Location = new System.Drawing.Point(397, 286);
|
|
|
|
+ this.btnx_confirmModification.Name = "btnx_confirmModification";
|
|
|
|
+ this.btnx_confirmModification.Size = new System.Drawing.Size(75, 23);
|
|
|
|
+ this.btnx_confirmModification.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
|
|
+ this.btnx_confirmModification.TabIndex = 7;
|
|
|
|
+ this.btnx_confirmModification.Text = "确认修改";
|
|
|
|
+ this.btnx_confirmModification.Click += new System.EventHandler(this.btnx_confirmModification_Click);
|
|
|
|
+ //
|
|
|
|
+ // btnx_cancelModify
|
|
|
|
+ //
|
|
|
|
+ this.btnx_cancelModify.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
|
|
+ this.btnx_cancelModify.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
|
|
+ this.btnx_cancelModify.Location = new System.Drawing.Point(488, 286);
|
|
|
|
+ this.btnx_cancelModify.Name = "btnx_cancelModify";
|
|
|
|
+ this.btnx_cancelModify.Size = new System.Drawing.Size(75, 23);
|
|
|
|
+ this.btnx_cancelModify.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
|
|
+ this.btnx_cancelModify.TabIndex = 8;
|
|
|
|
+ this.btnx_cancelModify.Text = "取消修改";
|
|
|
|
+ this.btnx_cancelModify.Click += new System.EventHandler(this.btnx_cancelModify_Click);
|
|
|
|
+ //
|
|
|
|
+ // Form_paymentScheme
|
|
|
|
+ //
|
|
|
|
+ this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
|
|
+ this.ClientSize = new System.Drawing.Size(575, 327);
|
|
|
|
+ this.Controls.Add(this.btnx_cancelModify);
|
|
|
|
+ this.Controls.Add(this.btnx_confirmModification);
|
|
|
|
+ this.Controls.Add(this.btnx_enableModify);
|
|
|
|
+ this.Controls.Add(this.gp_VIPScheme);
|
|
|
|
+ this.Controls.Add(this.gp_paymentScheme);
|
|
|
|
+ this.DoubleBuffered = true;
|
|
|
|
+ this.Name = "Form_paymentScheme";
|
|
|
|
+ this.Text = "收费策略";
|
|
|
|
+ this.Load += new System.EventHandler(this.Form_paymentScheme_Load);
|
|
|
|
+ this.gp_paymentScheme.ResumeLayout(false);
|
|
|
|
+ this.gp_VIPScheme.ResumeLayout(false);
|
|
|
|
+ this.ResumeLayout(false);
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #endregion
|
|
|
|
+
|
|
|
|
+ private DevComponents.DotNetBar.Controls.GroupPanel gp_paymentScheme;
|
|
|
|
+ private DevComponents.DotNetBar.LabelX labelX10;
|
|
|
|
+ private DevComponents.DotNetBar.LabelX labelX9;
|
|
|
|
+ private DevComponents.DotNetBar.LabelX labelX8;
|
|
|
|
+ private DevComponents.DotNetBar.LabelX labelX7;
|
|
|
|
+ private DevComponents.DotNetBar.LabelX labelX6;
|
|
|
|
+ private DevComponents.DotNetBar.LabelX labelX5;
|
|
|
|
+ private DevComponents.DotNetBar.LabelX labelX4;
|
|
|
|
+ private DevComponents.DotNetBar.LabelX labelX3;
|
|
|
|
+ private DevComponents.DotNetBar.LabelX labelX2;
|
|
|
|
+ private DevComponents.DotNetBar.LabelX labelX1;
|
|
|
|
+ private DevComponents.DotNetBar.Controls.GroupPanel gp_VIPScheme;
|
|
|
|
+ private DevComponents.DotNetBar.LabelX labelX15;
|
|
|
|
+ private DevComponents.DotNetBar.LabelX labelX14;
|
|
|
|
+ private DevComponents.DotNetBar.LabelX labelX13;
|
|
|
|
+ private DevComponents.DotNetBar.LabelX labelX12;
|
|
|
|
+ private DevComponents.DotNetBar.LabelX labelX11;
|
|
|
|
+ private DevComponents.DotNetBar.ButtonX btnx_enableModify;
|
|
|
|
+ private DevComponents.DotNetBar.ButtonX btnx_confirmModification;
|
|
|
|
+ private DevComponents.DotNetBar.ButtonX btnx_cancelModify;
|
|
|
|
+ private DevComponents.DotNetBar.Controls.TextBoxX tbx_peakCharge;
|
|
|
|
+ private DevComponents.DotNetBar.Controls.TextBoxX tbx_endChargeTime;
|
|
|
|
+ private DevComponents.DotNetBar.Controls.TextBoxX tbx_startChargeTime;
|
|
|
|
+ private DevComponents.DotNetBar.Controls.TextBoxX tbx_overnightCharge;
|
|
|
|
+ private DevComponents.DotNetBar.Controls.TextBoxX tbx_eachCharge;
|
|
|
|
+ private DevComponents.DotNetBar.Controls.TextBoxX tbx_upperBound;
|
|
|
|
+ private DevComponents.DotNetBar.Controls.TextBoxX tbx_intervalCharge;
|
|
|
|
+ private DevComponents.DotNetBar.Controls.TextBoxX tbx_firstCharge;
|
|
|
|
+ private DevComponents.DotNetBar.Controls.TextBoxX tbx_firstChargeTime;
|
|
|
|
+ private DevComponents.DotNetBar.Controls.TextBoxX tbx_freeTime;
|
|
|
|
+ private DevComponents.DotNetBar.Controls.TextBoxX tbx_bookCharge;
|
|
|
|
+ private DevComponents.DotNetBar.Controls.TextBoxX tbx_yearCard;
|
|
|
|
+ private DevComponents.DotNetBar.Controls.TextBoxX tbx_halfYearCard;
|
|
|
|
+ private DevComponents.DotNetBar.Controls.TextBoxX tbx_seasonCard;
|
|
|
|
+ private DevComponents.DotNetBar.Controls.TextBoxX tbx_monthCard;
|
|
|
|
+ }
|
|
|
|
+}
|