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

📄 form_bouns.frm

📁 该程序主要用于公司举办节目时,作为抽奖程序使用.
💻 FRM
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx"
Begin VB.Form Form_bouns 
   BorderStyle     =   0  'None
   Caption         =   "飘香抽奖系统"
   ClientHeight    =   9195
   ClientLeft      =   45
   ClientTop       =   735
   ClientWidth     =   11670
   ControlBox      =   0   'False
   Icon            =   "Form_bouns.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   9195
   ScaleWidth      =   11670
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   8160
      Top             =   0
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.CommandButton Command_Start_Stop 
      Caption         =   "开始(&B)"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   24
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Left            =   5340
      MaskColor       =   &H8000000F&
      TabIndex        =   0
      Top             =   7260
      Width           =   1875
   End
   Begin VB.Timer Timer_ScrollTitle 
      Enabled         =   0   'False
      Interval        =   100
      Left            =   11760
      Top             =   4440
   End
   Begin VB.Timer Timer_ScrollName 
      Enabled         =   0   'False
      Interval        =   2
      Left            =   11520
      Top             =   3540
   End
   Begin VB.Timer Timer_FlashName 
      Enabled         =   0   'False
      Interval        =   500
      Left            =   11220
      Top             =   2760
   End
   Begin VB.Label Label_CompanyTitle 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "biaoti"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   26.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000000&
      Height          =   675
      Left            =   60
      TabIndex        =   4
      Top             =   240
      Width           =   11595
   End
   Begin VB.Label Label_Congruation 
      BackStyle       =   0  'Transparent
      Caption         =   "congrats"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   21.75
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FF00&
      Height          =   435
      Left            =   660
      TabIndex        =   1
      Top             =   5640
      Width           =   3255
   End
   Begin VB.Label Label_ScrollName 
      BackStyle       =   0  'Transparent
      Caption         =   "Label1"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   24
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0080FFFF&
      Height          =   615
      Left            =   2040
      TabIndex        =   3
      Top             =   1560
      Width           =   6375
   End
   Begin VB.Label Label_FlashName 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "Label1"
      BeginProperty Font 
         Name            =   "黑体"
         Size            =   26.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FF00&
      Height          =   1035
      Left            =   120
      TabIndex        =   2
      Top             =   3180
      Width           =   11475
   End
   Begin VB.Image Image1 
      Height          =   9195
      Left            =   0
      Stretch         =   -1  'True
      Top             =   0
      Width           =   11655
   End
   Begin VB.Menu mnuset 
      Caption         =   "设置(&S)"
      Begin VB.Menu mnumain 
         Caption         =   "界面设置(&M)"
      End
      Begin VB.Menu mnuphoto 
         Caption         =   "更换底图(&P)"
      End
      Begin VB.Menu mnuaward 
         Caption         =   "输入抽奖名单(&A)"
      End
      Begin VB.Menu mnuname 
         Caption         =   "查看已中奖名单(&N)"
      End
   End
   Begin VB.Menu mnuabout 
      Caption         =   "帮助(&H)"
      Begin VB.Menu mnuhelp 
         Caption         =   "说明(&D)"
      End
   End
   Begin VB.Menu mnuexit 
      Caption         =   "退出(&E)"
   End
End
Attribute VB_Name = "Form_bouns"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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