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

📄 about.frm

📁 用VB开发的一套邮政编码区号查询
💻 FRM
字号:
VERSION 5.00
Begin VB.Form about 
   BackColor       =   &H8000000B&
   Caption         =   "about"
   ClientHeight    =   3690
   ClientLeft      =   315
   ClientTop       =   600
   ClientWidth     =   6135
   LinkTopic       =   "Form1"
   ScaleHeight     =   3690
   ScaleWidth      =   6135
   Begin VB.TextBox Text1 
      Appearance      =   0  'Flat
      BackColor       =   &H80000004&
      BorderStyle     =   0  'None
      Enabled         =   0   'False
      Height          =   1455
      Left            =   960
      MultiLine       =   -1  'True
      TabIndex        =   2
      Text            =   "about.frx":0000
      Top             =   840
      Width           =   4335
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确定"
      Height          =   375
      Left            =   360
      TabIndex        =   0
      Top             =   3120
      Width           =   4095
   End
   Begin VB.Label Label2 
      Caption         =   "于剑"
      Enabled         =   0   'False
      Height          =   255
      Left            =   4920
      TabIndex        =   3
      Top             =   2640
      Width           =   495
   End
   Begin VB.Label Label1 
      Caption         =   "石海涛:"
      Enabled         =   0   'False
      Height          =   255
      Left            =   600
      TabIndex        =   1
      Top             =   360
      Width           =   1095
   End
End
Attribute VB_Name = "about"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub

⌨️ 快捷键说明

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