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

📄 frmaddtodb.frm

📁 几个不错的VB例子
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmAddtoDB 
   AutoRedraw      =   -1  'True
   BorderStyle     =   1  'Fixed Single
   Caption         =   " Add to DB"
   ClientHeight    =   7050
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   8730
   ControlBox      =   0   'False
   BeginProperty Font 
      Name            =   "Verdana"
      Size            =   6.75
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "frmAddtoDB.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   470
   ScaleMode       =   3  'Pixel
   ScaleWidth      =   582
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.PictureBox Image_DB 
      Appearance      =   0  'Flat
      AutoSize        =   -1  'True
      BackColor       =   &H00808080&
      BorderStyle     =   0  'None
      ClipControls    =   0   'False
      DataField       =   "Thumb"
      DataSource      =   "DataPictures"
      ForeColor       =   &H80000008&
      Height          =   285
      Left            =   5565
      ScaleHeight     =   19
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   20
      TabIndex        =   34
      TabStop         =   0   'False
      Top             =   7545
      Visible         =   0   'False
      Width           =   300
   End
   Begin VB.Frame Me_back3 
      BorderStyle     =   0  'None
      Height          =   330
      Left            =   120
      TabIndex        =   33
      Top             =   420
      Width           =   8505
      Begin VB.CheckBox chkFileNameFilter 
         Caption         =   "File name filter :"
         Height          =   195
         Left            =   75
         TabIndex        =   4
         TabStop         =   0   'False
         Top             =   60
         Width           =   1515
      End
      Begin VB.TextBox txtFileNameFilter 
         Height          =   300
         Left            =   1590
         TabIndex        =   5
         TabStop         =   0   'False
         Top             =   15
         Width           =   2340
      End
      Begin VB.CheckBox chkExt 
         Caption         =   "ico/cur"
         Height          =   195
         Index           =   4
         Left            =   7650
         TabIndex        =   10
         TabStop         =   0   'False
         Tag             =   "*.ICO;*.CUR;"
         Top             =   75
         Width           =   840
      End
      Begin VB.CheckBox chkExt 
         Caption         =   "wmf/emf"
         Height          =   195
         Index           =   3
         Left            =   6675
         TabIndex        =   9
         TabStop         =   0   'False
         Tag             =   "*.WMF;*.EMF;"
         Top             =   75
         Width           =   1050
      End
      Begin VB.CheckBox chkExt 
         Caption         =   "jpg"
         Height          =   195
         Index           =   0
         Left            =   4575
         TabIndex        =   6
         TabStop         =   0   'False
         Tag             =   "*.JPG;"
         Top             =   75
         Value           =   1  'Checked
         Width           =   540
      End
      Begin VB.CheckBox chkExt 
         Caption         =   "bmp/dib"
         Height          =   195
         Index           =   1
         Left            =   5160
         TabIndex        =   7
         TabStop         =   0   'False
         Tag             =   "*.BMP;*.DIB;"
         Top             =   75
         Value           =   1  'Checked
         Width           =   915
      End
      Begin VB.CheckBox chkExt 
         Caption         =   "gif"
         Height          =   195
         Index           =   2
         Left            =   6120
         TabIndex        =   8
         TabStop         =   0   'False
         Tag             =   "*.GIF;"
         Top             =   75
         Value           =   1  'Checked
         Width           =   645
      End
      Begin VB.Label lblExt 
         Caption         =   "Ext. :"
         Height          =   165
         Left            =   4065
         TabIndex        =   35
         Top             =   75
         Width           =   495
      End
   End
   Begin VB.PictureBox iLoaded 
      Appearance      =   0  'Flat
      AutoRedraw      =   -1  'True
      AutoSize        =   -1  'True
      BackColor       =   &H00808080&
      BorderStyle     =   0  'None
      ClipControls    =   0   'False
      ForeColor       =   &H80000008&
      Height          =   285
      Left            =   5910
      ScaleHeight     =   19
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   21
      TabIndex        =   31
      TabStop         =   0   'False
      Top             =   7545
      Visible         =   0   'False
      Width           =   315
   End
   Begin VB.Frame Me_back2 
      BorderStyle     =   0  'None
      Height          =   330
      Left            =   120
      TabIndex        =   30
      Top             =   15
      Width           =   8505
      Begin MSComctlLib.Toolbar Commands 
         Height          =   330
         Left            =   7350
         TabIndex        =   37
         Top             =   0
         Width           =   1155
         _ExtentX        =   2037
         _ExtentY        =   582
         ButtonWidth     =   609
         ButtonHeight    =   582
         AllowCustomize  =   0   'False
         Style           =   1
         ImageList       =   "Icons"
         _Version        =   393216
         BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
            NumButtons      =   4
            BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
               Key             =   "Add_Sel"
               Object.ToolTipText     =   "Add selected pictures"
               ImageIndex      =   11
            EndProperty
            BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
               Key             =   "Add_All"
               Object.ToolTipText     =   "Add all pictures"
               ImageIndex      =   7
            EndProperty
            BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
               Style           =   3
            EndProperty
            BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
               Key             =   "Exit"
               Object.ToolTipText     =   "Exit"
               ImageIndex      =   12
            EndProperty
         EndProperty
      End
   End
   Begin VB.PictureBox Image_Thumbnail 
      Appearance      =   0  'Flat
      AutoRedraw      =   -1  'True
      AutoSize        =   -1  'True
      BackColor       =   &H80000005&
      BorderStyle     =   0  'None
      ClipControls    =   0   'False
      ForeColor       =   &H00000000&
      Height          =   1155
      Left            =   4215
      MouseIcon       =   "frmAddtoDB.frx":014A
      MousePointer    =   99  'Custom
      ScaleHeight     =   77
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   77
      TabIndex        =   27
      TabStop         =   0   'False
      ToolTipText     =   "Click to show/Click to Hide"
      Top             =   5685
      Width           =   1155
   End
   Begin VB.CommandButton Cancel_Process 
      Cancel          =   -1  'True
      Caption         =   "&Stop!!!"
      Enabled         =   0   'False
      Height          =   330
      Left            =   5955
      TabIndex        =   0
      TabStop         =   0   'False
      Top             =   4875
      Width           =   855
   End
   Begin VB.Frame Me_back 
      BorderStyle     =   0  'None
      Height          =   6030
      Left            =   75
      TabIndex        =   12
      Top             =   825
      Width           =   8610
      Begin Thumb_DB.ucGraphicButton btnRefresh 
         Height          =   180
         Left            =   6705
         ToolTipText     =   "Clear selection/s"
         Top             =   30
         Width           =   240
         _ExtentX        =   423
         _ExtentY        =   318
      End
      Begin VB.CheckBox chkAddComment 
         Appearance      =   0  'Flat
         BackColor       =   &H0000C000&
         ForeColor       =   &H80000008&
         Height          =   195
         Left            =   8325
         TabIndex        =   45
         TabStop         =   0   'False
         ToolTipText     =   "Add picture's name as thumbnail comment"
         Top             =   4635
         Value           =   1  'Checked
         Width           =   210
      End
      Begin Thumb_DB.ucGraphicButton btnInvertSelection 
         Height          =   180
         Left            =   7680
         Top             =   30
         Width           =   240
         _ExtentX        =   423
         _ExtentY        =   318
      End
      Begin MSComctlLib.ImageList Icons 
         Left            =   90
         Top             =   3015
         _ExtentX        =   1005
         _ExtentY        =   1005
         BackColor       =   -2147483643
         ImageWidth      =   16
         ImageHeight     =   16
         MaskColor       =   12632256
         _Version        =   393216
         BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
            NumListImages   =   15
            BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmAddtoDB.frx":0454
               Key             =   "PC"
            EndProperty
            BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmAddtoDB.frx":05B0
               Key             =   "floppy"
            EndProperty
            BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmAddtoDB.frx":070C
               Key             =   "cd"
            EndProperty
            BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmAddtoDB.frx":0868
               Key             =   "fixed"
            EndProperty
            BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmAddtoDB.frx":09C4
               Key             =   "remote"
            EndProperty
            BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmAddtoDB.frx":0B20
               Key             =   "unknown"
            EndProperty
            BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmAddtoDB.frx":0C7C
               Key             =   ""
            EndProperty
            BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmAddtoDB.frx":0DD8
               Key             =   ""
            EndProperty
            BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmAddtoDB.frx":0F38
               Key             =   ""
            EndProperty
            BeginProperty ListImage10 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmAddtoDB.frx":1094
               Key             =   ""
            EndProperty
            BeginProperty ListImage11 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmAddtoDB.frx":11F4
               Key             =   ""
            EndProperty
            BeginProperty ListImage12 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmAddtoDB.frx":1350
               Key             =   ""
            EndProperty
            BeginProperty ListImage13 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmAddtoDB.frx":14AC
               Key             =   ""
            EndProperty
            BeginProperty ListImage14 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmAddtoDB.frx":1608
               Key             =   ""
            EndProperty
            BeginProperty ListImage15 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmAddtoDB.frx":1764
               Key             =   ""
            EndProperty
         EndProperty
      End
      Begin VB.DirListBox Dir_back 
         Height          =   930
         Left            =   2775
         TabIndex        =   14
         TabStop         =   0   'False
         Top             =   2685
         Visible         =   0   'False
         Width           =   1185
      End
      Begin VB.FileListBox File_back 
         Height          =   810
         Left            =   7080
         Pattern         =   "*.JPG;*.BMP;*.DIB;*.GIF"
         ReadOnly        =   0   'False
         TabIndex        =   13
         TabStop         =   0   'False
         Top             =   2580
         Visible         =   0   'False
         Width           =   1455
      End
      Begin VB.CheckBox chkThumb 
         Appearance      =   0  'Flat
         BackColor       =   &H0000C000&
         ForeColor       =   &H80000008&
         Height          =   195
         Left            =   5085
         TabIndex        =   11
         TabStop         =   0   'False
         ToolTipText     =   "View thumbnail"
         Top             =   4635
         Value           =   1  'Checked
         Width           =   210
      End
      Begin MSComctlLib.TreeView Dir 
         Height          =   3405
         Left            =   45
         TabIndex        =   1
         Top             =   225
         Width           =   3930
         _ExtentX        =   6932
         _ExtentY        =   6006
         _Version        =   393217
         HideSelection   =   0   'False
         Indentation     =   18
         LabelEdit       =   1

⌨️ 快捷键说明

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