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

📄 form1.frm

📁 本软件用于图片管理
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   5940
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6840
   LinkTopic       =   "Form1"
   ScaleHeight     =   5940
   ScaleWidth      =   6840
   StartUpPosition =   3  'Windows Default
   Begin VB.Image Image2 
      Height          =   5775
      Left            =   120
      Stretch         =   -1  'True
      Top             =   120
      Width           =   6375
   End
   Begin VB.Image Image1 
      Height          =   1575
      Index           =   8
      Left            =   4560
      Picture         =   "Form1.frx":0000
      Stretch         =   -1  'True
      Top             =   3840
      Width           =   1815
   End
   Begin VB.Image Image1 
      Height          =   1575
      Index           =   7
      Left            =   2400
      Picture         =   "Form1.frx":4C56E
      Stretch         =   -1  'True
      Top             =   3840
      Width           =   1815
   End
   Begin VB.Image Image1 
      Height          =   1575
      Index           =   6
      Left            =   240
      Picture         =   "Form1.frx":80E50
      Stretch         =   -1  'True
      Top             =   3840
      Width           =   1815
   End
   Begin VB.Image Image1 
      Height          =   1575
      Index           =   5
      Left            =   4560
      Picture         =   "Form1.frx":C5102
      Stretch         =   -1  'True
      Top             =   2040
      Width           =   1815
   End
   Begin VB.Image Image1 
      Height          =   1575
      Index           =   4
      Left            =   2400
      Picture         =   "Form1.frx":157EF8
      Stretch         =   -1  'True
      Top             =   2040
      Width           =   1815
   End
   Begin VB.Image Image1 
      Height          =   1575
      Index           =   3
      Left            =   240
      Picture         =   "Form1.frx":1A9552
      Stretch         =   -1  'True
      Top             =   2040
      Width           =   1815
   End
   Begin VB.Image Image1 
      Height          =   1575
      Index           =   2
      Left            =   4560
      Picture         =   "Form1.frx":1E3864
      Stretch         =   -1  'True
      Top             =   240
      Width           =   1815
   End
   Begin VB.Image Image1 
      Height          =   1575
      Index           =   1
      Left            =   2400
      Picture         =   "Form1.frx":224DAE
      Stretch         =   -1  'True
      Top             =   240
      Width           =   1815
   End
   Begin VB.Image Image1 
      Height          =   1575
      Index           =   0
      Left            =   240
      Picture         =   "Form1.frx":25F860
      Stretch         =   -1  'True
      Top             =   240
      Width           =   1815
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
    Image2.Visible = False
     Form1.Caption = "广东潮州民间剪纸(作者:罗瑞瑜)"
End Sub

Private Sub image1_Click(Index As Integer)
   Image2.Visible = True
   Select Case Index
   Case 0
    Image2.Picture = LoadPicture(App.Path & "\a003.bmp")
   Case 1
    Image2.Picture = LoadPicture(App.Path & "\a006.bmp")
   Case 2
    Image2.Picture = LoadPicture(App.Path & "\a007.bmp")
   Case 3
    Image2.Picture = LoadPicture(App.Path & "\a014.bmp")
   Case 4
    Image2.Picture = LoadPicture(App.Path & "\a015.bmp")
   Case 5
    Image2.Picture = LoadPicture(App.Path & "\a016.bmp")
   Case 6
    Image2.Picture = LoadPicture(App.Path & "\a021.bmp")
   Case 7
    Image2.Picture = LoadPicture(App.Path & "\a054.bmp")
   Case Else
    Image2.Picture = LoadPicture(App.Path & "\a057.bmp")
   End Select
        
End Sub

Private Sub image2_Click()
    Image2.Visible = False
End Sub

⌨️ 快捷键说明

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