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

📄 frmequimentsum.designer.cs

📁 C#编的 英文的 带报告 上学期的作业 分数还不错
💻 CS
字号:
namespace EquipmentMS.Equipment
{
    partial class frmEquimentSum
    {

        private System.ComponentModel.IContainer components = null;

        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows form code

        private void InitializeComponent()
        {
            this.dtpZjrq = new System.Windows.Forms.DateTimePicker();
            this.btnSum = new System.Windows.Forms.Button();
            this.dgvEquiment = new System.Windows.Forms.DataGridView();
            this.label1 = new System.Windows.Forms.Label();
            this.btnExcel = new System.Windows.Forms.Button();
            this.btnCalc = new System.Windows.Forms.Button();
            this.btnExit = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.dgvEquiment)).BeginInit();
            this.SuspendLayout();
            // 
            // dtpZjrq
            // 
            this.dtpZjrq.Location = new System.Drawing.Point(126, 12);
            this.dtpZjrq.Name = "dtpZjrq";
            this.dtpZjrq.Size = new System.Drawing.Size(111, 21);
            this.dtpZjrq.TabIndex = 1;
            // 
            // btnSum
            // 
            this.btnSum.Location = new System.Drawing.Point(254, 10);
            this.btnSum.Name = "btnSum";
            this.btnSum.Size = new System.Drawing.Size(75, 23);
            this.btnSum.TabIndex = 2;
            this.btnSum.Text = "Accounting";
            this.btnSum.UseVisualStyleBackColor = true;
            this.btnSum.Click += new System.EventHandler(this.btnSum_Click);
            // 
            // dgvEquiment
            // 
            this.dgvEquiment.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvEquiment.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dgvEquiment.Location = new System.Drawing.Point(0, 41);
            this.dgvEquiment.Name = "dgvEquiment";
            this.dgvEquiment.RowTemplate.Height = 23;
            this.dgvEquiment.Size = new System.Drawing.Size(768, 344);
            this.dgvEquiment.TabIndex = 3;
            this.dgvEquiment.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvEquiment_CellContentClick);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(5, 16);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(119, 12);
            this.label1.TabIndex = 4;
            this.label1.Text = "Please choose date:";
            // 
            // btnExcel
            // 
            this.btnExcel.Location = new System.Drawing.Point(335, 10);
            this.btnExcel.Name = "btnExcel";
            this.btnExcel.Size = new System.Drawing.Size(113, 23);
            this.btnExcel.TabIndex = 2;
            this.btnExcel.Text = "Export(Excel)";
            this.btnExcel.UseVisualStyleBackColor = true;
            this.btnExcel.Click += new System.EventHandler(this.btnExcel_Click);
            // 
            // btnCalc
            // 
            this.btnCalc.Location = new System.Drawing.Point(454, 10);
            this.btnCalc.Name = "btnCalc";
            this.btnCalc.Size = new System.Drawing.Size(75, 23);
            this.btnCalc.TabIndex = 2;
            this.btnCalc.Text = "Calculator";
            this.btnCalc.UseVisualStyleBackColor = true;
            this.btnCalc.Click += new System.EventHandler(this.btnCalc_Click);
            // 
            // btnExit
            // 
            this.btnExit.Location = new System.Drawing.Point(535, 10);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(75, 23);
            this.btnExit.TabIndex = 2;
            this.btnExit.Text = "Exit";
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // frmEquimentSum
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(768, 385);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.dgvEquiment);
            this.Controls.Add(this.btnExit);
            this.Controls.Add(this.btnCalc);
            this.Controls.Add(this.btnExcel);
            this.Controls.Add(this.btnSum);
            this.Controls.Add(this.dtpZjrq);
            this.Name = "frmEquimentSum";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Equipment Amortization Accounting";
            this.Resize += new System.EventHandler(this.frmEquimentSum_Resize);
            this.Load += new System.EventHandler(this.frmEquimentSum_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dgvEquiment)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.DateTimePicker dtpZjrq;
        private System.Windows.Forms.Button btnSum;
        private System.Windows.Forms.DataGridView dgvEquiment;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button btnExcel;
        private System.Windows.Forms.Button btnCalc;
        private System.Windows.Forms.Button btnExit;

    }
}

⌨️ 快捷键说明

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