📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "Shortest Remaining Time First"
ClientHeight = 2880
ClientLeft = 2340
ClientTop = 1935
ClientWidth = 3750
ClipControls = 0 'False
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1987.828
ScaleMode = 0 'User
ScaleWidth = 3521.444
ShowInTaskbar = 0 'False
Begin VB.CommandButton cmdOK
Cancel = -1 'True
Caption = "OK"
Default = -1 'True
Height = 345
Left = 2160
TabIndex = 0
Top = 2280
Width = 1260
End
Begin VB.Label Label3
Caption = "apolinario.pedro@yahoo.com"
Height = 375
Left = 1200
TabIndex = 3
Top = 1680
Width = 2175
End
Begin VB.Label Label2
Caption = "for comments, suggestions email me at: "
Height = 375
Left = 1200
TabIndex = 2
Top = 1080
Width = 1935
End
Begin VB.Label Label1
Caption = "Created By: Pedromaru"
Height = 255
Left = 1320
TabIndex = 1
Top = 600
Width = 2055
End
Begin VB.Image Image2
Height = 720
Left = 240
Picture = "frmAbout.frx":0000
Top = 480
Width = 720
End
Begin VB.Image Image1
Height = 480
Left = 1200
Picture = "frmAbout.frx":2442
Top = 360
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()
MsgBox "I don't accept negative comments :-P", vbExclamation, "Warning!"
Unload frmAbout
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -