form2.frm

来自「一个团竞赛程序」· FRM 代码 · 共 626 行 · 第 1/2 页

FRM
626
字号
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   855
         Left            =   8520
         Style           =   1  'Graphical
         TabIndex        =   9
         Top             =   1920
         Width           =   1695
      End
      Begin VB.CommandButton Command8 
         BackColor       =   &H0080C0FF&
         Caption         =   "8号题"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   15.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   855
         Left            =   5880
         Style           =   1  'Graphical
         TabIndex        =   8
         Top             =   1920
         Width           =   1695
      End
      Begin VB.CommandButton Command7 
         BackColor       =   &H0080C0FF&
         Caption         =   "7号题"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   15.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   855
         Left            =   3240
         Style           =   1  'Graphical
         TabIndex        =   7
         Top             =   1920
         Width           =   1695
      End
      Begin VB.CommandButton Command6 
         BackColor       =   &H0080C0FF&
         Caption         =   "6号题"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   15.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   855
         Left            =   600
         Style           =   1  'Graphical
         TabIndex        =   6
         Top             =   1920
         Width           =   1695
      End
      Begin VB.CommandButton Command5 
         BackColor       =   &H0080C0FF&
         Caption         =   "5号题"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   15.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   855
         Left            =   11160
         Style           =   1  'Graphical
         TabIndex        =   5
         Top             =   480
         Width           =   1695
      End
      Begin VB.CommandButton Command4 
         BackColor       =   &H0080C0FF&
         Caption         =   "4号题"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   15.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   855
         Left            =   8520
         MaskColor       =   &H8000000B&
         Style           =   1  'Graphical
         TabIndex        =   4
         Top             =   480
         Width           =   1695
      End
      Begin VB.CommandButton Command3 
         BackColor       =   &H0080C0FF&
         Caption         =   "3号题"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   15.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   855
         Left            =   5880
         Style           =   1  'Graphical
         TabIndex        =   3
         Top             =   480
         Width           =   1695
      End
      Begin VB.CommandButton Command2 
         BackColor       =   &H0080C0FF&
         Caption         =   "2号题"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   15.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   855
         Left            =   3240
         Style           =   1  'Graphical
         TabIndex        =   2
         Top             =   480
         Width           =   1695
      End
      Begin VB.CommandButton Command1 
         BackColor       =   &H0080C0FF&
         Caption         =   "1号题"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   15.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   855
         Left            =   600
         MaskColor       =   &H00C0C0FF&
         Style           =   1  'Graphical
         TabIndex        =   1
         Top             =   480
         UseMaskColor    =   -1  'True
         Width           =   1695
      End
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      BackColor       =   &H0000FFFF&
      Caption         =   "选     题"
      BeginProperty Font 
         Name            =   "华文中宋"
         Size            =   36
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   735
      Left            =   6360
      TabIndex        =   25
      Top             =   600
      Width           =   3375
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form4.Show
Command1.BackColor = "00000000"
End Sub

Private Sub Command10_Click()
Form5.Show
Command10.BackColor = "00000000"
End Sub

Private Sub Command11_Click()
Form6.Show
Command11.BackColor = "00000000"
End Sub

Private Sub Command12_Click()
Form7.Show
Command12.BackColor = "00000000"
End Sub

Private Sub Command13_Click()
Form8.Show
Command13.BackColor = "00000000"
End Sub

Private Sub Command14_Click()
Form9.Show
Command14.BackColor = "00000000"
End Sub

Private Sub Command15_Click()
Form10.Show
Command15.BackColor = "00000000"
End Sub

Private Sub Command16_Click()
Form11.Show
Command16.BackColor = "00000000"
End Sub

Private Sub Command17_Click()
Form12.Show
Command17.BackColor = "00000000"
End Sub

Private Sub Command18_Click()
Form13.Show
Command18.BackColor = "00000000"
End Sub

Private Sub Command19_Click()
Form14.Show
Command19.BackColor = "00000000"
End Sub

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

Private Sub Command20_Click()
Form16.Show
Command20.BackColor = "00000000"
End Sub

Private Sub Command21_Click()
Form17.Show
Command21.BackColor = "00000000"
End Sub

Private Sub Command22_Click()
Form18.Show
Command22.BackColor = "00000000"
End Sub

Private Sub Command23_Click()
Form19.Show
Command23.BackColor = "00000000"
End Sub

Private Sub Command24_Click()
Form20.Show
Command24.BackColor = "00000000"
End Sub

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

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

Private Sub Command5_Click()
Form23.Show
Command5.BackColor = "00000000"
End Sub

Private Sub Command6_Click()
Form24.Show
Command6.BackColor = "00000000"
End Sub

Private Sub Command7_Click()
Form25.Show
Command7.BackColor = "00000000"
End Sub

Private Sub Command8_Click()
Form26.Show
Command8.BackColor = "00000000"
End Sub

Private Sub Command9_Click()
Form27.Show
Command9.BackColor = "00000000"
End Sub

⌨️ 快捷键说明

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