main_hyp.frm

来自「珠宝为例」· FRM 代码 · 共 54 行

FRM
54
字号
VERSION 5.00
Begin VB.Form main_hyp 
   BorderStyle     =   0  'None
   ClientHeight    =   3765
   ClientLeft      =   3000
   ClientTop       =   2250
   ClientWidth     =   6465
   Icon            =   "main_hyp.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "main_hyp.frx":000C
   ScaleHeight     =   3765
   ScaleWidth      =   6465
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  '所有者中心
   Begin VB.Timer Timer1 
      Interval        =   500
      Left            =   195
      Top             =   1995
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "腾龙珠宝首饰进销存管理系统"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   18
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF8080&
      Height          =   915
      Left            =   735
      TabIndex        =   0
      Top             =   855
      Width           =   5355
   End
End
Attribute VB_Name = "main_hyp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
 Label1.Caption = App.Title
End Sub
Private Sub Timer1_Timer()
 main_mima.Show
 Unload Me
End Sub

⌨️ 快捷键说明

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