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

📄 邮编区号.frm

📁 一间公司的管理系统的源码
💻 FRM
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form youbianquhao 
   Caption         =   "邮编区号查询"
   ClientHeight    =   7485
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   8280
   LinkTopic       =   "Form1"
   ScaleHeight     =   7485
   ScaleWidth      =   8280
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command6 
      Caption         =   "非洲"
      Height          =   375
      Left            =   7080
      TabIndex        =   9
      Top             =   6960
      Width           =   1095
   End
   Begin VB.CommandButton Command5 
      Caption         =   "大洋洲"
      Height          =   375
      Left            =   5340
      TabIndex        =   8
      Top             =   6960
      Width           =   1095
   End
   Begin VB.CommandButton Command4 
      Caption         =   "美洲"
      Height          =   375
      Left            =   3600
      TabIndex        =   7
      Top             =   6960
      Width           =   1095
   End
   Begin VB.CommandButton Command3 
      Caption         =   "欧洲"
      Height          =   375
      Left            =   1860
      TabIndex        =   6
      Top             =   6960
      Width           =   1095
   End
   Begin VB.CommandButton Command2 
      Caption         =   "亚洲"
      Height          =   375
      Left            =   120
      TabIndex        =   5
      Top             =   6960
      Width           =   1095
   End
   Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1 
      Height          =   6135
      Left            =   120
      TabIndex        =   4
      Top             =   720
      Width           =   8055
      _ExtentX        =   14208
      _ExtentY        =   10821
      _Version        =   393216
      BorderStyle     =   0
   End
   Begin VB.CommandButton Command1 
      Caption         =   "查询"
      Height          =   340
      Left            =   3000
      TabIndex        =   2
      Top             =   240
      Width           =   855
   End
   Begin VB.TextBox Text1 
      Height          =   300
      Left            =   1080
      TabIndex        =   1
      Text            =   "Text1"
      Top             =   240
      Width           =   1935
   End
   Begin VB.Label Label2 
      Caption         =   "输入一个省名、地区名、邮编、区号或其拼音首字母"
      Height          =   255
      Left            =   3960
      TabIndex        =   3
      Top             =   360
      Width           =   4335
   End
   Begin VB.Label Label1 
      Caption         =   "关键字:"
      Height          =   225
      Left            =   120
      TabIndex        =   0
      Top             =   240
      Width           =   855
   End
End
Attribute VB_Name = "youbianquhao"
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 + -