namespace POSV.Report { partial class MeituanCouponReportForm { /// /// 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.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX(); this.txtMemberInfo = new POSV.Component.NumericTextBox(); this.startPicker = new POSV.Component.DatePicker(); this.ButtonOk = new DevComponents.DotNetBar.ButtonX(); this.buttonX10 = new DevComponents.DotNetBar.ButtonX(); this.buttonX8 = new DevComponents.DotNetBar.ButtonX(); this.controlBox1 = new POSV.Component.ControlBox(); this.panelEx11 = new DevComponents.DotNetBar.PanelEx(); this.labelX27 = new DevComponents.DotNetBar.LabelX(); this.labelX26 = new DevComponents.DotNetBar.LabelX(); this.labelX25 = new DevComponents.DotNetBar.LabelX(); this.panelEx10 = new DevComponents.DotNetBar.PanelEx(); this.lblTotalDealCouponAmount = new DevComponents.DotNetBar.LabelX(); this.lblTotalRealAmount = new DevComponents.DotNetBar.LabelX(); this.lblTotal = new DevComponents.DotNetBar.LabelX(); this.queryLocalListByDate = new DevComponents.DotNetBar.SuperGrid.SuperGridControl(); this.RowNo = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.MemberName = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.ExchangePointValue = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.AftTotalPoint = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.Mobile = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.CardNo = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.PreTotalPoint = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.ExchangeTypeString = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.doubleBufferPanelX1.SuspendLayout(); this.panelEx11.SuspendLayout(); this.panelEx10.SuspendLayout(); this.SuspendLayout(); // // doubleBufferPanelX1 // this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX1.Controls.Add(this.txtMemberInfo); this.doubleBufferPanelX1.Controls.Add(this.startPicker); this.doubleBufferPanelX1.Controls.Add(this.ButtonOk); this.doubleBufferPanelX1.Controls.Add(this.buttonX10); this.doubleBufferPanelX1.Controls.Add(this.buttonX8); this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Top; this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 32); this.doubleBufferPanelX1.Name = "doubleBufferPanelX1"; this.doubleBufferPanelX1.Size = new System.Drawing.Size(1008, 58); this.doubleBufferPanelX1.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.doubleBufferPanelX1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.doubleBufferPanelX1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.doubleBufferPanelX1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.doubleBufferPanelX1.Style.GradientAngle = 90; this.doubleBufferPanelX1.TabIndex = 253; // // txtMemberInfo // this.txtMemberInfo.AllowDecimalSeparator = true; this.txtMemberInfo.AllowNegativeSign = false; this.txtMemberInfo.AllowSpace = false; this.txtMemberInfo.BackColor = System.Drawing.Color.White; // // // this.txtMemberInfo.Border.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.txtMemberInfo.Border.BorderBottomWidth = 1; this.txtMemberInfo.Border.BorderColor = System.Drawing.Color.DimGray; this.txtMemberInfo.Border.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; this.txtMemberInfo.Border.BorderLeftWidth = 1; this.txtMemberInfo.Border.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; this.txtMemberInfo.Border.BorderRightWidth = 1; this.txtMemberInfo.Border.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.txtMemberInfo.Border.BorderTopWidth = 1; this.txtMemberInfo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtMemberInfo.DisabledBackColor = System.Drawing.Color.White; this.txtMemberInfo.EnableSoftKeyboard = true; this.txtMemberInfo.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtMemberInfo.ForeColor = System.Drawing.Color.Black; this.txtMemberInfo.Location = new System.Drawing.Point(214, 11); this.txtMemberInfo.MaxDecimalDigit = 0; this.txtMemberInfo.MaxLength = 32; this.txtMemberInfo.Name = "txtMemberInfo"; this.txtMemberInfo.PreventEnterBeep = true; this.txtMemberInfo.Size = new System.Drawing.Size(214, 31); this.txtMemberInfo.TabIndex = 328; this.txtMemberInfo.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty; this.txtMemberInfo.WatermarkFont = new System.Drawing.Font("微软雅黑", 15.75F); this.txtMemberInfo.WatermarkText = "订单编号"; // // startPicker // this.startPicker.CustomFormat = "yyyy-MM-dd"; this.startPicker.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.startPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.startPicker.HeaderColor = System.Drawing.Color.Empty; this.startPicker.Location = new System.Drawing.Point(5, 12); this.startPicker.Name = "startPicker"; this.startPicker.Size = new System.Drawing.Size(196, 29); this.startPicker.TabIndex = 237; // // ButtonOk // this.ButtonOk.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.ButtonOk.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42))))); this.ButtonOk.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.ButtonOk.Cursor = System.Windows.Forms.Cursors.Hand; this.ButtonOk.FadeEffect = false; this.ButtonOk.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ButtonOk.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.ButtonOk.Location = new System.Drawing.Point(434, 7); this.ButtonOk.Name = "ButtonOk"; this.ButtonOk.Size = new System.Drawing.Size(85, 38); this.ButtonOk.TabIndex = 226; this.ButtonOk.Text = "查询"; this.ButtonOk.TextColor = System.Drawing.Color.White; this.ButtonOk.Click += new System.EventHandler(this.ButtonOk_Click); // // buttonX10 // this.buttonX10.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.buttonX10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86))))); this.buttonX10.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX10.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX10.FadeEffect = false; this.buttonX10.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX10.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX10.Location = new System.Drawing.Point(911, 7); this.buttonX10.Name = "buttonX10"; this.buttonX10.Size = new System.Drawing.Size(85, 38); this.buttonX10.TabIndex = 236; this.buttonX10.Text = "退出"; this.buttonX10.TextColor = System.Drawing.Color.White; this.buttonX10.Click += new System.EventHandler(this.buttonX10_Click); // // buttonX8 // this.buttonX8.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.buttonX8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42))))); this.buttonX8.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX8.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX8.FadeEffect = false; this.buttonX8.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX8.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX8.Location = new System.Drawing.Point(525, 7); this.buttonX8.Name = "buttonX8"; this.buttonX8.Size = new System.Drawing.Size(139, 38); this.buttonX8.TabIndex = 234; this.buttonX8.Text = "导出Excel"; this.buttonX8.TextColor = System.Drawing.Color.White; this.buttonX8.Click += new System.EventHandler(this.buttonX8_Click); // // controlBox1 // this.controlBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84))))); this.controlBox1.CloseBox = true; this.controlBox1.Dock = System.Windows.Forms.DockStyle.Top; this.controlBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.controlBox1.ForeColor = System.Drawing.Color.White; this.controlBox1.Location = new System.Drawing.Point(0, 0); this.controlBox1.Margin = new System.Windows.Forms.Padding(0); this.controlBox1.MessageCenterStatus = false; this.controlBox1.MinimizeBox = true; this.controlBox1.Name = "controlBox1"; this.controlBox1.NetworkStatus = false; this.controlBox1.NewForeColor = System.Drawing.Color.White; this.controlBox1.SettingsBox = false; this.controlBox1.ShowApplicationVersion = true; this.controlBox1.ShowKeyboard = false; this.controlBox1.ShowLockScreen = false; this.controlBox1.ShowMessageCenter = false; this.controlBox1.ShowNetworkStatus = false; this.controlBox1.ShowQrCode = false; this.controlBox1.Size = new System.Drawing.Size(1008, 32); this.controlBox1.TabIndex = 5; this.controlBox1.CloseClick += new POSV.Component.ControlBox.EventHandler(this.controlBox1_CloseClick); this.controlBox1.MinimizedClick += new POSV.Component.ControlBox.EventHandler(this.controlBox1_MinimizedClick); // // panelEx11 // this.panelEx11.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx11.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelEx11.Controls.Add(this.labelX27); this.panelEx11.Controls.Add(this.labelX26); this.panelEx11.Controls.Add(this.labelX25); this.panelEx11.DisabledBackColor = System.Drawing.Color.Empty; this.panelEx11.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx11.Location = new System.Drawing.Point(0, 90); this.panelEx11.Name = "panelEx11"; this.panelEx11.Size = new System.Drawing.Size(1008, 38); this.panelEx11.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelEx11.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panelEx11.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelEx11.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panelEx11.Style.BorderWidth = 0; this.panelEx11.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelEx11.Style.GradientAngle = 90; this.panelEx11.TabIndex = 264; // // labelX27 // // // // this.labelX27.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX27.Dock = System.Windows.Forms.DockStyle.Left; this.labelX27.Font = new System.Drawing.Font("微软雅黑", 12F); this.labelX27.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(91)))), ((int)(((byte)(99))))); this.labelX27.Location = new System.Drawing.Point(383, 0); this.labelX27.Name = "labelX27"; this.labelX27.Size = new System.Drawing.Size(220, 38); this.labelX27.TabIndex = 5; this.labelX27.Text = "券抵扣金额 "; this.labelX27.TextAlignment = System.Drawing.StringAlignment.Center; // // labelX26 // // // // this.labelX26.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX26.Dock = System.Windows.Forms.DockStyle.Left; this.labelX26.Font = new System.Drawing.Font("微软雅黑", 12F); this.labelX26.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(91)))), ((int)(((byte)(99))))); this.labelX26.Location = new System.Drawing.Point(163, 0); this.labelX26.Name = "labelX26"; this.labelX26.Size = new System.Drawing.Size(220, 38); this.labelX26.TabIndex = 4; this.labelX26.Text = "商家实收金额"; this.labelX26.TextAlignment = System.Drawing.StringAlignment.Center; // // labelX25 // // // // this.labelX25.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX25.Dock = System.Windows.Forms.DockStyle.Left; this.labelX25.Font = new System.Drawing.Font("微软雅黑", 12F); this.labelX25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(91)))), ((int)(((byte)(99))))); this.labelX25.Location = new System.Drawing.Point(0, 0); this.labelX25.Name = "labelX25"; this.labelX25.Size = new System.Drawing.Size(163, 38); this.labelX25.TabIndex = 3; this.labelX25.Text = "核销总券数"; this.labelX25.TextAlignment = System.Drawing.StringAlignment.Center; // // panelEx10 // this.panelEx10.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx10.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelEx10.Controls.Add(this.lblTotalDealCouponAmount); this.panelEx10.Controls.Add(this.lblTotalRealAmount); this.panelEx10.Controls.Add(this.lblTotal); this.panelEx10.DisabledBackColor = System.Drawing.Color.Empty; this.panelEx10.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx10.Location = new System.Drawing.Point(0, 128); this.panelEx10.Name = "panelEx10"; this.panelEx10.Size = new System.Drawing.Size(1008, 30); this.panelEx10.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelEx10.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panelEx10.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelEx10.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panelEx10.Style.BorderWidth = 0; this.panelEx10.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelEx10.Style.GradientAngle = 90; this.panelEx10.TabIndex = 268; // // lblTotalDealCouponAmount // // // // this.lblTotalDealCouponAmount.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblTotalDealCouponAmount.Dock = System.Windows.Forms.DockStyle.Left; this.lblTotalDealCouponAmount.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblTotalDealCouponAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(91)))), ((int)(((byte)(99))))); this.lblTotalDealCouponAmount.Location = new System.Drawing.Point(383, 0); this.lblTotalDealCouponAmount.Name = "lblTotalDealCouponAmount"; this.lblTotalDealCouponAmount.Size = new System.Drawing.Size(220, 30); this.lblTotalDealCouponAmount.TabIndex = 4; this.lblTotalDealCouponAmount.Text = "¥0.00"; this.lblTotalDealCouponAmount.TextAlignment = System.Drawing.StringAlignment.Center; // // lblTotalRealAmount // // // // this.lblTotalRealAmount.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblTotalRealAmount.Dock = System.Windows.Forms.DockStyle.Left; this.lblTotalRealAmount.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblTotalRealAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(91)))), ((int)(((byte)(99))))); this.lblTotalRealAmount.Location = new System.Drawing.Point(163, 0); this.lblTotalRealAmount.Name = "lblTotalRealAmount"; this.lblTotalRealAmount.Size = new System.Drawing.Size(220, 30); this.lblTotalRealAmount.TabIndex = 3; this.lblTotalRealAmount.Text = "¥0.00"; this.lblTotalRealAmount.TextAlignment = System.Drawing.StringAlignment.Center; // // lblTotal // // // // this.lblTotal.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblTotal.Dock = System.Windows.Forms.DockStyle.Left; this.lblTotal.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblTotal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(91)))), ((int)(((byte)(99))))); this.lblTotal.Location = new System.Drawing.Point(0, 0); this.lblTotal.Name = "lblTotal"; this.lblTotal.Size = new System.Drawing.Size(163, 30); this.lblTotal.TabIndex = 2; this.lblTotal.Text = "0.00"; this.lblTotal.TextAlignment = System.Drawing.StringAlignment.Center; // // queryLocalListByDate // this.queryLocalListByDate.BackColor = System.Drawing.Color.White; this.queryLocalListByDate.Dock = System.Windows.Forms.DockStyle.Fill; this.queryLocalListByDate.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed; this.queryLocalListByDate.ForeColor = System.Drawing.Color.Black; this.queryLocalListByDate.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.queryLocalListByDate.Location = new System.Drawing.Point(0, 158); this.queryLocalListByDate.Name = "queryLocalListByDate"; // // // this.queryLocalListByDate.PrimaryGrid.AllowEdit = false; this.queryLocalListByDate.PrimaryGrid.AutoGenerateColumns = false; this.queryLocalListByDate.PrimaryGrid.Columns.Add(this.RowNo); this.queryLocalListByDate.PrimaryGrid.Columns.Add(this.MemberName); this.queryLocalListByDate.PrimaryGrid.Columns.Add(this.ExchangePointValue); this.queryLocalListByDate.PrimaryGrid.Columns.Add(this.AftTotalPoint); this.queryLocalListByDate.PrimaryGrid.Columns.Add(this.Mobile); this.queryLocalListByDate.PrimaryGrid.Columns.Add(this.CardNo); this.queryLocalListByDate.PrimaryGrid.Columns.Add(this.PreTotalPoint); this.queryLocalListByDate.PrimaryGrid.Columns.Add(this.ExchangeTypeString); this.queryLocalListByDate.PrimaryGrid.DefaultRowHeight = 35; this.queryLocalListByDate.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row; this.queryLocalListByDate.PrimaryGrid.MultiSelect = false; this.queryLocalListByDate.PrimaryGrid.RowHeaderIndexOffset = 1; this.queryLocalListByDate.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row; this.queryLocalListByDate.PrimaryGrid.ShowRowGridIndex = true; this.queryLocalListByDate.Size = new System.Drawing.Size(1008, 439); this.queryLocalListByDate.TabIndex = 278; this.queryLocalListByDate.Text = "superGridControl1"; // // RowNo // this.RowNo.DataPropertyName = "RowNo"; this.RowNo.FillWeight = 80; this.RowNo.HeaderText = "序号"; this.RowNo.Name = "RowNo"; this.RowNo.Visible = false; this.RowNo.Width = 80; // // MemberName // this.MemberName.DataPropertyName = "VendorOrderId"; this.MemberName.FillWeight = 150; this.MemberName.HeaderText = "订单号"; this.MemberName.Name = "VendorOrderId"; this.MemberName.Width = 150; // // ExchangePointValue // this.ExchangePointValue.DataPropertyName = "DealTitle"; this.ExchangePointValue.FillWeight = 180; this.ExchangePointValue.HeaderText = "券名称"; this.ExchangePointValue.Name = "DealTitle"; this.ExchangePointValue.Width = 180; // // AftTotalPoint // this.AftTotalPoint.DataPropertyName = "DealTypeName"; this.AftTotalPoint.FillWeight = 80; this.AftTotalPoint.HeaderText = "券类型"; this.AftTotalPoint.Name = "DealTypeName"; this.AftTotalPoint.Width = 80; // // Mobile // this.Mobile.DataPropertyName = "CouponCode"; this.Mobile.FillWeight = 120; this.Mobile.HeaderText = "团购券码"; this.Mobile.Name = "CouponCode"; this.Mobile.Width = 120; // // CardNo // this.CardNo.DataPropertyName = "RealAmount"; this.CardNo.FillWeight = 120; this.CardNo.HeaderText = "商家实收金额"; this.CardNo.Name = "RealAmount"; this.CardNo.ToolTip = ""; this.CardNo.Width = 120; // // PreTotalPoint // this.PreTotalPoint.DataPropertyName = "DealCouponAmount"; this.PreTotalPoint.HeaderText = "券抵扣金额"; this.PreTotalPoint.Name = "DealCouponAmount"; // // ExchangeTypeString // this.ExchangeTypeString.DataPropertyName = "CouponUseTime"; this.ExchangeTypeString.FillWeight = 160; this.ExchangeTypeString.HeaderText = "验券时间"; this.ExchangeTypeString.Name = "CouponUseTime"; this.ExchangeTypeString.Width = 160; // // MeituanCouponReportForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1008, 597); this.Controls.Add(this.queryLocalListByDate); this.Controls.Add(this.panelEx10); this.Controls.Add(this.panelEx11); this.Controls.Add(this.doubleBufferPanelX1); this.Controls.Add(this.controlBox1); this.Name = "MeituanCouponReportForm"; this.Text = "MeituanCouponReportForm"; this.doubleBufferPanelX1.ResumeLayout(false); this.panelEx11.ResumeLayout(false); this.panelEx10.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Component.ControlBox controlBox1; private Component.DoubleBufferPanelX doubleBufferPanelX1; private Component.NumericTextBox txtMemberInfo; private Component.DatePicker startPicker; private DevComponents.DotNetBar.ButtonX ButtonOk; private DevComponents.DotNetBar.ButtonX buttonX10; private DevComponents.DotNetBar.ButtonX buttonX8; private DevComponents.DotNetBar.PanelEx panelEx11; private DevComponents.DotNetBar.LabelX labelX27; private DevComponents.DotNetBar.LabelX labelX26; private DevComponents.DotNetBar.LabelX labelX25; private DevComponents.DotNetBar.PanelEx panelEx10; private DevComponents.DotNetBar.LabelX lblTotalDealCouponAmount; private DevComponents.DotNetBar.LabelX lblTotalRealAmount; private DevComponents.DotNetBar.LabelX lblTotal; private DevComponents.DotNetBar.SuperGrid.SuperGridControl queryLocalListByDate; private DevComponents.DotNetBar.SuperGrid.GridColumn RowNo; private DevComponents.DotNetBar.SuperGrid.GridColumn MemberName; private DevComponents.DotNetBar.SuperGrid.GridColumn ExchangePointValue; private DevComponents.DotNetBar.SuperGrid.GridColumn AftTotalPoint; private DevComponents.DotNetBar.SuperGrid.GridColumn Mobile; private DevComponents.DotNetBar.SuperGrid.GridColumn CardNo; private DevComponents.DotNetBar.SuperGrid.GridColumn PreTotalPoint; private DevComponents.DotNetBar.SuperGrid.GridColumn ExchangeTypeString; } }