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

📄 frmpactmanage.designer.cs

📁 中小企业人力资源管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace HRP.Personnel
{
    partial class frmPactManage
    {
        /// <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(frmPactManage));
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.tlbtnAdd = new System.Windows.Forms.ToolStripButton();
            this.tlbtnEdit = new System.Windows.Forms.ToolStripButton();
            this.tlbtnDelete = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.tlbtnAll = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.tlbtnAtTerm = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.tlbtnGoOn = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.tlcmbData = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.tltxtKeyword = new System.Windows.Forms.ToolStripTextBox();
            this.tlbtnSearch = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
            this.dgvPactManage = new System.Windows.Forms.DataGridView();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvPactManage)).BeginInit();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSeparator1,
            this.toolStripSeparator2,
            this.tlbtnAdd,
            this.tlbtnEdit,
            this.tlbtnDelete,
            this.toolStripSeparator3,
            this.tlbtnAll,
            this.toolStripSeparator4,
            this.tlbtnAtTerm,
            this.toolStripSeparator5,
            this.tlbtnGoOn,
            this.toolStripSeparator6,
            this.toolStripLabel1,
            this.tlcmbData,
            this.toolStripSeparator7,
            this.toolStripLabel2,
            this.tltxtKeyword,
            this.tlbtnSearch,
            this.toolStripSeparator8,
            this.toolStripSeparator9});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(639, 25);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // tlbtnAdd
            // 
            this.tlbtnAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlbtnAdd.Image = global::HRP.Properties.Resources.添加同级;
            this.tlbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnAdd.Name = "tlbtnAdd";
            this.tlbtnAdd.Size = new System.Drawing.Size(23, 22);
            this.tlbtnAdd.Text = "添加";
            this.tlbtnAdd.Click += new System.EventHandler(this.tlbtnAdd_Click);
            // 
            // tlbtnEdit
            // 
            this.tlbtnEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlbtnEdit.Image = global::HRP.Properties.Resources.修改;
            this.tlbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnEdit.Name = "tlbtnEdit";
            this.tlbtnEdit.Size = new System.Drawing.Size(23, 22);
            this.tlbtnEdit.Text = "修改";
            this.tlbtnEdit.Click += new System.EventHandler(this.tlbtnEdit_Click);
            // 
            // tlbtnDelete
            // 
            this.tlbtnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlbtnDelete.Image = global::HRP.Properties.Resources.删除;
            this.tlbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnDelete.Name = "tlbtnDelete";
            this.tlbtnDelete.Size = new System.Drawing.Size(23, 22);
            this.tlbtnDelete.Text = "删除";
            this.tlbtnDelete.Click += new System.EventHandler(this.tlbtnDelete_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // tlbtnAll
            // 
            this.tlbtnAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlbtnAll.Image = global::HRP.Properties.Resources.全部;
            this.tlbtnAll.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnAll.Name = "tlbtnAll";
            this.tlbtnAll.Size = new System.Drawing.Size(23, 22);
            this.tlbtnAll.Text = "全部";
            this.tlbtnAll.Click += new System.EventHandler(this.tlbtnAll_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // tlbtnAtTerm
            // 
            this.tlbtnAtTerm.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.tlbtnAtTerm.Image = ((System.Drawing.Image)(resources.GetObject("tlbtnAtTerm.Image")));
            this.tlbtnAtTerm.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnAtTerm.Name = "tlbtnAtTerm";
            this.tlbtnAtTerm.Size = new System.Drawing.Size(33, 22);
            this.tlbtnAtTerm.Text = "到期";
            this.tlbtnAtTerm.Click += new System.EventHandler(this.tlbtnAtTerm_Click);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
            // 
            // tlbtnGoOn
            // 
            this.tlbtnGoOn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.tlbtnGoOn.Image = ((System.Drawing.Image)(resources.GetObject("tlbtnGoOn.Image")));
            this.tlbtnGoOn.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnGoOn.Name = "tlbtnGoOn";
            this.tlbtnGoOn.Size = new System.Drawing.Size(33, 22);
            this.tlbtnGoOn.Text = "续约";
            this.tlbtnGoOn.Click += new System.EventHandler(this.tlbtnGoOn_Click);
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(65, 22);
            this.toolStripLabel1.Text = "查询的字段";
            // 

⌨️ 快捷键说明

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