⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1b.frm

📁 polynomial interpolation
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "Polynomial Interpolation"
   ClientHeight    =   4515
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   8205
   LinkTopic       =   "Form1"
   ScaleHeight     =   4515
   ScaleWidth      =   8205
   StartUpPosition =   3  'Windows Default
   Begin VB.TextBox txt_coeff 
      BackColor       =   &H00C0FFFF&
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   8.25
         Charset         =   161
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   315
      Index           =   9
      Left            =   2430
      Locked          =   -1  'True
      TabIndex        =   36
      Top             =   3540
      Width           =   1635
   End
   Begin VB.TextBox txt_coeff 
      BackColor       =   &H00C0FFFF&
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   8.25
         Charset         =   161
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   315
      Index           =   8
      Left            =   2430
      Locked          =   -1  'True
      TabIndex        =   35
      Top             =   3180
      Width           =   1635
   End
   Begin VB.TextBox txt_coeff 
      BackColor       =   &H00C0FFFF&
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   8.25
         Charset         =   161
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   315
      Index           =   7
      Left            =   2430
      Locked          =   -1  'True
      TabIndex        =   34
      Top             =   2820
      Width           =   1635
   End
   Begin VB.TextBox txt_coeff 
      BackColor       =   &H00C0FFFF&
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   8.25
         Charset         =   161
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   315
      Index           =   6
      Left            =   2430
      Locked          =   -1  'True
      TabIndex        =   33
      Top             =   2460
      Width           =   1635
   End
   Begin VB.TextBox txt_coeff 
      BackColor       =   &H00C0FFFF&
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   8.25
         Charset         =   161
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   315
      Index           =   5
      Left            =   2430
      Locked          =   -1  'True
      TabIndex        =   32
      Top             =   2100
      Width           =   1635
   End
   Begin VB.TextBox txt_coeff 
      BackColor       =   &H00C0FFFF&
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   8.25
         Charset         =   161
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   315
      Index           =   4
      Left            =   2430
      Locked          =   -1  'True
      TabIndex        =   31
      Top             =   1740
      Width           =   1635
   End
   Begin VB.TextBox txt_coeff 
      BackColor       =   &H00C0FFFF&
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   8.25
         Charset         =   161
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   315
      Index           =   3
      Left            =   2430
      Locked          =   -1  'True
      TabIndex        =   30
      Top             =   1380
      Width           =   1635
   End
   Begin VB.TextBox txt_coeff 
      BackColor       =   &H00C0FFFF&
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   8.25
         Charset         =   161
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   315
      Index           =   2
      Left            =   2430
      Locked          =   -1  'True
      TabIndex        =   29
      Top             =   1020
      Width           =   1635
   End
   Begin VB.TextBox txt_coeff 
      BackColor       =   &H00C0FFFF&
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   8.25
         Charset         =   161
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   315
      Index           =   1
      Left            =   2430
      Locked          =   -1  'True
      TabIndex        =   28
      Top             =   660
      Width           =   1635
   End
   Begin VB.TextBox txt_coeff 
      BackColor       =   &H00C0FFFF&
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   8.25
         Charset         =   161
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   315
      Index           =   0
      Left            =   2430
      Locked          =   -1  'True
      TabIndex        =   27
      Top             =   300
      Width           =   1635
   End
   Begin VB.TextBox txt_Poly 
      BackColor       =   &H00C0FFFF&
      Height          =   3615
      Left            =   4140
      MultiLine       =   -1  'True
      TabIndex        =   26
      Top             =   300
      Width           =   4005
   End
   Begin VB.TextBox txt_y_val 
      Height          =   315
      Index           =   9
      Left            =   1710
      TabIndex        =   25
      Top             =   3540
      Width           =   555
   End
   Begin VB.TextBox txt_y_val 
      Height          =   315
      Index           =   8
      Left            =   1710
      TabIndex        =   24
      Top             =   3180
      Width           =   555
   End
   Begin VB.TextBox txt_y_val 
      Height          =   315
      Index           =   7
      Left            =   1710
      TabIndex        =   23
      Top             =   2820
      Width           =   555
   End
   Begin VB.TextBox txt_y_val 
      Height          =   315
      Index           =   6
      Left            =   1710
      TabIndex        =   22
      Top             =   2460
      Width           =   555
   End
   Begin VB.TextBox txt_y_val 
      Height          =   315
      Index           =   5
      Left            =   1710
      TabIndex        =   21
      Top             =   2100
      Width           =   555
   End
   Begin VB.TextBox txt_y_val 
      Height          =   315
      Index           =   4
      Left            =   1710
      TabIndex        =   20
      Top             =   1740
      Width           =   555
   End
   Begin VB.TextBox txt_y_val 
      Height          =   315
      Index           =   3
      Left            =   1710
      TabIndex        =   19
      Top             =   1380
      Width           =   555
   End
   Begin VB.TextBox txt_y_val 
      Height          =   315
      Index           =   2
      Left            =   1710
      TabIndex        =   18
      Text            =   "13"
      Top             =   1020
      Width           =   555
   End
   Begin VB.TextBox txt_y_val 
      Height          =   315
      Index           =   1
      Left            =   1710
      TabIndex        =   17
      Text            =   "5"
      Top             =   660
      Width           =   555
   End
   Begin VB.TextBox txt_y_val 
      Height          =   315
      Index           =   0
      Left            =   1710
      TabIndex        =   16
      Text            =   "10"
      Top             =   300
      Width           =   555
   End
   Begin VB.TextBox txt_x_val 
      Height          =   315
      Index           =   9
      Left            =   1110
      TabIndex        =   15
      Top             =   3540
      Width           =   555
   End
   Begin VB.TextBox txt_x_val 
      Height          =   315
      Index           =   8
      Left            =   1110
      TabIndex        =   14
      Top             =   3180
      Width           =   555
   End
   Begin VB.TextBox txt_x_val 
      Height          =   315
      Index           =   7
      Left            =   1110
      TabIndex        =   13
      Top             =   2820
      Width           =   555
   End
   Begin VB.TextBox txt_x_val 
      Height          =   315
      Index           =   6
      Left            =   1110

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -