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

📄 frmmain.frm

📁 云台开发程序
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form FrmMain 
   BackColor       =   &H00C0C0C0&
   Caption         =   "云台镜头控制系统 - 北京工业大学现代教育技术中心"
   ClientHeight    =   5265
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   8520
   Icon            =   "FrmMain.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   PaletteMode     =   1  'UseZOrder
   ScaleHeight     =   5265
   ScaleWidth      =   8520
   StartUpPosition =   2  'CenterScreen
   Begin VB.CommandButton CmdHelp 
      BackColor       =   &H00C0C0C0&
      Caption         =   "帮     助(&H)"
      Height          =   495
      Left            =   4680
      Style           =   1  'Graphical
      TabIndex        =   41
      Top             =   4440
      Width           =   1455
   End
   Begin VB.Timer TimeShow 
      Interval        =   1000
      Left            =   0
      Top             =   4080
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00C0C0C0&
      Caption         =   "信息"
      ForeColor       =   &H000000FF&
      Height          =   3855
      Left            =   5520
      TabIndex        =   30
      Top             =   240
      Width           =   2775
      Begin VB.Label LblStatus 
         BackStyle       =   0  'Transparent
         Caption         =   "向上运转"
         ForeColor       =   &H0000FFFF&
         Height          =   255
         Left            =   1560
         TabIndex        =   40
         Top             =   3120
         Width           =   1095
      End
      Begin VB.Label LblPos 
         BackStyle       =   0  'Transparent
         Caption         =   "1号"
         ForeColor       =   &H0000FFFF&
         Height          =   255
         Left            =   1560
         TabIndex        =   39
         Top             =   2400
         Width           =   855
      End
      Begin VB.Label Label4 
         BackStyle       =   0  'Transparent
         Caption         =   "状            态"
         Height          =   255
         Left            =   240
         TabIndex        =   38
         Top             =   3120
         Width           =   1095
      End
      Begin VB.Label LblPos0 
         BackStyle       =   0  'Transparent
         Caption         =   "当前云台号"
         Height          =   255
         Left            =   240
         TabIndex        =   37
         Top             =   2400
         Width           =   1095
      End
      Begin VB.Label Lblweek 
         BackStyle       =   0  'Transparent
         Caption         =   "星期二"
         ForeColor       =   &H000000FF&
         Height          =   255
         Left            =   1560
         TabIndex        =   36
         Top             =   1680
         Width           =   735
      End
      Begin VB.Label LblDate 
         BackStyle       =   0  'Transparent
         Caption         =   "2003-6-10"
         ForeColor       =   &H000000FF&
         Height          =   255
         Left            =   1560
         TabIndex        =   35
         Top             =   960
         Width           =   975
      End
      Begin VB.Label LblTime 
         BackStyle       =   0  'Transparent
         Caption         =   "10:09:10"
         ForeColor       =   &H000000FF&
         Height          =   255
         Left            =   1560
         TabIndex        =   34
         Top             =   360
         Width           =   975
      End
      Begin VB.Label LblWeek0 
         BackStyle       =   0  'Transparent
         Caption         =   "星   期"
         Height          =   255
         Left            =   240
         TabIndex        =   33
         Top             =   1680
         Width           =   1095
      End
      Begin VB.Label LblDate0 
         BackStyle       =   0  'Transparent
         Caption         =   "日   期"
         Height          =   255
         Left            =   240
         TabIndex        =   32
         Top             =   960
         Width           =   1095
      End
      Begin VB.Label LblTime0 
         BackStyle       =   0  'Transparent
         Caption         =   "时   间"
         Height          =   255
         Left            =   240
         TabIndex        =   31
         Top             =   360
         Width           =   1095
      End
   End
   Begin VB.Timer righupttime 
      Enabled         =   0   'False
      Interval        =   1000
      Left            =   1800
      Top             =   3960
   End
   Begin VB.Timer ridhtdowntime 
      Enabled         =   0   'False
      Interval        =   1000
      Left            =   840
      Top             =   3960
   End
   Begin VB.Timer leftdowntime 
      Enabled         =   0   'False
      Interval        =   1000
      Left            =   360
      Top             =   3960
   End
   Begin VB.Timer leftuptime 
      Enabled         =   0   'False
      Interval        =   1000
      Left            =   1320
      Top             =   3960
   End
   Begin MSCommLib.MSComm MSComm1 
      Left            =   2280
      Top             =   3840
      _ExtentX        =   1005
      _ExtentY        =   1005
      _Version        =   393216
      DTREnable       =   -1  'True
   End
   Begin VB.CommandButton cmdOK 
      BackColor       =   &H00C0C0C0&
      Caption         =   "退出系统(&X)"
      Default         =   -1  'True
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   6600
      Style           =   1  'Graphical
      TabIndex        =   6
      Top             =   4440
      Width           =   1455
   End
   Begin VB.CommandButton cmdCode 
      BackColor       =   &H00C0C0C0&
      Caption         =   "设置各控制码"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   2760
      Style           =   1  'Graphical
      TabIndex        =   5
      Top             =   4440
      Width           =   1455
   End
   Begin VB.CommandButton cmdConfig 
      BackColor       =   &H00C0C0C0&
      Caption         =   "设置控制端口"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   840
      Style           =   1  'Graphical
      TabIndex        =   4
      Top             =   4440
      Width           =   1455
   End
   Begin VB.Frame FraControl 
      BackColor       =   &H00C0C0C0&
      Caption         =   "控制"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000FF&
      Height          =   3855
      Left            =   2640
      TabIndex        =   3
      Top             =   240
      Width           =   2655
      Begin VB.CommandButton cmdAct 
         DownPicture     =   "FrmMain.frx":0442
         Height          =   450
         Index           =   7
         Left            =   1800
         Picture         =   "FrmMain.frx":06C4
         Style           =   1  'Graphical
         TabIndex        =   26
         Top             =   1560
         Width           =   480
      End
      Begin VB.CommandButton cmdAct 
         DownPicture     =   "FrmMain.frx":0946
         Height          =   450
         Index           =   6
         Left            =   360
         Picture         =   "FrmMain.frx":0BC8
         Style           =   1  'Graphical
         TabIndex        =   25
         Top             =   1560
         Width           =   480
      End
      Begin VB.CommandButton cmdAct 
         DownPicture     =   "FrmMain.frx":0E4A
         Height          =   450
         Index           =   5
         Left            =   1800
         Picture         =   "FrmMain.frx":10CC
         Style           =   1  'Graphical
         TabIndex        =   24
         Top             =   360
         Width           =   480
      End
      Begin VB.CommandButton cmdAct 
         DownPicture     =   "FrmMain.frx":134E
         Height          =   450
         Index           =   4
         Left            =   360
         Picture         =   "FrmMain.frx":15D0
         Style           =   1  'Graphical
         TabIndex        =   23
         Top             =   360
         Width           =   480
      End
      Begin VB.PictureBox picChoose 
         BackColor       =   &H00C0C0C0&
         BorderStyle     =   0  'None
         Height          =   255
         Index           =   34
         Left            =   1320
         ScaleHeight     =   255
         ScaleWidth      =   1095
         TabIndex        =   19
         Top             =   3360
         Width           =   1095
         Begin VB.Label labChoose 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "雨刷"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   9
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   180
            Index           =   34
            Left            =   240
            TabIndex        =   29
            Top             =   0
            Width           =   360
         End
      End
      Begin VB.PictureBox picChoose 
         BackColor       =   &H00C0C0C0&
         BorderStyle     =   0  'None
         Height          =   255
         Index           =   33
         Left            =   120
         ScaleHeight     =   255
         ScaleWidth      =   1095
         TabIndex        =   18
         Top             =   3360
         Width           =   1095
         Begin VB.Label labChoose 
            Alignment       =   2  'Center
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "射灯"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   9
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   180
            Index           =   33
            Left            =   120
            TabIndex        =   28
            Top             =   0
            Width           =   360
         End
      End
      Begin VB.PictureBox picChoose 
         BackColor       =   &H00C0C0C0&
         BorderStyle     =   0  'None
         Height          =   615
         Index           =   35
         Left            =   953
         ScaleHeight     =   615
         ScaleWidth      =   735
         TabIndex        =   17
         Top             =   878
         Width           =   735
         Begin VB.Label labChoose 
            Alignment       =   2  'Center
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   " 自动开"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   9
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   180
            Index           =   35
            Left            =   -60
            TabIndex        =   27
            Top             =   240
            Width           =   720
         End
      End
      Begin VB.CommandButton cmdMir 
         Caption         =   "-"
         Height          =   255
         Index           =   5
         Left            =   1800
         TabIndex        =   16
         Top             =   3000
         Width           =   615
      End
      Begin VB.CommandButton cmdMir 
         Caption         =   "+"
         Height          =   255
         Index           =   4
         Left            =   1800
         TabIndex        =   15
         Top             =   2400
         Width           =   615
      End
      Begin VB.CommandButton cmdMir 
         Caption         =   "-"
         Height          =   255
         Index           =   3

⌨️ 快捷键说明

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