namespace POSV.Report { partial class IntegralReportForm { /// /// 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.controlBox1 = new POSV.Component.ControlBox(); this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX(); this.lblInfo = new DevComponents.DotNetBar.LabelX(); this.txtMemberInfo = new POSV.Component.NumericTextBox(); this.endPicker = new POSV.Component.DatePicker(); 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.payListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl(); this.RowNo = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.MemberName = 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.ExchangePointValue = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.AftTotalPoint = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.ExchangeTypeString = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.ExchangeName = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.CreateDate = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.doubleBufferPanelX1.SuspendLayout(); this.SuspendLayout(); // // 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(1292, 32); this.controlBox1.TabIndex = 4; this.controlBox1.CloseClick += new POSV.Component.ControlBox.EventHandler(this.controlBox1_CloseClick); this.controlBox1.MinimizedClick += new POSV.Component.ControlBox.EventHandler(this.controlBox1_MinimizedClick); // // doubleBufferPanelX1 // this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX1.Controls.Add(this.lblInfo); this.doubleBufferPanelX1.Controls.Add(this.txtMemberInfo); this.doubleBufferPanelX1.Controls.Add(this.endPicker); 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(1292, 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 = 249; // // lblInfo // // // // this.lblInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblInfo.Location = new System.Drawing.Point(12, 50); this.lblInfo.Name = "lblInfo"; this.lblInfo.Size = new System.Drawing.Size(333, 23); this.lblInfo.TabIndex = 329; // // 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(421, 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 = "卡号/手机/扫码"; // // 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(214, 12); this.endPicker.Name = "endPicker"; this.endPicker.Size = new System.Drawing.Size(196, 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, 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(641, 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(933, 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(732, 7); this.buttonX8.Name = "buttonX8"; this.buttonX8.Size = new System.Drawing.Size(85, 38); this.buttonX8.TabIndex = 234; this.buttonX8.Text = "重打印"; this.buttonX8.TextColor = System.Drawing.Color.White; this.buttonX8.Click += new System.EventHandler(this.buttonX8_Click); // // payListTable // this.payListTable.BackColor = System.Drawing.Color.White; this.payListTable.Dock = System.Windows.Forms.DockStyle.Fill; this.payListTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed; this.payListTable.ForeColor = System.Drawing.Color.Black; this.payListTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.payListTable.Location = new System.Drawing.Point(0, 90); this.payListTable.Name = "payListTable"; // // // this.payListTable.PrimaryGrid.AllowEdit = false; this.payListTable.PrimaryGrid.AutoGenerateColumns = false; this.payListTable.PrimaryGrid.Columns.Add(this.RowNo); this.payListTable.PrimaryGrid.Columns.Add(this.MemberName); this.payListTable.PrimaryGrid.Columns.Add(this.Mobile); this.payListTable.PrimaryGrid.Columns.Add(this.CardNo); this.payListTable.PrimaryGrid.Columns.Add(this.PreTotalPoint); this.payListTable.PrimaryGrid.Columns.Add(this.ExchangePointValue); this.payListTable.PrimaryGrid.Columns.Add(this.AftTotalPoint); this.payListTable.PrimaryGrid.Columns.Add(this.ExchangeTypeString); this.payListTable.PrimaryGrid.Columns.Add(this.ExchangeName); this.payListTable.PrimaryGrid.Columns.Add(this.CreateDate); this.payListTable.PrimaryGrid.DefaultRowHeight = 35; this.payListTable.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row; this.payListTable.PrimaryGrid.MultiSelect = false; this.payListTable.PrimaryGrid.RowHeaderIndexOffset = 1; this.payListTable.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row; this.payListTable.PrimaryGrid.ShowRowGridIndex = true; this.payListTable.Size = new System.Drawing.Size(1292, 678); this.payListTable.TabIndex = 253; this.payListTable.Text = "superGridControl1"; // // RowNo // this.RowNo.DataPropertyName = "RowNo"; this.RowNo.HeaderText = "序号"; this.RowNo.Name = "RowNo"; // // MemberName // this.MemberName.DataPropertyName = "MemberName"; this.MemberName.HeaderText = "姓名"; this.MemberName.Name = "MemberName"; // // Mobile // this.Mobile.DataPropertyName = "Mobile"; this.Mobile.HeaderText = "手机号"; this.Mobile.Name = "Mobile"; // // CardNo // this.CardNo.DataPropertyName = "CardNo"; this.CardNo.HeaderText = "卡号"; this.CardNo.Name = "CardNo"; this.CardNo.ToolTip = ""; this.CardNo.Width = 200; // // PreTotalPoint // this.PreTotalPoint.DataPropertyName = "PreTotalPoint"; this.PreTotalPoint.HeaderText = "总换前积分"; this.PreTotalPoint.Name = "PreTotalPoint"; // // ExchangePointValue // this.ExchangePointValue.DataPropertyName = "ExchangePointValue"; this.ExchangePointValue.HeaderText = "总换消费积分"; this.ExchangePointValue.Name = "ExchangePointValue"; // // AftTotalPoint // this.AftTotalPoint.DataPropertyName = "AftTotalPoint"; this.AftTotalPoint.HeaderText = "总换后积分"; this.AftTotalPoint.Name = "AftTotalPoint"; // // ExchangeTypeString // this.ExchangeTypeString.DataPropertyName = "ExchangeTypeString"; this.ExchangeTypeString.HeaderText = "总换类型"; this.ExchangeTypeString.Name = "ExchangeTypeString"; // // ExchangeName // this.ExchangeName.DataPropertyName = "ExchangeName"; this.ExchangeName.HeaderText = "总换明细"; this.ExchangeName.Name = "ExchangeName"; this.ExchangeName.Tag = ""; // // CreateDate // this.CreateDate.DataPropertyName = "CreateDate"; this.CreateDate.HeaderText = "时间"; this.CreateDate.Name = "CreateDate"; this.CreateDate.Width = 200; // // IntegralReportForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(1292, 768); this.Controls.Add(this.payListTable); this.Controls.Add(this.doubleBufferPanelX1); this.Controls.Add(this.controlBox1); this.Name = "IntegralReportForm"; this.Text = "IntegralReportForm"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.doubleBufferPanelX1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Component.ControlBox controlBox1; private Component.DoubleBufferPanelX doubleBufferPanelX1; private Component.NumericTextBox txtMemberInfo; private Component.DatePicker endPicker; private Component.DatePicker startPicker; private DevComponents.DotNetBar.ButtonX ButtonOk; private DevComponents.DotNetBar.ButtonX buttonX10; private DevComponents.DotNetBar.ButtonX buttonX8; private DevComponents.DotNetBar.SuperGrid.SuperGridControl payListTable; private DevComponents.DotNetBar.SuperGrid.GridColumn RowNo; private DevComponents.DotNetBar.SuperGrid.GridColumn MemberName; private DevComponents.DotNetBar.SuperGrid.GridColumn Mobile; private DevComponents.DotNetBar.SuperGrid.GridColumn CardNo; private DevComponents.DotNetBar.SuperGrid.GridColumn PreTotalPoint; private DevComponents.DotNetBar.SuperGrid.GridColumn ExchangePointValue; private DevComponents.DotNetBar.SuperGrid.GridColumn AftTotalPoint; private DevComponents.DotNetBar.SuperGrid.GridColumn ExchangeTypeString; private DevComponents.DotNetBar.SuperGrid.GridColumn ExchangeName; private DevComponents.DotNetBar.LabelX lblInfo; private DevComponents.DotNetBar.SuperGrid.GridColumn CreateDate; } }