Calculation-Cal-Comp v1.0
Submitted By:
Akshay Minocha
Rating:
(Not rated) (
Rate It)
VERSION 5.00
Begin VB.Form Form2
BorderStyle = 1 'Fixed Single
Caption = "Form2"
ClientHeight = 7890
ClientLeft = 300
ClientTop = 435
ClientWidth = 10530
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 7890
ScaleWidth = 10530
Begin VB.CommandButton Command10
BackColor = &H00808000&
Caption = "H O M E"
BeginProperty Font
Name = "Walt Disney Script"
Size = 14.25
Charset = 0
Weight = 500
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 360
Style = 1 'Graphical
TabIndex = 21
Top = 7080
Width = 1575
End
Begin VB.CommandButton Command9
BackColor = &H00808000&
Caption = "B A C K"
BeginProperty Font
Name = "Walt Disney Script"
Size = 14.25
Charset = 0
Weight = 500
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 2400
MaskColor = &H00808000&
Style = 1 'Graphical
TabIndex = 20
Top = 7080
Width = 1575
End
Begin VB.CommandButton Command1
BackColor = &H000080FF&
Caption = "Sine A"
Height = 495
Left = 0
Style = 1 'Graphical
TabIndex = 19
Top = 600
Width = 1695
End
Begin VB.CommandButton Command2
BackColor = &H000000FF&
Caption = "Cosine A"
Height = 495
Left = 0
Style = 1 'Graphical
TabIndex = 18
Top = 1440
Width = 1695
End
Begin VB.CommandButton Command3
BackColor = &H008080FF&
Caption = "Tangent A"
Height = 495
Left = 0
MaskColor = &H00FFFFFF&
Style = 1 'Graphical
TabIndex = 17
Top = 2520
Width = 1695
End
Begin VB.CommandButton Command4
BackColor = &H00FF8080&
Caption = "Cosecant A"
Height = 495
Left = 0
Style = 1 'Graphical
TabIndex = 16
Top = 3480
Width = 1695
End
Begin VB.CommandButton Command5
BackColor = &H00FFC0C0&
Caption = "Secant A"
Height = 495
Left = 0
Style = 1 'Graphical
TabIndex = 15
Top = 4560
Width = 1695
End
Begin VB.CommandButton Command6
BackColor = &H00FFFFC0&
Caption = "Cotangent A"
Height = 495
Left = 0
Style = 1 'Graphical
TabIndex = 14
Top = 5400
Width = 1695
End
Begin VB.TextBox Text1
Height = 375
Left = 6600
TabIndex = 10
Top = 3240
Width = 1095
End
Begin VB.TextBox Text2
Height = 375
Left = 6600
TabIndex = 9
Top = 4080
Width = 1095
End
Begin VB.TextBox Text3
Height = 375
Left = 6600
TabIndex = 8
Top = 5040
Width = 1095
End
Begin VB.TextBox Text4
Height = 495
Left = 1920
TabIndex = 7
Top = 600
Width = 1095
End
Begin VB.TextBox Text5
Height = 495
Left = 1920
TabIndex = 6
Top = 1440
Width = 1095
End
Begin VB.TextBox Text6
Height = 495
Left = 1920
TabIndex = 5
Top = 2520
Width = 1095
End
Begin VB.TextBox Text7
Height = 495
Left = 1920
TabIndex = 4
Top = 3480
Width = 1095
End
Begin VB.TextBox Text8
Height = 495
Left = 1920
TabIndex = 3
Top = 4560
Width = 1095
End
Begin VB.TextBox Text9
Height = 495
Left = 1920
TabIndex = 2
Top = 5400
Width = 1095
End
Begin VB.CommandButton Command7
BackColor = &H00808000&
Caption = "R E S E T"
BeginProperty Font
Name = "Walt Disney Script"
Size = 14.25
Charset = 0
Weight = 500
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1695
Left = 4560
Style = 1 'Graphical
TabIndex = 1
Top = 6000
Width = 1575
End
Begin VB.CommandButton Command8
BackColor = &H00808000&
Caption = "E X I T"
BeginProperty Font
Name = "Walt Disney Script"
Size = 14.25
Charset = 0
Weight = 500
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 6720
MaskColor = &H00808000&
Style = 1 'Graphical
TabIndex = 0
Top = 7080
Width = 1455
End
Begin VB.Image Image1
Height = 2850
Left = 4560
Picture = "Trig for A.frx":0000
Top = 120
Width = 2850
End
Begin VB.Label Label1
Caption = "Enter Value Of AB If Required"
BeginProperty Font
Name = "Verdana"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 4080
TabIndex = 13
Top = 3120
Width = 2295
End
Begin VB.Label Label2
Caption = "Enter Value Of BC If Required"
BeginProperty Font
Name = "Verdana"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 4080
TabIndex = 12
Top = 3840
Width = 2295
End
Begin VB.Label Label3
Caption = "Enter Value Of AC If Required"
BeginProperty Font
Name = "Verdana"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 4080
TabIndex = 11
Top = 4680
Width = 2295
End
Begin VB.Image Image3
BorderStyle = 1 'Fixed Single
Height = 7935
Left = 0
Picture = "Trig for A.frx":37DB
Top = 0
Width = 10560
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Text4.Text = Text2.Text / Text3.Text
End Sub
Private Sub Command10_Click()
Form2.Hide
Calculators.Show
End Sub
Private Sub Command2_Click()
Text5.Text = Text1.Text / Text3.Text
End Sub
Private Sub Command3_Click()
Text6.Text = Text2.Text / Text1.Text
End Sub
Private Sub Command4_Click()
Text7.Text = Text3.Text / Text2.Text
End Sub
Private Sub Command5_Click()
Text8.Text = Text3.Text / Text1.Text
End Sub
Private Sub Command6_Click()
Text9.Text = Text1.Text / Text2.Text
End Sub
Private Sub Command7_Click()
Text1.Text = ""
Text2.Text = ""
Text3.Text = ""
Text4.Text = ""
Text5.Text = ""
Text6.Text = ""
Text7.Text = ""
Text8.Text = ""
Text9.Text = ""
End Sub
Private Sub Command8_Click()
End
End Sub
Private Sub Command9_Click()
Form2.Hide
Form3.Show
End Sub
Private Sub Image3_Click()
End Sub