Автор: Пользователь скрыл имя, 27 Февраля 2013 в 15:34, курсовая работа
База данных предназначена для автоматизации рабочего места сотрудника канцелярии. Работа этого звена связана с накоплением большого количества информации, которая связана с регистрации входящей документации корреспонденции. Всю информацию о поступающих документах заносилась вручную на бумажные носители, что создавало большие неудобства, затрачивалось большое количество времени на поиск нужной информации о том или ином документе, нередко важная корреспонденция терялась.
1.Введение 3
1)Выбор среды для создания базы данных 6
I. Теоретическая часть 7
1. SQL 7
1. Архитектура системы безопасности SQL Server 7
1.2 Характеристики информационных потоков 8
1.3Выделение объектов-сущностей предметной области 9
2. Основная часть 12
2.1 Разработка БД в среде SQL Server 2008 12
2.1.1. входящая_корреспонденция 12
2.1.2. отписано 12
2.1.3. отдел 13
2.1.4.сотрудники канцелярии 14
2.1.5. сотрудники отдела 15
2.1.6. важность 15
2.1.7. категория 16
2.1.8. Логическая модель базы данных 17
2.2. Физическая модель данных 18
2.2.3. Описание проекта 19
2.2.4. Способ доступа к данным 25
2.2.5. Создание нового источника данных из файла базы данных SQL Server с помощью команды "Добавить новый источник данных": 26
Подключение источника данных на Windows Form: 26
2.2.6. Демонстрация работающего проекта 30
3.Заключение 36
4.Список литературы 38
5.Приложения 39
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Containe
this.tabControl1 = new System.Windows.Forms.TabContro
this.tabPage1 = new System.Windows.Forms.TabPage()
this.dataGridView1 = new System.Windows.Forms.DataGridV
this.
this.
this.
this.
this.
this.
this.
this.документооборотDataSet2
= new WindowsFormsApplication2.Докум
this.comboBox1 = new System.Windows.Forms.ComboBox(
this.
this.label1 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage()
this.btnUndo = new System.Windows.Forms.Button();
this.btnDelete = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.dataGridView2 = new System.Windows.Forms.DataGridV
this.
this.отделBindingSource = new System.Windows.Forms.BindingSo
this.
this.
this.
this.
this.
this.
this.сотрудники_
this.отделTableAdapter = new WindowsFormsApplication2.
this.tabControl1.
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISuppo
((System.ComponentModel.ISuppo
((System.ComponentModel.ISuppo
((System.ComponentModel.ISuppo
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISuppo
((System.ComponentModel.ISuppo
((System.ComponentModel.ISuppo
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(
this.tabControl1.Controls.Add(
this.tabControl1.Location = new System.Drawing.Point(12, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(730, 302);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(thi
this.tabPage1.Controls.Add(thi
this.tabPage1.Controls.Add(thi
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(
this.tabPage1.Size = new System.Drawing.Size(722, 276);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Список сотрудников отдела";
this.tabPage1.
//
// dataGridView1
//
this.dataGridView1.
this.dataGridView1.Columns.
this.
this.
this.
this.
this.
this.
this.dataGridView1.DataSource = this.
this.dataGridView1.Location = new System.Drawing.Point(29, 100);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.Size = new System.Drawing.Size(642, 104);
this.dataGridView1.TabIndex = 2;
//
// отделDataGridViewTextBoxColumn
//
this.
this.
this.
//
// фамилияDataGridViewTextBoxColu
//
this.
this.
this.
//
// имяDataGridViewTextBoxColumn
//
this.
this.
this.
//
// отчествоDataGridViewTextBoxCol
//
this.
this.
this.
//
// адресDataGridViewTextBoxColumn
//
this.
this.
this.
//
// телефонDataGridViewTextBoxColu
//
this.
this.
this.
//
// сотрудникиотделаBindingSource1
//
this.
this.
//
// документооборотDataSet2
//
this.документооборотDataSet2.
this.документооборотDataSet2.
//
// comboBox1
//
this.comboBox1.DataSource = this.
this.comboBox1.DisplayMember = "Фамилия";
this.comboBox1.
this.comboBox1.Location = new System.Drawing.Point(29, 57);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(146, 21);
this.comboBox1.TabIndex = 1;
//
// сотрудникиотделаBindingSource
//
this.
this.
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(26, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(149, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Список сотрудников отдела";
//
// tabPage2
//
this.tabPage2.Controls.Add(thi
this.tabPage2.Controls.Add(thi
this.tabPage2.Controls.Add(thi
this.tabPage2.Controls.Add(thi
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(
this.tabPage2.Size = new System.Drawing.Size(722, 276);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Добавление нового сотрудника";
this.tabPage2.
//
// btnUndo
//
this.btnUndo.Location = new System.Drawing.Point(490, 224);
this.btnUndo.Name = "btnUndo";
this.btnUndo.Size = new System.Drawing.Size(75, 23);
this.btnUndo.TabIndex = 3;
this.btnUndo.Text = "Отмена";
this.btnUndo.
this.btnUndo.Click += new System.EventHandler(this.
//
// btnDelete
//
this.btnDelete.Location = new System.Drawing.Point(281, 224);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(75, 23);
this.btnDelete.TabIndex = 2;
this.btnDelete.Text = "Удалите";
this.btnDelete.
this.btnDelete.Click += new System.EventHandler(this.
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(82, 225);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 1;
this.btnSave.Text = "Сохранить";
this.btnSave.
this.btnSave.Click += new System.EventHandler(this.
//
// dataGridView2
//
this.dataGridView2.
this.dataGridView2.Columns.
this.
this.
this.
this.
this.
this.
this.dataGridView2.DataSource = this.
this.dataGridView2.Location = new System.Drawing.Point(23, 53);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.Size = new System.Drawing.Size(649, 150);
this.dataGridView2.TabIndex = 0;
//
// отделDataGridViewTextBoxColumn
//
this.
this.
this.
this.
this.
this.
this.
this.
//
// отделBindingSource
//
this.отделBindingSource.
this.отделBindingSource.
//
// фамилияDataGridViewTextBoxColu
//
this.
this.
this.
//
// имяDataGridViewTextBoxColumn1
//
this.
this.
this.
//
// отчествоDataGridViewTextBoxCol
//
this.
this.
this.
//
// адресDataGridViewTextBoxColumn
//
this.
this.
this.
//
// телефонDataGridViewTextBoxColu
//
this.
this.
this.
//