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

📄 frmlogo.frm

📁 很好的库存管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmlogo 
   BorderStyle     =   3  'Fixed Dialog
   ClientHeight    =   3945
   ClientLeft      =   45
   ClientTop       =   45
   ClientWidth     =   5970
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3945
   ScaleMode       =   0  'User
   ScaleWidth      =   5975.976
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Fralogo 
      Height          =   3975
      Left            =   0
      TabIndex        =   0
      Top             =   -60
      Width           =   5955
      Begin VB.Image Image1 
         Height          =   3255
         Left            =   360
         Stretch         =   -1  'True
         Top             =   480
         Width           =   2055
      End
      Begin VB.Label lbltitle2 
         Alignment       =   1  'Right Justify
         Caption         =   "仓库库存管理系统"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   18
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   555
         Left            =   2640
         TabIndex        =   1
         Top             =   960
         Width           =   3015
      End
   End
End
Attribute VB_Name = "frmlogo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
    Image1.Picture = LoadPicture(App.Path & "\image\057.gif")
End Sub

Private Sub Fralogo_DragDrop(Source As Control, X As Single, Y As Single)

End Sub

Private Sub Image1_Click()

End Sub

⌨️ 快捷键说明

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