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

📄 empsalaryhistory.designer.cs

📁 人事管理系统
💻 CS
字号:
namespace BlueHill_Win_
{
    partial class EmpSalaryHistory
    {
        /// <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.components = new System.ComponentModel.Container();
            this.button1 = new System.Windows.Forms.Button();
            this.dataGrid1 = new System.Windows.Forms.DataGrid();
            this.blueHillManagementDataSet8 = new BlueHill_Win_.BlueHillManagementDataSet8();
            this.员工薪资表BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.员工薪资表TableAdapter = new BlueHill_Win_.BlueHillManagementDataSet8TableAdapters.员工薪资表TableAdapter();
            ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.blueHillManagementDataSet8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.员工薪资表BindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(331, 288);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 3;
            this.button1.Text = "确定";
            this.button1.UseVisualStyleBackColor = true;
            // 
            // dataGrid1
            // 
            this.dataGrid1.DataMember = "";
            this.dataGrid1.DataSource = this.员工薪资表BindingSource;
            this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.dataGrid1.Location = new System.Drawing.Point(5, 3);
            this.dataGrid1.Name = "dataGrid1";
            this.dataGrid1.ReadOnly = true;
            this.dataGrid1.Size = new System.Drawing.Size(433, 280);
            this.dataGrid1.TabIndex = 4;
            // 
            // blueHillManagementDataSet8
            // 
            this.blueHillManagementDataSet8.DataSetName = "BlueHillManagementDataSet8";
            this.blueHillManagementDataSet8.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // 员工薪资表BindingSource
            // 
            this.员工薪资表BindingSource.DataMember = "员工薪资表";
            this.员工薪资表BindingSource.DataSource = this.blueHillManagementDataSet8;
            // 
            // 员工薪资表TableAdapter
            // 
            this.员工薪资表TableAdapter.ClearBeforeFill = true;
            // 
            // EmpSalaryHistory
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(442, 323);
            this.Controls.Add(this.dataGrid1);
            this.Controls.Add(this.button1);
            this.MaximizeBox = false;
            this.Name = "EmpSalaryHistory";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "员工薪资历史记录";
            this.Load += new System.EventHandler(this.EmpSalaryHistory_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.blueHillManagementDataSet8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.员工薪资表BindingSource)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.DataGrid dataGrid1;
        private BlueHillManagementDataSet8 blueHillManagementDataSet8;
        private System.Windows.Forms.BindingSource 员工薪资表BindingSource;
        private BlueHill_Win_.BlueHillManagementDataSet8TableAdapters.员工薪资表TableAdapter 员工薪资表TableAdapter;
    }
}

⌨️ 快捷键说明

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