home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Windows 95.com 1996 December
/
WIN95_DEC_1996_4.ISO
/
pim
/
krnlstnt.exe
/
ULTIMATE.EXE
/
0
/
RCDATA
/
TCITYTIMES
/
TCITYTIMES.txt
Wrap
Text File
|
1996-12-15
|
1KB
|
59 lines
object CityTimes: TCityTimes
Left = 61
Top = 91
BorderStyle = bsDialog
Caption = 'Local Times in Cities'
ClientHeight = 362
ClientWidth = 531
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
Position = poScreenCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 16
object CityLabel: TLabel
Left = 2
Top = 42
Width = 527
Height = 15
AutoSize = False
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Pitch = fpFixed
Font.Style = []
ParentFont = False
end
object CityListBox: TListBox
Left = 0
Top = 58
Width = 531
Height = 303
Color = clWhite
ExtendedSelect = False
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Pitch = fpFixed
Font.Style = []
ItemHeight = 15
ParentFont = False
TabOrder = 0
OnDblClick = CityListBoxDblClick
OnKeyDown = KeyDown
end
object cancelBtn: TButton
Left = 458
Top = 6
Width = 67
Height = 27
Cancel = True
Caption = '&Exit'
TabOrder = 1
OnClick = cancelBtnClick
end
end