📄 about_downloader.frm
字号:
VERSION 5.00
Begin VB.Form Form2
BorderStyle = 1 'Fixed Single
Caption = "关于ADuC702x_I2C_downloader"
ClientHeight = 4170
ClientLeft = 5715
ClientTop = 3810
ClientWidth = 4095
Icon = "About_downloader.frx":0000
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4170
ScaleWidth = 4095
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame3
Caption = "致谢"
Height = 975
Left = 120
TabIndex = 5
Top = 3120
Width = 3855
Begin VB.Label Label4
Caption = "本软件使用了网上的一个并口驱动程序WinIO,在此对该软件的作者表示感谢!"
Height = 375
Left = 240
TabIndex = 6
Top = 360
Width = 3375
End
End
Begin VB.Frame Frame2
Caption = "版权所有(C) 2006-2016 Computer-lov"
Height = 2055
Left = 120
TabIndex = 2
Top = 960
Width = 3855
Begin VB.Label Label3
Caption = "版本 V1.0"
Height = 255
Left = 120
TabIndex = 4
Top = 1680
Width = 975
End
Begin VB.Label Label2
Caption = $"About_downloader.frx":030A
Height = 1215
Left = 120
TabIndex = 3
Top = 360
Width = 3495
End
End
Begin VB.Frame Frame1
Caption = "说明"
Height = 735
Left = 120
TabIndex = 0
Top = 120
Width = 3855
Begin VB.Label Label1
Caption = " ADuC702x_I2C_downloader是将HEX文件下载至ADuC702x-I芯片的软件。"
Height = 375
Left = 240
TabIndex = 1
Top = 240
Width = 3255
End
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal X As Long, ByVal Y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long
Private Sub Form_Load()
SetWindowPos Me.hwnd, -1, 0, 0, 0, 0, &H1 Or &H2
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -