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

📄 aboatform.frm

📁 供销信息查询系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form aboatform 
   Caption         =   "关于狼人公司... ..."
   ClientHeight    =   1890
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4620
   Icon            =   "aboatform.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   NegotiateMenus  =   0   'False
   ScaleHeight     =   1890
   ScaleWidth      =   4620
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame1 
      Height          =   1815
      Left            =   80
      TabIndex        =   0
      Top             =   0
      Width           =   4475
      Begin VB.CommandButton Command1 
         Caption         =   "确 定"
         Height          =   375
         Left            =   3360
         TabIndex        =   4
         Top             =   1200
         Width           =   735
      End
      Begin VB.Image Image1 
         Height          =   480
         Left            =   360
         Picture         =   "aboatform.frx":08CA
         Top             =   240
         Width           =   480
      End
      Begin VB.Line Line1 
         X1              =   360
         X2              =   4080
         Y1              =   840
         Y2              =   840
      End
      Begin VB.Label Label1 
         Caption         =   "狼人供销信息查询系统"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   14.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   1200
         TabIndex        =   3
         Top             =   360
         Width           =   2895
      End
      Begin VB.Label Label2 
         Caption         =   "Copyright(2000-2001) 狼人公司"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   -1  'True
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   360
         TabIndex        =   2
         Top             =   960
         Width           =   2775
      End
      Begin VB.Label Label3 
         Caption         =   "湛江师范学院98计算机 许徐旭"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   360
         TabIndex        =   1
         Top             =   1320
         Width           =   2895
      End
   End
End
Attribute VB_Name = "aboatform"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
aaa = 0
Unload Me
End Sub

Private Sub Form_Load()
aaa = 1
End Sub

Private Sub Form_Resize()
aboatform.Height = 2295
aboatform.Width = 4740
End Sub

⌨️ 快捷键说明

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