VERSION 5.00 Begin VB.Form Form5 BorderStyle = 3 'Fixed Dialog Caption = "Form5" ClientHeight = 4710 ClientLeft = 45 ClientTop = 330 ClientWidth = 7170 LinkTopic = "Form5" MaxButton = 0 'False MinButton = 0 'False ScaleHeight = 4710 ScaleWidth = 7170 ShowInTaskbar = 0 'False StartUpPosition = 3 'Windows Default Begin VB.CommandButton cmdVisit Caption = "OK" Height = 495 Left = 195 TabIndex = 7 Top = 4080 Width = 1185 End Begin VB.Label Label7 Caption = "2004" BeginProperty Font Name = "MS Sans Serif" Size = 8.25 Charset = 204 Weight = 700 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 255 Left = 2925 TabIndex = 6 Top = 4320 Width = 990 End Begin VB.Label Label6 Caption = "Проверила: Кузьмина Е. А." BeginProperty Font Name = "MS Sans Serif" Size = 8.25 Charset = 204 Weight = 700 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 375 Left = 2925 TabIndex = 5 Top = 3720 Width = 3525 End Begin VB.Label Label5 Caption = "Выполнил ст. гр. МС-106 Фахрутдинов В. Н." BeginProperty Font Name = "MS Sans Serif" Size = 8.25 Charset = 204 Weight = 700 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 255 Left = 2925 TabIndex = 4 Top = 3360 Width = 4110 End Begin VB.Label Label4 Caption = "На тему: исследование методов сортировки массивов " BeginProperty Font Name = "MS Sans Serif" Size = 9.75 Charset = 204 Weight = 700 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 375 Left = 390 TabIndex = 3 Top = 2760 Width = 6450 End Begin VB.Label Label3 Caption = "КУРСОВОЙ ПРОЕКТ" BeginProperty Font Name = "MS Sans Serif" Size = 18 Charset = 204 Weight = 700 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 615 Left = 1560 TabIndex = 2 Top = 1920 Width = 4110 End Begin VB.Label Label2 Caption = "Кафедра информатики" BeginProperty Font Name = "MS Sans Serif" Size = 13.5 Charset = 204 Weight = 700 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 615 Left = 3510 TabIndex = 1 Top = 1080 Width = 3525 End Begin VB.Label Label1 Caption = "МВСОО РФ" BeginProperty Font Name = "MS Sans Serif" Size = 13.5 Charset = 204 Weight = 700 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 375 Left = 2730 TabIndex = 0 Top = 360 Width = 1770 End End Attribute VB_Name = "Form5" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Option Explicit Private Sub cmdVisit_Click() Me.Hide Form1.Show End Sub