?? main.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 + -