bsk.frm

来自「办公室小车管理系统,能自动打印派车单,自动统计小车的出车里程耗油等.」· FRM 代码 · 共 33 行

FRM
33
字号
VERSION 5.00
Begin VB.Form bsk 
   Caption         =   "bsk"
   ClientHeight    =   7095
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   10830
   LinkTopic       =   "Form7"
   ScaleHeight     =   7095
   ScaleWidth      =   10830
   StartUpPosition =   3  '窗口缺省
   Begin VB.PictureBox Picture1 
      AutoRedraw      =   -1  'True
      BackColor       =   &H00FFFFFF&
      Height          =   6975
      Left            =   120
      ScaleHeight     =   6915
      ScaleWidth      =   10515
      TabIndex        =   0
      Top             =   240
      Width           =   10575
   End
End
Attribute VB_Name = "bsk"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Resize()
Picture1.Width = Me.Width

End Sub

⌨️ 快捷键说明

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