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

📄 histrymoney.designer.cs

📁 人事管理系统
💻 CS
字号:
namespace 人事管理
{
    partial class histrymoney
    {
        /// <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.moneyhistryview = new System.Windows.Forms.DataGridView();
            this.yesbtn = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.moneyhistryview)).BeginInit();
            this.SuspendLayout();
            // 
            // moneyhistryview
            // 
            this.moneyhistryview.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.moneyhistryview.Location = new System.Drawing.Point(12, 12);
            this.moneyhistryview.Name = "moneyhistryview";
            this.moneyhistryview.RowTemplate.Height = 23;
            this.moneyhistryview.Size = new System.Drawing.Size(268, 308);
            this.moneyhistryview.TabIndex = 0;
            // 
            // yesbtn
            // 
            this.yesbtn.Location = new System.Drawing.Point(205, 331);
            this.yesbtn.Name = "yesbtn";
            this.yesbtn.Size = new System.Drawing.Size(75, 23);
            this.yesbtn.TabIndex = 1;
            this.yesbtn.Text = "确定";
            this.yesbtn.UseVisualStyleBackColor = true;
            this.yesbtn.Click += new System.EventHandler(this.yesbtn_Click);
            // 
            // histrymoney
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(292, 366);
            this.Controls.Add(this.yesbtn);
            this.Controls.Add(this.moneyhistryview);
            this.MaximizeBox = false;
            this.Name = "histrymoney";
            this.Text = "员工薪资历史记录";
            this.Load += new System.EventHandler(this.histrymoney_Load);
            ((System.ComponentModel.ISupportInitialize)(this.moneyhistryview)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.DataGridView moneyhistryview;
        private System.Windows.Forms.Button yesbtn;
    }
}

⌨️ 快捷键说明

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