?? frmabout.frm
字號:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "About DS2770K"
ClientHeight = 3420
ClientLeft = 30
ClientTop = 315
ClientWidth = 8850
ClipControls = 0 'False
Icon = "frmAbout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3420
ScaleWidth = 8850
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Tag = "1040"
Begin VB.CommandButton cmdOK
BackColor = &H00C0C0C0&
Cancel = -1 'True
Caption = "OK"
Default = -1 'True
Height = 345
Left = 7200
TabIndex = 0
Tag = "1042"
Top = 3000
Width = 1335
End
Begin VB.Image Image2
Height = 525
Left = 3240
Picture = "frmAbout.frx":030A
Top = 120
Width = 5400
End
Begin VB.Label lblPlatform
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Battery Monitor and Charge Controller"
BeginProperty Font
Name = "Arial"
Size = 14.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 330
Left = 3240
TabIndex = 7
Tag = "1036"
Top = 1560
Width = 4740
End
Begin VB.Label lblLink
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "www.dalsemi.com"
BeginProperty Font
Name = "Arial"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 285
Left = 3240
TabIndex = 6
Tag = "1037"
Top = 3000
Width = 2085
End
Begin VB.Label lbl8
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Evaluation Kit"
BeginProperty Font
Name = "Arial"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 285
Left = 3240
TabIndex = 5
Tag = "1035"
Top = 1920
Width = 2775
End
Begin VB.Label lblProductName
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "DS2770K"
BeginProperty Font
Name = "Arial"
Size = 31.5
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 735
Left = 3240
TabIndex = 4
Tag = "1038"
Top = 720
Width = 2700
End
Begin VB.Label lblVersion
BackStyle = 0 'Transparent
Caption = "Version 1.0"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 375
Left = 3240
TabIndex = 3
Top = 2280
Width = 4935
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "Copyright 2002 Dallas Semiconductor Corporation"
ForeColor = &H00000000&
Height = 255
Left = 3240
TabIndex = 2
Top = 2520
Width = 4095
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "All Rights Reserved"
ForeColor = &H00000000&
Height = 255
Left = 3240
TabIndex = 1
Top = 2760
Width = 3615
End
Begin VB.Image Image1
Height = 3135
Left = 120
Picture = "frmAbout.frx":0A17
Stretch = -1 'True
Top = 120
Width = 3015
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdOK_Click()
frmAbout.Hide
Unload Me
End Sub
Private Sub Form_Load()
lblVersion.Caption = Version
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -