|
|
@@ -29,13 +29,6 @@ |
|
|
|
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(); |
|
|
@@ -48,11 +41,25 @@ |
|
|
|
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 |
|
|
@@ -73,94 +80,13 @@ |
|
|
|
this.总计消费次数, |
|
|
|
this.金额总计}); |
|
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.dataGridView1.Location = new System.Drawing.Point(0, 0); |
|
|
|
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(875, 513); |
|
|
|
this.dataGridView1.Size = new System.Drawing.Size(869, 430); |
|
|
|
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; |
|
|
@@ -254,6 +180,149 @@ |
|
|
|
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); |
|
|
@@ -267,6 +336,9 @@ |
|
|
|
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); |
|
|
|
|
|
|
|
} |
|
|
@@ -292,5 +364,10 @@ |
|
|
|
private DataGridViewTextBoxColumn 晚上消费金额; |
|
|
|
private DataGridViewTextBoxColumn 总计消费次数; |
|
|
|
private DataGridViewTextBoxColumn 金额总计; |
|
|
|
private TableLayoutPanel tableLayoutPanel1; |
|
|
|
private TableLayoutPanel tableLayoutPanel2; |
|
|
|
private Button button3; |
|
|
|
private Button button4; |
|
|
|
private Label label1; |
|
|
|
} |
|
|
|
} |