Multiplication Table Generator 1.1
Submitted By:
nil_sharma
Rating:
(Not rated) (
Rate It)
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "About MTG"
ClientHeight = 3555
ClientLeft = 4485
ClientTop = 4200
ClientWidth = 5730
ClipControls = 0 'False
ForeColor = &H00FF0000&
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2453.724
ScaleMode = 0 'User
ScaleWidth = 5380.766
ShowInTaskbar = 0 'False
Begin VB.CommandButton cmdOK
Cancel = -1 'True
Caption = "OK"
Default = -1 'True
Height = 345
Left = 4245
TabIndex = 0
Top = 2760
Width = 1260
End
Begin VB.Label Label4
Caption = "[[Email Removed]]"
Height = 255
Left = 240
TabIndex = 10
Top = 3240
Width = 1815
End
Begin VB.Label Label3
Caption = "Kathmandu, Nepal"
Height = 255
Left = 240
TabIndex = 9
Top = 3000
Width = 1335
End
Begin VB.Label Label2
Caption = "NILAMBAR SHARMA"
Height = 255
Left = 240
TabIndex = 8
Top = 2760
Width = 1695
End
Begin VB.Label Label1
Caption = "G"
BeginProperty Font
Name = "Tahoma"
Size = 20.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 495
Index = 2
Left = 360
TabIndex = 7
Top = 1440
Width = 375
End
Begin VB.Label Label1
Caption = "T"
BeginProperty Font
Name = "Tahoma"
Size = 20.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 495
Index = 1
Left = 360
TabIndex = 6
Top = 840
Width = 375
End
Begin VB.Label Label1
Caption = "M"
BeginProperty Font
Name = "Tahoma"
Size = 20.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 495
Index = 0
Left = 360
TabIndex = 5
Top = 240
Width = 375
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = 84.515
X2 = 5309.398
Y1 = 1687.583
Y2 = 1687.583
End
Begin VB.Label lblDescription
Caption = $"frmAbout.frx":0000
ForeColor = &H00000000&
Height = 690
Left = 1080
TabIndex = 1
Top = 1125
Width = 3885
End
Begin VB.Label lblTitle
Caption = "Application Title: Multiplication Table Generator"
ForeColor = &H00000000&
Height = 480
Left = 1050
TabIndex = 3
Top = 240
Width = 3885
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
BorderWidth = 2
Index = 0
X1 = 98.6
X2 = 5309.398
Y1 = 1697.936
Y2 = 1697.936
End
Begin VB.Label lblVersion
Caption = "Version 1.1"
Height = 225
Left = 1050
TabIndex = 4
Top = 780
Width = 3885
End
Begin VB.Label lblDisclaimer
Caption = "Warning: (c) Copyright Protected by Author "
ForeColor = &H00000000&
Height = 225
Left = 255
TabIndex = 2
Top = 2520
Width = 3870
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()
Unload Me
End Sub