VERSION 5.00 Begin VB.Form Metod_s Caption = "О методе Симпсона" ClientHeight = 8265 ClientLeft = 60 ClientTop = 375 ClientWidth = 9840 LinkTopic = "Form1" ScaleHeight = 8265 ScaleWidth = 9840 StartUpPosition = 3 'Windows Default Begin VB.CommandButton toMain Caption = "На главную" Height = 495 Left = 8160 TabIndex = 11 Top = 7560 Width = 1335 End Begin VB.Frame Frame1 Caption = "О методе Симпсона" Height = 7215 Left = 120 TabIndex = 2 Top = 120 Width = 9615 Begin VB.PictureBox Picture6 Height = 495 Left = 2640 Picture = "Metod_s.frx":0000 ScaleHeight = 435 ScaleWidth = 675 TabIndex = 7 Top = 6600 Width = 735 End Begin VB.PictureBox Picture3 Height = 2655 Left = 120 Picture = "Metod_s.frx":0E2E ScaleHeight = 2595 ScaleWidth = 3315 TabIndex = 6 Top = 3480 Width = 3375 End Begin VB.PictureBox Picture1 Height = 495 Left = 2160 Picture = "Metod_s.frx":1EC30 ScaleHeight = 435 ScaleWidth = 675 TabIndex = 5 Top = 480 Width = 735 End Begin VB.PictureBox Picture2 Height = 975 Left = 120 Picture = "Metod_s.frx":1FE72 ScaleHeight = 915 ScaleWidth = 7515 TabIndex = 4 Top = 2160 Width = 7575 End Begin VB.PictureBox Picture4 Height = 735 Left = 5880 Picture = "Metod_s.frx":36524 ScaleHeight = 675 ScaleWidth = 1155 TabIndex = 3 Top = 6360 Width = 1215 End Begin VB.Label Label4 Caption = "Предельная погрешность формулы составляет: , где М(2) наибоьшее значение в промежутке (a, b)." BeginProperty Font Name = "MS Sans Serif" Size = 12 Charset = 204 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 615 Left = 120 TabIndex = 10 Top = 6360 Width = 9135 End Begin VB.Line Line1 X1 = 120 X2 = 9360 Y1 = 6240 Y2 = 6240 End Begin VB.Label Label3 Caption = "Параболические трапеции" Height = 255 Left = 120 TabIndex = 9 Top = 3240 Width = 2175 End Begin VB.Label Label1 Caption = $"Metod_s.frx":38F96 BeginProperty Font Name = "MS Sans Serif" Size = 12 Charset = 204 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 3255 Left = 120 TabIndex = 8 Top = 240 Width = 9375 End End Begin VB.CommandButton Command6 Caption = "О методе трапеций" Height = 495 Left = 1920 TabIndex = 1 Top = 7560 Width = 1455 End Begin VB.CommandButton Command5 Caption = "О методе прямоугольников" Height = 495 Left = 120 TabIndex = 0 Top = 7560 Width = 1575 End End Attribute VB_Name = "Metod_s" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub Command5_Click() Metod_p.Show Metod_s.Hide End Sub Private Sub Command6_Click() Metod_t.Show Metod_s.Hide End Sub Private Sub toMain_Click() Main.Show Metod_s.Hide End Sub