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

📄 about.frm

📁 商品进销存商品进销存商品进销存商品进销存商品进销存商品进销存
💻 FRM
字号:
VERSION 5.00
Begin VB.Form about 
   Caption         =   "关于"
   ClientHeight    =   6480
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   7620
   LinkTopic       =   "Form1"
   ScaleHeight     =   6480
   ScaleWidth      =   7620
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command1 
      Caption         =   "退出"
      Height          =   615
      Left            =   5160
      TabIndex        =   3
      Top             =   5280
      Width           =   1815
   End
   Begin VB.Label Label3 
      Caption         =   "感谢:                    杨发老师、马东老师、王雷老师的指导和教诲!"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   15
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1095
      Left            =   3000
      TabIndex        =   2
      Top             =   2040
      Width           =   3975
   End
   Begin VB.Label Label2 
      Caption         =   "学生:王贺 "
      BeginProperty Font 
         Name            =   "新宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   3720
      TabIndex        =   1
      Top             =   3960
      Width           =   3735
   End
   Begin VB.Label Label1 
      Caption         =   "2006届毕业设计"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   15.75
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   855
      Left            =   600
      TabIndex        =   0
      Top             =   600
      Width           =   6495
   End
   Begin VB.Image Image1 
      Height          =   1920
      Left            =   360
      Picture         =   "about.frx":0000
      Top             =   2040
      Width           =   1920
   End
End
Attribute VB_Name = "about"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
about.Hide
End Sub

⌨️ 快捷键说明

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