thread.ctl

来自「星级酒店管理系统(附带系统自写控件源码)」· CTL 代码 · 共 27 行

CTL
27
字号
VERSION 5.00
Begin VB.UserControl Thread 
   ClientHeight    =   1065
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   1065
   InvisibleAtRuntime=   -1  'True
   ScaleHeight     =   1065
   ScaleWidth      =   1065
   ToolboxBitmap   =   "Thread.ctx":0000
   Begin VB.CommandButton cmdInterface 
      BackColor       =   &H80000007&
      Height          =   510
      Left            =   0
      Picture         =   "Thread.ctx":0312
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   30
      Width           =   555
   End
End
Attribute VB_Name = "Thread"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
'

⌨️ 快捷键说明

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