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

📄 frmabout.frm

📁 便利店管理系统 VB+ACCESS 附上数据库和源码
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmAbout 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "关于本系统"
   ClientHeight    =   2400
   ClientLeft      =   2340
   ClientTop       =   1935
   ClientWidth     =   6000
   ClipControls    =   0   'False
   Icon            =   "frmAbout.frx":0000
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   Picture         =   "frmAbout.frx":08CA
   ScaleHeight     =   1656.523
   ScaleMode       =   0  'User
   ScaleWidth      =   5634.31
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton cmdOK 
      Cancel          =   -1  'True
      Caption         =   "OK"
      Default         =   -1  'True
      Height          =   405
      Left            =   4080
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   1920
      Width           =   1320
   End
   Begin VB.Image Image2 
      Height          =   480
      Index           =   2
      Left            =   5280
      Picture         =   "frmAbout.frx":E935
      Top             =   480
      Width           =   480
   End
   Begin VB.Image Image1 
      Height          =   480
      Index           =   2
      Left            =   4320
      Picture         =   "frmAbout.frx":F1FF
      Top             =   600
      Width           =   480
   End
   Begin VB.Image Image2 
      Height          =   480
      Index           =   1
      Left            =   5400
      Picture         =   "frmAbout.frx":FAC9
      Top             =   1260
      Width           =   480
   End
   Begin VB.Image Image1 
      Height          =   480
      Index           =   1
      Left            =   1800
      Picture         =   "frmAbout.frx":10393
      Top             =   1860
      Width           =   480
   End
   Begin VB.Image Image2 
      Height          =   480
      Index           =   0
      Left            =   3000
      Picture         =   "frmAbout.frx":10C5D
      Top             =   1080
      Width           =   480
   End
   Begin VB.Image Image1 
      Height          =   480
      Index           =   0
      Left            =   4860
      Picture         =   "frmAbout.frx":11527
      Top             =   960
      Width           =   480
   End
   Begin VB.Label Label1 
      Caption         =   "author:<Tiancai Wen>wtcsnake@163.com"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   9.75
         Charset         =   0
         Weight          =   700
         Underline       =   -1  'True
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   255
      Left            =   60
      MouseIcon       =   "frmAbout.frx":11DF1
      MousePointer    =   99  'Custom
      TabIndex        =   1
      Top             =   1500
      Width           =   5715
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00808080&
      BorderStyle     =   6  'Inside Solid
      Index           =   1
      X1              =   28.172
      X2              =   5634.31
      Y1              =   1232.039
      Y2              =   1232.039
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00FFFFFF&
      BorderWidth     =   2
      Index           =   0
      X1              =   42.257
      X2              =   5634.31
      Y1              =   1242.392
      Y2              =   1242.392
   End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub cmdOK_Click()
  Unload Me
End Sub

Private Sub Form_Load()
    Me.Caption = getFormCaptionResource("0501")

End Sub

Private Sub Label1_Click()
    Const WEB = "mailto:wtcsnake@163.com"
   Dim perjump As Integer ' hyperjumphy
    perjump = ShellExecute(0&, vbNullString, WEB, vbNullString, vbNullString, vbNormalFocus)

End Sub

⌨️ 快捷键说明

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