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

📄 frmabout.frm

📁 VB城市排水系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmAbout 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "关于 工程1"
   ClientHeight    =   2670
   ClientLeft      =   4275
   ClientTop       =   3525
   ClientWidth     =   4920
   ClipControls    =   0   'False
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2670
   ScaleWidth      =   4920
   ShowInTaskbar   =   0   'False
   Tag             =   "关于 工程1"
   Begin VB.CommandButton cmdOK 
      Cancel          =   -1  'True
      Caption         =   "确定"
      Default         =   -1  'True
      Height          =   345
      Left            =   3360
      TabIndex        =   0
      Tag             =   "确定"
      Top             =   2160
      Width           =   975
   End
   Begin VB.Image Image1 
      Height          =   2775
      Left            =   0
      Picture         =   "frmAbout.frx":0000
      Stretch         =   -1  'True
      Top             =   0
      Width           =   1455
   End
   Begin VB.Label lblTitle 
      Caption         =   "城市污水排放监控软件"
      ForeColor       =   &H00000000&
      Height          =   300
      Left            =   1800
      TabIndex        =   2
      Tag             =   "应用程序标题"
      Top             =   360
      Width           =   2775
   End
   Begin VB.Label lblVersion 
      Caption         =   "版本"
      Height          =   225
      Left            =   1800
      TabIndex        =   1
      Tag             =   "版本"
      Top             =   765
      Width           =   2775
   End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub Form_Load()
    lblVersion.Caption = "版本 V1.O "
    
End Sub

Private Sub cmdOK_Click()
        Unload Me
End Sub


⌨️ 快捷键说明

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