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

📄 frmabout.frm

📁 该程序主要用于公司举办节目时,作为抽奖程序使用.
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmAbout 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "关于"
   ClientHeight    =   4905
   ClientLeft      =   2340
   ClientTop       =   1935
   ClientWidth     =   7020
   ClipControls    =   0   'False
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4905
   ScaleWidth      =   7020
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.PictureBox picIcon 
      AutoSize        =   -1  'True
      ClipControls    =   0   'False
      Height          =   540
      Left            =   240
      Picture         =   "frmAbout.frx":0000
      ScaleHeight     =   480
      ScaleWidth      =   480
      TabIndex        =   1
      Top             =   240
      Width           =   540
   End
   Begin VB.CommandButton cmdOK 
      Cancel          =   -1  'True
      Caption         =   "确定"
      Default         =   -1  'True
      Height          =   345
      Left            =   4920
      TabIndex        =   0
      Top             =   3540
      Width           =   1500
   End
   Begin VB.Label Label1 
      Caption         =   $"frmAbout.frx":030A
      Height          =   975
      Left            =   240
      TabIndex        =   6
      Top             =   3840
      Width           =   3735
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00808080&
      BorderStyle     =   6  'Inside Solid
      Index           =   1
      X1              =   60
      X2              =   5624
      Y1              =   2820
      Y2              =   2820
   End
   Begin VB.Label lblDescription 
      Caption         =   $"frmAbout.frx":03B2
      ForeColor       =   &H00000000&
      Height          =   1650
      Left            =   1020
      TabIndex        =   2
      Top             =   1080
      Width           =   5505
   End
   Begin VB.Label lblTitle 
      Caption         =   "飘香抽奖系统"
      ForeColor       =   &H00000000&
      Height          =   480
      Left            =   1020
      TabIndex        =   4
      Top             =   240
      Width           =   3885
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00FFFFFF&
      BorderWidth     =   2
      Index           =   0
      X1              =   105
      X2              =   5654
      Y1              =   2820
      Y2              =   2820
   End
   Begin VB.Label lblVersion 
      Caption         =   "V1.00"
      Height          =   225
      Left            =   1050
      TabIndex        =   5
      Top             =   780
      Width           =   3885
   End
   Begin VB.Label lblDisclaimer 
      Caption         =   $"frmAbout.frx":05B3
      ForeColor       =   &H00000000&
      Height          =   735
      Left            =   240
      TabIndex        =   3
      Top             =   3000
      Width           =   3630
   End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub lblTitle_Click()

End Sub

⌨️ 快捷键说明

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