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

📄 employeeinfomanage_form.designer.cs

📁 人力管理系统
💻 CS
📖 第 1 页 / 共 4 页
字号:
            this.groupBox2.Text = "备注信息";
            // 
            // rtbReamk
            // 
            this.rtbReamk.Dock = System.Windows.Forms.DockStyle.Fill;
            this.rtbReamk.Location = new System.Drawing.Point(3, 17);
            this.rtbReamk.Name = "rtbReamk";
            this.rtbReamk.Size = new System.Drawing.Size(359, 105);
            this.rtbReamk.TabIndex = 0;
            this.rtbReamk.Text = "";
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.rtbResume);
            this.tabPage3.Location = new System.Drawing.Point(4, 29);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(905, 131);
            this.tabPage3.TabIndex = 1;
            this.tabPage3.Text = "个人简历";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // rtbResume
            // 
            this.rtbResume.Dock = System.Windows.Forms.DockStyle.Fill;
            this.rtbResume.Location = new System.Drawing.Point(3, 3);
            this.rtbResume.Name = "rtbResume";
            this.rtbResume.Size = new System.Drawing.Size(899, 125);
            this.rtbResume.TabIndex = 0;
            this.rtbResume.Text = "";
            // 
            // tabPage4
            // 
            this.tabPage4.Controls.Add(this.richTextBox4);
            this.tabPage4.Location = new System.Drawing.Point(4, 29);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Size = new System.Drawing.Size(905, 131);
            this.tabPage4.TabIndex = 2;
            this.tabPage4.Text = "离职原因";
            this.tabPage4.UseVisualStyleBackColor = true;
            // 
            // richTextBox4
            // 
            this.richTextBox4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.richTextBox4.Location = new System.Drawing.Point(0, 0);
            this.richTextBox4.Name = "richTextBox4";
            this.richTextBox4.Size = new System.Drawing.Size(905, 131);
            this.richTextBox4.TabIndex = 0;
            this.richTextBox4.Text = "";
            // 
            // contextMenuStrip2
            // 
            this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.打印选中的员工资料YToolStripMenuItem,
            this.打印全部的员工资料ZToolStripMenuItem,
            this.toolStripMenuItem3,
            this.复职ToolStripMenuItem1});
            this.contextMenuStrip2.Name = "contextMenuStrip2";
            this.contextMenuStrip2.Size = new System.Drawing.Size(95, 76);
            // 
            // 打印选中的员工资料YToolStripMenuItem
            // 
            this.打印选中的员工资料YToolStripMenuItem.Name = "打印选中的员工资料YToolStripMenuItem";
            this.打印选中的员工资料YToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
            this.打印选中的员工资料YToolStripMenuItem.Text = "离职";
            this.打印选中的员工资料YToolStripMenuItem.Click += new System.EventHandler(this.打印选中的员工资料YToolStripMenuItem_Click);
            // 
            // 打印全部的员工资料ZToolStripMenuItem
            // 
            this.打印全部的员工资料ZToolStripMenuItem.Name = "打印全部的员工资料ZToolStripMenuItem";
            this.打印全部的员工资料ZToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
            this.打印全部的员工资料ZToolStripMenuItem.Text = "退休";
            this.打印全部的员工资料ZToolStripMenuItem.Click += new System.EventHandler(this.打印全部的员工资料ZToolStripMenuItem_Click);
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(91, 6);
            // 
            // 复职ToolStripMenuItem1
            // 
            this.复职ToolStripMenuItem1.Name = "复职ToolStripMenuItem1";
            this.复职ToolStripMenuItem1.Size = new System.Drawing.Size(94, 22);
            this.复职ToolStripMenuItem1.Text = "复职";
            this.复职ToolStripMenuItem1.Click += new System.EventHandler(this.复职ToolStripMenuItem1_Click);
            // 
            // saveFileDialog1
            // 
            this.saveFileDialog1.Filter = "XML 文件|*.xml";
            // 
            // contextMenuStrip3
            // 
            this.contextMenuStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.导出选中的记录YToolStripMenuItem,
            this.导出全部的记录ZToolStripMenuItem});
            this.contextMenuStrip3.Name = "contextMenuStrip3";
            this.contextMenuStrip3.Size = new System.Drawing.Size(173, 48);
            // 
            // 导出选中的记录YToolStripMenuItem
            // 
            this.导出选中的记录YToolStripMenuItem.Name = "导出选中的记录YToolStripMenuItem";
            this.导出选中的记录YToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.导出选中的记录YToolStripMenuItem.Text = "导出选中的记录(&Y)";
            // 
            // 导出全部的记录ZToolStripMenuItem
            // 
            this.导出全部的记录ZToolStripMenuItem.Name = "导出全部的记录ZToolStripMenuItem";
            this.导出全部的记录ZToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.导出全部的记录ZToolStripMenuItem.Text = "导出全部的记录(&Z)";
            this.导出全部的记录ZToolStripMenuItem.Click += new System.EventHandler(this.导出全部的记录ZToolStripMenuItem_Click);
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.Filter = "XML 文件|*.xml";
            // 
            // EmployeeInfoManage_Form
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(913, 620);
            this.Controls.Add(this.tabControl2);
            this.Controls.Add(this.panel1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximumSize = new System.Drawing.Size(921, 654);
            this.MinimumSize = new System.Drawing.Size(921, 654);
            this.Name = "EmployeeInfoManage_Form";
            this.Text = "员工信息管理";
            this.Load += new System.EventHandler(this.EmployeeInfoManage_Form_Load);
            this.panel1.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.contextMenuStrip1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.tabControl2.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ptbPhoto)).EndInit();
            this.groupBox3.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.tabPage3.ResumeLayout(false);
            this.tabPage4.ResumeLayout(false);
            this.contextMenuStrip2.ResumeLayout(false);
            this.contextMenuStrip3.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.TextBox txtSreach;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.CheckBox checkBox1;
        private System.Windows.Forms.ListView listView1;
        private System.Windows.Forms.TabControl tabControl2;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.TabPage tabPage3;
        private System.Windows.Forms.TabPage tabPage4;
        private System.Windows.Forms.ColumnHeader columnHeader1;
        private System.Windows.Forms.ColumnHeader columnHeader2;
        private System.Windows.Forms.ColumnHeader columnHeader3;
        private System.Windows.Forms.ColumnHeader columnHeader4;
        private System.Windows.Forms.ColumnHeader columnHeader5;
        private System.Windows.Forms.ColumnHeader columnHeader6;
        private System.Windows.Forms.ColumnHeader columnHeader7;
        private System.Windows.Forms.ColumnHeader columnHeader8;
        private System.Windows.Forms.ColumnHeader columnHeader9;
        private System.Windows.Forms.ColumnHeader columnHeader10;
        private System.Windows.Forms.ColumnHeader columnHeader11;
        private System.Windows.Forms.ColumnHeader columnHeader12;
        private System.Windows.Forms.ColumnHeader columnHeader13;
        private System.Windows.Forms.ColumnHeader columnHeader14;
        private System.Windows.Forms.ColumnHeader columnHeader15;
        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton toolStripButton1;
        private System.Windows.Forms.ToolStripButton toolStripButton2;
        private System.Windows.Forms.ToolStripButton toolStripButton3;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton toolStripButton4;
        private System.Windows.Forms.ToolStripButton toolStripButton6;
        private System.Windows.Forms.ToolStripButton toolStripButton7;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripButton toolStripButton9;
        private System.Windows.Forms.ToolStripButton toolStripButton10;
        private System.Windows.Forms.ToolStripButton toolStripButton11;
        private System.Windows.Forms.ToolStripButton toolStripButton8;
        private System.Windows.Forms.PictureBox ptbPhoto;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.RichTextBox rtbOther;
        private System.Windows.Forms.RichTextBox rtbReamk;
        private System.Windows.Forms.RichTextBox rtbResume;
        private System.Windows.Forms.RichTextBox richTextBox4;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.ToolStripMenuItem 新增ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem 转正ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 离职ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 退休ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 复职ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip2;
        private System.Windows.Forms.ToolStripMenuItem 打印选中的员工资料YToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 打印全部的员工资料ZToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
        private System.Windows.Forms.ToolStripMenuItem 复职ToolStripMenuItem1;
        private System.Windows.Forms.SaveFileDialog saveFileDialog1;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip3;
        private System.Windows.Forms.ToolStripMenuItem 导出选中的记录YToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 导出全部的记录ZToolStripMenuItem;
        private System.Windows.Forms.OpenFileDialog openFileDialog1;
    }
}

⌨️ 快捷键说明

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