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

📄 computeform.designer.cs

📁 c# 人事工资管理系统平台,很好用嘎..你们看看参考
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace MyPersonnel
{
    partial class ComputeForm
    {
        /// <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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ComputeForm));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.工资核算表BindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            this.工资核算表BindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            this.工资核算表BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.myPersonnelDataSet = new MyPersonnel.MyPersonnelDataSet();
            this.部门ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
            this.部门ToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
            this.查询ToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.打印ToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.年份ToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.月份ToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
            this.发工资ToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.工资核算表DataGridView = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.工资核算表TableAdapter = new MyPersonnel.MyPersonnelDataSetTableAdapters.工资核算表TableAdapter();
            ((System.ComponentModel.ISupportInitialize)(this.工资核算表BindingNavigator)).BeginInit();
            this.工资核算表BindingNavigator.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.工资核算表BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.myPersonnelDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.工资核算表DataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // bindingNavigatorSeparator2
            // 
            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // 工资核算表BindingNavigatorSaveItem
            // 
            this.工资核算表BindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("工资核算表BindingNavigatorSaveItem.Image")));
            this.工资核算表BindingNavigatorSaveItem.Name = "工资核算表BindingNavigatorSaveItem";
            this.工资核算表BindingNavigatorSaveItem.Size = new System.Drawing.Size(49, 22);
            this.工资核算表BindingNavigatorSaveItem.Text = "保存";
            this.工资核算表BindingNavigatorSaveItem.Click += new System.EventHandler(this.工资核算表BindingNavigatorSaveItem_Click);
            // 
            // 工资核算表BindingNavigator
            // 
            this.工资核算表BindingNavigator.AddNewItem = null;
            this.工资核算表BindingNavigator.BindingSource = this.工资核算表BindingSource;
            this.工资核算表BindingNavigator.CountItem = null;
            this.工资核算表BindingNavigator.DeleteItem = null;
            this.工资核算表BindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.部门ToolStripLabel,
            this.部门ToolStripComboBox,
            this.查询ToolStripButton,
            this.bindingNavigatorSeparator2,
            this.工资核算表BindingNavigatorSaveItem,
            this.打印ToolStripButton,
            this.toolStripLabel1,
            this.年份ToolStripComboBox,
            this.toolStripLabel2,
            this.月份ToolStripComboBox,
            this.发工资ToolStripButton});
            this.工资核算表BindingNavigator.Location = new System.Drawing.Point(0, 0);
            this.工资核算表BindingNavigator.MoveFirstItem = null;
            this.工资核算表BindingNavigator.MoveLastItem = null;
            this.工资核算表BindingNavigator.MoveNextItem = null;
            this.工资核算表BindingNavigator.MovePreviousItem = null;
            this.工资核算表BindingNavigator.Name = "工资核算表BindingNavigator";
            this.工资核算表BindingNavigator.PositionItem = null;
            this.工资核算表BindingNavigator.Size = new System.Drawing.Size(559, 25);
            this.工资核算表BindingNavigator.TabIndex = 0;
            this.工资核算表BindingNavigator.Text = "bindingNavigator1";
            // 
            // 工资核算表BindingSource
            // 
            this.工资核算表BindingSource.DataMember = "工资核算表";
            this.工资核算表BindingSource.DataSource = this.myPersonnelDataSet;
            // 
            // myPersonnelDataSet
            // 
            this.myPersonnelDataSet.DataSetName = "MyPersonnelDataSet";
            this.myPersonnelDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // 部门ToolStripLabel
            // 
            this.部门ToolStripLabel.Name = "部门ToolStripLabel";
            this.部门ToolStripLabel.Size = new System.Drawing.Size(35, 22);
            this.部门ToolStripLabel.Text = "部门:";
            // 
            // 部门ToolStripComboBox
            // 
            this.部门ToolStripComboBox.DropDownWidth = 75;
            this.部门ToolStripComboBox.Name = "部门ToolStripComboBox";
            this.部门ToolStripComboBox.Size = new System.Drawing.Size(75, 25);
            // 
            // 查询ToolStripButton
            // 
            this.查询ToolStripButton.Name = "查询ToolStripButton";
            this.查询ToolStripButton.Size = new System.Drawing.Size(33, 22);
            this.查询ToolStripButton.Text = "查询";
            this.查询ToolStripButton.Click += new System.EventHandler(this.查询ToolStripButton_Click);
            // 
            // 打印ToolStripButton
            // 
            this.打印ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("打印ToolStripButton.Image")));
            this.打印ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.打印ToolStripButton.Name = "打印ToolStripButton";
            this.打印ToolStripButton.Size = new System.Drawing.Size(49, 22);
            this.打印ToolStripButton.Text = "打印";
            this.打印ToolStripButton.Click += new System.EventHandler(this.打印ToolStripButton_Click);
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(41, 22);
            this.toolStripLabel1.Text = "年份:";
            // 
            // 年份ToolStripComboBox
            // 
            this.年份ToolStripComboBox.DropDownHeight = 150;
            this.年份ToolStripComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.年份ToolStripComboBox.DropDownWidth = 40;
            this.年份ToolStripComboBox.IntegralHeight = false;
            this.年份ToolStripComboBox.Name = "年份ToolStripComboBox";
            this.年份ToolStripComboBox.Size = new System.Drawing.Size(75, 25);
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(41, 22);
            this.toolStripLabel2.Text = "月份:";
            // 
            // 月份ToolStripComboBox
            // 
            this.月份ToolStripComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.月份ToolStripComboBox.Name = "月份ToolStripComboBox";
            this.月份ToolStripComboBox.Size = new System.Drawing.Size(75, 25);
            // 
            // 发工资ToolStripButton
            // 
            this.发工资ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("发工资ToolStripButton.Image")));
            this.发工资ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.发工资ToolStripButton.Name = "发工资ToolStripButton";
            this.发工资ToolStripButton.Size = new System.Drawing.Size(61, 20);
            this.发工资ToolStripButton.Text = "发工资";
            this.发工资ToolStripButton.Click += new System.EventHandler(this.发工资ToolStripButton_Click);
            // 
            // 工资核算表DataGridView
            // 
            this.工资核算表DataGridView.AllowUserToAddRows = false;
            this.工资核算表DataGridView.AllowUserToDeleteRows = false;
            this.工资核算表DataGridView.AllowUserToResizeRows = false;
            this.工资核算表DataGridView.AutoGenerateColumns = false;
            this.工资核算表DataGridView.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
            this.工资核算表DataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn3,
            this.dataGridViewTextBoxColumn4,
            this.dataGridViewTextBoxColumn5,

⌨️ 快捷键说明

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