VERSION 5.00 Begin VB.Form Metod_t Caption = "О методе трапеций" ClientHeight = 6810 ClientLeft = 60 ClientTop = 375 ClientWidth = 9840 LinkTopic = "Form1" ScaleHeight = 6810 ScaleWidth = 9840 StartUpPosition = 3 'Windows Default Begin VB.CommandButton toMain Caption = "На главную" Height = 495 Left = 8160 TabIndex = 9 Top = 6120 Width = 1335 End Begin VB.Frame Frame1 Caption = "О методе трапеций" Height = 5775 Left = 120 TabIndex = 2 Top = 120 Width = 9615 Begin VB.PictureBox Picture4 Height = 735 Left = 5880 Picture = "Metod_t.frx":0000 ScaleHeight = 675 ScaleWidth = 1155 TabIndex = 11 Top = 4680 Width = 1215 End Begin VB.PictureBox Picture2 Height = 855 Left = 120 Picture = "Metod_t.frx":2A72 ScaleHeight = 795 ScaleWidth = 4515 TabIndex = 10 Top = 2160 Width = 4575 End Begin VB.PictureBox Picture1 Height = 495 Left = 2160 Picture = "Metod_t.frx":101F4 ScaleHeight = 435 ScaleWidth = 675 TabIndex = 5 Top = 480 Width = 735 End Begin VB.PictureBox Picture3 Height = 2055 Left = 4920 Picture = "Metod_t.frx":11436 ScaleHeight = 1995 ScaleWidth = 2595 TabIndex = 4 Top = 2160 Width = 2655 End Begin VB.PictureBox Picture6 Height = 495 Left = 2640 Picture = "Metod_t.frx":2289C ScaleHeight = 435 ScaleWidth = 675 TabIndex = 3 Top = 5040 Width = 735 End Begin VB.Label Label2 Caption = "Трапеции" Height = 255 Left = 4920 TabIndex = 12 Top = 1920 Width = 1455 End Begin VB.Label Label1 Caption = $"Metod_t.frx":236CA 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 Begin VB.Label Label3 Caption = "Прямоугольники" Height = 255 Left = 4920 TabIndex = 7 Top = 1920 Width = 1575 End Begin VB.Line Line1 X1 = 120 X2 = 9360 Y1 = 4440 Y2 = 4440 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 = 6 Top = 4680 Width = 9135 End End Begin VB.CommandButton Command6 Caption = "О методе Симпсона" Height = 495 Left = 2040 TabIndex = 1 Top = 6120 Width = 1455 End Begin VB.CommandButton Command5 Caption = "О методе Прямоугольников" Height = 495 Left = 240 TabIndex = 0 Top = 6120 Width = 1575 End End Attribute VB_Name = "Metod_t" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub Command5_Click() Metod_p.Show Metod_t.Hide End Sub Private Sub Command6_Click() Metod_s.Show Metod_t.Hide End Sub Private Sub toMain_Click() Main.Show Metod_t.Hide End Sub