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

📄 form1.frm

📁 就这个 的 的 我
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Begin VB.Form FrmMain 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "二维数据点示例"
   ClientHeight    =   8340
   ClientLeft      =   75
   ClientTop       =   465
   ClientWidth     =   12015
   Icon            =   "Form1.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   556
   ScaleMode       =   3  'Pixel
   ScaleWidth      =   801
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton CmdFcm 
      Caption         =   "HCM"
      Height          =   495
      Left            =   240
      TabIndex        =   26
      Top             =   2640
      Width           =   1815
   End
   Begin VB.Frame Frame2 
      Caption         =   "反模糊方法"
      Height          =   1335
      Left            =   240
      TabIndex        =   20
      Top             =   4800
      Width           =   1815
      Begin VB.OptionButton OptAntiFuzzy 
         Caption         =   "加权平均法"
         Height          =   255
         Index           =   2
         Left            =   120
         TabIndex        =   23
         Top             =   960
         Width           =   1455
      End
      Begin VB.OptionButton OptAntiFuzzy 
         Caption         =   "中位数法"
         Height          =   255
         Index           =   1
         Left            =   120
         TabIndex        =   22
         Top             =   600
         Width           =   1455
      End
      Begin VB.OptionButton OptAntiFuzzy 
         Caption         =   "最大隶属度法"
         Height          =   255
         Index           =   0
         Left            =   120
         TabIndex        =   21
         Top             =   240
         Value           =   -1  'True
         Width           =   1455
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "初始中心点"
      Height          =   1455
      Left            =   240
      TabIndex        =   16
      Top             =   3240
      Width           =   1815
      Begin VB.OptionButton OptCenter 
         Caption         =   "由HCM生成"
         Height          =   180
         Index           =   2
         Left            =   120
         TabIndex        =   19
         Top             =   1080
         Width           =   1575
      End
      Begin VB.OptionButton OptCenter 
         Caption         =   "随机隶属度矩阵"
         Height          =   180
         Index           =   1
         Left            =   120
         TabIndex        =   18
         Top             =   720
         Width           =   1575
      End
      Begin VB.OptionButton OptCenter 
         Caption         =   "随机中心"
         Height          =   180
         Index           =   0
         Left            =   120
         TabIndex        =   17
         Top             =   360
         Value           =   -1  'True
         Width           =   1095
      End
   End
   Begin VB.PictureBox Picture1 
      Appearance      =   0  'Flat
      AutoRedraw      =   -1  'True
      BackColor       =   &H80000005&
      ForeColor       =   &H80000008&
      Height          =   2535
      Index           =   8
      Left            =   8880
      ScaleHeight     =   167
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   199
      TabIndex        =   15
      Top             =   5640
      Width           =   3015
   End
   Begin VB.PictureBox Picture1 
      Appearance      =   0  'Flat
      AutoRedraw      =   -1  'True
      BackColor       =   &H80000005&
      ForeColor       =   &H80000008&
      Height          =   2535
      Index           =   7
      Left            =   5640
      ScaleHeight     =   167
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   199
      TabIndex        =   14
      Top             =   5640
      Width           =   3015
   End
   Begin VB.PictureBox Picture1 
      Appearance      =   0  'Flat
      AutoRedraw      =   -1  'True
      BackColor       =   &H80000005&
      ForeColor       =   &H80000008&
      Height          =   2535
      Index           =   6
      Left            =   2400
      ScaleHeight     =   167
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   199
      TabIndex        =   13
      Top             =   5640
      Width           =   3015
   End
   Begin VB.PictureBox Picture1 
      Appearance      =   0  'Flat
      AutoRedraw      =   -1  'True
      BackColor       =   &H80000005&
      ForeColor       =   &H80000008&
      Height          =   2535
      Index           =   5
      Left            =   8880
      ScaleHeight     =   167
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   199
      TabIndex        =   12
      Top             =   2880
      Width           =   3015
   End
   Begin VB.PictureBox Picture1 
      Appearance      =   0  'Flat
      AutoRedraw      =   -1  'True
      BackColor       =   &H80000005&
      ForeColor       =   &H80000008&
      Height          =   2535
      Index           =   4
      Left            =   5640
      ScaleHeight     =   167
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   199
      TabIndex        =   11
      Top             =   2880
      Width           =   3015
   End
   Begin VB.PictureBox Picture1 
      Appearance      =   0  'Flat
      AutoRedraw      =   -1  'True
      BackColor       =   &H80000005&
      ForeColor       =   &H80000008&
      Height          =   2535
      Index           =   0
      Left            =   2400
      ScaleHeight     =   167
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   199
      TabIndex        =   10
      Top             =   120
      Width           =   3015
   End
   Begin VB.HScrollBar HScroll1 
      Height          =   255
      Left            =   240
      Max             =   400
      Min             =   20
      TabIndex        =   9
      Top             =   7920
      Value           =   50
      Width           =   1935
   End
   Begin VB.CommandButton CmdRnd 
      Caption         =   "随机数据"
      Height          =   495
      Left            =   240
      TabIndex        =   8
      Top             =   960
      Width           =   1815
   End
   Begin VB.OptionButton Option1 
      Caption         =   "聚类数据"
      Height          =   375
      Index           =   1
      Left            =   240
      TabIndex        =   7
      Top             =   7080
      Width           =   1455
   End
   Begin VB.PictureBox Picture1 
      Appearance      =   0  'Flat
      AutoRedraw      =   -1  'True
      BackColor       =   &H80000005&
      ForeColor       =   &H80000008&
      Height          =   2535
      Index           =   3
      Left            =   2400
      ScaleHeight     =   167
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   199
      TabIndex        =   6
      Top             =   2880
      Width           =   3015
   End
   Begin VB.OptionButton Option1 
      Caption         =   "初始化数据"
      Height          =   375
      Index           =   0
      Left            =   240
      TabIndex        =   5
      Top             =   6720
      Value           =   -1  'True
      Width           =   1455
   End
   Begin VB.TextBox Text1 
      Alignment       =   2  'Center
      Height          =   270
      Left            =   960
      TabIndex        =   4
      Text            =   "4"
      Top             =   6345
      Width           =   1095
   End
   Begin VB.CommandButton CmdHcm 
      Caption         =   "HCM"
      Height          =   495
      Left            =   240
      TabIndex        =   3
      Top             =   1800
      Width           =   1815
   End
   Begin VB.CommandButton CmdClear 
      Caption         =   "清空数据点"
      Height          =   495
      Left            =   240
      TabIndex        =   2
      Top             =   120
      Width           =   1815
   End
   Begin VB.PictureBox Picture1 
      Appearance      =   0  'Flat
      AutoRedraw      =   -1  'True
      BackColor       =   &H80000005&
      ForeColor       =   &H80000008&
      Height          =   2535
      Index           =   2
      Left            =   8880
      ScaleHeight     =   167
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   199
      TabIndex        =   1
      Top             =   120
      Width           =   3015
   End
   Begin VB.PictureBox Picture1 
      Appearance      =   0  'Flat
      AutoRedraw      =   -1  'True
      BackColor       =   &H80000005&
      ForeColor       =   &H80000008&
      Height          =   2535
      Index           =   1
      Left            =   5640
      ScaleHeight     =   167
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   199
      TabIndex        =   0
      Top             =   120
      Width           =   3015
   End
   Begin VB.Label Label4 
      Caption         =   "随机点数"
      Height          =   255
      Index           =   1
      Left            =   120
      TabIndex        =   25
      Top             =   7680
      Width           =   855
   End
   Begin VB.Label Label4 
      Caption         =   "分类数"
      Height          =   255
      Index           =   0
      Left            =   240
      TabIndex        =   24
      Top             =   6360
      Width           =   615
   End
End
Attribute VB_Name = "FrmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False

⌨️ 快捷键说明

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