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

📄 frmgo.frm

📁 一个简单的记事本的VB程序。 和系统自带的差不多功能
💻 FRM
字号:
VERSION 5.00
Begin VB.Form FrmGo 
   BorderStyle     =   4  'Fixed ToolWindow
   Caption         =   "转到"
   ClientHeight    =   855
   ClientLeft      =   45
   ClientTop       =   315
   ClientWidth     =   3510
   Icon            =   "FrmGo.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   855
   ScaleWidth      =   3510
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  '所有者中心
   Begin VB.CommandButton Command1 
      Caption         =   "转到(&G)"
      Default         =   -1  'True
      Height          =   495
      Left            =   1905
      TabIndex        =   4
      Top             =   180
      Width           =   1395
   End
   Begin VB.TextBox Text2 
      Appearance      =   0  'Flat
      Height          =   285
      Left            =   1035
      TabIndex        =   3
      Top             =   375
      Width           =   675
   End
   Begin VB.TextBox Text1 
      Appearance      =   0  'Flat
      Height          =   285
      Left            =   135
      TabIndex        =   0
      Top             =   375
      Width           =   675
   End
   Begin VB.Label Label2 
      Caption         =   "列"
      Height          =   255
      Left            =   1095
      TabIndex        =   2
      Top             =   105
      Width           =   540
   End
   Begin VB.Label Label1 
      Caption         =   "行"
      Height          =   255
      Left            =   210
      TabIndex        =   1
      Top             =   105
      Width           =   540
   End
End
Attribute VB_Name = "FrmGo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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