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

📄 form2.frm

📁 应用模糊加权最小二乘法排序
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form2 
   Caption         =   "Form2"
   ClientHeight    =   8610
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   10635
   LinkTopic       =   "Form2"
   ScaleHeight     =   8610
   ScaleWidth      =   10635
   StartUpPosition =   3  '窗口缺省
   Begin VB.TextBox Text6 
      Height          =   375
      Index           =   2
      Left            =   0
      TabIndex        =   23
      Text            =   "Text6"
      Top             =   0
      Width           =   855
   End
   Begin VB.TextBox Text6 
      Height          =   375
      Index           =   1
      Left            =   0
      TabIndex        =   22
      Text            =   "Text6"
      Top             =   0
      Width           =   855
   End
   Begin VB.TextBox Text6 
      Height          =   375
      Index           =   0
      Left            =   7440
      TabIndex        =   21
      Text            =   "Text6"
      Top             =   1200
      Width           =   855
   End
   Begin VB.TextBox Text5 
      Height          =   375
      Index           =   2
      Left            =   6360
      TabIndex        =   19
      Text            =   "Text5"
      Top             =   2160
      Width           =   855
   End
   Begin VB.TextBox Text5 
      Height          =   375
      Index           =   1
      Left            =   6360
      TabIndex        =   18
      Text            =   "Text5"
      Top             =   1680
      Width           =   855
   End
   Begin VB.TextBox Text5 
      Height          =   375
      Index           =   0
      Left            =   6360
      TabIndex        =   17
      Text            =   "Text5"
      Top             =   1200
      Width           =   855
   End
   Begin VB.TextBox Text4 
      Height          =   375
      Index           =   2
      Left            =   5160
      TabIndex        =   15
      Text            =   "Text4"
      Top             =   1680
      Width           =   975
   End
   Begin VB.TextBox Text4 
      Height          =   375
      Index           =   1
      Left            =   5160
      TabIndex        =   14
      Text            =   "Text4"
      Top             =   2160
      Width           =   975
   End
   Begin VB.TextBox Text4 
      Height          =   375
      Index           =   0
      Left            =   5160
      TabIndex        =   13
      Text            =   "Text4"
      Top             =   1200
      Width           =   975
   End
   Begin VB.TextBox Text3 
      Height          =   375
      Index           =   2
      Left            =   4080
      TabIndex        =   11
      Text            =   "Text3"
      Top             =   2160
      Width           =   855
   End
   Begin VB.TextBox Text3 
      Height          =   375
      Index           =   1
      Left            =   4080
      TabIndex        =   10
      Text            =   "Text3"
      Top             =   1680
      Width           =   855
   End
   Begin VB.TextBox Text3 
      Height          =   375
      Index           =   0
      Left            =   4080
      TabIndex        =   9
      Text            =   "Text3"
      Top             =   1200
      Width           =   855
   End
   Begin VB.TextBox Text2 
      Height          =   375
      Index           =   2
      Left            =   2880
      TabIndex        =   6
      Text            =   "Text2"
      Top             =   2160
      Width           =   975
   End
   Begin VB.TextBox Text2 
      Height          =   375
      Index           =   1
      Left            =   2880
      TabIndex        =   5
      Text            =   "Text2"
      Top             =   1680
      Width           =   975
   End
   Begin VB.TextBox Text2 
      Height          =   375
      Index           =   0
      Left            =   2880
      TabIndex        =   4
      Text            =   "Text2"
      Top             =   1200
      Width           =   975
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Index           =   2
      Left            =   1320
      TabIndex        =   3
      Text            =   "Text1"
      Top             =   2160
      Width           =   1095
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Index           =   1
      Left            =   1320
      TabIndex        =   2
      Text            =   "Text1"
      Top             =   1680
      Width           =   1095
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Index           =   0
      Left            =   1320
      TabIndex        =   1
      Text            =   "Text1"
      Top             =   1200
      Width           =   1095
   End
   Begin VB.Label Label6 
      Caption         =   "4,3"
      Height          =   375
      Left            =   7440
      TabIndex        =   20
      Top             =   600
      Width           =   735
   End
   Begin VB.Label Label5 
      Caption         =   "4,2"
      Height          =   375
      Left            =   6360
      TabIndex        =   16
      Top             =   600
      Width           =   735
   End
   Begin VB.Label Label4 
      Caption         =   "4,1"
      Height          =   375
      Left            =   5160
      TabIndex        =   12
      Top             =   600
      Width           =   975
   End
   Begin VB.Label Label3 
      Caption         =   "3,2"
      Height          =   375
      Left            =   4080
      TabIndex        =   8
      Top             =   600
      Width           =   855
   End
   Begin VB.Label Label2 
      Caption         =   "3,1"
      Height          =   375
      Left            =   2880
      TabIndex        =   7
      Top             =   600
      Width           =   855
   End
   Begin VB.Label Label1 
      Caption         =   "2,1"
      Height          =   375
      Left            =   1320
      TabIndex        =   0
      Top             =   600
      Width           =   975
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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