?? 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 = "本軟件使用了網(wǎng)上的一個并口驅(qū)動程序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 + -