?? about.frm
字號:
VERSION 5.00
Begin VB.Form Dialog
BorderStyle = 3 'Fixed Dialog
Caption = "關于"
ClientHeight = 2790
ClientLeft = 6315
ClientTop = 5835
ClientWidth = 3105
Icon = "about.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2790
ScaleWidth = 3105
ShowInTaskbar = 0 'False
Begin VB.CommandButton OKButton
Caption = "確定"
Height = 300
Left = 1080
TabIndex = 0
Top = 2280
Width = 975
End
Begin VB.Label Label7
Alignment = 2 'Center
AutoSize = -1 'True
Caption = "2008-06-20"
Height = 180
Left = 1110
TabIndex = 7
Top = 1920
Width = 915
End
Begin VB.Label Label6
AutoSize = -1 'True
Caption = "建筑物等效面積計算"
BeginProperty Font
Name = "楷體_GB2312"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 210
Left = 600
TabIndex = 6
Top = 120
Width = 1890
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "Q Q:516409354"
Height = 180
Left = 600
TabIndex = 5
Top = 1200
Width = 1260
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "作者:謝明鑫"
Height = 180
Left = 600
TabIndex = 4
Top = 480
Width = 1080
End
Begin VB.Label Label2
Caption = "Email:xmxqiyan@163.com"
Height = 180
Left = 600
TabIndex = 3
Top = 720
Width = 2175
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "單位:成都信息工程學院電子工程系雷電05級2班"
Height = 420
Left = 600
TabIndex = 2
Top = 1440
Width = 2055
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "電話:028-85966819"
Height = 180
Left = 600
TabIndex = 1
Top = 960
Width = 1620
End
End
Attribute VB_Name = "Dialog"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
Me.Left = form1.Left + 1000
Me.Top = form1.Top + 1000
End Sub
Private Sub OKButton_Click()
'Dialog.Visible = False
Unload Me
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -