namespace HKCardManager.UserPages { partial class ReportFormPage { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.姓名 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.手机 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.时间 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.机构 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.早上消费次数 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.早上消费金额 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.中午消费次数 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.中午消费金额 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.晚上消费次数 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.晚上消费金额 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.总计消费次数 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.金额总计 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker(); this.label4 = new System.Windows.Forms.Label(); this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker(); this.label3 = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.姓名, this.手机, this.时间, this.机构, this.早上消费次数, this.早上消费金额, this.中午消费次数, this.中午消费金额, this.晚上消费次数, this.晚上消费金额, this.总计消费次数, this.金额总计}); this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(3, 3); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowTemplate.Height = 25; this.dataGridView1.Size = new System.Drawing.Size(869, 430); this.dataGridView1.TabIndex = 2; // // 姓名 // this.姓名.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.姓名.DataPropertyName = "Name"; this.姓名.HeaderText = "姓名"; this.姓名.Name = "姓名"; this.姓名.ReadOnly = true; // // 手机 // this.手机.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.手机.DataPropertyName = "Phone"; this.手机.HeaderText = "手机"; this.手机.Name = "手机"; this.手机.ReadOnly = true; this.手机.Visible = false; // // 时间 // this.时间.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.时间.DataPropertyName = "Date"; this.时间.HeaderText = "时间"; this.时间.Name = "时间"; this.时间.ReadOnly = true; // // 机构 // this.机构.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.机构.DataPropertyName = "Tag"; this.机构.HeaderText = "机构"; this.机构.Name = "机构"; this.机构.ReadOnly = true; // // 早上消费次数 // this.早上消费次数.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.早上消费次数.DataPropertyName = "AMCount"; this.早上消费次数.HeaderText = "早上消费次数"; this.早上消费次数.Name = "早上消费次数"; this.早上消费次数.ReadOnly = true; // // 早上消费金额 // this.早上消费金额.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.早上消费金额.DataPropertyName = "AM"; this.早上消费金额.HeaderText = "早上消费金额"; this.早上消费金额.Name = "早上消费金额"; // // 中午消费次数 // this.中午消费次数.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.中午消费次数.DataPropertyName = "PMCount"; this.中午消费次数.HeaderText = "中午消费次数"; this.中午消费次数.Name = "中午消费次数"; this.中午消费次数.ReadOnly = true; // // 中午消费金额 // this.中午消费金额.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.中午消费金额.DataPropertyName = "PM"; this.中午消费金额.HeaderText = "中午消费金额"; this.中午消费金额.Name = "中午消费金额"; // // 晚上消费次数 // this.晚上消费次数.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.晚上消费次数.DataPropertyName = "ATCount"; this.晚上消费次数.HeaderText = "晚上消费次数"; this.晚上消费次数.Name = "晚上消费次数"; this.晚上消费次数.ReadOnly = true; // // 晚上消费金额 // this.晚上消费金额.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.晚上消费金额.DataPropertyName = "AT"; this.晚上消费金额.HeaderText = "晚上消费金额"; this.晚上消费金额.Name = "晚上消费金额"; // // 总计消费次数 // this.总计消费次数.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.总计消费次数.DataPropertyName = "TotalCount"; this.总计消费次数.HeaderText = "总计消费次数"; this.总计消费次数.Name = "总计消费次数"; this.总计消费次数.ReadOnly = true; // // 金额总计 // this.金额总计.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.金额总计.DataPropertyName = "Total"; this.金额总计.HeaderText = "金额总计"; this.金额总计.Name = "金额总计"; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.button2); this.splitContainer1.Panel1.Controls.Add(this.button1); this.splitContainer1.Panel1.Controls.Add(this.dateTimePicker2); this.splitContainer1.Panel1.Controls.Add(this.label4); this.splitContainer1.Panel1.Controls.Add(this.dateTimePicker1); this.splitContainer1.Panel1.Controls.Add(this.label3); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel1); this.splitContainer1.Size = new System.Drawing.Size(875, 557); this.splitContainer1.SplitterDistance = 40; this.splitContainer1.TabIndex = 3; // // button2 // this.button2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.button2.Location = new System.Drawing.Point(735, 6); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(88, 30); this.button2.TabIndex = 12; this.button2.Text = "导出"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.button1.Location = new System.Drawing.Point(629, 6); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(88, 30); this.button1.TabIndex = 11; this.button1.Text = "查询"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // dateTimePicker2 // this.dateTimePicker2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.dateTimePicker2.Location = new System.Drawing.Point(389, 6); this.dateTimePicker2.Name = "dateTimePicker2"; this.dateTimePicker2.Size = new System.Drawing.Size(200, 28); this.dateTimePicker2.TabIndex = 9; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label4.Location = new System.Drawing.Point(312, 10); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(90, 21); this.label4.TabIndex = 8; this.label4.Text = "结束时间:"; // // dateTimePicker1 // this.dateTimePicker1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.dateTimePicker1.Location = new System.Drawing.Point(80, 6); this.dateTimePicker1.Name = "dateTimePicker1"; this.dateTimePicker1.Size = new System.Drawing.Size(200, 28); this.dateTimePicker1.TabIndex = 7; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label3.Location = new System.Drawing.Point(3, 10); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(90, 21); this.label3.TabIndex = 6; this.label3.Text = "开始时间:"; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1); this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 91.02296F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.977036F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(875, 479); this.tableLayoutPanel1.TabIndex = 3; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 3; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 294F)); this.tableLayoutPanel2.Controls.Add(this.button3, 0, 0); this.tableLayoutPanel2.Controls.Add(this.button4, 2, 0); this.tableLayoutPanel2.Controls.Add(this.label1, 1, 0); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 439); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 1; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(869, 37); this.tableLayoutPanel2.TabIndex = 3; // // button3 // this.button3.Dock = System.Windows.Forms.DockStyle.Fill; this.button3.Location = new System.Drawing.Point(3, 3); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(281, 31); this.button3.TabIndex = 0; this.button3.Text = "上一页"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button4 // this.button4.Dock = System.Windows.Forms.DockStyle.Fill; this.button4.Location = new System.Drawing.Point(577, 3); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(289, 31); this.button4.TabIndex = 1; this.button4.Text = "下一页"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // label1 // this.label1.Anchor = System.Windows.Forms.AnchorStyles.None; this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(430, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(0, 17); this.label1.TabIndex = 2; // // ReportFormPage // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainer1); this.Name = "ReportFormPage"; this.Size = new System.Drawing.Size(875, 557); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.ResumeLayout(false); } #endregion private DataGridView dataGridView1; private SplitContainer splitContainer1; private DateTimePicker dateTimePicker1; private Label label3; private DateTimePicker dateTimePicker2; private Label label4; private Button button1; private Button button2; private DataGridViewTextBoxColumn 姓名; private DataGridViewTextBoxColumn 手机; private DataGridViewTextBoxColumn 时间; private DataGridViewTextBoxColumn 机构; private DataGridViewTextBoxColumn 早上消费次数; private DataGridViewTextBoxColumn 早上消费金额; private DataGridViewTextBoxColumn 中午消费次数; private DataGridViewTextBoxColumn 中午消费金额; private DataGridViewTextBoxColumn 晚上消费次数; private DataGridViewTextBoxColumn 晚上消费金额; private DataGridViewTextBoxColumn 总计消费次数; private DataGridViewTextBoxColumn 金额总计; private TableLayoutPanel tableLayoutPanel1; private TableLayoutPanel tableLayoutPanel2; private Button button3; private Button button4; private Label label1; } }