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

📄 current.frm

📁 扫描软件
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Begin VB.Form frmCurrentCaps 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "当前扫描仪性能"
   ClientHeight    =   6240
   ClientLeft      =   495
   ClientTop       =   270
   ClientWidth     =   8730
   Icon            =   "Current.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   PaletteMode     =   1  'UseZOrder
   ScaleHeight     =   6240
   ScaleWidth      =   8730
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton cmdSet 
      Caption         =   "设置"
      Height          =   375
      Left            =   7560
      TabIndex        =   13
      Top             =   5040
      Width           =   975
   End
   Begin VB.CommandButton cmdGet 
      Caption         =   "获得"
      Height          =   375
      Left            =   7560
      TabIndex        =   12
      Top             =   4440
      Width           =   975
   End
   Begin VB.Frame fraSetCurrentCapabilities 
      Caption         =   "设置当前扫描仪设置"
      Height          =   5895
      Left            =   3720
      TabIndex        =   42
      Top             =   120
      Width           =   3615
      Begin VB.CheckBox chkImageLayout 
         Caption         =   "图象"
         Height          =   255
         Left            =   480
         TabIndex        =   55
         Top             =   3240
         Width           =   1695
      End
      Begin VB.CheckBox chkScanMode 
         Caption         =   "扫描模式"
         Height          =   255
         Left            =   240
         TabIndex        =   54
         Top             =   4800
         Width           =   1215
      End
      Begin VB.CheckBox chkImageTypeInUse 
         Caption         =   "图象类型"
         Height          =   255
         Left            =   240
         TabIndex        =   53
         Top             =   360
         Width           =   1215
      End
      Begin VB.CheckBox chkContrast 
         Caption         =   "对比度级别"
         Height          =   255
         Left            =   240
         TabIndex        =   50
         Top             =   2760
         Width           =   1575
      End
      Begin VB.CheckBox chkBrightness 
         Caption         =   "亮度级别"
         Height          =   255
         Left            =   240
         TabIndex        =   49
         Top             =   1800
         Width           =   1575
      End
      Begin VB.CheckBox chkContrastMode 
         Caption         =   "对比度模式"
         Height          =   255
         Left            =   240
         TabIndex        =   48
         Top             =   2280
         Width           =   1575
      End
      Begin VB.ComboBox cboSetImageType 
         Height          =   315
         Left            =   1560
         Style           =   2  'Dropdown List
         TabIndex        =   0
         Top             =   360
         Width           =   1815
      End
      Begin VB.ComboBox cboSetBrightnessMode 
         Height          =   315
         Left            =   1920
         Style           =   2  'Dropdown List
         TabIndex        =   3
         Top             =   1320
         Width           =   1455
      End
      Begin VB.ComboBox cboSetContrastMode 
         Height          =   315
         Left            =   1920
         Style           =   2  'Dropdown List
         TabIndex        =   5
         Top             =   2280
         Width           =   1455
      End
      Begin VB.ComboBox cboSetScanMode 
         Height          =   315
         ItemData        =   "Current.frx":000C
         Left            =   1800
         List            =   "Current.frx":000E
         Style           =   2  'Dropdown List
         TabIndex        =   11
         Top             =   4800
         Width           =   1575
      End
      Begin VB.TextBox txtSetResolutionX 
         Height          =   315
         Left            =   1920
         TabIndex        =   1
         Top             =   840
         Width           =   615
      End
      Begin VB.TextBox txtSetResolutionY 
         Height          =   315
         Left            =   2760
         TabIndex        =   2
         Top             =   840
         Width           =   615
      End
      Begin VB.TextBox txtSetBrightness 
         Height          =   315
         Left            =   1920
         TabIndex        =   4
         Top             =   1800
         Width           =   1455
      End
      Begin VB.TextBox txtSetContrast 
         Height          =   315
         Left            =   1920
         TabIndex        =   6
         Top             =   2760
         Width           =   1455
      End
      Begin VB.Frame fraSetImageLayout 
         Caption         =   "    "
         Height          =   1335
         Left            =   240
         TabIndex        =   43
         Top             =   3240
         Width           =   3135
         Begin VB.TextBox txtSetHeight 
            Height          =   315
            Left            =   2280
            TabIndex        =   10
            Top             =   840
            Width           =   615
         End
         Begin VB.TextBox txtSetWidth 
            Height          =   315
            Left            =   720
            TabIndex        =   9
            Top             =   840
            Width           =   615
         End
         Begin VB.TextBox txtSetTop 
            Height          =   315
            Left            =   2280
            TabIndex        =   8
            Top             =   360
            Width           =   615
         End
         Begin VB.TextBox txtSetLeft 
            Height          =   315
            Left            =   720
            TabIndex        =   7
            Top             =   360
            Width           =   615
         End
         Begin VB.Label lblHeight 
            Caption         =   "高"
            Height          =   255
            Index           =   1
            Left            =   1680
            TabIndex        =   47
            Top             =   840
            Width           =   615
         End
         Begin VB.Label lblWidth 
            Caption         =   "宽"
            Height          =   255
            Index           =   1
            Left            =   240
            TabIndex        =   46
            Top             =   840
            Width           =   615
         End
         Begin VB.Label lblTop 
            Caption         =   "顶"
            Height          =   255
            Index           =   1
            Left            =   1680
            TabIndex        =   45
            Top             =   360
            Width           =   495
         End
         Begin VB.Label lblLeft 
            Caption         =   "左"
            Height          =   255
            Index           =   1
            Left            =   240
            TabIndex        =   44
            Top             =   360
            Width           =   495
         End
      End
      Begin VB.CheckBox chkResolution 
         Caption         =   "分辨率"
         Height          =   255
         Left            =   240
         TabIndex        =   52
         Top             =   840
         Width           =   1815
      End
      Begin VB.CheckBox chkBrightnessMode 
         Caption         =   "亮度模式"
         Height          =   255
         Left            =   240
         TabIndex        =   51
         Top             =   1320
         Width           =   1815
      End
   End
   Begin VB.Frame fraGetCurrentCapabilities 
      Caption         =   "获得的当前扫描仪设置"
      Height          =   5895
      Left            =   240
      TabIndex        =   15
      Top             =   120
      Width           =   3255
      Begin VB.TextBox txtGetPaperInFeeder 
         Height          =   315
         Left            =   1680
         TabIndex        =   41
         TabStop         =   0   'False
         Top             =   5280
         Width           =   1455
      End
      Begin VB.TextBox txtGetScanMode 
         Height          =   315
         Left            =   1680
         TabIndex        =   39
         TabStop         =   0   'False
         Top             =   4800
         Width           =   1455
      End
      Begin VB.Frame fraGetImageLayout 
         Caption         =   "图象"
         Height          =   1335
         Left            =   120
         TabIndex        =   29
         Top             =   3240
         Width           =   3015
         Begin VB.TextBox txtGetLeft 
            Height          =   315
            Left            =   720
            TabIndex        =   33
            TabStop         =   0   'False
            Top             =   360
            Width           =   615
         End
         Begin VB.TextBox txtGetTop 
            Height          =   315
            Left            =   2160
            TabIndex        =   32
            TabStop         =   0   'False
            Top             =   360
            Width           =   615
         End
         Begin VB.TextBox txtGetWidth 
            Height          =   315
            Left            =   720
            TabIndex        =   31
            TabStop         =   0   'False
            Top             =   840
            Width           =   615
         End
         Begin VB.TextBox txtGetHeight 
            Height          =   315
            Left            =   2160
            TabIndex        =   30
            TabStop         =   0   'False
            Top             =   840
            Width           =   615
         End
         Begin VB.Label lblLeft 
            Caption         =   "左"
            Height          =   255
            Index           =   0
            Left            =   240
            TabIndex        =   37
            Top             =   360
            Width           =   495
         End
         Begin VB.Label lblTop 
            Caption         =   "顶"
            Height          =   255
            Index           =   0
            Left            =   1560
            TabIndex        =   36
            Top             =   360
            Width           =   495
         End
         Begin VB.Label lblWidth 
            Caption         =   "宽"
            Height          =   255
            Index           =   0
            Left            =   240
            TabIndex        =   35
            Top             =   840
            Width           =   495
         End
         Begin VB.Label lblHeight 
            Caption         =   "高"
            Height          =   255
            Index           =   0
            Left            =   1560
            TabIndex        =   34
            Top             =   840
            Width           =   615
         End
      End
      Begin VB.TextBox txtGetContrast 
         Height          =   315
         Left            =   1680
         TabIndex        =   28
         TabStop         =   0   'False
         Top             =   2760
         Width           =   1335
      End
      Begin VB.TextBox txtGetContrastMode 
         Height          =   315
         Left            =   1680
         TabIndex        =   26
         TabStop         =   0   'False
         Top             =   2280
         Width           =   1335
      End
      Begin VB.TextBox txtGetBrightness 
         Height          =   315
         Left            =   1680
         TabIndex        =   24
         TabStop         =   0   'False
         Top             =   1800
         Width           =   1335
      End
      Begin VB.TextBox txtGetBrightnessMode 
         Height          =   315
         Left            =   1680
         TabIndex        =   22
         TabStop         =   0   'False
         Top             =   1320
         Width           =   1335
      End
      Begin VB.TextBox txtGetResolutionY 
         Height          =   315
         Left            =   2400
         TabIndex        =   20
         TabStop         =   0   'False
         Top             =   840
         Width           =   615
      End
      Begin VB.TextBox txtGetResolutionX 
         Height          =   315
         Left            =   1680
         TabIndex        =   19
         TabStop         =   0   'False
         Top             =   840
         Width           =   615
      End
      Begin VB.TextBox txtGetImageType 
         Height          =   315
         Left            =   1200
         TabIndex        =   17
         TabStop         =   0   'False
         Top             =   360
         Width           =   1815
      End
      Begin VB.Label lblPaperInFeeder 
         Caption         =   "进纸槽"
         Height          =   255
         Index           =   0
         Left            =   360
         TabIndex        =   40
         Top             =   5280
         Width           =   1695
      End
      Begin VB.Label lblScanMode 
         Caption         =   "扫描模式"
         Height          =   255
         Index           =   0
         Left            =   360
         TabIndex        =   38
         Top             =   4800
         Width           =   1095
      End
      Begin VB.Label lblContrast 
         Caption         =   "对比度级别"
         Height          =   255

⌨️ 快捷键说明

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