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

📄 dlgscanphoto.frm

📁 本系统可用于医院和专业体检中心的健康体检管理
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{0B81E4A9-BE4E-4AEF-9272-33AB5B51C6FC}#1.0#0"; "XPControls.ocx"
Begin VB.Form dlgScanPhoto 
   BackColor       =   &H80000018&
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "图像获取/浏览"
   ClientHeight    =   7665
   ClientLeft      =   2760
   ClientTop       =   3750
   ClientWidth     =   11490
   Icon            =   "dlgScanPhoto.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   7665
   ScaleWidth      =   11490
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   9720
      Top             =   4740
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H80000018&
      Caption         =   "图像文件来源"
      Height          =   855
      Left            =   9360
      TabIndex        =   16
      Top             =   3720
      Width           =   1995
      Begin XPControls.XPCommandButton XPCommandButton1 
         Height          =   375
         Left            =   390
         TabIndex        =   17
         Top             =   300
         Width           =   1125
         _ExtentX        =   1984
         _ExtentY        =   661
         Caption         =   "打开文件"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
      End
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H80000018&
      Caption         =   "图像来源"
      Height          =   3345
      Left            =   9360
      TabIndex        =   7
      Top             =   180
      Width           =   2025
      Begin VB.Frame Frame4 
         BackColor       =   &H80000018&
         Caption         =   "摄像头"
         Height          =   1695
         Left            =   150
         TabIndex        =   11
         Top             =   240
         Width           =   1725
         Begin XPControls.XPCommandButton cmdSelectCamara 
            Height          =   375
            Left            =   300
            TabIndex        =   12
            Top             =   270
            Width           =   1125
            _ExtentX        =   1984
            _ExtentY        =   661
            Caption         =   "选择源设备"
            BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
               Name            =   "MS Sans Serif"
               Size            =   8.25
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
         End
         Begin XPControls.XPCommandButton cmdAccept 
            Height          =   375
            Left            =   300
            TabIndex        =   13
            Top             =   1200
            Width           =   1125
            _ExtentX        =   1984
            _ExtentY        =   661
            Caption         =   "接   受"
            BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
               Name            =   "MS Sans Serif"
               Size            =   8.25
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
         End
         Begin XPControls.XPCommandButton cmdPhotography 
            Height          =   375
            Left            =   300
            TabIndex        =   14
            Top             =   735
            Width           =   1125
            _ExtentX        =   1984
            _ExtentY        =   661
            Caption         =   "开始摄像"
            BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
               Name            =   "MS Sans Serif"
               Size            =   8.25
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
         End
      End
      Begin VB.Frame Frame5 
         BackColor       =   &H80000018&
         Caption         =   "扫描仪"
         Height          =   1215
         Left            =   150
         TabIndex        =   8
         Top             =   2040
         Width           =   1725
         Begin XPControls.XPCommandButton cmdSelectScan 
            Height          =   375
            Left            =   300
            TabIndex        =   9
            Top             =   270
            Width           =   1125
            _ExtentX        =   1984
            _ExtentY        =   661
            Caption         =   "选择源设备"
            BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
               Name            =   "MS Sans Serif"
               Size            =   8.25
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
         End
         Begin XPControls.XPCommandButton cmdScan 
            Height          =   375
            Left            =   300
            TabIndex        =   10
            Top             =   750
            Width           =   1125
            _ExtentX        =   1984
            _ExtentY        =   661
            Caption         =   "开始扫描"
            BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
               Name            =   "MS Sans Serif"
               Size            =   8.25
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
         End
      End
   End
   Begin VB.Frame Frame3 
      BackColor       =   &H80000018&
      Caption         =   "操作"
      Height          =   1875
      Left            =   9360
      TabIndex        =   4
      Top             =   5400
      Width           =   2025
      Begin XPControls.XPCommandButton cmdCancel 
         Cancel          =   -1  'True
         Height          =   375
         Left            =   480
         TabIndex        =   5
         ToolTipText     =   "如果该窗口无法关闭,请按组合键Alt+F4"
         Top             =   1170
         Width           =   1125
         _ExtentX        =   1984
         _ExtentY        =   661
         Caption         =   "取  消(&C)"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
      End
      Begin XPControls.XPCommandButton cmdOK 
         Default         =   -1  'True
         Height          =   375
         Left            =   480
         TabIndex        =   6
         Top             =   480
         Width           =   1125
         _ExtentX        =   1984
         _ExtentY        =   661
         Caption         =   "确  定(&O)"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
      End
   End
   Begin VB.PictureBox Picture1 
      BackColor       =   &H80000016&
      Height          =   270
      Left            =   8970
      ScaleHeight     =   210
      ScaleWidth      =   255
      TabIndex        =   3
      Top             =   7290
      Visible         =   0   'False
      Width           =   315
   End
   Begin MSComCtl2.FlatScrollBar fsbHorizontal 
      Height          =   285
      Left            =   60
      TabIndex        =   2
      Top             =   7260
      Visible         =   0   'False
      Width           =   8955
      _ExtentX        =   15796
      _ExtentY        =   503
      _Version        =   393216
      Arrows          =   65536
      Orientation     =   1179649
   End
   Begin MSComCtl2.FlatScrollBar fsbVertical 
      Height          =   7245
      Left            =   8970
      TabIndex        =   1
      Top             =   60
      Visible         =   0   'False
      Width           =   315
      _ExtentX        =   556
      _ExtentY        =   12779
      _Version        =   393216
      Orientation     =   1179648
   End
   Begin VB.PictureBox picParent 
      BackColor       =   &H00C0FFC0&
      Height          =   7215
      Left            =   60
      ScaleHeight     =   7155
      ScaleWidth      =   8865
      TabIndex        =   0
      Top             =   60
      Width           =   8925
      Begin VB.Image picChild 
         Height          =   1575
         Left            =   2010
         Top             =   2460
         Width           =   3705
      End
   End
   Begin VB.PictureBox picPhotography 
      BackColor       =   &H00C0FFC0&
      Height          =   7215
      Left            =   60
      ScaleHeight     =   7155
      ScaleWidth      =   8865
      TabIndex        =   15
      Top             =   60
      Width           =   8925
   End
End
Attribute VB_Name = "dlgScanPhoto"
Attribute VB_GlobalNameSpace = False

⌨️ 快捷键说明

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