frm4start.frm

来自「本公司开发得大请油田人事管理系统c/s结构」· FRM 代码 · 共 33 行

FRM
33
字号
VERSION 5.00
Begin VB.Form frmBackgroud 
   AutoRedraw      =   -1  'True
   BorderStyle     =   0  'None
   Caption         =   "Form4Backgroud"
   ClientHeight    =   4065
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   6630
   LinkTopic       =   "Form1"
   ScaleHeight     =   4065
   ScaleWidth      =   6630
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.PictureBox Picture1 
      AutoSize        =   -1  'True
      Height          =   3975
      Left            =   90
      ScaleHeight     =   3915
      ScaleWidth      =   6390
      TabIndex        =   0
      Top             =   45
      Width           =   6450
   End
End
Attribute VB_Name = "frmBackgroud"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

⌨️ 快捷键说明

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