VERSION 5.00 Begin VB.Form Metod_p Caption = "О методе прямоугольников" ClientHeight = 7545 ClientLeft = 60 ClientTop = 375 ClientWidth = 9870 LinkTopic = "Form1" ScaleHeight = 7545 ScaleWidth = 9870 StartUpPosition = 3 'Windows Default Begin VB.CommandButton Command2 Caption = "О методе Симпсона" Height = 495 Left = 2040 TabIndex = 9 Top = 6840 Width = 1455 End Begin VB.CommandButton Command1 Caption = "О методе трапеций" Height = 495 Left = 360 TabIndex = 8 Top = 6840 Width = 1455 End Begin VB.CommandButton toMain Caption = "На главную" Height = 495 Left = 8160 TabIndex = 7 Top = 6840 Width = 1335 End Begin VB.Frame Frame1 Caption = "О методе прямоугольников" Height = 6495 Left = 120 TabIndex = 0 Top = 120 Width = 9615 Begin VB.PictureBox Picture6 Height = 495 Left = 2640 Picture = "Metod_p.frx":0000 ScaleHeight = 435 ScaleWidth = 675 TabIndex = 12 Top = 5760 Width = 735 End Begin VB.PictureBox Picture4 Height = 735 Left = 6120 Picture = "Metod_p.frx":0E2E ScaleHeight = 675 ScaleWidth = 1155 TabIndex = 11 Top = 5400 Width = 1215 End Begin VB.PictureBox Picture3 Height = 1935 Left = 4920 Picture = "Metod_p.frx":38A0 ScaleHeight = 1875 ScaleWidth = 2595 TabIndex = 5 Top = 2160 Width = 2655 End Begin VB.PictureBox Picture2 Height = 2655 Left = 120 Picture = "Metod_p.frx":13AE2 ScaleHeight = 2595 ScaleWidth = 4635 TabIndex = 3 Top = 2160 Width = 4695 End Begin VB.PictureBox Picture1 Height = 495 Left = 2160 Picture = "Metod_p.frx":39F00 ScaleHeight = 435 ScaleWidth = 675 TabIndex = 1 Top = 480 Width = 735 End Begin VB.Label Label4 Caption = $"Metod_p.frx":3B142 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 = 5400 Width = 9135 End Begin VB.Line Line1 X1 = 120 X2 = 9360 Y1 = 5280 Y2 = 5280 End Begin VB.Label Label3 Caption = "Прямоугольники" Height = 255 Left = 4920 TabIndex = 6 Top = 1920 Width = 1575 End Begin VB.Label Label2 Caption = "Для вычисления данного интеграла использовалась вормула (2)" BeginProperty Font Name = "MS Sans Serif" Size = 12 Charset = 204 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 255 Left = 120 TabIndex = 4 Top = 4920 Width = 7695 End Begin VB.Label Label1 Caption = $"Metod_p.frx":3B1CA 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 = 2 Top = 240 Width = 9375 End End End Attribute VB_Name = "Metod_p" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub Command1_Click() Metod_t.Show Metod_p.Hide End Sub Private Sub Command2_Click() Metod_s.Show Metod_p.Hide End Sub Private Sub toMain_Click() Main.Show Metod_p.Hide End Sub