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

📄 textdiy.frm

📁 自测考试系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form txtdiy 
   Caption         =   "Form1"
   ClientHeight    =   7140
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   9270
   LinkTopic       =   "Form1"
   ScaleHeight     =   7140
   ScaleWidth      =   9270
   StartUpPosition =   3  '窗口缺省
   Begin VB.ListBox List4 
      Height          =   1140
      Left            =   5640
      TabIndex        =   23
      Top             =   5040
      Width           =   3375
   End
   Begin VB.TextBox Text2 
      Height          =   1815
      Left            =   7560
      TabIndex        =   21
      Text            =   "Text2"
      Top             =   2760
      Width           =   1455
   End
   Begin VB.TextBox Text1 
      Height          =   1815
      Left            =   5640
      TabIndex        =   19
      Text            =   "Text1"
      Top             =   2760
      Width           =   1455
   End
   Begin VB.ListBox List3 
      Height          =   1680
      Left            =   7560
      TabIndex        =   17
      Top             =   600
      Width           =   1575
   End
   Begin VB.ListBox List2 
      Height          =   1680
      Left            =   5640
      TabIndex        =   16
      Top             =   600
      Width           =   1455
   End
   Begin VB.CommandButton Command3 
      Caption         =   "退出"
      Height          =   375
      Left            =   7560
      TabIndex        =   13
      Top             =   6600
      Width           =   975
   End
   Begin VB.CommandButton Command2 
      Caption         =   "确定"
      Height          =   375
      Left            =   6360
      TabIndex        =   12
      Top             =   6600
      Width           =   975
   End
   Begin VB.CommandButton Command1 
      Caption         =   "添加"
      Height          =   375
      Left            =   4440
      TabIndex        =   11
      Top             =   6600
      Width           =   975
   End
   Begin VB.PictureBox Picnavigation 
      BackColor       =   &H80000009&
      Height          =   255
      Left            =   840
      ScaleHeight     =   195
      ScaleWidth      =   2835
      TabIndex        =   9
      Top             =   6720
      Width           =   2895
      Begin VB.TextBox txtnews 
         Height          =   390
         Left            =   0
         TabIndex        =   10
         Text            =   "Text7"
         Top             =   0
         Width           =   2895
      End
   End
   Begin VB.CommandButton cmdmove 
      Height          =   255
      Index           =   0
      Left            =   360
      Picture         =   "textdiy.frx":0000
      Style           =   1  'Graphical
      TabIndex        =   8
      Top             =   6720
      Width           =   255
   End
   Begin VB.CommandButton cmdmove 
      Height          =   255
      Index           =   1
      Left            =   600
      Picture         =   "textdiy.frx":0482
      Style           =   1  'Graphical
      TabIndex        =   7
      Top             =   6720
      Width           =   255
   End
   Begin VB.CommandButton cmdmove 
      Height          =   255
      Index           =   2
      Left            =   3720
      Picture         =   "textdiy.frx":0948
      Style           =   1  'Graphical
      TabIndex        =   6
      Top             =   6720
      Width           =   255
   End
   Begin VB.CommandButton cmdmove 
      Height          =   255
      Index           =   3
      Left            =   3960
      Picture         =   "textdiy.frx":0E0E
      Style           =   1  'Graphical
      TabIndex        =   5
      Top             =   6720
      Width           =   255
   End
   Begin VB.VScrollBar VScroll1 
      Height          =   5415
      Left            =   5280
      TabIndex        =   4
      Top             =   600
      Width           =   255
   End
   Begin VB.HScrollBar HScroll1 
      Height          =   255
      Left            =   360
      TabIndex        =   3
      Top             =   6000
      Width           =   5175
   End
   Begin VB.ListBox List1 
      Height          =   5640
      Left            =   360
      TabIndex        =   2
      Top             =   600
      Width           =   5175
   End
   Begin VB.ComboBox Combo1 
      Height          =   300
      Left            =   1680
      TabIndex        =   1
      Text            =   "Combo1"
      Top             =   240
      Width           =   1335
   End
   Begin VB.Label Label6 
      Caption         =   "问答题"
      Height          =   375
      Left            =   5640
      TabIndex        =   22
      Top             =   4680
      Width           =   1095
   End
   Begin VB.Label Label5 
      Caption         =   "填空题"
      Height          =   255
      Left            =   7560
      TabIndex        =   20
      Top             =   2400
      Width           =   855
   End
   Begin VB.Label Label4 
      Caption         =   "多选题"
      Height          =   255
      Left            =   5640
      TabIndex        =   18
      Top             =   2400
      Width           =   975
   End
   Begin VB.Label Label3 
      Caption         =   "单选题"
      Height          =   255
      Left            =   7680
      TabIndex        =   15
      Top             =   240
      Width           =   855
   End
   Begin VB.Label Label2 
      Caption         =   "判断题"
      Height          =   255
      Left            =   5760
      TabIndex        =   14
      Top             =   240
      Width           =   735
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "试题类型"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   360
      TabIndex        =   0
      Top             =   240
      Width           =   1215
   End
End
Attribute VB_Name = "txtdiy"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub VScroll1_Change()

End Sub

⌨️ 快捷键说明

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