object TimeZonePresetsForm: TTimeZonePresetsForm Left = 578 Top = 438 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Presets' ClientHeight = 202 ClientWidth = 283 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 URLLabel1: TURLLabel Left = 30 Top = 143 Width = 223 Height = 13 Cursor = crHandPoint Caption = 'www.mapsoft.mapct.com/titles/Net Buddy.htm ' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False end object Label27: TLabel Left = 92 Top = 127 Width = 91 Height = 13 Caption = 'Download presets :' end object PresetListView: TListView Left = 4 Top = 4 Width = 273 Height = 117 Columns = < item Caption = 'Time-zone presets' Width = 268 end> HideSelection = False HotTrackStyles = [] ReadOnly = True SortType = stText TabOrder = 0 ViewStyle = vsReport OnChange = PresetListViewChange OnDblClick = PresetListViewDblClick end object Button1: TButton Left = 4 Top = 169 Width = 69 Height = 25 Caption = '&Load' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 204 Top = 169 Width = 73 Height = 25 Cancel = True Caption = '&Cancel' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = Button2Click end object Button3: TButton Left = 80 Top = 169 Width = 69 Height = 25 Caption = '&Remove' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = Button3Click end end