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.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.姓名 = 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(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.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.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 0); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowTemplate.Height = 25; this.dataGridView1.Size = new System.Drawing.Size(875, 513); this.dataGridView1.TabIndex = 2; // // 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.dataGridView1); 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 = "开始时间:"; // // 姓名 // this.姓名.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.姓名.DataPropertyName = "Name"; this.姓名.HeaderText = "姓名"; this.姓名.Name = "姓名"; this.姓名.ReadOnly = true; // // 手机 // this.手机.DataPropertyName = "Phone"; this.手机.HeaderText = "手机"; this.手机.Name = "手机"; this.手机.ReadOnly = true; // // 时间 // this.时间.DataPropertyName = "Date"; this.时间.HeaderText = "时间"; this.时间.Name = "时间"; this.时间.ReadOnly = true; // // 机构 // this.机构.DataPropertyName = "Tag"; this.机构.HeaderText = "机构"; this.机构.Name = "机构"; this.机构.ReadOnly = true; // // 早上消费次数 // this.早上消费次数.DataPropertyName = "AMCount"; this.早上消费次数.HeaderText = "早上消费次数"; this.早上消费次数.Name = "早上消费次数"; this.早上消费次数.ReadOnly = true; this.早上消费次数.Width = 110; // // 中午消费次数 // this.中午消费次数.DataPropertyName = "PMCount"; this.中午消费次数.HeaderText = "中午消费次数"; this.中午消费次数.Name = "中午消费次数"; this.中午消费次数.ReadOnly = true; this.中午消费次数.Width = 110; // // 晚上消费次数 // this.晚上消费次数.DataPropertyName = "ATCount"; this.晚上消费次数.HeaderText = "晚上消费次数"; this.晚上消费次数.Name = "晚上消费次数"; this.晚上消费次数.ReadOnly = true; this.晚上消费次数.Width = 110; // // 总计消费次数 // this.总计消费次数.DataPropertyName = "TotalCount"; this.总计消费次数.HeaderText = "总计消费次数"; this.总计消费次数.Name = "总计消费次数"; this.总计消费次数.ReadOnly = true; this.总计消费次数.Width = 110; // // 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.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 总计消费次数; } }