namespace centralController { partial class FormPaymentScheme { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.lb_schemeSwitch = new DevComponents.DotNetBar.LabelX(); this.gp_schemeSwitch = new DevComponents.DotNetBar.Controls.GroupPanel(); this.cb_schemeSwitch = new System.Windows.Forms.ComboBox(); this.gp_paymentScheme.SuspendLayout(); this.gp_VIPScheme.SuspendLayout(); this.gp_schemeSwitch.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(258, 327); // // // 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(143, 266); 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(143, 238); 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(143, 210); 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(143, 182); 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(143, 154); 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(143, 125); 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(143, 98); 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(143, 70); 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(143, 42); 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(143, 14); 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(3, 266); 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(3, 238); 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(3, 210); 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(3, 182); 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(3, 154); 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(3, 126); 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(3, 98); 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(3, 70); 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(3, 42); 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(3, 14); 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(291, 12); this.gp_VIPScheme.Name = "gp_VIPScheme"; this.gp_VIPScheme.Size = new System.Drawing.Size(262, 197); // // // 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, 126); 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, 97); 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, 70); 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, 40); 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, 13); 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, 126); 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, 98); 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, 70); 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, 42); 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, 14); 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(297, 316); 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(387, 316); 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(478, 316); 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); // // lb_schemeSwitch // // // // this.lb_schemeSwitch.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lb_schemeSwitch.Location = new System.Drawing.Point(52, 16); this.lb_schemeSwitch.Name = "lb_schemeSwitch"; this.lb_schemeSwitch.Size = new System.Drawing.Size(156, 22); this.lb_schemeSwitch.TabIndex = 20; this.lb_schemeSwitch.Text = "计费策略切换"; // // gp_schemeSwitch // this.gp_schemeSwitch.BackColor = System.Drawing.Color.White; this.gp_schemeSwitch.CanvasColor = System.Drawing.SystemColors.Control; this.gp_schemeSwitch.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.gp_schemeSwitch.Controls.Add(this.cb_schemeSwitch); this.gp_schemeSwitch.Controls.Add(this.lb_schemeSwitch); this.gp_schemeSwitch.DisabledBackColor = System.Drawing.Color.Empty; this.gp_schemeSwitch.Location = new System.Drawing.Point(292, 219); this.gp_schemeSwitch.Name = "gp_schemeSwitch"; this.gp_schemeSwitch.Size = new System.Drawing.Size(261, 91); // // // this.gp_schemeSwitch.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.gp_schemeSwitch.Style.BackColorGradientAngle = 90; this.gp_schemeSwitch.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.gp_schemeSwitch.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.gp_schemeSwitch.Style.BorderBottomWidth = 1; this.gp_schemeSwitch.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.gp_schemeSwitch.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; this.gp_schemeSwitch.Style.BorderLeftWidth = 1; this.gp_schemeSwitch.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; this.gp_schemeSwitch.Style.BorderRightWidth = 1; this.gp_schemeSwitch.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.gp_schemeSwitch.Style.BorderTopWidth = 1; this.gp_schemeSwitch.Style.CornerDiameter = 4; this.gp_schemeSwitch.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.gp_schemeSwitch.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.gp_schemeSwitch.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.gp_schemeSwitch.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; // // // this.gp_schemeSwitch.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.gp_schemeSwitch.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.gp_schemeSwitch.TabIndex = 22; this.gp_schemeSwitch.Text = "计费策略切换"; // // cb_schemeSwitch // this.cb_schemeSwitch.FormattingEnabled = true; this.cb_schemeSwitch.Items.AddRange(new object[] { "按时收费", "按次收费", "按时段收费"}); this.cb_schemeSwitch.Location = new System.Drawing.Point(66, 44); this.cb_schemeSwitch.Name = "cb_schemeSwitch"; this.cb_schemeSwitch.Size = new System.Drawing.Size(121, 20); this.cb_schemeSwitch.TabIndex = 22; // // FormPaymentScheme // this.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.ClientSize = new System.Drawing.Size(610, 355); this.Controls.Add(this.gp_schemeSwitch); 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 = "FormPaymentScheme"; this.Text = "收费策略"; this.Load += new System.EventHandler(this.Form_paymentScheme_Load); this.gp_paymentScheme.ResumeLayout(false); this.gp_VIPScheme.ResumeLayout(false); this.gp_schemeSwitch.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; private DevComponents.DotNetBar.LabelX lb_schemeSwitch; private DevComponents.DotNetBar.Controls.GroupPanel gp_schemeSwitch; private System.Windows.Forms.ComboBox cb_schemeSwitch; } }