Автор: Пользователь скрыл имя, 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
dataGridViewCellStyle6.
dataGridViewCellStyle6.
this.dataGridView1.
this.dataGridView1.Location = new System.Drawing.Point(35, 128);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.Size = new System.Drawing.Size(659, 113);
this.dataGridView1.TabIndex = 2;
//
// iDсотрудникаDataGridViewTextBo
//
this.
this.
this.
//
// фамилияDataGridViewTextBoxColu
//
this.
this.
this.
//
// имяDataGridViewTextBoxColumn
//
this.
this.
this.
//
// отчествоDataGridViewTextBoxCol
//
this.
this.
this.
//
// должностьDataGridViewTextBoxCo
//
this.
this.
this.
//
// датарожденияDataGridViewTextBo
//
this.
this.
this.
//
// сотрудникиканцелярииBindingSou
//
this.
this.
//
// документооборотDataSet2
//
this.документооборотDataSet2.
this.документооборотDataSet2.
//
// comboBox1
//
this.comboBox1.DataSource = this.
this.comboBox1.DisplayMember = "Фамилия";
this.comboBox1.
this.comboBox1.Location = new System.Drawing.Point(35, 68);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(171, 21);
this.comboBox1.TabIndex = 1;
//
// сотрудникиканцелярииBindingSou
//
this.
this.
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(32, 39);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(174, 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.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(865, 370);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Добавление сотрудника канцелярии";
this.tabPage2.
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(33, 31);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(200, 13);
this.label2.TabIndex = 18;
this.label2.Text = "Добавление сотрудников канцелярии";
//
// dataGridView2
//
this.dataGridView2.
this.dataGridView2.Columns.
this.
this.
this.
this.
this.
this.
this.dataGridView2.DataSource = this.
this.dataGridView2.Location = new System.Drawing.Point(33, 83);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.Size = new System.Drawing.Size(661, 103);
this.dataGridView2.TabIndex = 17;
//
// iDсотрудникаDataGridViewTextBo
//
this.
this.
this.
//
// фамилияDataGridViewTextBoxColu
//
this.
this.
this.
//
// имяDataGridViewTextBoxColumn1
//
this.
this.
this.
//
// отчествоDataGridViewTextBoxCol
//
this.
this.
this.
//
// должностьDataGridViewTextBoxCo
//
this.
this.
this.
//
// датарожденияDataGridViewTextBo
//
this.
this.
this.
this.
this.
this.
this.
this.
//
// сотрудникиканцелярииBindingSou
//
this.
this.
//
// btnUndo
//
this.btnUndo.Location = new System.Drawing.Point(294, 268);
this.btnUndo.Name = "btnUndo";
this.btnUndo.Size = new System.Drawing.Size(75, 23);
this.btnUndo.TabIndex = 16;
this.btnUndo.Text = "Отмена";
this.btnUndo.
this.btnUndo.Click += new System.EventHandler(this.
//
// btnDelete
//
this.btnDelete.Location = new System.Drawing.Point(155, 268);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(75, 23);
this.btnDelete.TabIndex = 15;
this.btnDelete.Text = "Удалить";
this.btnDelete.
this.btnDelete.Click += new System.EventHandler(this.
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(23, 268);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 14;
this.btnSave.Text = "Сохранить";
this.btnSave.
this.btnSave.Click += new System.EventHandler(this.
//
// сотрудники_
//
this.сотрудники_
//
// listkancel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScale
this.ClientSize = new System.Drawing.Size(922, 420);
this.Controls.Add(this.
this.Name = "listkancel";
this.Text = "Сотрудники канцелярии";
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
this.tabPage2.PerformLayout();
((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.Label label2;
private System.Windows.Forms.DataGridV
private ДокументооборотDataSet2 документооборотDataSet2;
private System.Windows.Forms.BindingSo
private ДокументооборотDataSet2TableAd
private System.Windows.Forms.BindingSo
private System.Windows.Forms.BindingSo
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 RustemSoft.
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 Listotdel
{
/// <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();