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

📄 form4.frm

📁 超级赌博VB游戏源代码及可执行程序
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form4 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "提示"
   ClientHeight    =   1335
   ClientLeft      =   4050
   ClientTop       =   5085
   ClientWidth     =   3210
   Icon            =   "Form4.frx":0000
   LinkTopic       =   "Form4"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   1335
   ScaleWidth      =   3210
   ShowInTaskbar   =   0   'False
   Begin VB.PictureBox Picture1 
      BorderStyle     =   0  'None
      Height          =   615
      Left            =   240
      Picture         =   "Form4.frx":030A
      ScaleHeight     =   615
      ScaleWidth      =   3015
      TabIndex        =   2
      Top             =   120
      Width           =   3015
      Begin VB.Label Label1 
         Caption         =   "游戏不好吗,你要走?"
         Height          =   375
         Left            =   720
         TabIndex        =   3
         Top             =   120
         Width           =   2055
      End
   End
   Begin VB.CommandButton Command1 
      Caption         =   "是"
      Height          =   375
      Left            =   360
      TabIndex        =   1
      Top             =   840
      Width           =   975
   End
   Begin VB.CommandButton Command2 
      Caption         =   "否"
      Height          =   375
      Left            =   1800
      TabIndex        =   0
      Top             =   840
      Width           =   975
   End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
End
End Sub

Private Sub Command2_Click()
Unload Me
End Sub

⌨️ 快捷键说明

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