home *** CD-ROM | disk | FTP | other *** search
- object SaveTimeZoneForm: TSaveTimeZoneForm
- Left = 303
- Top = 261
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Save time-zones'
- ClientHeight = 189
- ClientWidth = 353
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 329
- Height = 26
- Caption =
- 'Please enter a description for this time-zone group. It is recom' +
- 'mended that you call it the same name as your phone company'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 8
- Top = 80
- Width = 336
- Height = 39
- Caption =
- 'This will be saved as a '#39'.tzp'#39' file in the directory you install' +
- 'ed Net Buddy. To help build up a database of phone companys, ple' +
- 'ase could you email this file to :'
- WordWrap = True
- end
- object URLLabel1: TURLLabel
- Left = 8
- Top = 128
- Width = 150
- Height = 13
- Cursor = crHandPoint
- LabelType = hmMAIL
- Caption = 'NetBuddy@mapsoft.mapct.com'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- end
- object Edit1: TEdit
- Left = 8
- Top = 48
- Width = 337
- Height = 21
- TabOrder = 0
- end
- object Button1: TButton
- Left = 188
- Top = 156
- Width = 75
- Height = 25
- Caption = '&Save'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 272
- Top = 156
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-