gy.frm

来自「关于物流管理信息系统的课程设计」· FRM 代码 · 共 51 行

FRM
51
字号
VERSION 5.00
Begin VB.Form gy 
   Caption         =   "Thank for your using."
   ClientHeight    =   2700
   ClientLeft      =   7980
   ClientTop       =   4575
   ClientWidth     =   4455
   LinkTopic       =   "Form1"
   ScaleHeight     =   2700
   ScaleWidth      =   4455
   Begin VB.Frame Frame1 
      BorderStyle     =   0  'None
      Height          =   1695
      Left            =   240
      TabIndex        =   0
      Top             =   480
      Width           =   3975
      Begin VB.Label Label2 
         Caption         =   "如有问题请用邮件方式联系:      winson@126.com"
         Height          =   375
         Left            =   1320
         TabIndex        =   2
         Top             =   1200
         Width           =   2415
      End
      Begin VB.Label Label1 
         Caption         =   "谢谢使用本系统"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   15
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   495
         Left            =   840
         TabIndex        =   1
         Top             =   360
         Width           =   2415
      End
   End
End
Attribute VB_Name = "gy"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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