namespace POSV.Member { partial class CardConsumeSummaryForm { /// /// 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.historyListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl(); this.gridColumn8 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn9 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn2 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn3 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn1 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.SumAmount = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.doubleBufferPanelX4 = new POSV.Component.DoubleBufferPanelX(); this.ButtonCancel = new DevComponents.DotNetBar.ButtonX(); this.endPicker = new POSV.Component.DatePicker(); this.startPicker = new POSV.Component.DatePicker(); this.ButtonOk = new DevComponents.DotNetBar.ButtonX(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.buttonX9 = new DevComponents.DotNetBar.ButtonX(); this.buttonX3 = new DevComponents.DotNetBar.ButtonX(); this.buttonX4 = new DevComponents.DotNetBar.ButtonX(); this.buttonX5 = new DevComponents.DotNetBar.ButtonX(); this.buttonX6 = new DevComponents.DotNetBar.ButtonX(); this.buttonX11 = new DevComponents.DotNetBar.ButtonX(); this.controlBox = new POSV.Component.ControlBox(); this.doubleBufferPanelX4.SuspendLayout(); this.SuspendLayout(); // // historyListTable // this.historyListTable.BackColor = System.Drawing.Color.White; this.historyListTable.Dock = System.Windows.Forms.DockStyle.Fill; this.historyListTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed; this.historyListTable.ForeColor = System.Drawing.Color.Black; this.historyListTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.historyListTable.Location = new System.Drawing.Point(0, 117); this.historyListTable.Name = "historyListTable"; // // // this.historyListTable.PrimaryGrid.AllowEdit = false; this.historyListTable.PrimaryGrid.AutoGenerateColumns = false; this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn8); this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn9); this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn2); this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn3); this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn1); this.historyListTable.PrimaryGrid.Columns.Add(this.SumAmount); this.historyListTable.PrimaryGrid.DefaultRowHeight = 35; this.historyListTable.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row; this.historyListTable.PrimaryGrid.MultiSelect = false; this.historyListTable.PrimaryGrid.RowHeaderIndexOffset = 1; this.historyListTable.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row; this.historyListTable.PrimaryGrid.ShowRowGridIndex = true; this.historyListTable.Size = new System.Drawing.Size(1024, 651); this.historyListTable.TabIndex = 294; this.historyListTable.Text = "superGridControl2"; // // gridColumn8 // this.gridColumn8.DataPropertyName = "ShopNo"; this.gridColumn8.HeaderText = "门店编号"; this.gridColumn8.Name = "shopNo"; this.gridColumn8.Width = 140; // // gridColumn9 // this.gridColumn9.DataPropertyName = "ShopName"; this.gridColumn9.HeaderText = "门店名称"; this.gridColumn9.Name = "shopName"; this.gridColumn9.Width = 140; // // gridColumn2 // this.gridColumn2.DataPropertyName = "CardTypeName"; this.gridColumn2.HeaderText = "卡类型"; this.gridColumn2.Name = "cardTypeName"; this.gridColumn2.Width = 120; // // gridColumn3 // this.gridColumn3.DataPropertyName = "Amount"; this.gridColumn3.HeaderText = "消费金额"; this.gridColumn3.Name = "amount"; // // gridColumn1 // this.gridColumn1.DataPropertyName = "RefundAmount"; this.gridColumn1.HeaderText = "退款金额"; this.gridColumn1.Name = "refundAmount"; // // SumAmount // this.SumAmount.DataPropertyName = "SumAmount"; this.SumAmount.HeaderText = "合计金额"; this.SumAmount.Name = "sumAmount"; // // doubleBufferPanelX4 // this.doubleBufferPanelX4.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX4.Controls.Add(this.ButtonCancel); this.doubleBufferPanelX4.Controls.Add(this.endPicker); this.doubleBufferPanelX4.Controls.Add(this.startPicker); this.doubleBufferPanelX4.Controls.Add(this.ButtonOk); this.doubleBufferPanelX4.Controls.Add(this.buttonX2); this.doubleBufferPanelX4.Controls.Add(this.buttonX9); this.doubleBufferPanelX4.Controls.Add(this.buttonX3); this.doubleBufferPanelX4.Controls.Add(this.buttonX4); this.doubleBufferPanelX4.Controls.Add(this.buttonX5); this.doubleBufferPanelX4.Controls.Add(this.buttonX6); this.doubleBufferPanelX4.Controls.Add(this.buttonX11); this.doubleBufferPanelX4.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX4.Dock = System.Windows.Forms.DockStyle.Top; this.doubleBufferPanelX4.Location = new System.Drawing.Point(0, 36); this.doubleBufferPanelX4.Name = "doubleBufferPanelX4"; this.doubleBufferPanelX4.Size = new System.Drawing.Size(1024, 81); this.doubleBufferPanelX4.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX4.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.doubleBufferPanelX4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.doubleBufferPanelX4.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.doubleBufferPanelX4.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.doubleBufferPanelX4.Style.GradientAngle = 90; this.doubleBufferPanelX4.TabIndex = 245; // // ButtonCancel // this.ButtonCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86))))); this.ButtonCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.ButtonCancel.Cursor = System.Windows.Forms.Cursors.Hand; this.ButtonCancel.FadeEffect = false; this.ButtonCancel.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ButtonCancel.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.ButtonCancel.Location = new System.Drawing.Point(922, 43); this.ButtonCancel.Name = "ButtonCancel"; this.ButtonCancel.Size = new System.Drawing.Size(97, 38); this.ButtonCancel.TabIndex = 238; this.ButtonCancel.Text = "取消"; this.ButtonCancel.TextColor = System.Drawing.Color.White; this.ButtonCancel.Click += new System.EventHandler(this.BtnExitClick); // // endPicker // this.endPicker.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.endPicker.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.endPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.endPicker.HeaderColor = System.Drawing.Color.Empty; this.endPicker.Location = new System.Drawing.Point(212, 8); this.endPicker.Name = "endPicker"; this.endPicker.Size = new System.Drawing.Size(197, 29); this.endPicker.TabIndex = 0; // // startPicker // this.startPicker.CustomFormat = "yyyy-MM-dd HH:mm:ss"; 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, 8); this.startPicker.Name = "startPicker"; this.startPicker.Size = new System.Drawing.Size(201, 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(431, 3); 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); // // buttonX2 // this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.buttonX2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42))))); this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX2.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX2.FadeEffect = false; this.buttonX2.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX2.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX2.Location = new System.Drawing.Point(1, 43); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(85, 37); this.buttonX2.TabIndex = 227; this.buttonX2.Tag = "today"; this.buttonX2.Text = "今天"; this.buttonX2.TextColor = System.Drawing.Color.White; this.buttonX2.Click += new System.EventHandler(this.BtnTimeClick); // // buttonX9 // this.buttonX9.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.buttonX9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42))))); this.buttonX9.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX9.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX9.FadeEffect = false; this.buttonX9.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX9.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX9.Location = new System.Drawing.Point(173, 43); this.buttonX9.Name = "buttonX9"; this.buttonX9.Size = new System.Drawing.Size(85, 37); this.buttonX9.TabIndex = 235; this.buttonX9.Tag = "lastDay"; this.buttonX9.Text = "前一天"; this.buttonX9.TextColor = System.Drawing.Color.White; this.buttonX9.Click += new System.EventHandler(this.BtnTimeClick); // // buttonX3 // this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.buttonX3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42))))); this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX3.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX3.FadeEffect = false; this.buttonX3.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX3.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX3.Location = new System.Drawing.Point(87, 43); this.buttonX3.Name = "buttonX3"; this.buttonX3.Size = new System.Drawing.Size(85, 37); this.buttonX3.TabIndex = 228; this.buttonX3.Tag = "yesterday"; this.buttonX3.Text = "昨天"; this.buttonX3.TextColor = System.Drawing.Color.White; this.buttonX3.Click += new System.EventHandler(this.BtnTimeClick); // // buttonX4 // this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.buttonX4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42))))); this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX4.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX4.FadeEffect = false; this.buttonX4.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX4.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX4.Location = new System.Drawing.Point(259, 43); this.buttonX4.Name = "buttonX4"; this.buttonX4.Size = new System.Drawing.Size(85, 37); this.buttonX4.TabIndex = 229; this.buttonX4.Tag = "curWeek"; this.buttonX4.Text = "本周"; this.buttonX4.TextColor = System.Drawing.Color.White; this.buttonX4.Click += new System.EventHandler(this.BtnTimeClick); // // buttonX5 // this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.buttonX5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42))))); this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX5.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX5.FadeEffect = false; this.buttonX5.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX5.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX5.Location = new System.Drawing.Point(345, 43); this.buttonX5.Name = "buttonX5"; this.buttonX5.Size = new System.Drawing.Size(85, 37); this.buttonX5.TabIndex = 230; this.buttonX5.Tag = "lastWeek"; this.buttonX5.Text = "上周"; this.buttonX5.TextColor = System.Drawing.Color.White; this.buttonX5.Click += new System.EventHandler(this.BtnTimeClick); // // buttonX6 // this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.buttonX6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42))))); this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX6.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX6.FadeEffect = false; this.buttonX6.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX6.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX6.Location = new System.Drawing.Point(517, 43); this.buttonX6.Name = "buttonX6"; this.buttonX6.Size = new System.Drawing.Size(85, 37); this.buttonX6.TabIndex = 232; this.buttonX6.Tag = "lastMonth"; this.buttonX6.Text = "上月"; this.buttonX6.TextColor = System.Drawing.Color.White; this.buttonX6.Click += new System.EventHandler(this.BtnTimeClick); // // buttonX11 // this.buttonX11.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.buttonX11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42))))); this.buttonX11.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX11.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX11.FadeEffect = false; this.buttonX11.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX11.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX11.Location = new System.Drawing.Point(431, 43); this.buttonX11.Name = "buttonX11"; this.buttonX11.Size = new System.Drawing.Size(85, 37); this.buttonX11.TabIndex = 231; this.buttonX11.Tag = "curMonth"; this.buttonX11.Text = "本月"; this.buttonX11.TextColor = System.Drawing.Color.White; this.buttonX11.Click += new System.EventHandler(this.BtnTimeClick); // // controlBox // this.controlBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84))))); this.controlBox.CloseBox = true; this.controlBox.Dock = System.Windows.Forms.DockStyle.Top; this.controlBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.controlBox.ForeColor = System.Drawing.Color.White; this.controlBox.Location = new System.Drawing.Point(0, 0); this.controlBox.Margin = new System.Windows.Forms.Padding(0); this.controlBox.MessageCenterStatus = false; this.controlBox.MinimizeBox = false; this.controlBox.Name = "controlBox"; this.controlBox.NetworkStatus = false; this.controlBox.NewForeColor = System.Drawing.Color.White; this.controlBox.SettingsBox = false; this.controlBox.ShowApplicationVersion = false; this.controlBox.ShowKeyboard = false; this.controlBox.ShowLockScreen = false; this.controlBox.ShowMessageCenter = false; this.controlBox.ShowNetworkStatus = false; this.controlBox.ShowQrCode = false; this.controlBox.Size = new System.Drawing.Size(1024, 36); this.controlBox.TabIndex = 15; this.controlBox.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseTouchClick); this.controlBox.Click += new System.EventHandler(this.BtnQueryClick); // // CardConsumeSummaryForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(1024, 768); this.Controls.Add(this.historyListTable); this.Controls.Add(this.doubleBufferPanelX4); this.Controls.Add(this.controlBox); this.Name = "CardConsumeSummaryForm"; this.Text = "CardConsumeSummaryForm"; this.doubleBufferPanelX4.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Component.ControlBox controlBox; private Component.DoubleBufferPanelX doubleBufferPanelX4; private DevComponents.DotNetBar.ButtonX ButtonCancel; private Component.DatePicker endPicker; private Component.DatePicker startPicker; private DevComponents.DotNetBar.ButtonX ButtonOk; private DevComponents.DotNetBar.ButtonX buttonX2; private DevComponents.DotNetBar.ButtonX buttonX9; private DevComponents.DotNetBar.ButtonX buttonX3; private DevComponents.DotNetBar.ButtonX buttonX4; private DevComponents.DotNetBar.ButtonX buttonX5; private DevComponents.DotNetBar.ButtonX buttonX6; private DevComponents.DotNetBar.ButtonX buttonX11; private DevComponents.DotNetBar.SuperGrid.SuperGridControl historyListTable; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn8; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn9; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn2; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn3; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn1; private DevComponents.DotNetBar.SuperGrid.GridColumn SumAmount; } }