namespace LYFZ.Software.UI.StatisticalInquiry { partial class FrmStoredReport { /// /// 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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmStoredReport)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.panelStoreName = new LYFZ.ComponentLibrary.PanelEx(); this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.lab_DataTime = new LYFZ.ComponentLibrary.LabelEx(); this.lab_Message = new LYFZ.ComponentLibrary.LabelEx(); this.txt_MemberText = new LYFZ.ComponentLibrary.TextBoxEx(); this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx(); this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx(); this.McNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.McCardHolder = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.McTelephone = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.McCardMoney = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.McTotalStoredValue = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.McGiftAmount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.McTotalConsumption = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.McResidualStoredValue = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx3.SuspendLayout(); this.panelStoreName.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.dgv); this.plExMainContainer.Controls.Add(this.panelEx3); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5); this.plExMainContainer.Size = new System.Drawing.Size(918, 539); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(918, 539); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(859, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(886, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(832, 0); // // panelEx3 // this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx3.BorderWidth = 1; this.panelEx3.Controls.Add(this.panelStoreName); this.panelEx3.Controls.Add(this.lab_DataTime); this.panelEx3.Controls.Add(this.lab_Message); this.panelEx3.Controls.Add(this.txt_MemberText); this.panelEx3.Controls.Add(this.btnQuery); this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx3.Location = new System.Drawing.Point(5, 5); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(908, 91); this.panelEx3.TabIndex = 196; // // panelStoreName // this.panelStoreName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelStoreName.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelStoreName.BorderWidth = 1; this.panelStoreName.Controls.Add(this.cmbtreevStoreName); this.panelStoreName.Location = new System.Drawing.Point(8, 9); this.panelStoreName.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelStoreName.Name = "panelStoreName"; this.panelStoreName.Size = new System.Drawing.Size(155, 28); this.panelStoreName.TabIndex = 255; // // cmbtreevStoreName // this.cmbtreevStoreName.AfterSelectLevelFirstNode = true; this.cmbtreevStoreName.DropDownHeight = 220; this.cmbtreevStoreName.DropDownShow = false; this.cmbtreevStoreName.FormattingEnabled = true; this.cmbtreevStoreName.IntegralHeight = false; this.cmbtreevStoreName.IsNodeMouseClick = true; this.cmbtreevStoreName.IsSelectParentNode = false; this.cmbtreevStoreName.Location = new System.Drawing.Point(3, 4); this.cmbtreevStoreName.Name = "cmbtreevStoreName"; this.cmbtreevStoreName.ReadOnly = true; this.cmbtreevStoreName.SelectedNode = null; this.cmbtreevStoreName.Size = new System.Drawing.Size(149, 20); this.cmbtreevStoreName.StrGetName = ""; this.cmbtreevStoreName.StrGetTagName = ""; this.cmbtreevStoreName.StrKey = null; this.cmbtreevStoreName.TabIndex = 274; // // lab_DataTime // this.lab_DataTime.AutoSize = true; this.lab_DataTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.lab_DataTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.lab_DataTime.Location = new System.Drawing.Point(8, 42); this.lab_DataTime.Name = "lab_DataTime"; this.lab_DataTime.Size = new System.Drawing.Size(80, 17); this.lab_DataTime.TabIndex = 254; this.lab_DataTime.Text = "时间段:全部"; // // lab_Message // this.lab_Message.AutoSize = true; this.lab_Message.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.lab_Message.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.lab_Message.Location = new System.Drawing.Point(8, 64); this.lab_Message.Name = "lab_Message"; this.lab_Message.Size = new System.Drawing.Size(44, 17); this.lab_Message.TabIndex = 254; this.lab_Message.Text = "汇总:"; // // txt_MemberText // this.txt_MemberText.BackColor = System.Drawing.Color.Transparent; this.txt_MemberText.Icon = null; this.txt_MemberText.IconIsButton = false; this.txt_MemberText.IsPasswordChat = '\0'; this.txt_MemberText.IsSystemPasswordChar = false; this.txt_MemberText.Lines = new string[0]; this.txt_MemberText.Location = new System.Drawing.Point(167, 10); this.txt_MemberText.Margin = new System.Windows.Forms.Padding(0); this.txt_MemberText.MaxLength = 32767; this.txt_MemberText.MinimumSize = new System.Drawing.Size(0, 26); this.txt_MemberText.MouseBack = null; this.txt_MemberText.Multiline = false; this.txt_MemberText.Name = "txt_MemberText"; this.txt_MemberText.NormlBack = null; this.txt_MemberText.Padding = new System.Windows.Forms.Padding(5); this.txt_MemberText.ReadOnly = false; this.txt_MemberText.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txt_MemberText.Size = new System.Drawing.Size(193, 26); this.txt_MemberText.TabIndex = 253; this.txt_MemberText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txt_MemberText.WaterColor = System.Drawing.Color.DarkGray; this.txt_MemberText.WaterText = "会员卡号、持卡人、联系电话"; this.txt_MemberText.WordWrap = true; // // btnQuery // this.btnQuery.BackColor = System.Drawing.Color.Transparent; this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg"))); this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnQuery.ForeColor = System.Drawing.Color.White; this.btnQuery.IsCustomBackImg = false; this.btnQuery.IsShowText = true; this.btnQuery.Location = new System.Drawing.Point(367, 10); this.btnQuery.Name = "btnQuery"; this.btnQuery.Size = new System.Drawing.Size(85, 26); this.btnQuery.TabIndex = 248; this.btnQuery.Text = " 查 询"; this.btnQuery.UseVisualStyleBackColor = false; // // dgv // this.dgv.AllowUserToAddRows = false; this.dgv.AllowUserToDeleteRows = false; this.dgv.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan; this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgv.BackgroundColor = System.Drawing.Color.White; this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgv.ColumnHeadersHeight = 24; this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.McNumber, this.McCardHolder, this.McTelephone, this.McCardMoney, this.McTotalStoredValue, this.McGiftAmount, this.McTotalConsumption, this.McResidualStoredValue}); dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv.DefaultCellStyle = dataGridViewCellStyle3; this.dgv.Dock = System.Windows.Forms.DockStyle.Fill; this.dgv.EnableHeadersVisualStyles = false; this.dgv.EraseCell = false; this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption; this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify"); this.dgv.IsCompleteBonding = false; this.dgv.IsCopyCellValue = true; this.dgv.Location = new System.Drawing.Point(5, 96); this.dgv.Margin = new System.Windows.Forms.Padding(0); this.dgv.Name = "dgv"; this.dgv.ReadOnly = true; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; this.dgv.RowHeadersVisible = false; this.dgv.RowTemplate.Height = 23; this.dgv.RowTemplate.ReadOnly = true; this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgv.Size = new System.Drawing.Size(908, 438); this.dgv.TabIndex = 233; // // McNumber // this.McNumber.HeaderText = "会员卡号"; this.McNumber.Name = "McNumber"; this.McNumber.ReadOnly = true; // // McCardHolder // this.McCardHolder.HeaderText = "持卡人"; this.McCardHolder.Name = "McCardHolder"; this.McCardHolder.ReadOnly = true; // // McTelephone // this.McTelephone.HeaderText = "联系电话"; this.McTelephone.Name = "McTelephone"; this.McTelephone.ReadOnly = true; // // McCardMoney // this.McCardMoney.HeaderText = "可用余额"; this.McCardMoney.Name = "McCardMoney"; this.McCardMoney.ReadOnly = true; // // McTotalStoredValue // this.McTotalStoredValue.HeaderText = "累计充值金额"; this.McTotalStoredValue.Name = "McTotalStoredValue"; this.McTotalStoredValue.ReadOnly = true; // // McGiftAmount // this.McGiftAmount.HeaderText = "累计赠送金额"; this.McGiftAmount.Name = "McGiftAmount"; this.McGiftAmount.ReadOnly = true; // // McTotalConsumption // this.McTotalConsumption.HeaderText = "累计消费金额"; this.McTotalConsumption.Name = "McTotalConsumption"; this.McTotalConsumption.ReadOnly = true; // // McResidualStoredValue // this.McResidualStoredValue.HeaderText = "消化率"; this.McResidualStoredValue.Name = "McResidualStoredValue"; this.McResidualStoredValue.ReadOnly = true; // // FrmStoredReport // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage"))); this.ClientSize = new System.Drawing.Size(918, 604); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.Name = "FrmStoredReport"; this.Text = "储值卡统计"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.Controls.SetChildIndex(this.btnAppFormMaximize, 0); this.Controls.SetChildIndex(this.btnAppFormExit, 0); this.Controls.SetChildIndex(this.btnAppFormMinimize, 0); this.Controls.SetChildIndex(this.btnAppFormMenu, 0); this.Controls.SetChildIndex(this.btnAppFormSkin, 0); this.Controls.SetChildIndex(this.plFormMainContent, 0); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.panelEx3.ResumeLayout(false); this.panelEx3.PerformLayout(); this.panelStoreName.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx3; protected internal ComponentLibrary.PanelEx panelStoreName; protected internal ComponentLibrary.LabelEx lab_Message; public ComponentLibrary.ButtonEx btnQuery; public ComponentLibrary.DataGridViewEx dgv; private System.Windows.Forms.DataGridViewTextBoxColumn McNumber; private System.Windows.Forms.DataGridViewTextBoxColumn McCardHolder; private System.Windows.Forms.DataGridViewTextBoxColumn McTelephone; private System.Windows.Forms.DataGridViewTextBoxColumn McCardMoney; private System.Windows.Forms.DataGridViewTextBoxColumn McTotalStoredValue; private System.Windows.Forms.DataGridViewTextBoxColumn McGiftAmount; private System.Windows.Forms.DataGridViewTextBoxColumn McTotalConsumption; private System.Windows.Forms.DataGridViewTextBoxColumn McResidualStoredValue; public ComponentLibrary.TextBoxEx txt_MemberText; public ComponentLibrary.LabelEx lab_DataTime; public ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName; } }