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

📄 personnelform.designer.cs

📁 C++编写的房产中介管理系统
💻 CS
📖 第 1 页 / 共 4 页
字号:
namespace MyHouse
{
    partial class PersonnelForm
    {
        /// <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.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(PersonnelForm));
            this.myHouseDataSet = new MyHouse.MyHouseDataSet();
            this.公司职员信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.公司职员信息TableAdapter = new MyHouse.MyHouseDataSetTableAdapters.公司职员信息TableAdapter();
            this.公司职员信息BindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.bindingNavigatorDeleteItem = 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.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.职员编号TextBox = new System.Windows.Forms.TextBox();
            this.姓名TextBox = new System.Windows.Forms.TextBox();
            this.性别ComboBox = new System.Windows.Forms.ComboBox();
            this.学历ComboBox = new System.Windows.Forms.ComboBox();
            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.入职日期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.电子邮箱TextBox = new System.Windows.Forms.TextBox();
            this.说明TextBox = new System.Windows.Forms.TextBox();
            this.工作简历RichTextBox = new System.Windows.Forms.RichTextBox();
            职员编号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();
            婚姻状况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.myHouseDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.公司职员信息BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.公司职员信息BindingNavigator)).BeginInit();
            this.公司职员信息BindingNavigator.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.公司职员信息DataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // 职员编号Label
            // 
            职员编号Label.AutoSize = true;
            职员编号Label.Location = new System.Drawing.Point(3, 33);
            职员编号Label.Name = "职员编号Label";
            职员编号Label.Size = new System.Drawing.Size(59, 12);
            职员编号Label.TabIndex = 2;
            职员编号Label.Text = "职员编号:";
            // 
            // 姓名Label
            // 
            姓名Label.AutoSize = true;
            姓名Label.Location = new System.Drawing.Point(195, 34);
            姓名Label.Name = "姓名Label";
            姓名Label.Size = new System.Drawing.Size(35, 12);
            姓名Label.TabIndex = 4;
            姓名Label.Text = "姓名:";
            // 
            // 性别Label
            // 
            性别Label.AutoSize = true;
            性别Label.Location = new System.Drawing.Point(327, 34);
            性别Label.Name = "性别Label";
            性别Label.Size = new System.Drawing.Size(35, 12);
            性别Label.TabIndex = 6;
            性别Label.Text = "性别:";
            // 
            // 学历Label
            // 
            学历Label.AutoSize = true;
            学历Label.Location = new System.Drawing.Point(424, 33);
            学历Label.Name = "学历Label";
            学历Label.Size = new System.Drawing.Size(35, 12);
            学历Label.TabIndex = 8;
            学历Label.Text = "学历:";
            // 
            // 职务Label
            // 
            职务Label.AutoSize = true;
            职务Label.Location = new System.Drawing.Point(3, 60);
            职务Label.Name = "职务Label";
            职务Label.Size = new System.Drawing.Size(35, 12);
            职务Label.TabIndex = 10;
            职务Label.Text = "职务:";
            // 
            // 部门名称Label
            // 
            部门名称Label.AutoSize = true;
            部门名称Label.Location = new System.Drawing.Point(144, 60);
            部门名称Label.Name = "部门名称Label";
            部门名称Label.Size = new System.Drawing.Size(59, 12);
            部门名称Label.TabIndex = 12;
            部门名称Label.Text = "部门名称:";
            // 
            // 身份证号码Label
            // 
            身份证号码Label.AutoSize = true;
            身份证号码Label.Location = new System.Drawing.Point(286, 60);
            身份证号码Label.Name = "身份证号码Label";
            身份证号码Label.Size = new System.Drawing.Size(71, 12);
            身份证号码Label.TabIndex = 14;
            身份证号码Label.Text = "身份证号码:";
            // 
            // 出生日期Label
            // 
            出生日期Label.AutoSize = true;
            出生日期Label.Location = new System.Drawing.Point(3, 88);
            出生日期Label.Name = "出生日期Label";
            出生日期Label.Size = new System.Drawing.Size(59, 12);
            出生日期Label.TabIndex = 16;
            出生日期Label.Text = "出生日期:";
            // 
            // 入职日期Label
            // 
            入职日期Label.AutoSize = true;
            入职日期Label.Location = new System.Drawing.Point(197, 87);
            入职日期Label.Name = "入职日期Label";
            入职日期Label.Size = new System.Drawing.Size(59, 12);
            入职日期Label.TabIndex = 18;

⌨️ 快捷键说明

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