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

📄 rewardsform.designer.cs

📁 c# 人事工资管理系统平台,很好用嘎..你们看看参考
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace MyPersonnel
{
    partial class RewardsForm
    {
        /// <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.Windows.Forms.Label 自编号Label;
            System.Windows.Forms.Label 员工编号Label;
            System.Windows.Forms.Label 员工姓名Label;
            System.Windows.Forms.Label 奖惩日期Label;
            System.Windows.Forms.Label 奖惩类型Label;
            System.Windows.Forms.Label 奖惩原因Label;
            System.Windows.Forms.Label 奖惩批准单位Label;
            System.Windows.Forms.Label 解除处分日期Label;
            System.Windows.Forms.Label 说明Label;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RewardsForm));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.奖惩记录BindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.奖惩记录BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.myPersonnelDataSet = new MyPersonnel.MyPersonnelDataSet();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.员工姓名ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
            this.员工姓名ToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
            this.查询ToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.奖惩记录BindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            this.奖惩记录DataGridView = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            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.基本档案DataGridView = new System.Windows.Forms.DataGridView();
            this.自编号TextBox = new System.Windows.Forms.TextBox();
            this.员工编号TextBox = new System.Windows.Forms.TextBox();
            this.员工姓名TextBox = new System.Windows.Forms.TextBox();
            this.奖惩日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.奖惩类型ComboBox = new System.Windows.Forms.ComboBox();
            this.奖惩原因TextBox = new System.Windows.Forms.TextBox();
            this.奖惩批准单位TextBox = new System.Windows.Forms.TextBox();
            this.解除处分日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.说明TextBox = new System.Windows.Forms.TextBox();
            this.奖惩记录TableAdapter = new MyPersonnel.MyPersonnelDataSetTableAdapters.奖惩记录TableAdapter();
            自编号Label = new System.Windows.Forms.Label();
            员工编号Label = new System.Windows.Forms.Label();
            员工姓名Label = new System.Windows.Forms.Label();
            奖惩日期Label = new System.Windows.Forms.Label();
            奖惩类型Label = new System.Windows.Forms.Label();
            奖惩原因Label = new System.Windows.Forms.Label();
            奖惩批准单位Label = new System.Windows.Forms.Label();
            解除处分日期Label = new System.Windows.Forms.Label();
            说明Label = new System.Windows.Forms.Label();
            ((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();
            ((System.ComponentModel.ISupportInitialize)(this.基本档案DataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // 自编号Label
            // 
            自编号Label.AutoSize = true;
            自编号Label.Location = new System.Drawing.Point(4, 132);
            自编号Label.Name = "自编号Label";
            自编号Label.Size = new System.Drawing.Size(47, 12);
            自编号Label.TabIndex = 24;
            自编号Label.Text = "自编号:";
            // 
            // 员工编号Label
            // 
            员工编号Label.AutoSize = true;
            员工编号Label.Location = new System.Drawing.Point(4, 159);
            员工编号Label.Name = "员工编号Label";
            员工编号Label.Size = new System.Drawing.Size(59, 12);
            员工编号Label.TabIndex = 26;
            员工编号Label.Text = "员工编号:";
            // 
            // 员工姓名Label
            // 
            员工姓名Label.AutoSize = true;
            员工姓名Label.Location = new System.Drawing.Point(4, 186);
            员工姓名Label.Name = "员工姓名Label";
            员工姓名Label.Size = new System.Drawing.Size(59, 12);
            员工姓名Label.TabIndex = 28;
            员工姓名Label.Text = "员工姓名:";
            // 
            // 奖惩日期Label
            // 
            奖惩日期Label.AutoSize = true;
            奖惩日期Label.Location = new System.Drawing.Point(166, 136);
            奖惩日期Label.Name = "奖惩日期Label";
            奖惩日期Label.Size = new System.Drawing.Size(59, 12);
            奖惩日期Label.TabIndex = 30;
            奖惩日期Label.Text = "奖惩日期:";
            // 
            // 奖惩类型Label
            // 
            奖惩类型Label.AutoSize = true;
            奖惩类型Label.Location = new System.Drawing.Point(166, 162);
            奖惩类型Label.Name = "奖惩类型Label";
            奖惩类型Label.Size = new System.Drawing.Size(59, 12);
            奖惩类型Label.TabIndex = 32;
            奖惩类型Label.Text = "奖惩类型:";
            // 
            // 奖惩原因Label
            // 
            奖惩原因Label.AutoSize = true;
            奖惩原因Label.Location = new System.Drawing.Point(166, 188);
            奖惩原因Label.Name = "奖惩原因Label";
            奖惩原因Label.Size = new System.Drawing.Size(59, 12);
            奖惩原因Label.TabIndex = 34;
            奖惩原因Label.Text = "奖惩原因:";
            // 
            // 奖惩批准单位Label
            // 
            奖惩批准单位Label.AutoSize = true;
            奖惩批准单位Label.Location = new System.Drawing.Point(362, 134);
            奖惩批准单位Label.Name = "奖惩批准单位Label";
            奖惩批准单位Label.Size = new System.Drawing.Size(83, 12);
            奖惩批准单位Label.TabIndex = 36;
            奖惩批准单位Label.Text = "奖惩批准单位:";
            // 
            // 解除处分日期Label
            // 
            解除处分日期Label.AutoSize = true;
            解除处分日期Label.Location = new System.Drawing.Point(362, 162);
            解除处分日期Label.Name = "解除处分日期Label";
            解除处分日期Label.Size = new System.Drawing.Size(83, 12);
            解除处分日期Label.TabIndex = 38;
            解除处分日期Label.Text = "解除处分日期:";
            // 
            // 说明Label
            // 
            说明Label.AutoSize = true;
            说明Label.Location = new System.Drawing.Point(362, 188);
            说明Label.Name = "说明Label";
            说明Label.Size = new System.Drawing.Size(35, 12);
            说明Label.TabIndex = 40;
            说明Label.Text = "说明:";
            // 
            // 奖惩记录BindingNavigator
            // 
            this.奖惩记录BindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
            this.奖惩记录BindingNavigator.BindingSource = this.奖惩记录BindingSource;
            this.奖惩记录BindingNavigator.CountItem = this.bindingNavigatorCountItem;
            this.奖惩记录BindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
            this.奖惩记录BindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.员工姓名ToolStripLabel,
            this.员工姓名ToolStripTextBox,
            this.查询ToolStripButton,
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorSeparator,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorCountItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator2,
            this.bindingNavigatorAddNewItem,
            this.bindingNavigatorDeleteItem,
            this.奖惩记录BindingNavigatorSaveItem});
            this.奖惩记录BindingNavigator.Location = new System.Drawing.Point(0, 0);
            this.奖惩记录BindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.奖惩记录BindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
            this.奖惩记录BindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
            this.奖惩记录BindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.奖惩记录BindingNavigator.Name = "奖惩记录BindingNavigator";
            this.奖惩记录BindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
            this.奖惩记录BindingNavigator.Size = new System.Drawing.Size(542, 25);
            this.奖惩记录BindingNavigator.TabIndex = 0;

⌨️ 快捷键说明

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