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

📄 frmabout.frm

📁 this is my first software.
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmAbout 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "关于"
   ClientHeight    =   1680
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   3735
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   1680
   ScaleWidth      =   3735
   StartUpPosition =   1  '所有者中心
   Begin VB.CommandButton cmdOK 
      Cancel          =   -1  'True
      Caption         =   "确定"
      Default         =   -1  'True
      Height          =   345
      HelpContextID   =   3
      Left            =   2400
      Style           =   1  'Graphical
      TabIndex        =   1
      Tag             =   "确定"
      Top             =   1200
      Width           =   1050
   End
   Begin VB.PictureBox picIcon 
      AutoSize        =   -1  'True
      BorderStyle     =   0  'None
      ClipControls    =   0   'False
      Height          =   480
      HelpContextID   =   3
      Left            =   240
      Picture         =   "frmAbout.frx":0000
      ScaleHeight     =   480
      ScaleMode       =   0  'User
      ScaleWidth      =   480
      TabIndex        =   0
      TabStop         =   0   'False
      Top             =   240
      Width           =   480
   End
   Begin VB.Label Label2 
      BackStyle       =   0  'Transparent
      Caption         =   "zw_ren_programmer@163.com"
      ForeColor       =   &H00FF0000&
      Height          =   225
      Left            =   1200
      MouseIcon       =   "frmAbout.frx":030A
      TabIndex        =   4
      Tag             =   "应用程序描述"
      ToolTipText     =   "写作者写信"
      Top             =   840
      Width           =   2235
   End
   Begin VB.Label lblDescription 
      BackStyle       =   0  'Transparent
      Caption         =   "版权所有(C)2004 任再旺"
      ForeColor       =   &H00000000&
      Height          =   165
      Left            =   1020
      TabIndex        =   3
      Tag             =   "应用程序描述"
      Top             =   540
      Width           =   3015
   End
   Begin VB.Label lblTitle 
      BackStyle       =   0  'Transparent
      Caption         =   "九鼎仓库管理系统 1.0"
      ForeColor       =   &H00000000&
      Height          =   195
      Left            =   990
      TabIndex        =   2
      Tag             =   "应用程序标题"
      Top             =   240
      Width           =   3075
   End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit


Private Sub cmdOK_Click()
  Unload Me
End Sub

⌨️ 快捷键说明

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