Разработка АРМ менеджера по продажам автомобилей в автосалоне

Автор работы: Пользователь скрыл имя, 28 Февраля 2014 в 14:11, курсовая работа

Краткое описание

Целью данной курсовой работы является разработка приложения для учета поступлений и продаж автомобилей в автосалоне.
С помощью созданного приложения работники (менеджеры) автосалона смогут вести учет поступления и реализации автомобилей.

Содержание

ВВЕДЕНИЕ 3
1) ОПИСАНИЕ ПРЕДМЕТНОЙ ОБЛАСТИ 4
2) ИНФОЛОГИЧЕСКАЯ МОДЕЛЬ ДАННЫХ 6
3) ЛОГИЧЕСКАЯ МОДЕЛЬ БАЗЫ ДАННЫХ 7
4) ФИЗИЧЕСКАЯ МОДЕЛЬ ДАННЫХ 9
5) РАЗРАБОТКА ОБЪЕКТОВ БАЗЫ ДАННЫХ (ПРЕДСТАВЛЕНИЙ, ПОЛЬЗОВАТЕЛЬСКИХ ФУНКЦИЙ, ХРАНИМЫХ ПРОЦЕДУР, ТРАНЗАКЦИЙ, ТРИГГЕРОВ) И ОТДЕЛЬНЫХ ЗАПРОСОВ К БАЗЕ ДАННЫХ 17
6) ОПИСАНИЕ ПРОЕКТА 20
7) ДЕМОНСТРАЦИЯ РАБОТАЮЩЕГО ПРОЕКТА 27
ЗАКЛЮЧЕНИЕ 30
СПИСОК ИСПОЛЬЗОВАННОЙ ЛИТЕРАТУРЫ 31

Прикрепленные файлы: 1 файл

8100_06_Информатика_01.doc

