225 lines
10 KiB
C#
225 lines
10 KiB
C#
|
|
namespace SOH.ShouFei
|
|||
|
|
{
|
|||
|
|
partial class frmMRSFQKHZ
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// Required designer variable.
|
|||
|
|
/// </summary>
|
|||
|
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Clean up any resources being used.
|
|||
|
|
/// </summary>
|
|||
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
|
protected override void Dispose(bool disposing)
|
|||
|
|
{
|
|||
|
|
if (disposing && (components != null))
|
|||
|
|
{
|
|||
|
|
components.Dispose();
|
|||
|
|
}
|
|||
|
|
base.Dispose(disposing);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#region Windows Form Designer generated code
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Required method for Designer support - do not modify
|
|||
|
|
/// the contents of this method with the code editor.
|
|||
|
|
/// </summary>
|
|||
|
|
private void InitializeComponent()
|
|||
|
|
{
|
|||
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|||
|
|
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
|||
|
|
this.button2 = new System.Windows.Forms.Button();
|
|||
|
|
this.button1 = new System.Windows.Forms.Button();
|
|||
|
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|||
|
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.dataGridView2 = new System.Windows.Forms.DataGridView();
|
|||
|
|
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.panel1.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// panel1
|
|||
|
|
//
|
|||
|
|
this.panel1.Controls.Add(this.dateTimePicker1);
|
|||
|
|
this.panel1.Controls.Add(this.button2);
|
|||
|
|
this.panel1.Controls.Add(this.button1);
|
|||
|
|
this.panel1.Controls.Add(this.label1);
|
|||
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|||
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.panel1.Name = "panel1";
|
|||
|
|
this.panel1.Size = new System.Drawing.Size(887, 42);
|
|||
|
|
this.panel1.TabIndex = 4;
|
|||
|
|
//
|
|||
|
|
// dateTimePicker1
|
|||
|
|
//
|
|||
|
|
this.dateTimePicker1.Location = new System.Drawing.Point(80, 13);
|
|||
|
|
this.dateTimePicker1.Name = "dateTimePicker1";
|
|||
|
|
this.dateTimePicker1.Size = new System.Drawing.Size(138, 21);
|
|||
|
|
this.dateTimePicker1.TabIndex = 8;
|
|||
|
|
//
|
|||
|
|
// button2
|
|||
|
|
//
|
|||
|
|
this.button2.Location = new System.Drawing.Point(312, 11);
|
|||
|
|
this.button2.Name = "button2";
|
|||
|
|
this.button2.Size = new System.Drawing.Size(86, 23);
|
|||
|
|
this.button2.TabIndex = 7;
|
|||
|
|
this.button2.Text = "打印报表";
|
|||
|
|
this.button2.UseVisualStyleBackColor = true;
|
|||
|
|
this.button2.Visible = false;
|
|||
|
|
//
|
|||
|
|
// button1
|
|||
|
|
//
|
|||
|
|
this.button1.Location = new System.Drawing.Point(240, 11);
|
|||
|
|
this.button1.Name = "button1";
|
|||
|
|
this.button1.Size = new System.Drawing.Size(57, 23);
|
|||
|
|
this.button1.TabIndex = 6;
|
|||
|
|
this.button1.Text = "统计";
|
|||
|
|
this.button1.UseVisualStyleBackColor = true;
|
|||
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|||
|
|
//
|
|||
|
|
// label1
|
|||
|
|
//
|
|||
|
|
this.label1.AutoSize = true;
|
|||
|
|
this.label1.Location = new System.Drawing.Point(12, 16);
|
|||
|
|
this.label1.Name = "label1";
|
|||
|
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
|||
|
|
this.label1.TabIndex = 4;
|
|||
|
|
this.label1.Text = "收费日期:";
|
|||
|
|
//
|
|||
|
|
// dataGridView1
|
|||
|
|
//
|
|||
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|||
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|||
|
|
this.dataGridView1.AllowUserToResizeRows = false;
|
|||
|
|
this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
|
|||
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|||
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|||
|
|
this.Column1,
|
|||
|
|
this.Column2,
|
|||
|
|
this.Column3});
|
|||
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Left;
|
|||
|
|
this.dataGridView1.Location = new System.Drawing.Point(0, 42);
|
|||
|
|
this.dataGridView1.Name = "dataGridView1";
|
|||
|
|
this.dataGridView1.ReadOnly = true;
|
|||
|
|
this.dataGridView1.RowHeadersVisible = false;
|
|||
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|||
|
|
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|||
|
|
this.dataGridView1.Size = new System.Drawing.Size(302, 411);
|
|||
|
|
this.dataGridView1.TabIndex = 5;
|
|||
|
|
this.dataGridView1.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged);
|
|||
|
|
//
|
|||
|
|
// Column1
|
|||
|
|
//
|
|||
|
|
this.Column1.DataPropertyName = "tjmc";
|
|||
|
|
this.Column1.HeaderText = "统计分类";
|
|||
|
|
this.Column1.Name = "Column1";
|
|||
|
|
this.Column1.ReadOnly = true;
|
|||
|
|
//
|
|||
|
|
// Column2
|
|||
|
|
//
|
|||
|
|
this.Column2.DataPropertyName = "bs";
|
|||
|
|
this.Column2.HeaderText = "统计笔数";
|
|||
|
|
this.Column2.Name = "Column2";
|
|||
|
|
this.Column2.ReadOnly = true;
|
|||
|
|
//
|
|||
|
|
// Column3
|
|||
|
|
//
|
|||
|
|
this.Column3.DataPropertyName = "je";
|
|||
|
|
this.Column3.HeaderText = "统计金额";
|
|||
|
|
this.Column3.Name = "Column3";
|
|||
|
|
this.Column3.ReadOnly = true;
|
|||
|
|
//
|
|||
|
|
// dataGridView2
|
|||
|
|
//
|
|||
|
|
this.dataGridView2.AllowUserToAddRows = false;
|
|||
|
|
this.dataGridView2.AllowUserToDeleteRows = false;
|
|||
|
|
this.dataGridView2.AllowUserToResizeColumns = false;
|
|||
|
|
this.dataGridView2.AllowUserToResizeRows = false;
|
|||
|
|
this.dataGridView2.BackgroundColor = System.Drawing.Color.White;
|
|||
|
|
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|||
|
|
this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|||
|
|
this.Column4,
|
|||
|
|
this.Column5,
|
|||
|
|
this.Column6,
|
|||
|
|
this.Column7});
|
|||
|
|
this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.dataGridView2.Location = new System.Drawing.Point(302, 42);
|
|||
|
|
this.dataGridView2.Name = "dataGridView2";
|
|||
|
|
this.dataGridView2.ReadOnly = true;
|
|||
|
|
this.dataGridView2.RowHeadersVisible = false;
|
|||
|
|
this.dataGridView2.RowTemplate.Height = 23;
|
|||
|
|
this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|||
|
|
this.dataGridView2.Size = new System.Drawing.Size(585, 411);
|
|||
|
|
this.dataGridView2.TabIndex = 6;
|
|||
|
|
//
|
|||
|
|
// Column4
|
|||
|
|
//
|
|||
|
|
this.Column4.DataPropertyName = "sffsmc";
|
|||
|
|
this.Column4.HeaderText = "收费方式";
|
|||
|
|
this.Column4.Name = "Column4";
|
|||
|
|
this.Column4.ReadOnly = true;
|
|||
|
|
//
|
|||
|
|
// Column5
|
|||
|
|
//
|
|||
|
|
this.Column5.DataPropertyName = "sfje";
|
|||
|
|
this.Column5.HeaderText = "收费金额";
|
|||
|
|
this.Column5.Name = "Column5";
|
|||
|
|
this.Column5.ReadOnly = true;
|
|||
|
|
//
|
|||
|
|
// Column6
|
|||
|
|
//
|
|||
|
|
this.Column6.DataPropertyName = "tfje";
|
|||
|
|
this.Column6.HeaderText = "退费金额";
|
|||
|
|
this.Column6.Name = "Column6";
|
|||
|
|
this.Column6.ReadOnly = true;
|
|||
|
|
//
|
|||
|
|
// Column7
|
|||
|
|
//
|
|||
|
|
this.Column7.DataPropertyName = "xj";
|
|||
|
|
this.Column7.HeaderText = "小计";
|
|||
|
|
this.Column7.Name = "Column7";
|
|||
|
|
this.Column7.ReadOnly = true;
|
|||
|
|
//
|
|||
|
|
// frmMRSFQKHZ
|
|||
|
|
//
|
|||
|
|
this.ClientSize = new System.Drawing.Size(887, 453);
|
|||
|
|
this.Controls.Add(this.dataGridView2);
|
|||
|
|
this.Controls.Add(this.dataGridView1);
|
|||
|
|
this.Controls.Add(this.panel1);
|
|||
|
|
this.Name = "frmMRSFQKHZ";
|
|||
|
|
this.Text = "每日收费情况汇总";
|
|||
|
|
this.panel1.ResumeLayout(false);
|
|||
|
|
this.panel1.PerformLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.Panel panel1;
|
|||
|
|
private System.Windows.Forms.Button button2;
|
|||
|
|
private System.Windows.Forms.Button button1;
|
|||
|
|
private System.Windows.Forms.Label label1;
|
|||
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|||
|
|
private System.Windows.Forms.DataGridView dataGridView2;
|
|||
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
|
|||
|
|
}
|
|||
|
|
}
|