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

📄 archievementform.designer.cs

📁 c# 人事工资管理系统平台,很好用嘎..你们看看参考
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace MyPersonnel
{
    partial class ArchievementForm
    {
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ArchievementForm));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = 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.基本档案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.工作业绩RichTextBox = new System.Windows.Forms.RichTextBox();
            this.专长描述RichTextBox = new System.Windows.Forms.RichTextBox();
            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();
            ((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(3, 130);
            自编号Label.Name = "自编号Label";
            自编号Label.Size = new System.Drawing.Size(47, 12);
            自编号Label.TabIndex = 25;
            自编号Label.Text = "自编号:";
            // 
            // 员工编号Label
            // 
            员工编号Label.AutoSize = true;
            员工编号Label.Location = new System.Drawing.Point(3, 157);
            员工编号Label.Name = "员工编号Label";
            员工编号Label.Size = new System.Drawing.Size(59, 12);
            员工编号Label.TabIndex = 27;
            员工编号Label.Text = "员工编号:";
            // 
            // 员工姓名Label
            // 
            员工姓名Label.AutoSize = true;
            员工姓名Label.Location = new System.Drawing.Point(3, 184);
            员工姓名Label.Name = "员工姓名Label";
            员工姓名Label.Size = new System.Drawing.Size(59, 12);
            员工姓名Label.TabIndex = 29;
            员工姓名Label.Text = "员工姓名:";
            // 
            // 工作业绩Label
            // 
            工作业绩Label.AutoSize = true;
            工作业绩Label.Location = new System.Drawing.Point(173, 130);
            工作业绩Label.Name = "工作业绩Label";
            工作业绩Label.Size = new System.Drawing.Size(59, 12);
            工作业绩Label.TabIndex = 31;
            工作业绩Label.Text = "工作业绩:";
            // 
            // 专长描述Label
            // 
            专长描述Label.AutoSize = true;
            专长描述Label.Location = new System.Drawing.Point(368, 130);
            专长描述Label.Name = "专长描述Label";
            专长描述Label.Size = new System.Drawing.Size(59, 12);
            专长描述Label.TabIndex = 33;
            专长描述Label.Text = "专长描述:";
            // 
            // 说明Label
            // 
            说明Label.AutoSize = true;
            说明Label.Location = new System.Drawing.Point(3, 211);
            说明Label.Name = "说明Label";
            说明Label.Size = new System.Drawing.Size(35, 12);
            说明Label.TabIndex = 35;
            说明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;
            this.工作业绩BindingNavigator.Text = "bindingNavigator1";
            // 
            // bindingNavigatorAddNewItem

⌨️ 快捷键说明

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