frmprompt.frm
来自「企业内部业务联系系统 1.0版 sql数据库」· FRM 代码 · 共 33 行
FRM
33 行
VERSION 5.00
Begin VB.Form frmPrompt
BorderStyle = 3 'Fixed Dialog
ClientHeight = 705
ClientLeft = 45
ClientTop = 45
ClientWidth = 5745
ControlBox = 0 'False
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 705
ScaleWidth = 5745
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Begin VB.Label lbl
Alignment = 2 'Center
Caption = "请稍候,正在从服务器提取工单..."
Height = 195
Left = 0
TabIndex = 0
Top = 270
Width = 5745
End
End
Attribute VB_Name = "frmPrompt"
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 + -
显示快捷键?