— 1.92 Мб (Скачать документ)

            this.bindingNavigatorMoveLastItem.Text = "Move last";

            //

            // bindingNavigatorSeparator2

            //

            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";

            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);

            //

            // bindingNavigatorAddNewItem

            //

            this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;

            this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));

            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";

            this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;

            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);

            this.bindingNavigatorAddNewItem.Text = "Add new";

            //

            // bindingNavigatorDeleteItem

            //

            this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;

            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));

            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";

            this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;

            this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);

            this.bindingNavigatorDeleteItem.Text = "Delete";

            //

            // toolStripButton1

            //

            this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;

            this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));

            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;

            this.toolStripButton1.Name = "toolStripButton1";

            this.toolStripButton1.Size = new System.Drawing.Size(23, 22);

            this.toolStripButton1.Text = "toolStripButton1";

            this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);

            //

            // bindingNavigator2

            //

            this.bindingNavigator2.AddNewItem = this.toolStripButton2;

            this.bindingNavigator2.BindingSource = this.моделиBindingSource;

            this.bindingNavigator2.CountItem = this.toolStripLabel1;

            this.bindingNavigator2.DeleteItem = this.toolStripButton3;

            this.bindingNavigator2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {

            this.toolStripButton4,

            this.toolStripButton5,

            this.toolStripSeparator1,

            this.toolStripTextBox1,

            this.toolStripLabel1,

            this.toolStripSeparator2,

            this.toolStripButton6,

            this.toolStripButton7,

            this.toolStripSeparator3,

            this.toolStripButton2,

            this.toolStripButton3,

            this.toolStripButton8});

            this.bindingNavigator2.Location = new System.Drawing.Point(3, 3);

            this.bindingNavigator2.MoveFirstItem = this.toolStripButton4;

            this.bindingNavigator2.MoveLastItem = this.toolStripButton7;

            this.bindingNavigator2.MoveNextItem = this.toolStripButton6;

            this.bindingNavigator2.MovePreviousItem = this.toolStripButton5;

            this.bindingNavigator2.Name = "bindingNavigator2";

            this.bindingNavigator2.PositionItem = this.toolStripTextBox1;

            this.bindingNavigator2.Size = new System.Drawing.Size(729, 25);

            this.bindingNavigator2.TabIndex = 1;

            this.bindingNavigator2.Text = "bindingNavigator2";

            //

            // toolStripButton2

            //

            this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;

            this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));

            this.toolStripButton2.Name = "toolStripButton2";

            this.toolStripButton2.RightToLeftAutoMirrorImage = true;

            this.toolStripButton2.Size = new System.Drawing.Size(23, 22);

            this.toolStripButton2.Text = "Add new";

            //

            // toolStripLabel1

            //

            this.toolStripLabel1.Name = "toolStripLabel1";

            this.toolStripLabel1.Size = new System.Drawing.Size(33, 22);

            this.toolStripLabel1.Text = "of {0}";

            this.toolStripLabel1.ToolTipText = "Total number of items";

            //

            // toolStripButton3

            //

            this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;

            this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));

            this.toolStripButton3.Name = "toolStripButton3";

            this.toolStripButton3.RightToLeftAutoMirrorImage = true;

            this.toolStripButton3.Size = new System.Drawing.Size(23, 22);

            this.toolStripButton3.Text = "Delete";

            //

            // toolStripButton4

            //

            this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;

            this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));

            this.toolStripButton4.Name = "toolStripButton4";

            this.toolStripButton4.RightToLeftAutoMirrorImage = true;

            this.toolStripButton4.Size = new System.Drawing.Size(23, 22);

            this.toolStripButton4.Text = "Move first";

            //

            // toolStripButton5

            //

            this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;

            this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));

            this.toolStripButton5.Name = "toolStripButton5";

            this.toolStripButton5.RightToLeftAutoMirrorImage = true;

            this.toolStripButton5.Size = new System.Drawing.Size(23, 22);

            this.toolStripButton5.Text = "Move previous";

            //

            // toolStripSeparator1

            //

            this.toolStripSeparator1.Name = "toolStripSeparator1";

            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);

            //

            // toolStripTextBox1

            //

            this.toolStripTextBox1.AccessibleName = "Position";

            this.toolStripTextBox1.AutoSize = false;

            this.toolStripTextBox1.Name = "toolStripTextBox1";

            this.toolStripTextBox1.Size = new System.Drawing.Size(50, 20);

            this.toolStripTextBox1.Text = "0";

            this.toolStripTextBox1.ToolTipText = "Current position";

            //

            // toolStripSeparator2

            //

            this.toolStripSeparator2.Name = "toolStripSeparator2";

            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);

            //

            // toolStripButton6

            //

            this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;

            this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));

            this.toolStripButton6.Name = "toolStripButton6";

            this.toolStripButton6.RightToLeftAutoMirrorImage = true;

            this.toolStripButton6.Size = new System.Drawing.Size(23, 22);

            this.toolStripButton6.Text = "Move next";

            //

            // toolStripButton7

            //

            this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;

            this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));

            this.toolStripButton7.Name = "toolStripButton7";

            this.toolStripButton7.RightToLeftAutoMirrorImage = true;

            this.toolStripButton7.Size = new System.Drawing.Size(23, 22);

            this.toolStripButton7.Text = "Move last";

            //

            // toolStripSeparator3

            //

            this.toolStripSeparator3.Name = "toolStripSeparator3";

            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);

            //

            // toolStripButton8

            //

            this.toolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;

            this.toolStripButton8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton8.Image")));

            this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;

            this.toolStripButton8.Name = "toolStripButton8";

            this.toolStripButton8.Size = new System.Drawing.Size(23, 22);

            this.toolStripButton8.Text = "toolStripButton1";

            this.toolStripButton8.Click += new System.EventHandler(this.toolStripButton8_Click);

            //

            // bindingNavigator3

            //

            this.bindingNavigator3.AddNewItem = this.toolStripButton9;

            this.bindingNavigator3.BindingSource = this.клиентыBindingSource;

            this.bindingNavigator3.CountItem = this.toolStripLabel2;

            this.bindingNavigator3.DeleteItem = this.toolStripButton10;

            this.bindingNavigator3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {

            this.toolStripButton11,

            this.toolStripButton12,

            this.toolStripSeparator4,

            this.toolStripTextBox2,

            this.toolStripLabel2,

            this.toolStripSeparator5,

            this.toolStripButton13,

            this.toolStripButton14,

            this.toolStripSeparator6,

            this.toolStripButton9,

            this.toolStripButton10,

            this.toolStripButton15});

            this.bindingNavigator3.Location = new System.Drawing.Point(3, 3);

            this.bindingNavigator3.MoveFirstItem = this.toolStripButton11;

            this.bindingNavigator3.MoveLastItem = this.toolStripButton14;

            this.bindingNavigator3.MoveNextItem = this.toolStripButton13;

            this.bindingNavigator3.MovePreviousItem = this.toolStripButton12;

            this.bindingNavigator3.Name = "bindingNavigator3";

            this.bindingNavigator3.PositionItem = this.toolStripTextBox2;

            this.bindingNavigator3.Size = new System.Drawing.Size(729, 25);

            this.bindingNavigator3.TabIndex = 1;

            this.bindingNavigator3.Text = "bindingNavigator3";

            //

            // toolStripButton9

            //

            this.toolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;

            this.toolStripButton9.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton9.Image")));

            this.toolStripButton9.Name = "toolStripButton9";

            this.toolStripButton9.RightToLeftAutoMirrorImage = true;

            this.toolStripButton9.Size = new System.Drawing.Size(23, 22);

            this.toolStripButton9.Text = "Add new";

            //

            // toolStripLabel2

            //

            this.toolStripLabel2.Name = "toolStripLabel2";

            this.toolStripLabel2.Size = new System.Drawing.Size(33, 22);

            this.toolStripLabel2.Text = "of {0}";

            this.toolStripLabel2.ToolTipText = "Total number of items";

            //

            // toolStripButton10

            //

            this.toolStripButton10.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;

            this.toolStripButton10.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton10.Image")));

            this.toolStripButton10.Name = "toolStripButton10";

            this.toolStripButton10.RightToLeftAutoMirrorImage = true;

            this.toolStripButton10.Size = new System.Drawing.Size(23, 22);

            this.toolStripButton10.Text = "Delete";

            //

            // toolStripButton11

            //

            this.toolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;

            this.toolStripButton11.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton11.Image")));

            this.toolStripButton11.Name = "toolStripButton11";

            this.toolStripButton11.RightToLeftAutoMirrorImage = true;

            this.toolStripButton11.Size = new System.Drawing.Size(23, 22);

            this.toolStripButton11.Text = "Move first";

            //

            // toolStripButton12

            //

            this.toolStripButton12.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;

            this.toolStripButton12.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton12.Image")));

            this.toolStripButton12.Name = "toolStripButton12";

            this.toolStripButton12.RightToLeftAutoMirrorImage = true;

            this.toolStripButton12.Size = new System.Drawing.Size(23, 22);

            this.toolStripButton12.Text = "Move previous";

            //

            // toolStripSeparator4

            //

            this.toolStripSeparator4.Name = "toolStripSeparator4";

            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);

            //

            // toolStripTextBox2

            //

            this.toolStripTextBox2.AccessibleName = "Position";

            this.toolStripTextBox2.AutoSize = false;

            this.toolStripTextBox2.Name = "toolStripTextBox2";

            this.toolStripTextBox2.Size = new System.Drawing.Size(50, 20);

            this.toolStripTextBox2.Text = "0";

            this.toolStripTextBox2.ToolTipText = "Current position";

            //

            // toolStripSeparator5

            //

            this.toolStripSeparator5.Name = "toolStripSeparator5";

            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);

            //

            // toolStripButton13

            //

            this.toolStripButton13.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;

            this.toolStripButton13.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton13.Image")));

            this.toolStripButton13.Name = "toolStripButton13";

            this.toolStripButton13.RightToLeftAutoMirrorImage = true;

            this.toolStripButton13.Size = new System.Drawing.Size(23, 22);

            this.toolStripButton13.Text = "Move next";

            //

            // toolStripButton14

            //

            this.toolStripButton14.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;

            this.toolStripButton14.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton14.Image")));

            this.toolStripButton14.Name = "toolStripButton14";

            this.toolStripButton14.RightToLeftAutoMirrorImage = true;

            this.toolStripButton14.Size = new System.Drawing.Size(23, 22);

            this.toolStripButton14.Text = "Move last";

            //

            // toolStripSeparator6

            //

            this.toolStripSeparator6.Name = "toolStripSeparator6";

            this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);

            //

            // toolStripButton15

            //

            this.toolStripButton15.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;

            this.toolStripButton15.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton15.Image")));

            this.toolStripButton15.ImageTransparentColor = System.Drawing.Color.Magenta;

            this.toolStripButton15.Name = "toolStripButton15";

            this.toolStripButton15.Size = new System.Drawing.Size(23, 22);

            this.toolStripButton15.Text = "toolStripButton1";

            this.toolStripButton15.Click += new System.EventHandler(this.toolStripButton15_Click);

            //

            // bindingNavigator4

            //

            this.bindingNavigator4.AddNewItem = this.toolStripButton16;

            this.bindingNavigator4.BindingSource = this.поставщикиBindingSource;

            this.bindingNavigator4.CountItem = this.toolStripLabel3;

            this.bindingNavigator4.DeleteItem = this.toolStripButton17;

            this.bindingNavigator4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {

            this.toolStripButton18,

            this.toolStripButton19,

            this.toolStripSeparator7,

            this.toolStripTextBox3,

            this.toolStripLabel3,

            this.toolStripSeparator8,

            this.toolStripButton20,

            this.toolStripButton21,

            this.toolStripSeparator9,

            this.toolStripButton16,

Информация о работе Разработка АРМ менеджера по продажам автомобилей в автосалоне