⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 financialpanel.designer.cs

📁 社区管理系统
💻 CS
字号:
namespace CaiWuControlLibrary1
{
    partial class FinancialPanel
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region 组件设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.pZK1 = new System.Windows.Forms.Panel();
            this.dgvZK = new System.Windows.Forms.DataGridView();
            this.pZK2 = new System.Windows.Forms.Panel();
            this.tbTime = new System.Windows.Forms.DateTimePicker();
            this.btZKpri = new System.Windows.Forms.Button();
            this.btZKsel = new System.Windows.Forms.Button();
            this.btZKdel = new System.Windows.Forms.Button();
            this.btZKalter = new System.Windows.Forms.Button();
            this.btZKadd = new System.Windows.Forms.Button();
            this.tbZKkind = new System.Windows.Forms.TextBox();
            this.cbZKstat = new System.Windows.Forms.ComboBox();
            this.tbZKsum = new System.Windows.Forms.TextBox();
            this.tbZKlcount = new System.Windows.Forms.TextBox();
            this.tbZKhcount = new System.Windows.Forms.TextBox();
            this.tbZKname = new System.Windows.Forms.TextBox();
            this.tbZKnum = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.pZK1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvZK)).BeginInit();
            this.pZK2.SuspendLayout();
            this.SuspendLayout();
            // 
            // pZK1
            // 
            this.pZK1.Controls.Add(this.dgvZK);
            this.pZK1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pZK1.Location = new System.Drawing.Point(0, 258);
            this.pZK1.Name = "pZK1";
            this.pZK1.Size = new System.Drawing.Size(608, 200);
            this.pZK1.TabIndex = 0;
            // 
            // dgvZK
            // 
            this.dgvZK.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvZK.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dgvZK.Location = new System.Drawing.Point(0, 0);
            this.dgvZK.Name = "dgvZK";
            this.dgvZK.RowTemplate.Height = 23;
            this.dgvZK.Size = new System.Drawing.Size(608, 200);
            this.dgvZK.TabIndex = 1;
            this.dgvZK.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvZK_CellClick);
            this.dgvZK.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvZK_CellContentClick);
            // 
            // pZK2
            // 
            this.pZK2.BackColor = System.Drawing.Color.AliceBlue;
            this.pZK2.Controls.Add(this.tbTime);
            this.pZK2.Controls.Add(this.btZKpri);
            this.pZK2.Controls.Add(this.btZKsel);
            this.pZK2.Controls.Add(this.btZKdel);
            this.pZK2.Controls.Add(this.btZKalter);
            this.pZK2.Controls.Add(this.btZKadd);
            this.pZK2.Controls.Add(this.tbZKkind);
            this.pZK2.Controls.Add(this.cbZKstat);
            this.pZK2.Controls.Add(this.tbZKsum);
            this.pZK2.Controls.Add(this.tbZKlcount);
            this.pZK2.Controls.Add(this.tbZKhcount);
            this.pZK2.Controls.Add(this.tbZKname);
            this.pZK2.Controls.Add(this.tbZKnum);
            this.pZK2.Controls.Add(this.label8);
            this.pZK2.Controls.Add(this.label7);
            this.pZK2.Controls.Add(this.label6);
            this.pZK2.Controls.Add(this.label5);
            this.pZK2.Controls.Add(this.label4);
            this.pZK2.Controls.Add(this.label3);
            this.pZK2.Controls.Add(this.label2);
            this.pZK2.Controls.Add(this.label1);
            this.pZK2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pZK2.Location = new System.Drawing.Point(0, 0);
            this.pZK2.Name = "pZK2";
            this.pZK2.Size = new System.Drawing.Size(608, 258);
            this.pZK2.TabIndex = 1;
            // 
            // tbTime
            // 
            this.tbTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.tbTime.Location = new System.Drawing.Point(128, 144);
            this.tbTime.Name = "tbTime";
            this.tbTime.Size = new System.Drawing.Size(140, 21);
            this.tbTime.TabIndex = 43;
            // 
            // btZKpri
            // 
            this.btZKpri.Location = new System.Drawing.Point(467, 195);
            this.btZKpri.Name = "btZKpri";
            this.btZKpri.Size = new System.Drawing.Size(75, 23);
            this.btZKpri.TabIndex = 42;
            this.btZKpri.Text = "打印";
            this.btZKpri.UseVisualStyleBackColor = true;
            // 
            // btZKsel
            // 
            this.btZKsel.Location = new System.Drawing.Point(275, 195);
            this.btZKsel.Name = "btZKsel";
            this.btZKsel.Size = new System.Drawing.Size(75, 23);
            this.btZKsel.TabIndex = 41;
            this.btZKsel.Text = "查询";
            this.btZKsel.UseVisualStyleBackColor = true;
            this.btZKsel.Click += new System.EventHandler(this.btZKsel_Click);
            // 
            // btZKdel
            // 
            this.btZKdel.Location = new System.Drawing.Point(369, 195);
            this.btZKdel.Name = "btZKdel";
            this.btZKdel.Size = new System.Drawing.Size(75, 23);
            this.btZKdel.TabIndex = 40;
            this.btZKdel.Text = "删除";
            this.btZKdel.UseVisualStyleBackColor = true;
            this.btZKdel.Click += new System.EventHandler(this.btZKdel_Click);
            // 
            // btZKalter
            // 
            this.btZKalter.Location = new System.Drawing.Point(179, 195);
            this.btZKalter.Name = "btZKalter";
            this.btZKalter.Size = new System.Drawing.Size(75, 23);
            this.btZKalter.TabIndex = 39;
            this.btZKalter.Text = "修改";
            this.btZKalter.UseVisualStyleBackColor = true;
            this.btZKalter.Click += new System.EventHandler(this.btZKalter_Click);
            // 
            // btZKadd
            // 
            this.btZKadd.Location = new System.Drawing.Point(85, 195);
            this.btZKadd.Name = "btZKadd";
            this.btZKadd.Size = new System.Drawing.Size(75, 23);
            this.btZKadd.TabIndex = 38;
            this.btZKadd.Text = "增加";
            this.btZKadd.UseVisualStyleBackColor = true;
            this.btZKadd.Click += new System.EventHandler(this.btZKadd_Click);
            // 
            // tbZKkind
            // 
            this.tbZKkind.Location = new System.Drawing.Point(128, 80);
            this.tbZKkind.Name = "tbZKkind";
            this.tbZKkind.Size = new System.Drawing.Size(140, 21);
            this.tbZKkind.TabIndex = 37;
            // 
            // cbZKstat
            // 
            this.cbZKstat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbZKstat.FormattingEnabled = true;
            this.cbZKstat.Items.AddRange(new object[] {
            "收支",
            "应收",
            "应付"});
            this.cbZKstat.Location = new System.Drawing.Point(128, 112);
            this.cbZKstat.Name = "cbZKstat";
            this.cbZKstat.Size = new System.Drawing.Size(140, 20);
            this.cbZKstat.TabIndex = 35;
            // 
            // tbZKsum
            // 
            this.tbZKsum.Location = new System.Drawing.Point(404, 145);
            this.tbZKsum.Name = "tbZKsum";
            this.tbZKsum.Size = new System.Drawing.Size(138, 21);
            this.tbZKsum.TabIndex = 34;
            // 
            // tbZKlcount
            // 
            this.tbZKlcount.Location = new System.Drawing.Point(404, 112);
            this.tbZKlcount.Name = "tbZKlcount";
            this.tbZKlcount.Size = new System.Drawing.Size(138, 21);
            this.tbZKlcount.TabIndex = 33;
            // 
            // tbZKhcount
            // 
            this.tbZKhcount.Location = new System.Drawing.Point(404, 80);
            this.tbZKhcount.Name = "tbZKhcount";
            this.tbZKhcount.Size = new System.Drawing.Size(138, 21);
            this.tbZKhcount.TabIndex = 32;
            // 
            // tbZKname
            // 
            this.tbZKname.Location = new System.Drawing.Point(404, 48);
            this.tbZKname.Name = "tbZKname";
            this.tbZKname.Size = new System.Drawing.Size(138, 21);
            this.tbZKname.TabIndex = 31;
            // 
            // tbZKnum
            // 
            this.tbZKnum.Location = new System.Drawing.Point(128, 49);
            this.tbZKnum.Name = "tbZKnum";
            this.tbZKnum.Size = new System.Drawing.Size(140, 21);
            this.tbZKnum.TabIndex = 30;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(57, 115);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(65, 12);
            this.label8.TabIndex = 29;
            this.label8.Text = "账款状态:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(57, 147);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(65, 12);
            this.label7.TabIndex = 28;
            this.label7.Text = "日  期:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(319, 152);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 27;
            this.label6.Text = "总  计:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(319, 119);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 26;
            this.label5.Text = "贷方数目:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(319, 87);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 25;
            this.label4.Text = "借方数目:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(57, 52);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 24;
            this.label3.Text = "账款号码:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(319, 52);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 23;
            this.label2.Text = "账款名称:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(57, 83);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 22;
            this.label1.Text = "账款类别:";
            // 
            // FinancialPanel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.pZK2);
            this.Controls.Add(this.pZK1);
            this.MaximumSize = new System.Drawing.Size(608, 458);
            this.MinimumSize = new System.Drawing.Size(608, 458);
            this.Name = "FinancialPanel";
            this.Size = new System.Drawing.Size(608, 458);
            this.pZK1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvZK)).EndInit();
            this.pZK2.ResumeLayout(false);
            this.pZK2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel pZK1;
        private System.Windows.Forms.Panel pZK2;
        private System.Windows.Forms.Button btZKpri;
        private System.Windows.Forms.Button btZKsel;
        private System.Windows.Forms.Button btZKdel;
        private System.Windows.Forms.Button btZKalter;
        private System.Windows.Forms.Button btZKadd;
        private System.Windows.Forms.TextBox tbZKkind;
        private System.Windows.Forms.ComboBox cbZKstat;
        private System.Windows.Forms.TextBox tbZKsum;
        private System.Windows.Forms.TextBox tbZKlcount;
        private System.Windows.Forms.TextBox tbZKhcount;
        private System.Windows.Forms.TextBox tbZKname;
        private System.Windows.Forms.TextBox tbZKnum;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.DateTimePicker tbTime;
        private System.Windows.Forms.DataGridView dgvZK;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -