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

📄 main.frm

📁 扫描软件
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmMain 
   Caption         =   "影像扫描系统"
   ClientHeight    =   4545
   ClientLeft      =   165
   ClientTop       =   450
   ClientWidth     =   7095
   Icon            =   "Main.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   4545
   ScaleWidth      =   7095
   StartUpPosition =   2  '屏幕中心
   Begin VB.PictureBox ImgScan1 
      BackColor       =   &H000000FF&
      Height          =   1000
      Left            =   0
      ScaleHeight     =   945
      ScaleWidth      =   945
      TabIndex        =   0
      Top             =   0
      Width           =   1000
   End
   Begin VB.PictureBox ImgEdit1 
      BackColor       =   &H000000FF&
      Height          =   1000
      Left            =   0
      ScaleHeight     =   945
      ScaleWidth      =   945
      TabIndex        =   1
      Top             =   0
      Width           =   1000
   End
   Begin VB.PictureBox ImgAdmin1 
      BackColor       =   &H000000FF&
      Height          =   1000
      Left            =   0
      ScaleHeight     =   945
      ScaleWidth      =   945
      TabIndex        =   2
      Top             =   0
      Width           =   1000
   End
   Begin VB.Menu mnuFile 
      Caption         =   "文件(&F)"
      Begin VB.Menu mnuFileOpen 
         Caption         =   "打开(&O)..."
         Shortcut        =   ^O
      End
      Begin VB.Menu mnuFileSeparator1 
         Caption         =   "-"
      End
      Begin VB.Menu mnuFileExit 
         Caption         =   "退出"
      End
   End
   Begin VB.Menu mnuScan 
      Caption         =   "扫描(&S)"
      Begin VB.Menu mnuScanItem 
         Caption         =   "选择扫描仪..."
         Index           =   0
      End
      Begin VB.Menu mnuScanItem 
         Caption         =   "扫描仪性能参数"
         Index           =   1
         Begin VB.Menu mnuScanCapabilitiesItem 
            Caption         =   "获取参数配置范围"
            Index           =   0
         End
         Begin VB.Menu mnuScanCapabilitiesItem 
            Caption         =   "获得当前参数配置"
            Index           =   1
         End
         Begin VB.Menu mnuScanCapabilitiesItem 
            Caption         =   "设置当前参数配置"
            Index           =   2
         End
      End
      Begin VB.Menu mnuScanItem 
         Caption         =   "-"
         Index           =   2
      End
      Begin VB.Menu mnuScanItem 
         Caption         =   "扫描选项..."
         Index           =   3
      End
      Begin VB.Menu mnuScanItem 
         Caption         =   "扫描参数..."
         Index           =   4
      End
      Begin VB.Menu mnuScanItem 
         Caption         =   "-"
         Index           =   5
      End
      Begin VB.Menu mnuScanItem 
         Caption         =   "开始扫描..."
         Index           =   6
      End
      Begin VB.Menu mnuScanItem 
         Caption         =   "附加扫描..."
         Index           =   7
      End
      Begin VB.Menu mnuScanItem 
         Caption         =   "新扫描"
         Index           =   8
      End
      Begin VB.Menu mnuScanItem 
         Caption         =   "-"
         Index           =   9
      End
      Begin VB.Menu mnuScanItem 
         Caption         =   "双面扫描..."
         Index           =   10
      End
      Begin VB.Menu mnuScanItem 
         Caption         =   "-"
         Index           =   11
      End
      Begin VB.Menu mnuScanItem 
         Caption         =   "查看扫描日志"
         Index           =   12
      End
   End
   Begin VB.Menu mnuCompression 
      Caption         =   "压缩(&C)"
   End
   Begin VB.Menu mnuPage 
      Caption         =   "页面(&P)"
      Begin VB.Menu mnuPageDirectionItem 
         Caption         =   "上一页"
         Index           =   0
      End
      Begin VB.Menu mnuPageDirectionItem 
         Caption         =   "下一页"
         Index           =   1
      End
      Begin VB.Menu mnuPageDirectionItem 
         Caption         =   "首页"
         Index           =   2
      End
      Begin VB.Menu mnuPageDirectionItem 
         Caption         =   "末页"
         Index           =   3
      End
   End
   Begin VB.Menu mnuZoom 
      Caption         =   "缩放(&Z)"
      Begin VB.Menu mnuZoomFactorItem 
         Caption         =   "&25%"
         Index           =   0
      End
      Begin VB.Menu mnuZoomFactorItem 
         Caption         =   "&50%"
         Index           =   1
      End
      Begin VB.Menu mnuZoomFactorItem 
         Caption         =   "&75%"
         Index           =   2
      End
      Begin VB.Menu mnuZoomFactorItem 
         Caption         =   "&100%"
         Index           =   3
      End
      Begin VB.Menu mnuZoomFactorItem 
         Caption         =   "2&00%"
         Index           =   4
      End
      Begin VB.Menu mnuZoomFactorItem 
         Caption         =   "&400%"
         Index           =   5
      End
   End
   Begin VB.Menu mnuTools 
      Caption         =   "工具(&T)"
      Begin VB.Menu mnuToolsItem 
         Caption         =   "显示日志"
         Index           =   0
      End
      Begin VB.Menu mnuToolsItem 
         Caption         =   "跟踪扫描设置..."
         Index           =   1
      End
   End
End
Attribute VB_Name = "frmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'**************************************************************
' Copyright 

⌨️ 快捷键说明

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