Автор: Пользователь скрыл имя, 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
// сотрудникиотделаBindingSource2
//
this.
this.
//
// сотрудники_отделаTableAdapter
//
this.сотрудники_
//
// отделTableAdapter
//
this.отделTableAdapter.
//
// Listotdel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScale
this.ClientSize = new System.Drawing.Size(833, 326);
this.Controls.Add(this.
this.Name = "Listotdel";
this.Text = "Listotdel";
this.Load += new System.EventHandler(this.
this.tabControl1.ResumeLayout(
this.tabPage1.ResumeLayout(fal
this.tabPage1.PerformLayout();
((System.ComponentModel.ISuppo
((System.ComponentModel.ISuppo
((System.ComponentModel.ISuppo
((System.ComponentModel.ISuppo
this.tabPage2.ResumeLayout(fal
((System.ComponentModel.ISuppo
((System.ComponentModel.ISuppo
((System.ComponentModel.ISuppo
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabContro
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.DataGridV
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Button btnUndo;
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.DataGridV
private ДокументооборотDataSet2 документооборотDataSet2;
private System.Windows.Forms.BindingSo
private ДокументооборотDataSet2TableAd
private System.Windows.Forms.DataGridV
private System.Windows.Forms.DataGridV
private System.Windows.Forms.DataGridV
private System.Windows.Forms.DataGridV
private System.Windows.Forms.DataGridV
private System.Windows.Forms.DataGridV
private System.Windows.Forms.BindingSo
private System.Windows.Forms.BindingSo
private System.Windows.Forms.BindingSo
private ДокументооборотDataSet2TableAd
private System.Windows.Forms.DataGridV
private System.Windows.Forms.DataGridV
private System.Windows.Forms.DataGridV
private System.Windows.Forms.DataGridV
private System.Windows.Forms.DataGridV
private System.Windows.Forms.DataGridV
}
}
Ректорат
namespace WindowsFormsApplication2
{
partial class Ректорат
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContain
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
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.label5 = new System.Windows.Forms.Label();
this.btnSave = new System.Windows.Forms.Button();
this.btnDelete = new System.Windows.Forms.Button();
this.Undo = new System.Windows.Forms.Button();
this.ID = new System.Windows.Forms.DataGridV
this.
this.
this.
this.
this.dataGridView1 = new System.Windows.Forms.DataGridV
this.ректоратBindingSource1 = new System.Windows.Forms.BindingSo
this.документооборотDataSet2
= new WindowsFormsApplication2.Докум
this.ректоратTableAdapter1 = new WindowsFormsApplication2.
this.документооборотDataSet
= new WindowsFormsApplication2.Докум
this.
this.ректоратBindingSource = new System.Windows.Forms.BindingSo
this.ректоратTableAdapter = new WindowsFormsApplication2.
this.
this.
this.
this.
this.
((System.ComponentModel.ISuppo
((System.ComponentModel.ISuppo
((System.ComponentModel.ISuppo
((System.ComponentModel.ISuppo
((System.ComponentModel.ISuppo
((System.ComponentModel.ISuppo
this.SuspendLayout();
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(12, 28);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(87, 13);
this.label5.TabIndex = 10;
this.label5.Text = "Все сотрудники";
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(12, 232);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 11;
this.btnSave.Text = "Сохранить";
this.btnSave.
this.btnSave.Click += new System.EventHandler(this.
//
// btnDelete
//
this.btnDelete.Location = new System.Drawing.Point(132, 232);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(75, 23);
this.btnDelete.TabIndex = 12;
this.btnDelete.Text = "Удалить";
this.btnDelete.
this.btnDelete.Click += new System.EventHandler(this.
//
// Undo
//
this.Undo.Location = new System.Drawing.Point(277, 232);
this.Undo.Name = "Undo";
this.Undo.Size = new System.Drawing.Size(75, 23);
this.Undo.TabIndex = 13;
this.Undo.Text = "Отмена";
this.Undo.
this.Undo.Click += new System.EventHandler(this.Undo_
//
// ID
//
this.ID.DataPropertyName = "ID";
this.ID.HeaderText = "ID";
this.ID.Name = "ID";
this.ID.Visible = false;
//
// фамилияDataGridViewTextBoxColu
//
this.
this.
this.
//
// имяDataGridViewTextBoxColumn
//
this.
this.
this.
//
// отчествоDataGridViewTextBoxCol
//
this.
this.
this.
//
// направлениеработыDataGridViewT
//
this.
this.
this.
this.
//
// dataGridView1
//
this.dataGridView1.
this.dataGridView1.Columns.
this.
this.
this.
this.
this.
this.dataGridView1.DataSource = this.ректоратBindingSource;
this.dataGridView1.Location = new System.Drawing.Point(15, 60);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.Size = new System.Drawing.Size(587, 150);
this.dataGridView1.TabIndex = 14;
//
// ректоратBindingSource1
//
this.ректоратBindingSource1.
this.ректоратBindingSource1.
//
// документооборотDataSet2
//
this.документооборотDataSet2.
this.документооборотDataSet2.
//
// ректоратTableAdapter1
//
this.ректоратTableAdapter1.
//
// документооборотDataSet
//
this.документооборотDataSet.
this.документооборотDataSet.
//
// документооборотDataSetBindingS
//
this.
this.
//
// ректоратBindingSource
//
this.ректоратBindingSource.
this.ректоратBindingSource.
//
// ректоратTableAdapter
//
this.ректоратTableAdapter.
//
// dataGridViewTextBoxColumn1
//
this.
this.
this.
//
// фамилияDataGridViewTextBoxColu
//
this.
this.
this.
//
// имяDataGridViewTextBoxColumn1
//
this.
this.
this.
//
// отчествоDataGridViewTextBoxCol
//
this.
this.
this.
//
// направлениеработыDataGridViewT
//
this.