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

📄 form4.frm

📁 MCS-51单片机双机通信实现程序原代码
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form4 
   Caption         =   "Form4"
   ClientHeight    =   4065
   ClientLeft      =   60
   ClientTop       =   465
   ClientWidth     =   6915
   LinkTopic       =   "Form4"
   ScaleHeight     =   4065
   ScaleWidth      =   6915
   StartUpPosition =   3  '窗口缺省
   Begin VB.TextBox Text1 
      Height          =   375
      Left            =   2760
      TabIndex        =   8
      Text            =   "13:12:45"
      Top             =   480
      Width           =   2415
   End
   Begin VB.CommandButton Command1 
      Caption         =   "改变温度、光程长"
      Height          =   375
      Left            =   4200
      TabIndex        =   7
      Top             =   1800
      Width           =   2175
   End
   Begin VB.CommandButton Command2 
      Caption         =   "校准仪器"
      Height          =   375
      Left            =   4200
      TabIndex        =   6
      Top             =   2400
      Width           =   2175
   End
   Begin VB.CommandButton Command3 
      Caption         =   "退出"
      Height          =   375
      Left            =   4200
      TabIndex        =   5
      Top             =   3000
      Width           =   2175
   End
   Begin VB.Frame Frame1 
      Caption         =   "设置"
      Height          =   2175
      Left            =   480
      TabIndex        =   0
      Top             =   1320
      Width           =   3255
      Begin VB.Label Label7 
         Caption         =   "  0.68"
         Height          =   255
         Left            =   1800
         TabIndex        =   4
         Top             =   1320
         Width           =   735
      End
      Begin VB.Label Label6 
         Caption         =   "0.00"
         Height          =   255
         Left            =   720
         TabIndex        =   3
         Top             =   1320
         Width           =   495
      End
      Begin VB.Label Label4 
         Caption         =   "光程长度 M"
         Height          =   255
         Left            =   1800
         TabIndex        =   2
         Top             =   720
         Width           =   975
      End
      Begin VB.Label Label3 
         Caption         =   "  温度 K"
         Height          =   255
         Left            =   480
         TabIndex        =   1
         Top             =   720
         Width           =   735
      End
      Begin VB.Line Line7 
         BorderColor     =   &H8000000D&
         X1              =   1440
         X2              =   1440
         Y1              =   480
         Y2              =   1800
      End
      Begin VB.Line Line5 
         BorderColor     =   &H8000000D&
         X1              =   240
         X2              =   2880
         Y1              =   1080
         Y2              =   1080
      End
      Begin VB.Line Line4 
         BorderColor     =   &H8000000D&
         X1              =   2880
         X2              =   240
         Y1              =   1800
         Y2              =   1800
      End
      Begin VB.Line Line3 
         BorderColor     =   &H8000000D&
         X1              =   240
         X2              =   240
         Y1              =   1800
         Y2              =   480
      End
      Begin VB.Line Line2 
         BorderColor     =   &H8000000D&
         X1              =   2880
         X2              =   2880
         Y1              =   1800
         Y2              =   480
      End
      Begin VB.Line Line1 
         BorderColor     =   &H8000000D&
         X1              =   240
         X2              =   2880
         Y1              =   480
         Y2              =   480
      End
   End
   Begin VB.Label Label1 
      Caption         =   "当前标定时间"
      Height          =   375
      Left            =   1320
      TabIndex        =   9
      Top             =   480
      Width           =   1335
   End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command3_Click()
Unload Me
End Sub

Private Sub Form_Load()
    Me.Text1.Text = Now
End Sub

⌨️ 快捷键说明

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