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

📄 frmsubjectsun.designer.cs

📁 财务凭证管理系统,主要是从事公司或部门的财务方面的管理。此系统给会计人员带来很大的帮助!
💻 CS
字号:
namespace property.view.HinderInfo
{
    partial class frmSubjectSun
    {
        /// <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 Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.bntEsce = new System.Windows.Forms.Button();
            this.bntsure = new System.Windows.Forms.Button();
            this.label10 = new System.Windows.Forms.Label();
            this.cmbTiaoJian = new System.Windows.Forms.ComboBox();
            this.button1 = new System.Windows.Forms.Button();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.bntEsce);
            this.groupBox1.Controls.Add(this.bntsure);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.cmbTiaoJian);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Controls.Add(this.dataGridView1);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(677, 320);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "科目查询账目";
            this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
            // 
            // bntEsce
            // 
            this.bntEsce.Location = new System.Drawing.Point(350, 37);
            this.bntEsce.Name = "bntEsce";
            this.bntEsce.Size = new System.Drawing.Size(77, 23);
            this.bntEsce.TabIndex = 15;
            this.bntEsce.Text = "退出(&F)";
            this.bntEsce.UseVisualStyleBackColor = true;
            this.bntEsce.Click += new System.EventHandler(this.bntEsce_Click);
            // 
            // bntsure
            // 
            this.bntsure.Location = new System.Drawing.Point(233, 35);
            this.bntsure.Name = "bntsure";
            this.bntsure.Size = new System.Drawing.Size(77, 23);
            this.bntsure.TabIndex = 14;
            this.bntsure.Text = "查询(&D)";
            this.bntsure.UseVisualStyleBackColor = true;
            this.bntsure.Click += new System.EventHandler(this.bntsure_Click);
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(24, 42);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(65, 12);
            this.label10.TabIndex = 13;
            this.label10.Text = "科目编号:";
            // 
            // cmbTiaoJian
            // 
            this.cmbTiaoJian.FormattingEnabled = true;
            this.cmbTiaoJian.Items.AddRange(new object[] {
            "科目编号",
            "科目名称",
            "凭证编号",
            "全部浏览"});
            this.cmbTiaoJian.Location = new System.Drawing.Point(107, 37);
            this.cmbTiaoJian.Name = "cmbTiaoJian";
            this.cmbTiaoJian.Size = new System.Drawing.Size(82, 20);
            this.cmbTiaoJian.TabIndex = 11;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(455, 37);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(139, 23);
            this.button1.TabIndex = 1;
            this.button1.Text = "打印";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // dataGridView1
            // 
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Location = new System.Drawing.Point(0, 104);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(671, 196);
            this.dataGridView1.TabIndex = 0;
            // 
            // frmSubjectSun
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(701, 344);
            this.Controls.Add(this.groupBox1);
            this.Name = "frmSubjectSun";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "科目查询总账";
            this.Load += new System.EventHandler(this.frmSubjectSun_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button bntEsce;
        private System.Windows.Forms.Button bntsure;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.ComboBox cmbTiaoJian;
    }
}

⌨️ 快捷键说明

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