home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia Fácil 56 / INF1297.iso / RECOMEN / ILV16AU / _SETUP.1 / infolink.exe / 0 / RCDATA / TFRMDELETE / TFRMDELETE.txt < prev   
Text File  |  1997-04-22  |  1KB  |  71 lines

  1. object frmDelete: TfrmDelete
  2.   Left = 157
  3.   Top = 156
  4.   HelpContext = 180
  5.   ActiveControl = btnDelete
  6.   BorderIcons = [biMinimize]
  7.   BorderStyle = bsDialog
  8.   ClientHeight = 170
  9.   ClientWidth = 470
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object btnClose: TButton
  20.     Left = 400
  21.     Top = 147
  22.     Width = 69
  23.     Height = 22
  24.     HelpContext = 180
  25.     Caption = '&Close'
  26.     Font.Color = clBlack
  27.     Font.Height = -12
  28.     Font.Name = 'Times New Roman'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     TabOrder = 1
  32.     OnClick = btnCloseClick
  33.   end
  34.   object btnDelete: TButton
  35.     Left = 400
  36.     Top = 120
  37.     Width = 69
  38.     Height = 23
  39.     HelpContext = 180
  40.     Caption = '&Delete'
  41.     Font.Color = clBlack
  42.     Font.Height = -12
  43.     Font.Name = 'Times New Roman'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     TabOrder = 0
  47.     OnClick = btnDeleteClick
  48.   end
  49.   object viewDelete: TListView
  50.     Left = 0
  51.     Top = 0
  52.     Width = 397
  53.     Height = 169
  54.     Columns = <
  55.       item
  56.         Caption = 'Page List Entry'
  57.         Width = 390
  58.       end>
  59.     ReadOnly = True
  60.     Font.Color = clBlack
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     AllocBy = 10
  65.     MultiSelect = True
  66.     SortType = stText
  67.     TabOrder = 2
  68.     ViewStyle = vsReport
  69.   end
  70. end
  71.