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

📄 form1.frm

📁 英文和蒙古文单词提取程序! 供少数民族怨言研究者参考使用! 还请多多请教!
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "单词提取软件"
   ClientHeight    =   4440
   ClientLeft      =   360
   ClientTop       =   435
   ClientWidth     =   6930
   LinkTopic       =   "Form1"
   ScaleHeight     =   4440
   ScaleWidth      =   6930
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      Height          =   2295
      Left            =   600
      TabIndex        =   0
      Top             =   600
      Width           =   5535
      Begin VB.CommandButton Command1 
         Caption         =   "..."
         Height          =   495
         Left            =   2280
         TabIndex        =   1
         Top             =   600
         Width           =   1215
      End
      Begin VB.Label Label2 
         Caption         =   "注:保存文件将产生在同目录下的磁盘里!"
         Height          =   735
         Left            =   360
         TabIndex        =   3
         Top             =   1440
         Width           =   3495
      End
      Begin VB.Label Label1 
         Caption         =   "请选择要查询的文件:"
         Height          =   375
         Left            =   360
         TabIndex        =   2
         Top             =   720
         Width           =   2055
      End
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Call Main
End Sub

⌨️ 快捷键说明

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