📄 form2.frm
字号:
VERSION 5.00
Object = "{22D6F304-B0F6-11D0-94AB-0080C74C7E95}#1.0#0"; "MSDXM.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form Form2
Caption = "机械加工工时计算器"
ClientHeight = 4185
ClientLeft = 165
ClientTop = 450
ClientWidth = 3990
Icon = "Form2.frx":0000
LinkTopic = "Form2"
MaxButton = 0 'False
ScaleHeight = 4185
ScaleWidth = 3990
StartUpPosition = 2 '屏幕中心
Begin MSComDlg.CommonDialog CommonDialog1
Left = 3480
Top = 1080
_ExtentX = 847
_ExtentY = 847
_Version = 393216
DialogTitle = "打开媒体"
End
Begin VB.Label Label3
Caption = "打开媒体"
ForeColor = &H00FF0000&
Height = 255
Left = 1560
TabIndex = 3
Top = 3060
Width = 795
End
Begin MediaPlayerCtl.MediaPlayer MediaPlayer1
Height = 2955
Left = 480
TabIndex = 2
Top = 60
Width = 3075
AudioStream = -1
AutoSize = 0 'False
AutoStart = -1 'True
AnimationAtStart= -1 'True
AllowScan = -1 'True
AllowChangeDisplaySize= -1 'True
AutoRewind = 0 'False
Balance = 0
BaseURL = ""
BufferingTime = 5
CaptioningID = ""
ClickToPlay = -1 'True
CursorType = 0
CurrentPosition = -1
CurrentMarker = 0
DefaultFrame = ""
DisplayBackColor= 0
DisplayForeColor= 16777215
DisplayMode = 0
DisplaySize = 4
Enabled = -1 'True
EnableContextMenu= -1 'True
EnablePositionControls= -1 'True
EnableFullScreenControls= 0 'False
EnableTracker = -1 'True
Filename = "d:\work\vb2\Avseq03.dat"
InvokeURLs = -1 'True
Language = -1
Mute = 0 'False
PlayCount = 1
PreviewMode = 0 'False
Rate = 1
SAMILang = ""
SAMIStyle = ""
SAMIFileName = ""
SelectionStart = -1
SelectionEnd = -1
SendOpenStateChangeEvents= -1 'True
SendWarningEvents= -1 'True
SendErrorEvents = -1 'True
SendKeyboardEvents= 0 'False
SendMouseClickEvents= 0 'False
SendMouseMoveEvents= 0 'False
SendPlayStateChangeEvents= -1 'True
ShowCaptioning = 0 'False
ShowControls = -1 'True
ShowAudioControls= -1 'True
ShowDisplay = 0 'False
ShowGotoBar = 0 'False
ShowPositionControls= -1 'True
ShowStatusBar = 0 'False
ShowTracker = -1 'True
TransparentAtStart= 0 'False
VideoBorderWidth= 0
VideoBorderColor= 0
VideoBorder3D = 0 'False
Volume = -600
WindowlessVideo = 0 'False
End
Begin VB.Label Label2
Caption = "高级工程师 杨怀杰 编程"
Height = 255
Left = 960
TabIndex = 1
Top = 3780
Width = 2055
End
Begin VB.Label Label1
Caption = "诸城市专利造纸机械厂"
BeginProperty Font
Name = "黑体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 375
Left = 420
TabIndex = 0
Top = 3300
Width = 3135
End
Begin VB.Menu ybjc
Caption = "一般机床"
End
Begin VB.Menu tc
Caption = "特殊机床/准终/其它"
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label3_Click()
CommonDialog1.Action = 1
If CommonDialog1.FileName <> "" Then MediaPlayer1.FileName = CommonDialog1.FileName
End Sub
Private Sub tc_Click()
Form3.Show
End Sub
Private Sub ybjc_Click()
Form1.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -