home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Planet Source Code Jumbo …e CD Visual Basic 1 to 7
/
7_2009-2012.ISO
/
data
/
zips
/
Weather_Of220609692011.psc
/
frmAlert.frm
< prev
next >
Wrap
Text File
|
2011-06-01
|
7KB
|
210 lines
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "Mscomctl.ocx"
Object = "{7888C00A-4808-4D27-9AAE-BD36EC13D16F}#1.0#0"; "LVbuttons.ocx"
Begin VB.Form frmAlert
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 4 'Fixed ToolWindow
Caption = "Severe Weather Alert"
ClientHeight = 7905
ClientLeft = 45
ClientTop = 315
ClientWidth = 7020
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 7905
ScaleWidth = 7020
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Begin MSComctlLib.ListView lsvStormName
Height = 1335
Left = 210
TabIndex = 2
Top = 5960
Visible = 0 'False
Width = 6255
_ExtentX = 11033
_ExtentY = 2355
View = 3
LabelEdit = 1
LabelWrap = 0 'False
HideSelection = -1 'True
HideColumnHeaders= -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
Appearance = 0
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
NumItems = 4
BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Object.Width = 2681
EndProperty
BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 1
Object.Width = 2681
EndProperty
BeginProperty ColumnHeader(3) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 2
Object.Width = 2681
EndProperty
BeginProperty ColumnHeader(4) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 3
Object.Width = 2681
EndProperty
End
Begin LVbuttons.LaVolpeButton cmdClose
Height = 375
Left = 2860
TabIndex = 0
Top = 7400
Width = 1215
_ExtentX = 2143
_ExtentY = 661
BTYPE = 3
TX = "&Close"
ENAB = -1 'True
BeginProperty FONT {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Times New Roman"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
COLTYPE = 1
BCOL = 15790320
FCOL = 0
FCOLO = 0
EMBOSSM = 12632256
EMBOSSS = 16777215
MPTR = 99
MICON = "frmAlert.frx":0000
ALIGN = 1
IMGLST = "(None)"
IMGICON = "(None)"
ICONAlign = 0
ORIENT = 0
STYLE = 0
IconSize = 2
SHOWF = -1 'True
BSTYLE = 0
End
Begin VB.TextBox txtAlert
Appearance = 0 'Flat
BorderStyle = 0 'None
Height = 7075
Left = 240
Locked = -1 'True
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 1
Top = 120
Width = 6495
End
Begin MSComctlLib.ListView lstWeatherAlert
Height = 7095
Left = 120
TabIndex = 3
Top = 120
Visible = 0 'False
Width = 6735
_ExtentX = 11880
_ExtentY = 12515
View = 3
LabelEdit = 1
LabelWrap = 0 'False
HideSelection = -1 'True
HideColumnHeaders= -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
Appearance = 0
NumItems = 3
BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Text = "123"
Object.Width = 3846
EndProperty
BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 1
Text = "123"
Object.Width = 4093
EndProperty
BeginProperty ColumnHeader(3) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 2
Text = "123"
Object.Width = 3846
EndProperty
End
Begin MSComctlLib.ListView lstPopulation
Height = 7095
Left = 120
TabIndex = 4
Top = 120
Visible = 0 'False
Width = 6735
_ExtentX = 11880
_ExtentY = 12515
View = 3
Arrange = 2
LabelEdit = 1
LabelWrap = 0 'False
HideSelection = -1 'True
GridLines = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
Appearance = 0
NumItems = 4
BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Text = "Country"
Object.Width = 3616
EndProperty
BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 1
Text = "Capital"
Object.Width = 3353
EndProperty
BeginProperty ColumnHeader(3) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Alignment = 1
SubItemIndex = 2
Text = "Area Sq/Mi "
Object.Width = 1941
EndProperty
BeginProperty ColumnHeader(4) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Alignment = 1
SubItemIndex = 3
Text = "Population "
Object.Width = 2470
EndProperty
End
End
Attribute VB_Name = "frmAlert"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdClose_Click()
Unload Me
End Sub
Private Sub Form_Load()
frmWeatherMain.Timer1.Enabled = False
Set cmdClose.MouseIcon = frmWeatherMain.ImageList1.ListImages(3).Picture
End Sub
Private Sub Form_Unload(Cancel As Integer)
frmWeatherMain.Timer1.Enabled = True
Set frmAlert = Nothing
End Sub