home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / top50 / netbuddy / netbuddy.exe / NetBuddy.exe / 0 / RCDATA / TTIMEZONEPRESETSFORM / TTIMEZONEPRESETSFORM.txt
Text File  |  1999-08-25  |  2KB  |  107 lines

  1. object TimeZonePresetsForm: TTimeZonePresetsForm
  2.   Left = 578
  3.   Top = 438
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Presets'
  7.   ClientHeight = 202
  8.   ClientWidth = 283
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object URLLabel1: TURLLabel
  21.     Left = 30
  22.     Top = 143
  23.     Width = 223
  24.     Height = 13
  25.     Cursor = crHandPoint
  26.     Caption = 'www.mapsoft.mapct.com/titles/Net Buddy.htm '
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clBlue
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsUnderline]
  32.     ParentFont = False
  33.   end
  34.   object Label27: TLabel
  35.     Left = 92
  36.     Top = 127
  37.     Width = 91
  38.     Height = 13
  39.     Caption = 'Download presets :'
  40.   end
  41.   object PresetListView: TListView
  42.     Left = 4
  43.     Top = 4
  44.     Width = 273
  45.     Height = 117
  46.     Columns = <
  47.       item
  48.         Caption = 'Time-zone presets'
  49.         Width = 268
  50.       end>
  51.     HideSelection = False
  52.     HotTrackStyles = []
  53.     ReadOnly = True
  54.     SortType = stText
  55.     TabOrder = 0
  56.     ViewStyle = vsReport
  57.     OnChange = PresetListViewChange
  58.     OnDblClick = PresetListViewDblClick
  59.   end
  60.   object Button1: TButton
  61.     Left = 4
  62.     Top = 169
  63.     Width = 69
  64.     Height = 25
  65.     Caption = '&Load'
  66.     Font.Charset = ANSI_CHARSET
  67.     Font.Color = clWindowText
  68.     Font.Height = -11
  69.     Font.Name = 'Arial'
  70.     Font.Style = []
  71.     ParentFont = False
  72.     TabOrder = 1
  73.     OnClick = Button1Click
  74.   end
  75.   object Button2: TButton
  76.     Left = 204
  77.     Top = 169
  78.     Width = 73
  79.     Height = 25
  80.     Cancel = True
  81.     Caption = '&Cancel'
  82.     Font.Charset = ANSI_CHARSET
  83.     Font.Color = clWindowText
  84.     Font.Height = -11
  85.     Font.Name = 'Arial'
  86.     Font.Style = []
  87.     ParentFont = False
  88.     TabOrder = 2
  89.     OnClick = Button2Click
  90.   end
  91.   object Button3: TButton
  92.     Left = 80
  93.     Top = 169
  94.     Width = 69
  95.     Height = 25
  96.     Caption = '&Remove'
  97.     Font.Charset = ANSI_CHARSET
  98.     Font.Color = clWindowText
  99.     Font.Height = -11
  100.     Font.Name = 'Arial'
  101.     Font.Style = []
  102.     ParentFont = False
  103.     TabOrder = 3
  104.     OnClick = Button3Click
  105.   end
  106. end
  107.