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

📄 frmoptions.frm

📁 北京微视公司图像采集卡SDK开发包
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmOptions 
   BackColor       =   &H80000000&
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "参数设置窗口"
   ClientHeight    =   5175
   ClientLeft      =   45
   ClientTop       =   1500
   ClientWidth     =   6120
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5175
   ScaleWidth      =   6120
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.CommandButton cmdClose 
      Cancel          =   -1  'True
      Caption         =   "关闭"
      Height          =   375
      Left            =   4920
      TabIndex        =   90
      Top             =   4680
      Width           =   1095
   End
   Begin VB.PictureBox picOptions 
      BorderStyle     =   0  'None
      Height          =   4020
      Index           =   3
      Left            =   -20000
      ScaleHeight     =   4020
      ScaleWidth      =   5685
      TabIndex        =   7
      TabStop         =   0   'False
      Top             =   480
      Width           =   5685
      Begin VB.CommandButton GetDot 
         Caption         =   "逐点读取"
         Height          =   375
         Left            =   4080
         TabIndex        =   82
         Top             =   2760
         Width           =   1455
      End
      Begin VB.CommandButton GetData 
         Caption         =   "读取数据"
         Height          =   375
         Left            =   4080
         TabIndex        =   70
         Top             =   2280
         Width           =   1455
      End
      Begin VB.TextBox VideoData 
         Enabled         =   0   'False
         Height          =   1575
         Left            =   240
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   69
         Top             =   2280
         Width           =   3735
      End
      Begin VB.Frame fraSample4 
         Caption         =   "读取数据区域设置"
         Height          =   1185
         Left            =   240
         TabIndex        =   10
         Top             =   120
         Width           =   5175
         Begin VB.TextBox DataHeight 
            Enabled         =   0   'False
            Height          =   285
            Left            =   4080
            TabIndex        =   67
            Top             =   720
            Width           =   615
         End
         Begin VB.TextBox DataY 
            Enabled         =   0   'False
            Height          =   285
            Left            =   4080
            TabIndex        =   66
            Top             =   360
            Width           =   615
         End
         Begin VB.TextBox DataWidth 
            Enabled         =   0   'False
            Height          =   285
            Left            =   1440
            TabIndex        =   65
            Top             =   720
            Width           =   615
         End
         Begin VB.TextBox DataX 
            Enabled         =   0   'False
            Height          =   285
            Left            =   1440
            TabIndex        =   64
            Top             =   360
            Width           =   615
         End
         Begin VB.Label Label19 
            Caption         =   "区域高度:"
            Height          =   255
            Left            =   2880
            TabIndex        =   63
            Top             =   720
            Width           =   975
         End
         Begin VB.Label Label18 
            Caption         =   "区域宽度:"
            Height          =   255
            Left            =   240
            TabIndex        =   62
            Top             =   720
            Width           =   975
         End
         Begin VB.Label Label17 
            Caption         =   "垂直起始点:"
            Height          =   255
            Left            =   2880
            TabIndex        =   61
            Top             =   360
            Width           =   1215
         End
         Begin VB.Label Label16 
            Caption         =   "水平起始点:"
            Height          =   255
            Left            =   240
            TabIndex        =   60
            Top             =   360
            Width           =   1215
         End
      End
      Begin VB.Label Label15 
         Caption         =   "注:作为示例,此处仅读取以上固定区域内的图像数据。若需读取画面的某特定区域的图像数据,您可自行更改代码来进行。"
         Height          =   375
         Left            =   240
         TabIndex        =   92
         Top             =   1440
         Width           =   5175
      End
      Begin VB.Label Label20 
         Caption         =   "视频数据:"
         Height          =   255
         Left            =   240
         TabIndex        =   68
         Top             =   2040
         Width           =   3735
      End
   End
   Begin VB.PictureBox picOptions 
      BorderStyle     =   0  'None
      Height          =   4020
      Index           =   2
      Left            =   -20000
      ScaleHeight     =   4020
      ScaleWidth      =   5685
      TabIndex        =   6
      TabStop         =   0   'False
      Top             =   480
      Width           =   5685
      Begin VB.Frame NumAdd 
         Caption         =   "存储图片数量及路径"
         Height          =   1335
         Left            =   240
         TabIndex        =   54
         Top             =   2640
         Width           =   5295
         Begin VB.CommandButton DirSelect 
            Caption         =   "浏览"
            Height          =   350
            Left            =   4200
            TabIndex        =   59
            Top             =   810
            Width           =   855
         End
         Begin VB.TextBox FileDir 
            Height          =   285
            Left            =   1680
            TabIndex        =   58
            Top             =   840
            Width           =   2415
         End
         Begin VB.TextBox FrmNum 
            Height          =   285
            Left            =   1680
            TabIndex        =   56
            Text            =   "1"
            Top             =   360
            Width           =   615
         End
         Begin VB.Label Label14 
            Caption         =   "存储路径:"
            Height          =   255
            Left            =   240
            TabIndex        =   57
            Top             =   840
            Width           =   975
         End
         Begin VB.Label Label13 
            Caption         =   "连续存储帧数:"
            Height          =   255
            Left            =   240
            TabIndex        =   55
            Top             =   400
            Width           =   1455
         End
      End
      Begin VB.Frame JprgPrmt 
         Caption         =   "JPEG参数设置"
         Height          =   1335
         Left            =   240
         TabIndex        =   50
         Top             =   1200
         Width           =   5295
         Begin VB.Frame Frame2 
            Height          =   1095
            Left            =   3720
            TabIndex        =   84
            Top             =   120
            Width           =   1215
            Begin VB.OptionButton RGB16 
               Caption         =   "RGB16"
               Height          =   255
               Left            =   240
               TabIndex        =   87
               Top             =   600
               Width           =   855
            End
            Begin VB.OptionButton RGB15 
               Caption         =   "RGB15"
               Height          =   255
               Left            =   240
               TabIndex        =   86
               Top             =   240
               Width           =   855
            End
         End
         Begin VB.Frame Frame1 
            Height          =   1095
            Left            =   2160
            TabIndex        =   83
            Top             =   120
            Width           =   1215
            Begin VB.OptionButton Monochrome 
               Caption         =   "黑白"
               Height          =   255
               Left            =   240
               TabIndex        =   88
               Top             =   240
               Width           =   735
            End
            Begin VB.OptionButton Colorful 
               Caption         =   "彩色"
               Height          =   255
               Left            =   240
               TabIndex        =   85
               Top             =   600
               Width           =   735
            End
         End
         Begin VB.TextBox JpgQult 
            Height          =   285
            Left            =   360
            TabIndex        =   52
            Text            =   "50"
            Top             =   840
            Width           =   1335
         End
         Begin VB.Label Label12 
            Caption         =   "(0-99)"
            Height          =   255
            Left            =   1200
            TabIndex        =   53
            Top             =   480
            Width           =   615
         End
         Begin VB.Label Label11 
            Caption         =   "压缩质量"
            Height          =   255
            Left            =   360
            TabIndex        =   51
            Top             =   480
            Width           =   735
         End
      End
      Begin VB.Frame FileFmt 
         Caption         =   "存储文件格式"
         Height          =   825
         Left            =   240
         TabIndex        =   9
         Top             =   240
         Width           =   5295
         Begin VB.CheckBox Check1 
            Caption         =   "单场扩帧保存BMP/JPG"
            Height          =   375
            Left            =   3720
            TabIndex        =   81
            Top             =   240
            Width           =   1215
         End
         Begin VB.OptionButton Txt 
            Caption         =   "数据文件"
            Height          =   375
            Left            =   2040
            TabIndex        =   49
            Top             =   240
            Width           =   1215
         End
         Begin VB.OptionButton Jpeg 
            Caption         =   "JPEG"
            Height          =   375
            Left            =   1200
            TabIndex        =   48
            Top             =   240
            Width           =   735
         End
         Begin VB.OptionButton Bmp 
            Caption         =   "位图bmp"
            Height          =   375
            Left            =   120
            TabIndex        =   47
            Top             =   240
            Width           =   1095
         End
      End
   End
   Begin VB.PictureBox picOptions 
      BorderStyle     =   0  'None
      FillStyle       =   5  'Downward Diagonal
      Height          =   4020
      Index           =   1
      Left            =   -20000
      ScaleHeight     =   4020
      ScaleWidth      =   5685
      TabIndex        =   5
      TabStop         =   0   'False
      Top             =   480
      Width           =   5685
      Begin VB.Frame ClPrmt 
         Caption         =   "颜色参数设置:"
         Height          =   1935
         Left            =   2760
         TabIndex        =   42
         Top             =   1920
         Width           =   2775
         Begin VB.CommandButton OtherCParm 
            Caption         =   "其它颜色参数"
            Enabled         =   0   'False
            Height          =   300
            Left            =   1200
            TabIndex        =   80
            Top             =   1440
            Width           =   1335
         End
         Begin VB.OptionButton Blue 
            Caption         =   "蓝路"
            Height          =   255
            Left            =   1800
            TabIndex        =   73
            Top             =   360
            Width           =   735
         End
         Begin VB.OptionButton Green 
            Caption         =   "绿路"
            Height          =   255
            Left            =   960
            TabIndex        =   72
            Top             =   360
            Width           =   735
         End
         Begin VB.OptionButton Red 
            Caption         =   "红路"
            Height          =   195
            Left            =   120
            TabIndex        =   71
            Top             =   360
            Width           =   735
         End
         Begin MSComctlLib.Slider CtrstSld 
            Height          =   255
            Left            =   720
            TabIndex        =   46
            Top             =   1080
            Width           =   1935
            _ExtentX        =   3413
            _ExtentY        =   450
            _Version        =   393216
            Max             =   127
            TickStyle       =   3
         End
         Begin MSComctlLib.Slider BrtSld 
            Height          =   255
            Left            =   720
            TabIndex        =   44
            Top             =   720
            Width           =   1935
            _ExtentX        =   3413
            _ExtentY        =   450
            _Version        =   393216
            Max             =   255
            TickStyle       =   3
         End
         Begin VB.Label Label10 
            Caption         =   "对比度"
            Height          =   495
            Left            =   120
            TabIndex        =   45
            Top             =   1080
            Width           =   615
         End
         Begin VB.Label Label9 
            Caption         =   "亮度"
            Height          =   255
            Left            =   120
            TabIndex        =   43
            Top             =   720
            Width           =   615
         End
      End
      Begin VB.Frame CptPst 
         Caption         =   "采集位置设置(单位:像素)"
         Height          =   1950
         Left            =   120
         TabIndex        =   38
         Top             =   1920
         Width           =   2535
         Begin VB.TextBox XShift 
            Enabled         =   0   'False
            Height          =   285
            Left            =   1560
            TabIndex        =   79
            Top             =   480
            Width           =   495
         End
         Begin VB.VScrollBar XShiftScr 
            CausesValidation=   0   'False
            Height          =   300
            Left            =   2040
            Max             =   768
            TabIndex        =   78
            Top             =   465
            Width           =   255
         End
         Begin VB.TextBox YShift 
            Enabled         =   0   'False
            Height          =   285
            Left            =   1560
            TabIndex        =   77
            Top             =   900
            Width           =   495
         End
         Begin VB.VScrollBar YShiftScr 
            Height          =   300
            Left            =   2040
            Max             =   576
            TabIndex        =   76
            Top             =   885
            Width           =   255
         End
         Begin VB.TextBox HTotal 
            Height          =   285
            Left            =   1560
            TabIndex        =   75
            Top             =   1320
            Width           =   495
         End
         Begin VB.VScrollBar HTotalScr 
            Height          =   300
            Left            =   2040
            Max             =   1024
            TabIndex        =   74
            Top             =   1320
            Width           =   255
         End
         Begin VB.Label Label8 

⌨️ 快捷键说明

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