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

  1. object SaveTimeZoneForm: TSaveTimeZoneForm
  2.   Left = 303
  3.   Top = 261
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Save time-zones'
  7.   ClientHeight = 189
  8.   ClientWidth = 353
  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 Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 329
  24.     Height = 26
  25.     Caption = 
  26.       'Please enter a description for this time-zone group. It is recom' +
  27.       'mended that you call it the same name as your phone company'
  28.     WordWrap = True
  29.   end
  30.   object Label2: TLabel
  31.     Left = 8
  32.     Top = 80
  33.     Width = 336
  34.     Height = 39
  35.     Caption = 
  36.       'This will be saved as a '#39'.tzp'#39' file in the directory you install' +
  37.       'ed Net Buddy. To help build up a database of phone companys, ple' +
  38.       'ase could you email this file to :'
  39.     WordWrap = True
  40.   end
  41.   object URLLabel1: TURLLabel
  42.     Left = 8
  43.     Top = 128
  44.     Width = 150
  45.     Height = 13
  46.     Cursor = crHandPoint
  47.     LabelType = hmMAIL
  48.     Caption = 'NetBuddy@mapsoft.mapct.com'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clBlue
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsUnderline]
  54.     ParentFont = False
  55.   end
  56.   object Edit1: TEdit
  57.     Left = 8
  58.     Top = 48
  59.     Width = 337
  60.     Height = 21
  61.     TabOrder = 0
  62.   end
  63.   object Button1: TButton
  64.     Left = 188
  65.     Top = 156
  66.     Width = 75
  67.     Height = 25
  68.     Caption = '&Save'
  69.     Default = True
  70.     TabOrder = 1
  71.     OnClick = Button1Click
  72.   end
  73.   object Button2: TButton
  74.     Left = 272
  75.     Top = 156
  76.     Width = 75
  77.     Height = 25
  78.     Cancel = True
  79.     Caption = '&Cancel'
  80.     TabOrder = 2
  81.     OnClick = Button2Click
  82.   end
  83. end
  84.