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

📄 上海邮政编码.frm

📁 以前做的移动公司的一个多媒体查询系统,有话费查询
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form3 
   BorderStyle     =   0  'None
   Caption         =   "Form3"
   ClientHeight    =   9000
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   12000
   LinkTopic       =   "Form3"
   Picture         =   "上海邮政编码.frx":0000
   ScaleHeight     =   9000
   ScaleWidth      =   12000
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton Command4 
      Height          =   735
      Left            =   9240
      Picture         =   "上海邮政编码.frx":15F942
      Style           =   1  'Graphical
      TabIndex        =   5
      Top             =   7800
      Width           =   1335
   End
   Begin VB.CommandButton Command3 
      Height          =   1095
      Left            =   6120
      Picture         =   "上海邮政编码.frx":1644BC
      Style           =   1  'Graphical
      TabIndex        =   4
      Top             =   5880
      Width           =   4250
   End
   Begin VB.CommandButton Command2 
      Height          =   1095
      Left            =   6120
      Picture         =   "上海邮政编码.frx":173D96
      Style           =   1  'Graphical
      TabIndex        =   3
      Top             =   3600
      Width           =   4250
   End
   Begin VB.CommandButton Command1 
      Height          =   1095
      Left            =   960
      Picture         =   "上海邮政编码.frx":183438
      Style           =   1  'Graphical
      TabIndex        =   2
      Top             =   5040
      Width           =   4250
   End
   Begin VB.CommandButton Command5 
      Height          =   825
      Left            =   9720
      Picture         =   "上海邮政编码.frx":19319A
      Style           =   1  'Graphical
      TabIndex        =   0
      ToolTipText     =   "返回"
      Top             =   960
      Width           =   1170
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      BorderStyle     =   1  'Fixed Single
      Height          =   1095
      Left            =   1320
      TabIndex        =   1
      Top             =   1320
      Width           =   5175
   End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
    Form4.Show
    Unload Me
End Sub
Private Sub Command4_Click()
    Form2.Show
    Unload Me
End Sub

Private Sub Command5_Click()
    Form1.Show
    Unload Me

End Sub

⌨️ 快捷键说明

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