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

📄 personnelform.designer.cs

📁 数据库开发房产中介管理系统 VC2005开发环境SQL2005版本
💻 CS
📖 第 1 页 / 共 4 页
字号:
            this.部门名称TextBox.Name = "部门名称TextBox";
            this.部门名称TextBox.Size = new System.Drawing.Size(77, 21);
            this.部门名称TextBox.TabIndex = 13;
            // 
            // 身份证号码TextBox
            // 
            this.身份证号码TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.身份证号码TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公司职员信息BindingSource, "身份证号码", true));
            this.身份证号码TextBox.Location = new System.Drawing.Point(363, 57);
            this.身份证号码TextBox.Name = "身份证号码TextBox";
            this.身份证号码TextBox.Size = new System.Drawing.Size(173, 21);
            this.身份证号码TextBox.TabIndex = 15;
            // 
            // 出生日期DateTimePicker
            // 
            this.出生日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.公司职员信息BindingSource, "出生日期", true));
            this.出生日期DateTimePicker.Location = new System.Drawing.Point(62, 84);
            this.出生日期DateTimePicker.Name = "出生日期DateTimePicker";
            this.出生日期DateTimePicker.Size = new System.Drawing.Size(129, 21);
            this.出生日期DateTimePicker.TabIndex = 17;
            // 
            // 入职日期DateTimePicker
            // 
            this.入职日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.公司职员信息BindingSource, "入职日期", true));
            this.入职日期DateTimePicker.Location = new System.Drawing.Point(262, 83);
            this.入职日期DateTimePicker.Name = "入职日期DateTimePicker";
            this.入职日期DateTimePicker.Size = new System.Drawing.Size(124, 21);
            this.入职日期DateTimePicker.TabIndex = 19;
            // 
            // 婚姻状况ComboBox
            // 
            this.婚姻状况ComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.婚姻状况ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公司职员信息BindingSource, "婚姻状况", true));
            this.婚姻状况ComboBox.FormattingEnabled = true;
            this.婚姻状况ComboBox.Items.AddRange(new object[] {
            "未婚",
            "已婚",
            "离婚"});
            this.婚姻状况ComboBox.Location = new System.Drawing.Point(462, 84);
            this.婚姻状况ComboBox.Name = "婚姻状况ComboBox";
            this.婚姻状况ComboBox.Size = new System.Drawing.Size(74, 20);
            this.婚姻状况ComboBox.TabIndex = 21;
            // 
            // 联系电话TextBox
            // 
            this.联系电话TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公司职员信息BindingSource, "联系电话", true));
            this.联系电话TextBox.Location = new System.Drawing.Point(62, 111);
            this.联系电话TextBox.Name = "联系电话TextBox";
            this.联系电话TextBox.Size = new System.Drawing.Size(151, 21);
            this.联系电话TextBox.TabIndex = 23;
            // 
            // 家庭地址TextBox
            // 
            this.家庭地址TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.家庭地址TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公司职员信息BindingSource, "家庭地址", true));
            this.家庭地址TextBox.Location = new System.Drawing.Point(288, 110);
            this.家庭地址TextBox.Name = "家庭地址TextBox";
            this.家庭地址TextBox.Size = new System.Drawing.Size(248, 21);
            this.家庭地址TextBox.TabIndex = 25;
            // 
            // 电子邮箱TextBox
            // 
            this.电子邮箱TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公司职员信息BindingSource, "电子邮箱", true));
            this.电子邮箱TextBox.Location = new System.Drawing.Point(62, 138);
            this.电子邮箱TextBox.Name = "电子邮箱TextBox";
            this.电子邮箱TextBox.Size = new System.Drawing.Size(151, 21);
            this.电子邮箱TextBox.TabIndex = 27;
            // 
            // 说明TextBox
            // 
            this.说明TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.说明TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公司职员信息BindingSource, "说明", true));
            this.说明TextBox.Location = new System.Drawing.Point(262, 138);
            this.说明TextBox.Name = "说明TextBox";
            this.说明TextBox.Size = new System.Drawing.Size(274, 21);
            this.说明TextBox.TabIndex = 29;
            // 
            // 工作简历RichTextBox
            // 
            this.工作简历RichTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.工作简历RichTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公司职员信息BindingSource, "工作简历", true));
            this.工作简历RichTextBox.Location = new System.Drawing.Point(62, 165);
            this.工作简历RichTextBox.Name = "工作简历RichTextBox";
            this.工作简历RichTextBox.Size = new System.Drawing.Size(474, 96);
            this.工作简历RichTextBox.TabIndex = 31;
            this.工作简历RichTextBox.Text = "";
            // 
            // PersonnelForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(542, 416);
            this.Controls.Add(职员编号Label);
            this.Controls.Add(this.职员编号TextBox);
            this.Controls.Add(姓名Label);
            this.Controls.Add(this.姓名TextBox);
            this.Controls.Add(性别Label);
            this.Controls.Add(this.性别ComboBox);
            this.Controls.Add(学历Label);
            this.Controls.Add(this.学历ComboBox);
            this.Controls.Add(职务Label);
            this.Controls.Add(this.职务TextBox);
            this.Controls.Add(部门名称Label);
            this.Controls.Add(this.部门名称TextBox);
            this.Controls.Add(身份证号码Label);
            this.Controls.Add(this.身份证号码TextBox);
            this.Controls.Add(出生日期Label);
            this.Controls.Add(this.出生日期DateTimePicker);
            this.Controls.Add(入职日期Label);
            this.Controls.Add(this.入职日期DateTimePicker);
            this.Controls.Add(婚姻状况Label);
            this.Controls.Add(this.婚姻状况ComboBox);
            this.Controls.Add(联系电话Label);
            this.Controls.Add(this.联系电话TextBox);
            this.Controls.Add(家庭地址Label);
            this.Controls.Add(this.家庭地址TextBox);
            this.Controls.Add(电子邮箱Label);
            this.Controls.Add(this.电子邮箱TextBox);
            this.Controls.Add(说明Label);
            this.Controls.Add(this.说明TextBox);
            this.Controls.Add(工作简历Label);
            this.Controls.Add(this.工作简历RichTextBox);
            this.Controls.Add(this.公司职员信息DataGridView);
            this.Controls.Add(this.公司职员信息BindingNavigator);
            this.Name = "PersonnelForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "公司职员设置";
            this.Load += new System.EventHandler(this.PersonnelForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.myHouseDataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.公司职员信息BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.公司职员信息BindingNavigator)).EndInit();
            this.公司职员信息BindingNavigator.ResumeLayout(false);
            this.公司职员信息BindingNavigator.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.公司职员信息DataGridView)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private MyHouseDataSet myHouseDataSet;
        private System.Windows.Forms.BindingSource 公司职员信息BindingSource;
        private MyHouse.MyHouseDataSetTableAdapters.公司职员信息TableAdapter 公司职员信息TableAdapter;
        private System.Windows.Forms.BindingNavigator 公司职员信息BindingNavigator;
        private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
        private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
        private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
        private System.Windows.Forms.ToolStripButton 公司职员信息BindingNavigatorSaveItem;
        private System.Windows.Forms.DataGridView 公司职员信息DataGridView;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
        private System.Windows.Forms.TextBox 职员编号TextBox;
        private System.Windows.Forms.TextBox 姓名TextBox;
        private System.Windows.Forms.ComboBox 性别ComboBox;
        private System.Windows.Forms.ComboBox 学历ComboBox;
        private System.Windows.Forms.TextBox 职务TextBox;
        private System.Windows.Forms.TextBox 部门名称TextBox;
        private System.Windows.Forms.TextBox 身份证号码TextBox;
        private System.Windows.Forms.DateTimePicker 出生日期DateTimePicker;
        private System.Windows.Forms.DateTimePicker 入职日期DateTimePicker;
        private System.Windows.Forms.ComboBox 婚姻状况ComboBox;
        private System.Windows.Forms.TextBox 联系电话TextBox;
        private System.Windows.Forms.TextBox 家庭地址TextBox;
        private System.Windows.Forms.TextBox 电子邮箱TextBox;
        private System.Windows.Forms.TextBox 说明TextBox;
        private System.Windows.Forms.RichTextBox 工作简历RichTextBox;
    }
}

⌨️ 快捷键说明

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