?? simple.frm
字號:
VERSION 5.00
Begin VB.Form SimpleCircuit
BackColor = &H80000004&
BorderStyle = 1 'Fixed Single
Caption = "簡單電路"
ClientHeight = 6135
ClientLeft = 45
ClientTop = 360
ClientWidth = 6300
Icon = "Simple.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 6135
ScaleWidth = 6300
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
Caption = "主界面"
BeginProperty Font
Name = "Verdana"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 600
TabIndex = 13
Top = 5640
Width = 2055
End
Begin VB.CommandButton ClearAns
Caption = "清除回應"
BeginProperty Font
Name = "Verdana"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3360
TabIndex = 12
Top = 5640
Width = 2055
End
Begin VB.CommandButton AnsRes
Caption = "回應"
BeginProperty Font
Name = "Verdana"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3600
TabIndex = 8
Top = 4920
Width = 1455
End
Begin VB.CommandButton AnsCur
Caption = "回應"
BeginProperty Font
Name = "Verdana"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3600
TabIndex = 7
Top = 4080
Width = 1455
End
Begin VB.CommandButton AnsVol
Caption = "回應"
BeginProperty Font
Name = "Verdana"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3600
TabIndex = 6
Top = 3240
Width = 1455
End
Begin VB.TextBox Resistance
Alignment = 2 'Center
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3240
TabIndex = 5
Top = 4920
Width = 2295
End
Begin VB.TextBox Current
Alignment = 2 'Center
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3240
TabIndex = 4
Top = 4080
Width = 2295
End
Begin VB.TextBox Voltage
Alignment = 2 'Center
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3240
TabIndex = 3
Top = 3240
Width = 2295
End
Begin VB.CheckBox CheckRes
BackColor = &H80000004&
Caption = "電阻 (R)"
BeginProperty Font
Name = "Verdana"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 720
TabIndex = 2
Top = 4920
Width = 2175
End
Begin VB.CheckBox CheckCur
BackColor = &H80000004&
Caption = "電流 (I)"
BeginProperty Font
Name = "Verdana"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 720
TabIndex = 1
Top = 4080
Width = 2175
End
Begin VB.CheckBox CheckVol
BackColor = &H80000004&
Caption = "電壓 (V)"
BeginProperty Font
Name = "Verdana"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 720
TabIndex = 0
Top = 3240
Width = 2175
End
Begin VB.Label Label13
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "簡單電路"
BeginProperty Font
Name = "宋體"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 495
Left = 240
TabIndex = 14
Top = 120
Width = 6375
End
Begin VB.Line Line23
BorderWidth = 4
X1 = 0
X2 = 10080
Y1 = 600
Y2 = 600
End
Begin VB.Shape Shape4
BackColor = &H00FF8080&
BackStyle = 1 'Opaque
Height = 615
Left = 0
Top = 0
Width = 9135
End
Begin VB.Line Line10
BorderColor = &H00000000&
BorderWidth = 2
X1 = 1800
X2 = 1920
Y1 = 1920
Y2 = 2040
End
Begin VB.Line Line9
BorderColor = &H00000000&
BorderWidth = 2
X1 = 1680
X2 = 1800
Y1 = 2040
Y2 = 1920
End
Begin VB.Label Label4
Alignment = 2 'Center
BackColor = &H80000004&
Caption = "I"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1440
TabIndex = 11
Top = 1920
Width = 255
End
Begin VB.Label Label3
Alignment = 2 'Center
BackColor = &H80000004&
Caption = "R"
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -