资源简介

10分太少了,完整的系统设计加代码,卖200元的,可惜了!!其他的下下来不能用都是垃圾,我这个改数据库连接就能用

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace 人事管理
{
    public partial class Careerinsert : Form
    {
        public Careerinsert()
        {
            InitializeComponent();
        }

        private void label3_Click(object sender EventArgs e)
        {

        }

        private void button1_Click(object sender EventArgs e)
        {
            string name = textBox1.Text;
            string department = textBox2.Text;
            string arrivedate = dateTimePicker1.Text;
            string nposition = textBox3.Text;
            string educationperiod = richTextBox1.Text;
            string selfvalue = richTextBox2.Text;
            string ideal = richTextBox3.Text;
            string wish = richTextBox4.Text;
            string design = richTextBox5.Text;
            string sql = “insert into careerdata(namedepartmentarrivedatenpositioneducationperiodselfvalueidealwishdesign)values(‘“ + name + “‘‘“ + department + “‘‘“ + arrivedate + “‘‘“ + nposition + “‘‘“ + educationperiod + “‘‘“ + selfvalue + “‘‘“ + ideal + “‘‘“ + wish + “‘‘“ + design + “‘)“;
            bool flag = common.UpdateSQL(sql);
            if (flag)
            {
                MessageBox.Show(“插入成功“);
            }
            else
            {
                MessageBox.Show(“插入失败“);
            }

        }

        private void button2_Click(object sender EventArgs e)
        {
            textBox1.Text = null;
            textBox2.Text = null; 
            textBox3.Text = null;

            richTextBox1.Text = null;
            richTextBox3.Text = null;
            richTextBox2.Text = null;
            richTextBox4.Text = null;
            richTextBox5.Text = null;


        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-03-08 10:52  人事\
     目录           0  2012-03-08 10:51  人事\人事管理\
     目录           0  2012-03-08 10:51  人事\人事管理\人事管理\
     文件       12162  2010-08-04 09:05  人事\人事管理\人事管理\Careerinsert.Designer.cs
     文件        1952  2012-03-07 13:06  人事\人事管理\人事管理\Careerinsert.cs
     文件        5814  2010-08-04 09:05  人事\人事管理\人事管理\Careerinsert.resx
     文件       12049  2010-08-04 09:50  人事\人事管理\人事管理\Careerselect.Designer.cs
     文件        3396  2010-08-04 10:01  人事\人事管理\人事管理\Careerselect.cs
     文件        7837  2010-08-04 09:50  人事\人事管理\人事管理\Careerselect.resx
     文件       12583  2010-08-04 10:09  人事\人事管理\人事管理\Careerupdate.Designer.cs
     文件        2763  2010-08-04 10:09  人事\人事管理\人事管理\Careerupdate.cs
     文件        5814  2010-08-04 10:09  人事\人事管理\人事管理\Careerupdate.resx
     文件       18456  2010-08-03 11:24  人事\人事管理\人事管理\Cultivateinsert.Designer.cs
     文件        6132  2012-03-06 13:40  人事\人事管理\人事管理\Cultivateinsert.cs
     文件        5814  2010-08-03 11:24  人事\人事管理\人事管理\Cultivateinsert.resx
     文件       21113  2010-08-03 11:00  人事\人事管理\人事管理\Cultivateselect.Designer.cs
     文件        7244  2010-08-03 15:36  人事\人事管理\人事管理\Cultivateselect.cs
     文件       11314  2010-08-03 11:00  人事\人事管理\人事管理\Cultivateselect.resx
     文件       16687  2010-08-03 16:38  人事\人事管理\人事管理\Cultivateupdate.Designer.cs
     文件        4935  2012-03-06 13:41  人事\人事管理\人事管理\Cultivateupdate.cs
     文件        5814  2010-08-03 16:38  人事\人事管理\人事管理\Cultivateupdate.resx
     文件         380  2012-03-07 20:28  人事\人事管理\人事管理\DBConn.cs
     文件        8256  2010-08-01 10:28  人事\人事管理\人事管理\Homeupdate.Designer.cs
     文件        2275  2010-08-01 10:28  人事\人事管理\人事管理\Homeupdate.cs
     文件        5814  2010-08-01 10:28  人事\人事管理\人事管理\Homeupdate.resx
     文件        5183  2010-08-01 10:46  人事\人事管理\人事管理\Honourupdate.Designer.cs
     文件        1757  2010-08-01 10:47  人事\人事管理\人事管理\Honourupdate.cs
     文件        5814  2010-08-01 10:46  人事\人事管理\人事管理\Honourupdate.resx
     文件       14534  2012-03-07 13:07  人事\人事管理\人事管理\HumanManage.Designer.cs
     文件        2344  2012-03-07 13:07  人事\人事管理\人事管理\HumanManage.cs
     文件      331467  2012-03-07 13:07  人事\人事管理\人事管理\HumanManage.resx
............此处省略103个文件信息

评论

共有 条评论