authwore.frm

来自「一套VB完整的灯具销售管理系统设计」· FRM 代码 · 共 213 行

FRM
213
字号
VERSION 5.00
Begin VB.Form authwore 
   AutoRedraw      =   -1  'True
   BorderStyle     =   3  'Fixed Dialog
   ClientHeight    =   3360
   ClientLeft      =   45
   ClientTop       =   45
   ClientWidth     =   4800
   ClipControls    =   0   'False
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3360
   ScaleWidth      =   4800
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.Shape Shape1 
      BorderColor     =   &H00000080&
      Height          =   315
      Left            =   3450
      Top             =   2970
      Width           =   1140
   End
   Begin VB.Label Label7 
      AutoSize        =   -1  'True
      ForeColor       =   &H00000080&
      Height          =   180
      Left            =   4020
      TabIndex        =   7
      Top             =   3030
      Width           =   495
   End
   Begin VB.Label Label6 
      AutoSize        =   -1  'True
      Caption         =   "版本:"
      ForeColor       =   &H00C000C0&
      Height          =   180
      Left            =   3555
      TabIndex        =   6
      Top             =   3030
      Width           =   540
   End
   Begin VB.Line Line1 
      X1              =   120
      X2              =   4650
      Y1              =   2835
      Y2              =   2835
   End
   Begin VB.Line Line2 
      BorderColor     =   &H00FFFFFF&
      BorderWidth     =   2
      X1              =   135
      X2              =   4635
      Y1              =   2865
      Y2              =   2865
   End
   Begin VB.Label Label5 
      Alignment       =   2  'Center
      AutoSize        =   -1  'True
      Caption         =   "程序如出现问题,请呼:1295317112"
      ForeColor       =   &H00400000&
      Height          =   180
      Left            =   285
      TabIndex        =   5
      Top             =   3045
      Width           =   2880
   End
   Begin VB.Label Label3 
      Alignment       =   2  'Center
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "科盛自动化工程有限公司"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000080&
      Height          =   240
      Index           =   0
      Left            =   1020
      TabIndex        =   4
      Top             =   1425
      Width           =   2640
   End
   Begin VB.Label Label3 
      Alignment       =   2  'Center
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "科盛自动化工程有限公司"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000000&
      Height          =   240
      Index           =   2
      Left            =   1005
      TabIndex        =   3
      Top             =   1425
      Width           =   2640
   End
   Begin VB.Label Label3 
      Alignment       =   2  'Center
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "科盛自动化工程有限公司"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   240
      Index           =   1
      Left            =   1035
      TabIndex        =   2
      Top             =   1440
      Width           =   2640
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "作者声明"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FFFF&
      Height          =   210
      Left            =   1935
      TabIndex        =   1
      Top             =   165
      Width           =   840
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      BackColor       =   &H00400000&
      BorderStyle     =   1  'Fixed Single
      Height          =   390
      Left            =   90
      TabIndex        =   0
      Top             =   75
      Width           =   4590
   End
End
Attribute VB_Name = "authwore"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub Form_Click()
Unload Me
End Sub


Private Sub Form_KeyPress(KeyAscii As Integer)
Unload Me
End Sub

Private Sub Form_Load()
Label7.Caption = App.Major & "." & App.Minor
End Sub

Private Sub Label1_Click()
Unload Me
End Sub

Private Sub Label2_Click()
Unload Me
End Sub

Private Sub Label3_Click(Index As Integer)
Unload Me
End Sub

Private Sub Label4_Click()
Unload Me
End Sub

Private Sub Label5_Click()
Unload Me
End Sub

Private Sub Label6_Click()
Unload Me
End Sub

Private Sub Label7_Click()
Unload Me
End Sub

⌨️ 快捷键说明

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