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

📄 test.frm

📁 这个不用多说了
💻 FRM
字号:
VERSION 5.00
Object = "{33594095-39E4-11D5-B912-0000E86BCC9F}#1.0#0"; "CNSDFT.ocx"
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   3195
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4680
   LinkTopic       =   "Form1"
   ScaleHeight     =   3195
   ScaleWidth      =   4680
   StartUpPosition =   3  'Windows Default
   Begin CNSDFTLib.CNSDFT sd 
      Height          =   615
      Left            =   720
      TabIndex        =   1
      Top             =   480
      Width           =   2175
      _Version        =   65536
      _ExtentX        =   3836
      _ExtentY        =   1085
      _StockProps     =   1
   End
   Begin VB.CommandButton test 
      Caption         =   "测试 ActiveX"
      Height          =   375
      Left            =   2760
      TabIndex        =   0
      Top             =   2160
      Width           =   1335
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub test_Click()
sd.InputFilename = "f:\temp\china.vct"
sd.OutFilename = "f:\temp\wchina.vct"
sd.WriteData


End Sub

⌨️ 快捷键说明

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