frmmain.frm

来自「并口 ntport.dll VB 源码示例」· FRM 代码 · 共 41 行

FRM
41
字号
VERSION 5.00
Begin VB.Form frmMain 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "PC Speaker"
   ClientHeight    =   1470
   ClientLeft      =   1005
   ClientTop       =   1920
   ClientWidth     =   5205
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   PaletteMode     =   1  'UseZOrder
   ScaleHeight     =   1470
   ScaleWidth      =   5205
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton btnSoundOff 
      Caption         =   "Sound Off"
      Height          =   372
      Left            =   3720
      TabIndex        =   3
      Top             =   120
      Width           =   1092
   End
   Begin VB.TextBox Text1 
      Height          =   372
      Left            =   1320
      TabIndex        =   1
      Text            =   "262"
      Top             =   120
      Width           =   852
   End
   Begin VB.CommandButton btnSoundOn 
      Caption         =   "Sound On"
      Height          =   372
      Left            =   2400
      TabIndex        =   0
      Top             =   120
      Width           =   1092
   End
   Begin VB.Label Label4 
      Caption         =   "Copyright 

⌨️ 快捷键说明

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