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

📄 throw.frm

📁 与瑞得850的rs232通讯
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmthrow 
   BackColor       =   &H00C0E0FF&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "投掷运动"
   ClientHeight    =   6360
   ClientLeft      =   2700
   ClientTop       =   2055
   ClientWidth     =   8880
   ForeColor       =   &H8000000A&
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6360
   ScaleWidth      =   8880
   Begin VB.CommandButton Close 
      BackColor       =   &H008080FF&
      Caption         =   "关闭"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   7560
      Style           =   1  'Graphical
      TabIndex        =   14
      Top             =   5280
      Width           =   1095
   End
   Begin VB.Frame Frame4 
      Caption         =   "测量步骤"
      Height          =   4215
      Left            =   480
      TabIndex        =   13
      Top             =   960
      Width           =   2175
      Begin VB.Label Label10 
         Caption         =   "第三步:成绩计算与记录"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   1335
         Left            =   120
         TabIndex        =   17
         Top             =   2760
         Visible         =   0   'False
         Width           =   1935
      End
      Begin VB.Label Label9 
         Caption         =   "第二步:落点测量"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   975
         Left            =   120
         TabIndex        =   16
         Top             =   1680
         Visible         =   0   'False
         Width           =   1935
      End
      Begin VB.Label Label8 
         Caption         =   "第一步:起点测量"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   1095
         Left            =   120
         TabIndex        =   15
         Top             =   360
         Visible         =   0   'False
         Width           =   1935
      End
   End
   Begin VB.CommandButton Clean 
      BackColor       =   &H00C0FFC0&
      Caption         =   "恢复默认"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   6120
      Style           =   1  'Graphical
      TabIndex        =   12
      Top             =   5280
      Width           =   1215
   End
   Begin VB.Frame Frame3 
      BackColor       =   &H00C0E0FF&
      Caption         =   "成绩记录"
      ForeColor       =   &H000000C0&
      Height          =   1335
      Left            =   2880
      TabIndex        =   7
      Top             =   3840
      Width           =   5775
      Begin VB.CommandButton Record 
         BackColor       =   &H00C0FFFF&
         Caption         =   "成绩记录"
         Enabled         =   0   'False
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   735
         Left            =   360
         Style           =   1  'Graphical
         TabIndex        =   9
         Top             =   480
         Width           =   1215
      End
      Begin VB.TextBox Text1 
         ForeColor       =   &H00000000&
         Height          =   375
         Left            =   3240
         TabIndex        =   8
         Top             =   360
         Width           =   1935
      End
      Begin VB.Label Result 
         BackColor       =   &H8000000E&
         BorderStyle     =   1  'Fixed Single
         Height          =   375
         Left            =   3240
         TabIndex        =   24
         Top             =   840
         Width           =   1935
      End
      Begin VB.Label Label6 
         BackColor       =   &H00C0E0FF&
         Caption         =   "成绩:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000000C0&
         Height          =   255
         Left            =   2160
         TabIndex        =   11
         Top             =   960
         Width           =   1095
      End
      Begin VB.Label Label3 
         BackColor       =   &H00C0E0FF&
         Caption         =   "运动员号码:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000000C0&
         Height          =   495
         Left            =   2160
         TabIndex        =   10
         Top             =   240
         Width           =   855
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "起点坐标"
      ForeColor       =   &H000000C0&
      Height          =   1335
      Left            =   2880
      TabIndex        =   4
      Top             =   960
      Width           =   5775
      Begin VB.CommandButton Start1 
         BackColor       =   &H00C0FFFF&
         Caption         =   "起点测量"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   735
         Left            =   360
         Style           =   1  'Graphical
         TabIndex        =   5
         Top             =   480
         Width           =   1215
      End
      Begin VB.Label Starty1 
         BackColor       =   &H8000000E&
         BorderStyle     =   1  'Fixed Single
         Height          =   375
         Left            =   3240
         TabIndex        =   21
         Top             =   840
         Width           =   1935
      End
      Begin VB.Label Startx1 
         BackColor       =   &H8000000E&
         BorderStyle     =   1  'Fixed Single
         Height          =   375
         Left            =   3240
         TabIndex        =   20
         Top             =   360
         Width           =   1935
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         BackColor       =   &H0000FFFF&
         Caption         =   "横坐标:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000040C0&
         Height          =   240
         Left            =   2160
         TabIndex        =   19
         Top             =   480
         Width           =   960
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         BackColor       =   &H0000FFFF&
         Caption         =   "纵坐标:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000000C0&
         Height          =   240
         Left            =   2160
         TabIndex        =   6
         Top             =   960
         Width           =   960
      End
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H00C0E0FF&
      Caption         =   "落点坐标"
      ForeColor       =   &H000000C0&
      Height          =   1335
      Left            =   2880
      TabIndex        =   0
      Top             =   2400
      Width           =   5775
      Begin VB.CommandButton End1 
         BackColor       =   &H00C0FFFF&
         Caption         =   "落点测量"
         Enabled         =   0   'False
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   735
         Left            =   360
         Style           =   1  'Graphical
         TabIndex        =   1
         Top             =   480
         Width           =   1215
      End
      Begin VB.Label Endy1 
         BackColor       =   &H8000000E&
         BorderStyle     =   1  'Fixed Single
         Height          =   375
         Left            =   3240
         TabIndex        =   23
         Top             =   840
         Width           =   1935
      End
      Begin VB.Label Endx1 
         BackColor       =   &H8000000E&
         BorderStyle     =   1  'Fixed Single
         Height          =   375
         Left            =   3240
         TabIndex        =   22
         Top             =   360
         Width           =   1935

⌨️ 快捷键说明

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