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

📄 adjustfrm.frm

📁 数控切割控制系统,需要DLPORTIO,通过控制8位的并口的电位高低来4路控制数控切割机
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form AdjustFrm 
   BorderStyle     =   0  'None
   Caption         =   "校准"
   ClientHeight    =   7200
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   9600
   LinkTopic       =   "Form1"
   ScaleHeight     =   7200
   ScaleWidth      =   9600
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.Timer Timer_Beep 
      Enabled         =   0   'False
      Interval        =   10
      Left            =   6180
      Top             =   5760
   End
   Begin VB.Timer AdjustYTimer 
      Enabled         =   0   'False
      Interval        =   10
      Left            =   3960
      Top             =   5460
   End
   Begin VB.Timer AdjustXTimer 
      Enabled         =   0   'False
      Interval        =   10
      Left            =   1620
      Top             =   5520
   End
   Begin VB.Frame Frame2 
      Caption         =   "Y轴"
      ForeColor       =   &H000000FF&
      Height          =   3675
      Left            =   4560
      TabIndex        =   11
      Top             =   1560
      Width           =   4335
      Begin VB.Frame Frame4 
         Caption         =   "方向"
         Height          =   855
         Left            =   180
         TabIndex        =   21
         Top             =   1080
         Width           =   3975
         Begin VB.OptionButton OptionRight 
            Caption         =   "右"
            Height          =   375
            Left            =   1800
            TabIndex        =   25
            Top             =   300
            Width           =   1155
         End
         Begin VB.OptionButton OptionLeft 
            Caption         =   "左"
            Height          =   315
            Left            =   360
            TabIndex        =   24
            Top             =   300
            Value           =   -1  'True
            Width           =   735
         End
      End
      Begin VB.TextBox txtYDistance 
         Height          =   435
         Left            =   1080
         TabIndex        =   17
         Top             =   3060
         Width           =   1395
      End
      Begin VB.CommandButton AdjustYCmd 
         Caption         =   "开始校准"
         Enabled         =   0   'False
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   1140
         TabIndex        =   15
         Top             =   2040
         Width           =   1515
      End
      Begin VB.TextBox txtYCount 
         Height          =   435
         Left            =   1080
         TabIndex        =   13
         Top             =   300
         Width           =   1275
      End
      Begin VB.Label Label10 
         Caption         =   "毫米"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   2520
         TabIndex        =   18
         Top             =   3060
         Width           =   1155
      End
      Begin VB.Label Label9 
         Caption         =   "经测量,移动的距离"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   420
         TabIndex        =   16
         Top             =   2520
         Width           =   3075
      End
      Begin VB.Label Label8 
         Caption         =   "个信号"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   2400
         TabIndex        =   14
         Top             =   360
         Width           =   975
      End
      Begin VB.Label Label7 
         Caption         =   "发送"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   420
         TabIndex        =   12
         Top             =   360
         Width           =   735
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "X轴"
      ForeColor       =   &H000000FF&
      Height          =   3735
      Left            =   300
      TabIndex        =   3
      Top             =   1560
      Width           =   4035
      Begin VB.Frame Frame3 
         Caption         =   "方向"
         Height          =   855
         Left            =   240
         TabIndex        =   20
         Top             =   1080
         Width           =   3555
         Begin VB.OptionButton OptionBack 
            Caption         =   "后"
            Height          =   255
            Left            =   2040
            TabIndex        =   23
            Top             =   300
            Width           =   1275
         End
         Begin VB.OptionButton OptionFront 
            Caption         =   "前"
            Height          =   315
            Left            =   300
            TabIndex        =   22
            Top             =   240
            Value           =   -1  'True
            Width           =   735
         End
      End
      Begin VB.TextBox txtXDistance 
         Height          =   435
         Left            =   900
         TabIndex        =   9
         Top             =   3060
         Width           =   1395
      End
      Begin VB.CommandButton AdjustXCmd 
         Caption         =   "开始校准"
         Enabled         =   0   'False
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   900
         TabIndex        =   7
         Top             =   2040
         Width           =   1515
      End
      Begin VB.TextBox txtXCount 
         Height          =   435
         Left            =   900
         TabIndex        =   5
         Top             =   360
         Width           =   1275
      End
      Begin VB.Label Label6 
         Caption         =   "毫米"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   2400
         TabIndex        =   10
         Top             =   3060
         Width           =   1155
      End
      Begin VB.Label Label5 
         Caption         =   "经测量,移动的距离"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   120
         TabIndex        =   8
         Top             =   2580
         Width           =   3075
      End
      Begin VB.Label Label3 
         Caption         =   "个信号"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   2220
         TabIndex        =   6
         Top             =   420
         Width           =   975
      End
      Begin VB.Label Label4 
         Caption         =   "发送"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   240
         TabIndex        =   4
         Top             =   420
         Width           =   735
      End
   End
   Begin VB.CommandButton adjustSaveCmd 
      Caption         =   "保存"
      Enabled         =   0   'False
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   14.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   5400
      TabIndex        =   2
      Top             =   6720
      Width           =   1515
   End
   Begin VB.CommandButton BackCmd 

⌨️ 快捷键说明

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