frmprompt.frm
来自「该系统包括以下几个方面:用户管理」· FRM 代码 · 共 42 行
FRM
42 行
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 '所有者中心
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
'****************************************
'* 企业内部业务联系系统 1.0版 *
'* *
'* 作者:郭文云(云南电信昭通分公司) *
'* 日期:2004年8月 *
'* 版权:Terrificsoft *
'* 版权所有 侵权必究 *
'****************************************
Option Explicit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?