?? dlgabout.frm
字號:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "關于 排隊管理系統"
ClientHeight = 3390
ClientLeft = 2760
ClientTop = 3750
ClientWidth = 5910
Icon = "dlgAbout.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3390
ScaleWidth = 5910
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.CommandButton cmdOK
Cancel = -1 'True
Caption = "確定(&O)"
Height = 375
Left = 4440
TabIndex = 0
Top = 2760
Width = 1095
End
Begin VB.Line Line1
BorderColor = &H00404040&
BorderWidth = 2
X1 = 0
X2 = 5880
Y1 = 1320
Y2 = 1320
End
Begin VB.Label lblUserName
Caption = "Cobeyond Queue Server"
BeginProperty Font
Name = "仿宋_GB2312"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Index = 1
Left = 1200
TabIndex = 7
Top = 240
Width = 4215
End
Begin VB.Label Label1
Height = 255
Left = 360
TabIndex = 6
Top = 2280
Width = 1935
End
Begin VB.Label Label5
Caption = "版權所有(C) 2005-2009"
Height = 255
Left = 360
TabIndex = 5
Top = 1920
Width = 2055
End
Begin VB.Label Label6
Height = 255
Left = 360
TabIndex = 4
Top = 2640
Width = 3015
End
Begin VB.Label Label7
Caption = "Email: "
Height = 255
Left = 360
TabIndex = 3
Top = 2925
Width = 2895
End
Begin VB.Label lblUserName
Caption = "— 排隊管理系統"
BeginProperty Font
Name = "隸書"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Index = 0
Left = 3000
TabIndex = 2
Top = 720
Width = 2535
End
Begin VB.Label Label9
Caption = "排隊管理系統 - 系統管理中心"
Height = 255
Left = 360
TabIndex = 1
Top = 1560
Width = 2655
End
Begin VB.Image Image1
Height = 480
Left = 360
Picture = "dlgAbout.frx":0CCA
Stretch = -1 'True
Top = 240
Width = 480
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub cmdOK_Click()
On Error Resume Next
Unload Me
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -