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

📄 frmabout.frm

📁 给别人开发的用于毕业设计的程序
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmAbout 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "关于系统"
   ClientHeight    =   2340
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   5400
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2340
   ScaleWidth      =   5400
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  '所有者中心
   Begin VB.CommandButton cmdExit 
      Caption         =   "退出"
      Height          =   375
      Left            =   3960
      TabIndex        =   5
      Top             =   1560
      Width           =   975
   End
   Begin VB.Label Label5 
      AutoSize        =   -1  'True
      Caption         =   "xingtongwenwen@eyou.com"
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   -1  'True
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   225
      Left            =   1200
      MousePointer    =   99  'Custom
      TabIndex        =   4
      Top             =   1800
      Width           =   2355
   End
   Begin VB.Line Line5 
      BorderColor     =   &H00FFFFFF&
      X1              =   195
      X2              =   5175
      Y1              =   960
      Y2              =   960
   End
   Begin VB.Line Line4 
      BorderColor     =   &H00808080&
      X1              =   195
      X2              =   5175
      Y1              =   960
      Y2              =   960
   End
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      Caption         =   "V1.0"
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   14.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000C0&
      Height          =   330
      Left            =   4680
      TabIndex        =   3
      Top             =   405
      Width           =   600
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "新时代超市管理系统"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   24
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H8000000D&
      Height          =   480
      Left            =   180
      TabIndex        =   2
      Top             =   285
      Width           =   4320
   End
   Begin VB.Label Label3 
      Caption         =   "本程序季洪彬所写,用于毕业设计。"
      ForeColor       =   &H000000C0&
      Height          =   180
      Left            =   1080
      TabIndex        =   1
      Top             =   1440
      Width           =   2880
      WordWrap        =   -1  'True
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "声明:此系统不可以随意发布。 "
      Height          =   180
      Left            =   1200
      TabIndex        =   0
      Top             =   1080
      Width           =   2610
      WordWrap        =   -1  'True
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00808080&
      Index           =   0
      X1              =   15
      X2              =   5385
      Y1              =   15
      Y2              =   15
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00E0E0E0&
      Index           =   1
      X1              =   15
      X2              =   5385
      Y1              =   30
      Y2              =   30
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00E0E0E0&
      Index           =   2
      X1              =   0
      X2              =   5400
      Y1              =   2355
      Y2              =   2355
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00808080&
      Index           =   3
      X1              =   15
      X2              =   5400
      Y1              =   2340
      Y2              =   2340
   End
   Begin VB.Line Line2 
      BorderColor     =   &H00808080&
      Index           =   0
      X1              =   15
      X2              =   15
      Y1              =   15
      Y2              =   2355
   End
   Begin VB.Line Line3 
      BorderColor     =   &H00E0E0E0&
      Index           =   0
      X1              =   30
      X2              =   30
      Y1              =   15
      Y2              =   2340
   End
   Begin VB.Line Line2 
      BorderColor     =   &H00808080&
      Index           =   1
      X1              =   5385
      X2              =   5385
      Y1              =   0
      Y2              =   2340
   End
   Begin VB.Line Line3 
      BorderColor     =   &H00E0E0E0&
      Index           =   1
      X1              =   5400
      X2              =   5400
      Y1              =   0
      Y2              =   2355
   End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub cmdExit_Click()
    Unload Me
End Sub

⌨️ 快捷键说明

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