home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form Form1
- BackColor = &H00C0C0C0&
- Caption = "GeoFacts"
- ClientHeight = 4440
- ClientLeft = 1410
- ClientTop = 3165
- ClientWidth = 5430
- Height = 4845
- Left = 1350
- LinkTopic = "Form1"
- ScaleHeight = 4440
- ScaleWidth = 5430
- Top = 2820
- Width = 5550
- Begin VB.ListBox listTopRanking
- BackColor = &H00FFFFFF&
- Enabled = 0 'False
- BeginProperty Font
- name = "MS Sans Serif"
- charset = 1
- weight = 700
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- Height = 2370
- Left = 2640
- TabIndex = 5
- Top = 1800
- Visible = 0 'False
- Width = 2295
- End
- Begin VB.ComboBox listFeatures
- Height = 288
- Left = 2640
- Style = 2 'Dropdown List
- TabIndex = 3
- Top = 1200
- Width = 2412
- End
- Begin VB.ComboBox listContinents
- Height = 288
- Left = 120
- Style = 2 'Dropdown List
- TabIndex = 1
- Top = 1200
- Width = 2412
- End
- Begin VB.Label Label1
- BackColor = &H00C0C0C0&
- Caption = "Continent's features:"
- BeginProperty Font
- name = "Times New Roman"
- charset = 1
- weight = 400
- size = 11.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- Height = 255
- Index = 2
- Left = 2640
- TabIndex = 4
- Top = 960
- Width = 2415
- End
- Begin VB.Label IvoSa
- BackColor = &H00C0C0C0&
- Caption = "Continent:"
- BeginProperty Font
- name = "Times New Roman"
- charset = 1
- weight = 400
- size = 11.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- Height = 252
- Index = 1
- Left = 120
- TabIndex = 2
- Top = 960
- Width = 1212
- End
- Begin VB.Label IvoWilliamSalmre
- BackColor = &H00C0C0C0&
- Caption = "GeoFacts"
- BeginProperty Font
- name = "Times New Roman"
- charset = 1
- weight = 700
- size = 24
- underline = 0 'False
- italic = -1 'True
- strikethrough = 0 'False
- EndProperty
- Height = 732
- Index = 0
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 2772
- End
- Attribute VB_Name = "Form1"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Sub Form_Load()
- Setup
- FillContinentsList
- End Sub
- Sub Form_Unload(Cancel As Integer)
- CleanUp
- End Sub
- Sub listFeatures_Click()
- FillTopRankingList
- End Sub
- Sub listContinents_Click()
- FillFeaturesList
- End Sub
-