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

📄 frmtest2.frm

📁 用VB编写的一个用于实时显示卫星云图的应用程序
💻 FRM
字号:
VERSION 5.00
Object = "{0E54732C-B4D3-4A27-9D18-9C148B92A019}#1.0#0"; "CloudX.ocx"
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   7305
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7380
   LinkTopic       =   "Form1"
   ScaleHeight     =   7305
   ScaleWidth      =   7380
   StartUpPosition =   2  '屏幕中心
   Begin CLOUDXLib.CloudX CloudX1 
      Height          =   7005
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   7125
      _Version        =   65536
      _ExtentX        =   12568
      _ExtentY        =   12356
      _StockProps     =   0
      CloudFileName   =   "cloud\04050713.000"
      MapFileName     =   "map.bmp"
      PalFileName     =   "colormap.004"
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

⌨️ 快捷键说明

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