Calculation-Cal-Comp v1.0
Submitted By:
Akshay Minocha
Rating:
(Not rated) (
Rate It)
VERSION 5.00
Begin VB.Form Form3
BorderStyle = 1 'Fixed Single
Caption = "Form3"
ClientHeight = 7905
ClientLeft = 420
ClientTop = 525
ClientWidth = 10530
LinkTopic = "Form3"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 7905
ScaleWidth = 10530
Begin VB.CommandButton Command4
BackColor = &H00808000&
Caption = "E X I T"
BeginProperty Font
Name = "Walt Disney Script"
Size = 15.75
Charset = 0
Weight = 500
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 7320
Style = 1 'Graphical
TabIndex = 4
Top = 6480
Width = 2655
End
Begin VB.CommandButton Command3
BackColor = &H00808000&
Caption = "H O M E"
BeginProperty Font
Name = "Walt Disney Script"
Size = 15.75
Charset = 0
Weight = 500
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 480
Style = 1 'Graphical
TabIndex = 3
Top = 6480
Width = 2415
End
Begin VB.CommandButton Command2
BackColor = &H00808000&
Caption = "For Angle 'C'"
BeginProperty Font
Name = "Walt Disney Script"
Size = 21.75
Charset = 0
Weight = 500
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 5160
MaskColor = &H00808000&
Style = 1 'Graphical
TabIndex = 2
Top = 4440
Width = 2415
End
Begin VB.CommandButton Command1
BackColor = &H00808000&
Caption = "For Angle 'A'"
BeginProperty Font
Name = "Walt Disney Script"
Size = 21.75
Charset = 0
Weight = 500
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 360
MaskColor = &H00808000&
Style = 1 'Graphical
TabIndex = 1
Top = 4440
Width = 2535
End
Begin VB.Label Label1
BackColor = &H80000013&
Caption = "For This Triangle Choose Whether To Find The Values For The Angle A Or Angle B."
BeginProperty Font
Name = "Walt Disney Script"
Size = 18
Charset = 0
Weight = 500
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1695
Left = 0
TabIndex = 0
Top = 0
Width = 4335
End
Begin VB.Image Image1
Height = 2850
Left = 5400
Picture = "Option Trig.frx":0000
Top = 0
Width = 2850
End
Begin VB.Image Image2
BorderStyle = 1 'Fixed Single
Height = 7935
Left = 0
Picture = "Option Trig.frx":37DB
Top = 0
Width = 10560
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form3.Hide
Form2.Show
End Sub
Private Sub Command2_Click()
Form3.Hide
Form1.Show
End Sub
Private Sub Command3_Click()
Form3.Hide
Calculators.Show
End Sub
Private Sub Command4_Click()
End
End Sub