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

📄 querypersonnelform.designer.cs

📁 c# 人事工资管理系统平台,很好用嘎..你们看看参考
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace MyPersonnel
{
    partial class QueryPersonnelForm
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QueryPersonnelForm));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.姓名ToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
            this.查询ToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.打印基本档案ToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.基本档案DataGridView = new System.Windows.Forms.DataGridView();
            this.家庭成员DataGridView = new System.Windows.Forms.DataGridView();
            this.培训记录DataGridView = new System.Windows.Forms.DataGridView();
            this.工作业绩DataGridView = new System.Windows.Forms.DataGridView();
            this.奖惩记录DataGridView = new System.Windows.Forms.DataGridView();
            this.离职原因DataGridView = new System.Windows.Forms.DataGridView();
            this.printDocument1 = new System.Drawing.Printing.PrintDocument();
            this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
            this.工作简历DataGridView = new System.Windows.Forms.DataGridView();
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.基本档案DataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.家庭成员DataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.培训记录DataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.工作业绩DataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.奖惩记录DataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.离职原因DataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.工作简历DataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.姓名ToolStripTextBox,
            this.查询ToolStripButton,
            this.打印基本档案ToolStripButton});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(542, 25);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(95, 22);
            this.toolStripLabel1.Text = "请输入员工姓名:";
            // 
            // 姓名ToolStripTextBox
            // 
            this.姓名ToolStripTextBox.Name = "姓名ToolStripTextBox";
            this.姓名ToolStripTextBox.Size = new System.Drawing.Size(60, 25);
            this.姓名ToolStripTextBox.Text = "%%";
            // 
            // 查询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(121, 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(121, 22);
            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.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.基本档案DataGridView.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
            this.基本档案DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.基本档案DataGridView.Location = new System.Drawing.Point(0, 28);
            this.基本档案DataGridView.MultiSelect = false;
            this.基本档案DataGridView.Name = "基本档案DataGridView";
            this.基本档案DataGridView.ReadOnly = true;
            this.基本档案DataGridView.RowHeadersVisible = false;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.Green;
            dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Yellow;
            this.基本档案DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle1;
            this.基本档案DataGridView.RowTemplate.Height = 23;
            this.基本档案DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.基本档案DataGridView.Size = new System.Drawing.Size(542, 67);
            this.基本档案DataGridView.TabIndex = 27;
            this.基本档案DataGridView.SelectionChanged += new System.EventHandler(this.基本档案DataGridView_SelectionChanged);
            // 
            // 家庭成员DataGridView
            // 
            this.家庭成员DataGridView.AllowUserToAddRows = false;
            this.家庭成员DataGridView.AllowUserToDeleteRows = false;
            this.家庭成员DataGridView.AllowUserToResizeRows = false;
            this.家庭成员DataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.家庭成员DataGridView.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
            this.家庭成员DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.家庭成员DataGridView.Location = new System.Drawing.Point(0, 95);
            this.家庭成员DataGridView.MultiSelect = false;
            this.家庭成员DataGridView.Name = "家庭成员DataGridView";
            this.家庭成员DataGridView.ReadOnly = true;
            this.家庭成员DataGridView.RowHeadersVisible = false;
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.Green;
            dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Yellow;
            this.家庭成员DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle2;
            this.家庭成员DataGridView.RowTemplate.Height = 23;
            this.家庭成员DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.家庭成员DataGridView.Size = new System.Drawing.Size(542, 75);
            this.家庭成员DataGridView.TabIndex = 28;
            // 
            // 培训记录DataGridView
            // 
            this.培训记录DataGridView.AllowUserToAddRows = false;
            this.培训记录DataGridView.AllowUserToDeleteRows = false;
            this.培训记录DataGridView.AllowUserToResizeRows = false;
            this.培训记录DataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.培训记录DataGridView.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
            this.培训记录DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.培训记录DataGridView.Location = new System.Drawing.Point(0, 168);
            this.培训记录DataGridView.MultiSelect = false;
            this.培训记录DataGridView.Name = "培训记录DataGridView";

⌨️ 快捷键说明

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