object LocDialog: TLocDialog Left = 173 Top = 101 Width = 560 Height = 308 BorderIcons = [biSystemMenu, biMaximize] Caption = 'Locations' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel2: TPanel Left = 0 Top = 252 Width = 552 Height = 29 Align = alBottom BevelOuter = bvNone TabOrder = 0 object AddBtn: TButton Left = 12 Top = 0 Width = 55 Height = 23 Caption = '&Add' TabOrder = 0 OnClick = AddBtnClick end object EditBtn: TButton Left = 72 Top = 0 Width = 55 Height = 23 Caption = '&Edit' TabOrder = 1 OnClick = EditBtnClick end object DelBtn: TButton Left = 132 Top = 0 Width = 55 Height = 23 Caption = '&Delete' TabOrder = 2 OnClick = DelBtnClick end object TestBtn: TButton Left = 204 Top = 0 Width = 85 Height = 23 Caption = 'Start &Test' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = TestBtnClick end object Panel5: TPanel Left = 424 Top = 0 Width = 128 Height = 29 Align = alRight BevelOuter = bvNone TabOrder = 4 object CancelBtn: TButton Left = 60 Top = 0 Width = 55 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 OnClick = CancelBtnClick end object OkBtn: TButton Left = 0 Top = 0 Width = 55 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OkBtnClick end end end object Panel4: TPanel Left = 0 Top = 0 Width = 552 Height = 252 Align = alClient BevelOuter = bvNone BorderWidth = 10 TabOrder = 1 object LocListView: TAlListView Left = 10 Top = 10 Width = 532 Height = 232 Align = alClient OnDblClick = LocListViewDblClick Columns = < item Caption = 'Location' Width = 250 end item Alignment = taRightJustify Caption = 'BPS' Width = 60 end item Alignment = taRightJustify Caption = 'Failures' end item Alignment = taRightJustify Caption = 'Delay, ms' Width = 60 end item Alignment = taRightJustify Caption = 'File Size' Width = 80 end> MultiSelect = True RowSelect = True OnChange = LocListViewChange OnColumnClick = LocListViewColumnClick OnCompare = LocListViewCompare OnMouseDown = LocListViewMouseDown PopupMenu = PopupMenu1 TabOrder = 0 SmallImages = LocImageList StateImages = LocImageList ResizeStyle = rsLastCol end end object LocImageList: TImageList Left = 76 Top = 116 end object PopupMenu1: TPopupMenu Left = 104 Top = 116 object AddLocationMNU: TMenuItem Caption = '&Add location' ShortCut = 45 OnClick = AddBtnClick end object EditLocationMNU: TMenuItem Caption = '&Edit location' OnClick = EditBtnClick end object DeleteMNU: TMenuItem Caption = '&Delete selected' ShortCut = 46 OnClick = DelBtnClick end object N1: TMenuItem Caption = '-' end object TestSitesMNU: TMenuItem Caption = 'Start &Test' OnClick = TestBtnClick end end end