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

📄 call1.frm

📁 这是我自己做的关于公交车查询的系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form call1 
   BackColor       =   &H00FFC0C0&
   Caption         =   "联系我"
   ClientHeight    =   4485
   ClientLeft      =   3840
   ClientTop       =   3495
   ClientWidth     =   9300
   FillColor       =   &H00FFC0C0&
   Icon            =   "call1.frx":0000
   LinkTopic       =   "call1"
   ScaleHeight     =   4485
   ScaleWidth      =   9300
   Begin VB.Frame Frame1 
      BackColor       =   &H00FFC0C0&
      BorderStyle     =   0  'None
      Caption         =   "联系方式"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF80FF&
      Height          =   3975
      Left            =   1680
      TabIndex        =   0
      Top             =   360
      Width           =   6375
      Begin VB.Label Label10 
         BackColor       =   &H00FFC0C0&
         Caption         =   "zpp-666666@163.com"
         ForeColor       =   &H00404040&
         Height          =   255
         Left            =   1320
         TabIndex        =   8
         Top             =   2400
         Width           =   1935
      End
      Begin VB.Label Label9 
         BackColor       =   &H00FFC0C0&
         Caption         =   "E-mail:"
         Height          =   495
         Left            =   480
         TabIndex        =   7
         Top             =   2400
         Width           =   735
      End
      Begin VB.Label Label8 
         BackColor       =   &H00FFC0C0&
         Caption         =   "297457881"
         Height          =   255
         Left            =   1080
         TabIndex        =   6
         Top             =   1440
         Width           =   1815
      End
      Begin VB.Label Label7 
         BackColor       =   &H00FFC0C0&
         Caption         =   "QQ:"
         Height          =   375
         Left            =   480
         TabIndex        =   5
         Top             =   1440
         Width           =   615
      End
      Begin VB.Label Label6 
         BackColor       =   &H00FFC0C0&
         Caption         =   "山东省济南市济微路106号信息学院计升0601班"
         Height          =   495
         Left            =   1080
         TabIndex        =   4
         Top             =   1920
         Width           =   3855
      End
      Begin VB.Label Label5 
         BackColor       =   &H00FFC0C0&
         Caption         =   "地址:"
         Height          =   375
         Left            =   480
         TabIndex        =   3
         Top             =   1920
         Width           =   615
      End
      Begin VB.Label Label2 
         BackColor       =   &H00FFC0C0&
         Caption         =   "0531-86304892"
         Height          =   255
         Left            =   1200
         TabIndex        =   2
         Top             =   600
         Width           =   1215
      End
      Begin VB.Label Label1 
         BackColor       =   &H00FFC0C0&
         Caption         =   "电话:"
         Height          =   255
         Left            =   480
         TabIndex        =   1
         Top             =   600
         Width           =   615
      End
   End
End
Attribute VB_Name = "call1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Frame1_DragDrop(Source As Control, X As Single, Y As Single)

End Sub

⌨️ 快捷键说明

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