uclmainpic.ctl

来自「人事管理系统vb版,用于一般中小企业」· CTL 代码 · 共 28 行

CTL
28
字号
VERSION 5.00
Begin VB.UserControl uclMainPic 
   BackColor       =   &H00FFFFFF&
   ClientHeight    =   3570
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   2010
   ScaleHeight     =   3570
   ScaleWidth      =   2010
   Begin VB.Image imgPic 
      BorderStyle     =   1  'Fixed Single
      Height          =   3510
      Left            =   0
      Picture         =   "uclMainPic.ctx":0000
      Top             =   0
      Width           =   1860
   End
End
Attribute VB_Name = "uclMainPic"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
Private Sub UserControl_Resize()
    imgPic.Width = UserControl.Width
    UserControl.Height = 3510
End Sub

⌨️ 快捷键说明

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