object frmSelectLinks: TfrmSelectLinks Left = 247 Top = 418 Caption = 'Select Links' ClientHeight = 367 ClientWidth = 538 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnClose = TntFormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblServer: TTntLabel Left = 13 Top = 16 Width = 34 Height = 13 Caption = 'Server:' end object lblExt: TTntLabel Left = 293 Top = 16 Width = 66 Height = 13 Caption = 'File Extention:' end object bv: TBevel Left = 9 Top = 323 Width = 520 Height = 2 end object lvServers: TTntListView Left = 15 Top = 40 Width = 266 Height = 241 BevelKind = bkTile BorderStyle = bsNone Checkboxes = True Columns = < item Width = 240 end> ColumnClick = False FlatScrollBars = True HideSelection = False MultiSelect = True ReadOnly = True RowSelect = True ParentShowHint = False ShowColumnHeaders = False ShowHint = True TabOrder = 0 ViewStyle = vsReport OnKeyDown = lvListKeyDown end object lvExts: TTntListView Left = 293 Top = 40 Width = 233 Height = 241 BevelKind = bkTile BorderStyle = bsNone Checkboxes = True Columns = < item Width = 210 end> ColumnClick = False FlatScrollBars = True HideSelection = False MultiSelect = True ReadOnly = True RowSelect = True ParentShowHint = False ShowColumnHeaders = False ShowHint = True TabOrder = 3 ViewStyle = vsReport OnKeyDown = lvListKeyDown end object btnCancel: TTntButton Left = 415 Top = 332 Width = 97 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 7 end object btnOK: TTntButton Left = 304 Top = 332 Width = 97 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 6 OnClick = btnOKClick end object btnSVSelectAll: TTntButton Left = 32 Top = 288 Width = 97 Height = 25 Caption = 'Select All' TabOrder = 1 OnClick = btnSVSelectAllClick end object btnSVInvert: TTntButton Left = 159 Top = 288 Width = 97 Height = 25 Caption = 'Invert Selection' TabOrder = 2 OnClick = btnSVInvertClick end object btnExtSelectAll: TTntButton Left = 304 Top = 288 Width = 97 Height = 25 Caption = 'Select All' TabOrder = 4 OnClick = btnExtSelectAllClick end object btnExtInvert: TTntButton Left = 415 Top = 288 Width = 97 Height = 25 Caption = 'Invert Selection' TabOrder = 5 OnClick = btnExtInvertClick end end