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

📄 out.frm

📁 函数绘图程序 VB 编写 可以绘制初高中 函数图像 支持颜色
💻 FRM
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form out 
   Caption         =   "函数作图 v2.0"
   ClientHeight    =   8310
   ClientLeft      =   60
   ClientTop       =   630
   ClientWidth     =   11880
   FillColor       =   &H00FFFFFF&
   Icon            =   "out.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   8310
   ScaleWidth      =   11880
   StartUpPosition =   2  '屏幕中心
   Begin VB.Timer Timer1 
      Interval        =   1
      Left            =   2880
      Top             =   8040
   End
   Begin VB.Frame Frame15 
      Caption         =   "绝对值函数"
      Height          =   2895
      Left            =   9720
      TabIndex        =   92
      Top             =   5040
      Width           =   2055
      Begin VB.CommandButton Command12 
         Caption         =   "绘 图"
         Height          =   375
         Left            =   1080
         TabIndex        =   105
         Top             =   2400
         Width           =   735
      End
      Begin VB.TextBox Text20 
         Height          =   270
         Left            =   360
         TabIndex        =   104
         Top             =   2040
         Width           =   1215
      End
      Begin VB.TextBox Text19 
         Height          =   270
         Left            =   360
         TabIndex        =   103
         Top             =   1800
         Width           =   1215
      End
      Begin VB.TextBox Text18 
         Height          =   270
         Left            =   360
         TabIndex        =   102
         Top             =   1560
         Width           =   1215
      End
      Begin VB.TextBox Text17 
         Height          =   270
         Left            =   360
         TabIndex        =   101
         Top             =   1320
         Width           =   1215
      End
      Begin VB.OptionButton Option24 
         Caption         =   "y=ax^2+b|x|+c"
         Height          =   255
         Left            =   120
         TabIndex        =   96
         Top             =   1080
         Width           =   1695
      End
      Begin VB.OptionButton Option22 
         Caption         =   "y=|ax^2+bx+c|"
         Height          =   255
         Left            =   120
         TabIndex        =   94
         Top             =   840
         Width           =   1695
      End
      Begin VB.OptionButton Option23 
         Caption         =   "y=a|x|+b"
         Height          =   255
         Left            =   120
         TabIndex        =   95
         Top             =   600
         Width           =   1575
      End
      Begin VB.OptionButton Option21 
         Caption         =   "y=|ax+b|+|cx+d|"
         Height          =   255
         Left            =   120
         TabIndex        =   93
         Top             =   360
         Width           =   1695
      End
      Begin VB.Label Label30 
         Caption         =   "d="
         Height          =   255
         Left            =   120
         TabIndex        =   100
         Top             =   2160
         Width           =   735
      End
      Begin VB.Label Label29 
         Caption         =   "c="
         Height          =   255
         Left            =   120
         TabIndex        =   99
         Top             =   1920
         Width           =   855
      End
      Begin VB.Label Label28 
         Caption         =   "b="
         Height          =   255
         Left            =   120
         TabIndex        =   98
         Top             =   1680
         Width           =   735
      End
      Begin VB.Label Label4 
         Caption         =   "a="
         Height          =   255
         Left            =   120
         TabIndex        =   97
         Top             =   1440
         Width           =   735
      End
   End
   Begin VB.Frame Frame13 
      Caption         =   "三角函数"
      Height          =   3135
      Left            =   9720
      TabIndex        =   77
      Top             =   1800
      Width           =   2055
      Begin VB.CommandButton Command11 
         Caption         =   "绘 图"
         Height          =   375
         Left            =   1080
         TabIndex        =   89
         Top             =   2640
         Width           =   855
      End
      Begin VB.TextBox Text16 
         Height          =   270
         Left            =   480
         TabIndex        =   88
         Top             =   2280
         Width           =   1095
      End
      Begin VB.TextBox Text15 
         Height          =   270
         Left            =   480
         TabIndex        =   87
         Top             =   1920
         Width           =   1095
      End
      Begin VB.TextBox Text14 
         Height          =   270
         Left            =   480
         TabIndex        =   86
         Top             =   1560
         Width           =   1095
      End
      Begin VB.TextBox Text13 
         Height          =   270
         Left            =   480
         TabIndex        =   85
         Top             =   1200
         Width           =   1095
      End
      Begin VB.OptionButton Option18 
         Caption         =   "y=Atan(wx+b)+c"
         Height          =   255
         Left            =   120
         TabIndex        =   80
         Top             =   840
         Width           =   1695
      End
      Begin VB.OptionButton Option17 
         Caption         =   "y=Acos(wx+b)+c"
         Height          =   255
         Left            =   120
         TabIndex        =   79
         Top             =   600
         Width           =   1575
      End
      Begin VB.OptionButton Option16 
         Caption         =   "y=Asin(wx+b)+c"
         Height          =   255
         Left            =   120
         TabIndex        =   78
         Top             =   360
         Width           =   1815
      End
      Begin VB.Label Label27 
         Caption         =   "c="
         Height          =   255
         Left            =   240
         TabIndex        =   84
         Top             =   2280
         Width           =   855
      End
      Begin VB.Label Label26 
         Caption         =   "b="
         Height          =   255
         Left            =   240
         TabIndex        =   83
         Top             =   1920
         Width           =   735
      End
      Begin VB.Label Label25 
         Caption         =   "w="
         Height          =   255
         Left            =   240
         TabIndex        =   82
         Top             =   1560
         Width           =   735
      End
      Begin VB.Label Label24 
         Caption         =   "A="
         Height          =   375
         Left            =   240
         TabIndex        =   81
         Top             =   1200
         Width           =   615
      End
   End
   Begin VB.Frame Frame12 
      Caption         =   "对数函数"
      Height          =   1695
      Left            =   9720
      TabIndex        =   71
      Top             =   0
      Width           =   2055
      Begin VB.CommandButton Command10 
         Caption         =   "绘 图"
         Height          =   375
         Left            =   1080
         TabIndex        =   76
         Top             =   1200
         Width           =   855
      End
      Begin VB.TextBox Text12 
         Height          =   270
         Left            =   480
         TabIndex        =   75
         Top             =   840
         Width           =   1095
      End
      Begin VB.Label Label23 
         Caption         =   "a="
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   240
         TabIndex        =   74
         Top             =   840
         Width           =   495
      End
      Begin VB.Label Label22 
         Caption         =   "a"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   6.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   135
         Left            =   600
         TabIndex        =   73
         Top             =   480
         Width           =   135
      End
      Begin VB.Label Label21 
         Caption         =   "y=log  x "
         Height          =   255
         Left            =   120
         TabIndex        =   72
         Top             =   360
         Width           =   1815
      End
   End
   Begin VB.Frame Frame11 
      Caption         =   "指数函数"
      Height          =   1575
      Left            =   7560
      TabIndex        =   66
      Top             =   6360
      Width           =   2055
      Begin VB.CommandButton Command9 
         Caption         =   "绘 图"
         Height          =   375
         Left            =   1080
         TabIndex        =   70
         Top             =   1080
         Width           =   735
      End
      Begin VB.TextBox Text11 
         Height          =   270
         Left            =   360
         TabIndex        =   69
         Top             =   720
         Width           =   1095
      End
      Begin VB.Label Label20 
         Caption         =   "a="
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   120
         TabIndex        =   68
         Top             =   720
         Width           =   735
      End
      Begin VB.Label Label19 
         Caption         =   "y=a^x"
         Height          =   255
         Left            =   120
         TabIndex        =   67
         Top             =   360
         Width           =   1215
      End
   End
   Begin VB.Frame Frame10 
      Caption         =   "反比例函数"
      Height          =   1335
      Left            =   7560
      TabIndex        =   61
      Top             =   4800
      Width           =   2055
      Begin VB.CommandButton Command8 
         Caption         =   "绘 图"
         Height          =   375
         Left            =   1080
         TabIndex        =   65
         Top             =   840
         Width           =   735
      End
      Begin VB.TextBox Text10 
         Height          =   270
         Left            =   360
         TabIndex        =   64
         Top             =   480
         Width           =   1095
      End
      Begin VB.Label Label18 
         Caption         =   "k="
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   120
         TabIndex        =   63
         Top             =   480
         Width           =   375
      End
      Begin VB.Label Label17 
         Caption         =   "y=k/x"
         Height          =   255
         Left            =   120
         TabIndex        =   62
         Top             =   240
         Width           =   1575
      End
   End
   Begin VB.Frame Frame9 
      Caption         =   "声明"
      Height          =   1335
      Left            =   5400
      TabIndex        =   59
      Top             =   6600
      Width           =   1935
      Begin VB.Label Label16 
         Caption         =   "本程序由宋飞编制,奉献给广大教师和学生,希望有所帮助。QQ: 306698780     Tel:15929569820"
         Height          =   975
         Left            =   120
         TabIndex        =   60
         Top             =   240
         Width           =   1695
      End
   End
   Begin VB.Frame Frame8 
      Caption         =   "值域"
      Height          =   615
      Left            =   240
      TabIndex        =   54
      Top             =   7080
      Width           =   5055
      Begin VB.TextBox Text9 
         Height          =   270
         Left            =   3120
         TabIndex        =   58
         Top             =   240
         Width           =   975
      End
      Begin VB.TextBox Text8 
         Height          =   270
         Left            =   960
         TabIndex        =   56
         Top             =   240
         Width           =   855
      End
      Begin VB.Label Label15 
         Caption         =   "f(min)="
         Height          =   255
         Left            =   2400

⌨️ 快捷键说明

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