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
Text File  |  1996-12-15  |  1KB  |  59 lines

  1. object CityTimes: TCityTimes
  2.   Left = 61
  3.   Top = 91
  4.   BorderStyle = bsDialog
  5.   Caption = 'Local Times in Cities'
  6.   ClientHeight = 362
  7.   ClientWidth = 531
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object CityLabel: TLabel
  18.     Left = 2
  19.     Top = 42
  20.     Width = 527
  21.     Height = 15
  22.     AutoSize = False
  23.     Font.Color = clWindowText
  24.     Font.Height = -13
  25.     Font.Name = 'System'
  26.     Font.Pitch = fpFixed
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object CityListBox: TListBox
  31.     Left = 0
  32.     Top = 58
  33.     Width = 531
  34.     Height = 303
  35.     Color = clWhite
  36.     ExtendedSelect = False
  37.     Font.Color = clWindowText
  38.     Font.Height = -13
  39.     Font.Name = 'System'
  40.     Font.Pitch = fpFixed
  41.     Font.Style = []
  42.     ItemHeight = 15
  43.     ParentFont = False
  44.     TabOrder = 0
  45.     OnDblClick = CityListBoxDblClick
  46.     OnKeyDown = KeyDown
  47.   end
  48.   object cancelBtn: TButton
  49.     Left = 458
  50.     Top = 6
  51.     Width = 67
  52.     Height = 27
  53.     Cancel = True
  54.     Caption = '&Exit'
  55.     TabOrder = 1
  56.     OnClick = cancelBtnClick
  57.   end
  58. end
  59.