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

📄 form1.frm

📁 统计的直方图vb程序
💻 FRM
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Begin VB.Form Form1 
   BackColor       =   &H00FFFFFF&
   Caption         =   "直方图"
   ClientHeight    =   7080
   ClientLeft      =   165
   ClientTop       =   450
   ClientWidth     =   9360
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   7080
   ScaleWidth      =   9360
   StartUpPosition =   2  '屏幕中心
   Begin VB.PictureBox Picture1 
      BackColor       =   &H80000005&
      Height          =   5415
      Left            =   1080
      ScaleHeight     =   5355
      ScaleWidth      =   7395
      TabIndex        =   1
      Top             =   360
      Width           =   7455
      Begin VB.Label Label98 
         BackColor       =   &H00FFFFFF&
         Height          =   7215
         Left            =   0
         TabIndex        =   150
         Top             =   0
         Visible         =   0   'False
         Width           =   8055
      End
      Begin VB.Label LabelN 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "LabelN(0)"
         Height          =   180
         Index           =   0
         Left            =   240
         TabIndex        =   7
         Top             =   5040
         Visible         =   0   'False
         Width           =   990
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "0"
         Height          =   180
         Left            =   720
         TabIndex        =   6
         Top             =   4680
         Visible         =   0   'False
         Width           =   90
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "X"
         Height          =   180
         Left            =   6360
         TabIndex        =   5
         Top             =   4680
         Visible         =   0   'False
         Width           =   90
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Y"
         Height          =   180
         Left            =   600
         TabIndex        =   4
         Top             =   2160
         Visible         =   0   'False
         Width           =   90
      End
      Begin VB.Label lmin 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "min"
         Height          =   180
         Left            =   960
         TabIndex        =   3
         Top             =   4920
         Visible         =   0   'False
         Width           =   270
      End
      Begin VB.Label lmax 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "max"
         Height          =   180
         Left            =   5400
         TabIndex        =   2
         Top             =   4920
         Visible         =   0   'False
         Width           =   270
      End
      Begin VB.Line Line6 
         Visible         =   0   'False
         X1              =   6240
         X2              =   6120
         Y1              =   4800
         Y2              =   4680
      End
      Begin VB.Line Line5 
         Visible         =   0   'False
         X1              =   6240
         X2              =   6120
         Y1              =   4800
         Y2              =   4920
      End
      Begin VB.Line Line4 
         Visible         =   0   'False
         X1              =   840
         X2              =   960
         Y1              =   120
         Y2              =   240
      End
      Begin VB.Line Line3 
         Visible         =   0   'False
         X1              =   840
         X2              =   720
         Y1              =   120
         Y2              =   240
      End
      Begin VB.Line Line2 
         BorderColor     =   &H80000007&
         Visible         =   0   'False
         X1              =   840
         X2              =   6240
         Y1              =   4800
         Y2              =   4800
      End
      Begin VB.Line Line1 
         Visible         =   0   'False
         X1              =   840
         X2              =   840
         Y1              =   120
         Y2              =   4800
      End
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H80000000&
      Caption         =   "显示图形"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   6495
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   9375
      Begin VB.CommandButton Command1 
         Caption         =   "关闭"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   7800
         TabIndex        =   151
         Top             =   5880
         Width           =   1455
      End
      Begin VB.CommandButton Command2 
         BackColor       =   &H00FFFFFF&
         Caption         =   "文件读取"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   240
         TabIndex        =   8
         Top             =   5880
         Width           =   1455
      End
      Begin VB.CommandButton clearer 
         BackColor       =   &H00FFFFFF&
         Caption         =   "清除图像"
         Enabled         =   0   'False
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   6000
         TabIndex        =   10
         Top             =   5880
         Width           =   1455
      End
      Begin VB.CommandButton Command5 
         Caption         =   "人工输入"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   2160
         TabIndex        =   11
         Top             =   5880
         Width           =   1455
      End
      Begin VB.CommandButton drawer 
         Caption         =   "绘出图像"
         Enabled         =   0   'False
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   3960
         TabIndex        =   9
         Top             =   5880
         Width           =   1455
      End
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H00C0FFC0&
      Caption         =   "假设检验(单因素 U检验)"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      Height          =   6495
      Left            =   120
      TabIndex        =   12
      Top             =   480
      Width           =   8775
      Begin VB.CommandButton Command11 
         Caption         =   "已知计算"
         Enabled         =   0   'False
         BeginProperty Font 
            Name            =   "华文新魏"
            Size            =   14.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   6480
         TabIndex        =   52
         Top             =   4560
         Width           =   1455
      End
      Begin VB.TextBox Text9 
         Height          =   375
         Left            =   1320
         TabIndex        =   49
         Top             =   4080
         Width           =   855
      End
      Begin VB.TextBox Text8 
         Height          =   375
         Left            =   1320
         TabIndex        =   48
         Top             =   3480
         Width           =   855
      End
      Begin VB.CommandButton Command10 
         Caption         =   "检验"
         Enabled         =   0   'False
         BeginProperty Font 
            Name            =   "隶书"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   6960
         TabIndex        =   47
         Top             =   1560
         Visible         =   0   'False
         Width           =   615
      End
      Begin VB.CommandButton Command9 
         Caption         =   "检验"
         Enabled         =   0   'False
         BeginProperty Font 
            Name            =   "隶书"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   6960
         TabIndex        =   46
         Top             =   1080
         Visible         =   0   'False
         Width           =   615
      End
      Begin VB.TextBox Text7 
         Enabled         =   0   'False
         Height          =   375
         Left            =   4920
         TabIndex        =   44
         Top             =   1560
         Visible         =   0   'False
         Width           =   1335
      End
      Begin VB.TextBox Text6 
         Enabled         =   0   'False
         Height          =   375
         Left            =   4920
         TabIndex        =   42
         Top             =   1080
         Visible         =   0   'False
         Width           =   1335
      End
      Begin VB.CommandButton Command8 
         Caption         =   "未知计算"
         Enabled         =   0   'False
         BeginProperty Font 
            Name            =   "华文新魏"
            Size            =   14.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   6480
         TabIndex        =   40
         Top             =   5280
         Width           =   1455
      End
      Begin VB.CommandButton Command7 
         Caption         =   "查表"
         Enabled         =   0   'False

⌨️ 快捷键说明

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