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

📄 salarymanagements.designer.cs

📁 人事管理系统
💻 CS
字号:
namespace BlueHill_Win_
{
    partial class SalaryManagements
    {
        /// <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.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.btnQueryEmp = new System.Windows.Forms.Button();
            this.btnHistoryQuery = new System.Windows.Forms.Button();
            this.btnGroupbyDept = new System.Windows.Forms.Button();
            this.btnSetting = new System.Windows.Forms.Button();
            this.btnOk = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.dataGrid1 = new System.Windows.Forms.DataGrid();
            this.员工薪资表BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.blueHillManagementDataSet5 = new BlueHill_Win_.BlueHillManagementDataSet5();
            this.员工薪资表TableAdapter = new BlueHill_Win_.BlueHillManagementDataSet5TableAdapters.员工薪资表TableAdapter();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.员工薪资表BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.blueHillManagementDataSet5)).BeginInit();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Location = new System.Drawing.Point(6, 61);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(429, 252);
            this.dataGridView1.TabIndex = 0;
            // 
            // btnQueryEmp
            // 
            this.btnQueryEmp.Location = new System.Drawing.Point(21, 23);
            this.btnQueryEmp.Name = "btnQueryEmp";
            this.btnQueryEmp.Size = new System.Drawing.Size(75, 23);
            this.btnQueryEmp.TabIndex = 1;
            this.btnQueryEmp.Text = "员工查询";
            this.btnQueryEmp.UseVisualStyleBackColor = true;
            // 
            // btnHistoryQuery
            // 
            this.btnHistoryQuery.Location = new System.Drawing.Point(102, 23);
            this.btnHistoryQuery.Name = "btnHistoryQuery";
            this.btnHistoryQuery.Size = new System.Drawing.Size(75, 23);
            this.btnHistoryQuery.TabIndex = 1;
            this.btnHistoryQuery.Text = "历史查询";
            this.btnHistoryQuery.UseVisualStyleBackColor = true;
            // 
            // btnGroupbyDept
            // 
            this.btnGroupbyDept.Location = new System.Drawing.Point(183, 23);
            this.btnGroupbyDept.Name = "btnGroupbyDept";
            this.btnGroupbyDept.Size = new System.Drawing.Size(75, 23);
            this.btnGroupbyDept.TabIndex = 1;
            this.btnGroupbyDept.Text = "部门汇总";
            this.btnGroupbyDept.UseVisualStyleBackColor = true;
            // 
            // btnSetting
            // 
            this.btnSetting.Location = new System.Drawing.Point(264, 23);
            this.btnSetting.Name = "btnSetting";
            this.btnSetting.Size = new System.Drawing.Size(75, 23);
            this.btnSetting.TabIndex = 1;
            this.btnSetting.Text = "薪资设定";
            this.btnSetting.UseVisualStyleBackColor = true;
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(345, 23);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(75, 23);
            this.btnOk.TabIndex = 1;
            this.btnOk.Text = "确定";
            this.btnOk.UseVisualStyleBackColor = true;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(29, 12);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 0;
            this.button1.Text = "设定薪资";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(355, 12);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 1;
            this.button2.Text = "确定";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // dataGrid1
            // 
            this.dataGrid1.CaptionText = "薪资列表";
            this.dataGrid1.DataMember = "";
            this.dataGrid1.DataSource = this.员工薪资表BindingSource;
            this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.dataGrid1.Location = new System.Drawing.Point(3, 41);
            this.dataGrid1.Name = "dataGrid1";
            this.dataGrid1.ReadOnly = true;
            this.dataGrid1.Size = new System.Drawing.Size(437, 280);
            this.dataGrid1.TabIndex = 2;
            this.dataGrid1.Navigate += new System.Windows.Forms.NavigateEventHandler(this.dataGrid1_Navigate);
            // 
            // 员工薪资表BindingSource
            // 
            this.员工薪资表BindingSource.DataMember = "员工薪资表";
            this.员工薪资表BindingSource.DataSource = this.blueHillManagementDataSet5;
            // 
            // blueHillManagementDataSet5
            // 
            this.blueHillManagementDataSet5.DataSetName = "BlueHillManagementDataSet5";
            this.blueHillManagementDataSet5.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // 员工薪资表TableAdapter
            // 
            this.员工薪资表TableAdapter.ClearBeforeFill = true;
            // 
            // SalaryManagements
            // 
            this.ClientSize = new System.Drawing.Size(442, 323);
            this.Controls.Add(this.dataGrid1);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.MaximizeBox = false;
            this.Name = "SalaryManagements";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "薪资管理";
            this.Load += new System.EventHandler(this.SalaryManagements_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.员工薪资表BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.blueHillManagementDataSet5)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.Button btnQueryEmp;
        private System.Windows.Forms.Button btnHistoryQuery;
        private System.Windows.Forms.Button btnGroupbyDept;
        private System.Windows.Forms.Button btnSetting;
        private System.Windows.Forms.Button btnOk;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.DataGrid dataGrid1;
        private BlueHillManagementDataSet5 blueHillManagementDataSet5;
        private System.Windows.Forms.BindingSource 员工薪资表BindingSource;
        private BlueHill_Win_.BlueHillManagementDataSet5TableAdapters.员工薪资表TableAdapter 员工薪资表TableAdapter;
    }
}

⌨️ 快捷键说明

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