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

📄 movecontrols.pag

📁 vb串口程序
💻 PAG
字号:
VERSION 5.00
Begin VB.PropertyPage MoveControls 
   Caption         =   "MoveControls"
   ClientHeight    =   3495
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   5925
   PaletteMode     =   0  'Halftone
   ScaleHeight     =   3495
   ScaleWidth      =   5925
   Begin VB.CommandButton cmdDown 
      Caption         =   "Move Down"
      Height          =   315
      Left            =   120
      TabIndex        =   1
      Top             =   1140
      Width           =   1215
   End
   Begin VB.CommandButton CmdUp 
      Caption         =   "Move Up"
      Height          =   315
      Left            =   120
      TabIndex        =   0
      Top             =   780
      Width           =   1215
   End
   Begin VB.Label Label2 
      Caption         =   $"MoveControls.pgx":0000
      Height          =   615
      Left            =   60
      TabIndex        =   3
      Top             =   2760
      Width           =   5775
   End
   Begin VB.Label Label1 
      Caption         =   $"MoveControls.pgx":008D
      Height          =   615
      Left            =   60
      TabIndex        =   2
      Top             =   60
      Width           =   5775
   End
End
Attribute VB_Name = "MoveControls"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
Option Explicit

Private Sub cmdDown_Click()
    SelectedControls(0).MoveControls 15 * 20
End Sub

Private Sub CmdUp_Click()
    SelectedControls(0).MoveControls -15 * 20
End Sub

⌨️ 快捷键说明

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