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

📄 form.frm

📁 open picture in form
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "Abrir Arquivos de Imagem"
   ClientHeight    =   3735
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6945
   Icon            =   "Form.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   3735
   ScaleWidth      =   6945
   StartUpPosition =   2  'CenterScreen
   Begin VB.CommandButton btnCancela 
      Caption         =   "&Cancela"
      Height          =   345
      Left            =   5490
      TabIndex        =   9
      Top             =   3315
      Width           =   1395
   End
   Begin VB.CommandButton btnOk 
      Caption         =   "&OK"
      Height          =   345
      Left            =   3930
      TabIndex        =   8
      Top             =   3315
      Width           =   1395
   End
   Begin VB.TextBox ArquivoEscolhido 
      Height          =   345
      Left            =   1065
      TabIndex        =   7
      Text            =   "Text1"
      Top             =   3855
      Width           =   4080
   End
   Begin VB.ListBox List1 
      Height          =   1425
      Left            =   60
      TabIndex        =   6
      Top             =   1815
      Width           =   3765
   End
   Begin VB.PictureBox Picture1 
      Appearance      =   0  'Flat
      AutoRedraw      =   -1  'True
      ForeColor       =   &H80000008&
      Height          =   3180
      Left            =   3930
      ScaleHeight     =   3150
      ScaleWidth      =   2925
      TabIndex        =   5
      Top             =   60
      Width           =   2955
      Begin VB.Image Image1 
         Height          =   1860
         Left            =   120
         Top             =   195
         Width           =   2760
      End
   End
   Begin VB.ComboBox Combo1 
      Height          =   315
      ItemData        =   "Form.frx":23D2
      Left            =   1200
      List            =   "Form.frx":23D4
      Style           =   2  'Dropdown List
      TabIndex        =   4
      Top             =   3300
      Width           =   2595
   End
   Begin VB.FileListBox File1 
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1050
      Left            =   630
      Pattern         =   "*.bmp"
      TabIndex        =   2
      Top             =   1875
      Width           =   1695
   End
   Begin VB.DriveListBox Drive1 
      Height          =   315
      Left            =   60
      TabIndex        =   1
      Top             =   60
      Width           =   3765
   End
   Begin VB.DirListBox Dir1 
      Height          =   1215
      Left            =   60
      TabIndex        =   0
      Top             =   450
      Width           =   3765
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "Tipo do Arquivo"
      Height          =   195
      Left            =   15
      TabIndex        =   3
      Top             =   3360
      Width           =   1125
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub btnCancela_Click()
Unload Me
End Sub

Private Sub btnOk_Click()
'ArquivoEscolhido 

⌨️ 快捷键说明

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