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

📄 testrgb.frm

📁 显示鼠标移过的一幅图像和桌面任何位置处的RGB颜色
💻 FRM
字号:
VERSION 5.00
Object = "{0963E97C-EE07-11D3-B234-A24F6CBF6D1C}#4.0#0"; "GetPixel.ocx"
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   4560
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4785
   LinkTopic       =   "Form1"
   Picture         =   "testrgb.frx":0000
   ScaleHeight     =   4560
   ScaleWidth      =   4785
   StartUpPosition =   3  'Windows Default
   Begin VB.TextBox Text1 
      Appearance      =   0  'Flat
      BackColor       =   &H80000000&
      BorderStyle     =   0  'None
      Height          =   375
      Left            =   1200
      MultiLine       =   -1  'True
      TabIndex        =   1
      Text            =   "testrgb.frx":5521
      Top             =   3720
      Width           =   3615
   End
   Begin pjGetPixel.GetPixelCtrl GetPixelCtrl1 
      Height          =   735
      Left            =   0
      TabIndex        =   0
      Top             =   3720
      Width           =   975
      _ExtentX        =   1720
      _ExtentY        =   1296
      BackColor       =   -2147483648
      Enabled         =   0   'False
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Form_Load()
GetPixelCtrl1.Enabled = True
End Sub

⌨️ 快捷键说明

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