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

📄 frmtest.frm

📁 使用的是最小误差法的插补程序
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmTest 
   Caption         =   "调试"
   ClientHeight    =   7995
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7920
   LinkTopic       =   "Form1"
   ScaleHeight     =   8595
   ScaleWidth      =   11880
   StartUpPosition =   2  '屏幕中心
   Begin VB.Timer Timer1 
      Interval        =   50
      Left            =   120
      Top             =   120
   End
   Begin VB.CommandButton Cmdfanhui 
      Caption         =   "返   回"
      Height          =   555
      Left            =   5880
      TabIndex        =   11
      Top             =   7320
      Width           =   1245
   End
   Begin VB.CommandButton cmdClear 
      Caption         =   "计数卡清零"
      Height          =   555
      Left            =   3480
      TabIndex        =   10
      Top             =   7320
      Width           =   1245
   End
   Begin VB.Frame frame 
      Caption         =   "输入诊断"
      Height          =   5175
      Left            =   480
      TabIndex        =   2
      Top             =   2700
      Width           =   1935
      Begin VB.Shape Shape3 
         FillColor       =   &H000000FF&
         FillStyle       =   0  'Solid
         Height          =   855
         Left            =   600
         Shape           =   3  'Circle
         Top             =   3720
         Width           =   855
      End
      Begin VB.Label Label4 
         Alignment       =   2  'Center
         Caption         =   "测头未到位"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   15
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   120
         TabIndex        =   6
         Top             =   4680
         Width           =   1695
      End
      Begin VB.Shape Shape1 
         FillColor       =   &H000000FF&
         FillStyle       =   0  'Solid
         Height          =   855
         Left            =   600
         Shape           =   3  'Circle
         Top             =   240
         Width           =   855
      End
      Begin VB.Label Label3 
         Alignment       =   2  'Center
         Caption         =   "夹紧未到位"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   15
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   120
         TabIndex        =   5
         Top             =   3000
         Width           =   1695
      End
      Begin VB.Label Label2 
         Alignment       =   2  'Center
         Caption         =   "启动松开"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   15
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   360
         TabIndex        =   3
         Top             =   1200
         Width           =   1335
      End
      Begin VB.Shape Shape2 
         FillColor       =   &H000000FF&
         FillStyle       =   0  'Solid
         Height          =   855
         Left            =   600
         Shape           =   3  'Circle
         Top             =   2040
         Width           =   855
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "指示灯检测"
      Height          =   1575
      Left            =   480
      TabIndex        =   1
      Top             =   960
      Width           =   6975
      Begin VB.CommandButton cmdchuli1 
         BackColor       =   &H0000FF00&
         Caption         =   "处理品灯亮"
         Height          =   525
         Left            =   2040
         Style           =   1  'Graphical
         TabIndex        =   25
         Top             =   240
         Width           =   1245
      End
      Begin VB.CommandButton cmdfanxiu1 
         BackColor       =   &H0000FFFF&
         Caption         =   "返修品灯亮"
         Height          =   525
         Left            =   3720
         Style           =   1  'Graphical
         TabIndex        =   24
         Top             =   240
         Width           =   1245
      End
      Begin VB.CommandButton cmdbaofei1 
         BackColor       =   &H000000FF&
         Caption         =   "报废品灯亮"
         Height          =   525
         Left            =   5400
         Style           =   1  'Graphical
         TabIndex        =   23
         Top             =   240
         Width           =   1245
      End
      Begin VB.CommandButton cmdchuli2 
         BackColor       =   &H00C0FFC0&
         Caption         =   "处理品灯灭"
         Height          =   525
         Left            =   2040
         Style           =   1  'Graphical
         TabIndex        =   22
         ToolTipText     =   "绿灯灭"
         Top             =   960
         Width           =   1245
      End
      Begin VB.CommandButton cmdfanxiu2 
         BackColor       =   &H00C0FFFF&
         Caption         =   "返修品灯灭"
         Height          =   525
         Left            =   3720
         Style           =   1  'Graphical
         TabIndex        =   21
         Top             =   960
         Width           =   1245
      End
      Begin VB.CommandButton cmdbaofei2 
         BackColor       =   &H00C0C0FF&
         Caption         =   "报废品灯灭"
         Height          =   525
         Left            =   5400
         Style           =   1  'Graphical
         TabIndex        =   20
         Top             =   960
         Width           =   1245
      End
      Begin VB.CommandButton Cmdhege2 
         BackColor       =   &H80000016&
         Cancel          =   -1  'True
         Caption         =   "合格品灯灭"
         Height          =   525
         Left            =   360
         Style           =   1  'Graphical
         TabIndex        =   19
         ToolTipText     =   "绿灯灭"
         Top             =   960
         Width           =   1245
      End
      Begin VB.CommandButton Cmdhege1 
         Caption         =   "合格品灯亮"
         Height          =   525
         Left            =   360
         Style           =   1  'Graphical
         TabIndex        =   18
         Top             =   240
         Width           =   1245
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "输出调试"
      Height          =   4455
      Left            =   3000
      TabIndex        =   4
      Top             =   2760
      Width           =   4455
      Begin VB.Frame Frame5 
         Caption         =   "主轴"
         Height          =   1455
         Left            =   480
         TabIndex        =   9
         Top             =   240
         Width           =   3615
         Begin VB.HScrollBar HScroll1 
            Height          =   255
            Left            =   360
            TabIndex        =   30
            Top             =   1080
            Width           =   3015
         End
         Begin VB.CommandButton Cmdzhuzhou3 
            Caption         =   "Command1"
            Height          =   255
            Left            =   1800
            TabIndex        =   29
            Top             =   240
            Visible         =   0   'False
            Width           =   255
         End
         Begin VB.CommandButton Cmdzhuzhou2 
            Caption         =   "停  止"
            Height          =   525
            Left            =   2160
            Style           =   1  'Graphical
            TabIndex        =   13
            Top             =   360
            Width           =   1245
         End
         Begin VB.CommandButton Cmdzhuzhou1 
            Caption         =   "转  动"

⌨️ 快捷键说明

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