form28.frm

来自「一个团竞赛程序」· FRM 代码 · 共 131 行

FRM
131
字号
VERSION 5.00
Begin VB.Form Form28 
   BackColor       =   &H000080FF&
   Caption         =   "Form28"
   ClientHeight    =   3090
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   4680
   LinkTopic       =   "Form28"
   ScaleHeight     =   11010
   ScaleWidth      =   15240
   StartUpPosition =   3  '窗口缺省
   WindowState     =   2  'Maximized
   Begin VB.CommandButton Command4 
      Caption         =   "四号题"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   26.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2415
      Left            =   11520
      Style           =   1  'Graphical
      TabIndex        =   3
      Top             =   2040
      Width           =   2775
   End
   Begin VB.CommandButton Command3 
      Caption         =   "三号题"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   26.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2415
      Left            =   7800
      Style           =   1  'Graphical
      TabIndex        =   2
      Top             =   2040
      Width           =   2775
   End
   Begin VB.CommandButton Command2 
      Caption         =   "二号题"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   26.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2415
      Left            =   4200
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   2040
      Width           =   2655
   End
   Begin VB.CommandButton Command1 
      Caption         =   "一号题"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   26.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2415
      Left            =   960
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   2040
      Width           =   2415
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      BackColor       =   &H000080FF&
      Caption         =   "论   述   题"
      BeginProperty Font 
         Name            =   "华文中宋"
         Size            =   26.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H8000000E&
      Height          =   1215
      Left            =   4200
      TabIndex        =   4
      Top             =   480
      Width           =   6375
   End
End
Attribute VB_Name = "Form28"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form53.Show
Command1.BackColor = "00000000"
End Sub

Private Sub Command2_Click()
Form54.Show
Command2.BackColor = "00000000"
End Sub

Private Sub Command3_Click()
Form55.Show
Command3.BackColor = "00000000"
End Sub

Private Sub Command4_Click()
Form56.Show
Command4.BackColor = "00000000"
End Sub

⌨️ 快捷键说明

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