home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Internet / opc_v3 / _SETUP.1 / OPC.exe / 0 / RCDATA / TRATE_FILES / TRATE_FILES.txt
Text File  |  1999-04-21  |  1KB  |  60 lines

  1. object rate_files: Trate_files
  2.   Left = 583
  3.   Top = 475
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rate Files'
  7.   ClientHeight = 213
  8.   ClientWidth = 298
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object OKButton: TButton
  18.     Left = 215
  19.     Top = 180
  20.     Width = 75
  21.     Height = 25
  22.     Caption = 'OK'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.   end
  27.   object GroupBox1: TGroupBox
  28.     Left = 8
  29.     Top = 8
  30.     Width = 281
  31.     Height = 169
  32.     Caption = 'Files'
  33.     TabOrder = 1
  34.     object ListBox1: TListBox
  35.       Left = 8
  36.       Top = 40
  37.       Width = 265
  38.       Height = 121
  39.       ItemHeight = 13
  40.       TabOrder = 0
  41.     end
  42.     object Button3: TButton
  43.       Left = 120
  44.       Top = 12
  45.       Width = 67
  46.       Height = 17
  47.       Caption = 'Add File'
  48.       TabOrder = 1
  49.     end
  50.     object Button2: TButton
  51.       Left = 192
  52.       Top = 12
  53.       Width = 81
  54.       Height = 17
  55.       Caption = 'Remove File'
  56.       TabOrder = 2
  57.     end
  58.   end
  59. end
  60.