📄 conversion screen.frm
字号:
VERSION 5.00
Begin VB.Form ConversionScreen
BorderStyle = 3 'Fixed Dialog
Caption = "Conversion Program"
ClientHeight = 3810
ClientLeft = 45
ClientTop = 330
ClientWidth = 6420
ControlBox = 0 'False
Icon = "Conversion Screen.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "Conversion Screen.frx":030A
ScaleHeight = 3810
ScaleWidth = 6420
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton CalculateButton2
Caption = "Calculate"
Height = 420
Left = 2880
TabIndex = 24
Top = 3285
Visible = 0 'False
Width = 1185
End
Begin VB.CommandButton CalculateButton3
Caption = "Calculate"
Height = 420
Left = 2880
TabIndex = 23
Top = 3285
Visible = 0 'False
Width = 1185
End
Begin VB.CommandButton CalculateButton4
Caption = "Calculate"
Height = 420
Left = 2880
TabIndex = 22
Top = 3285
Visible = 0 'False
Width = 1185
End
Begin VB.CommandButton CalculateButton5
Caption = "Calculate"
Height = 420
Left = 2880
TabIndex = 21
Top = 3285
Visible = 0 'False
Width = 1185
End
Begin VB.CommandButton CalculateButton6
Caption = "Calculate"
Height = 420
Left = 2880
TabIndex = 20
Top = 3285
Visible = 0 'False
Width = 1185
End
Begin VB.CommandButton CalculateButton7
Caption = "Calculate"
Height = 420
Left = 2880
TabIndex = 19
Top = 3285
Visible = 0 'False
Width = 1185
End
Begin VB.OptionButton PoundsToKilograms
BackColor = &H00FF0000&
Caption = "Pounds <> Kilograms"
ForeColor = &H00FFFFFF&
Height = 285
Left = 135
Style = 1 'Graphical
TabIndex = 16
Top = 2835
Width = 1815
End
Begin VB.OptionButton OuncesToGrams
BackColor = &H00FF0000&
Caption = "Ounces <> Grams"
ForeColor = &H00FFFFFF&
Height = 285
Left = 135
Style = 1 'Graphical
TabIndex = 15
Top = 2475
Width = 1815
End
Begin VB.OptionButton FeetToMeters
BackColor = &H00FF0000&
Caption = "Feet <> Meters"
ForeColor = &H00FFFFFF&
Height = 285
Left = 135
Style = 1 'Graphical
TabIndex = 14
Top = 2115
Width = 1815
End
Begin VB.OptionButton CToF
BackColor = &H00FF0000&
Caption = "Celsius <> Fahrenheit"
ForeColor = &H00FFFFFF&
Height = 285
Left = 135
Style = 1 'Graphical
TabIndex = 13
Top = 1755
Width = 1815
End
Begin VB.OptionButton MilesToKM
BackColor = &H00FF0000&
Caption = "Miles <> Kilometers"
ForeColor = &H00FFFFFF&
Height = 285
Left = 135
Style = 1 'Graphical
TabIndex = 12
Top = 1395
Width = 1815
End
Begin VB.OptionButton YardsToMeters
BackColor = &H00FF0000&
Caption = "Yards <> Meters"
ForeColor = &H00FFFFFF&
Height = 285
Left = 135
Style = 1 'Graphical
TabIndex = 11
Top = 1035
Width = 1815
End
Begin VB.OptionButton InchesToCM
BackColor = &H00FF0000&
Caption = "Inches <> Centimeters"
ForeColor = &H00FFFFFF&
Height = 285
Left = 135
Style = 1 'Graphical
TabIndex = 10
Top = 675
Width = 1815
End
Begin VB.CommandButton ReturnButton
Caption = "Exit"
Height = 420
Left = 5265
TabIndex = 8
Top = 3285
Width = 1005
End
Begin VB.CommandButton ChangeDirectionButton
Caption = "Change Direction"
Height = 420
Left = 135
TabIndex = 7
Top = 3285
Width = 1410
End
Begin VB.TextBox CalculationInput
Height = 330
Left = 3060
TabIndex = 1
Text = "Enter Your Calculation Here"
Top = 1260
Width = 2220
End
Begin VB.CommandButton CalculateButton
Caption = "Calculate"
Height = 420
Left = 2880
TabIndex = 0
Top = 3285
Width = 1185
End
Begin VB.Label AnswerLabel
Caption = "Answer Label"
Height = 465
Left = 3375
TabIndex = 18
Top = 2700
Visible = 0 'False
Width = 1230
End
Begin VB.Label DirectionLabel
Alignment = 2 'Center
Caption = "Direction Label"
Height = 465
Left = 2160
TabIndex = 17
Top = 2700
Visible = 0 'False
Width = 1230
End
Begin VB.Label ForwardInfoStoreLabel
Caption = "换"
BeginProperty Font
Name = "Arial"
Size = 14.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 465
Left = 5040
TabIndex = 5
Top = 2700
Visible = 0 'False
Width = 1230
End
Begin VB.Label ResultLable
Alignment = 2 'Center
BackStyle = 0 'Transparent
BeginProperty Font
Name = "Arial"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 2835
TabIndex = 9
Top = 1620
Width = 3525
End
Begin VB.Label BackwardInfoStoreLabel
Caption = "
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -