home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / vulcan / vconv97.exe / 0 / RCDATA / TFRMCOPYPROGRAM / TFRMCOPYPROGRAM.txt
Text File  |  1997-01-16  |  2KB  |  88 lines

  1. object frmCopyProgram: TfrmCopyProgram
  2.   Left = 34
  3.   Top = 91
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = cboDrive
  7.   BorderIcons = []
  8.   BorderStyle = bsSingle
  9.   ClientHeight = 254
  10.   ClientWidth = 324
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnCancel: TButton
  20.     Left = 242
  21.     Top = 228
  22.     Width = 75
  23.     Height = 22
  24.     Cancel = True
  25.     Caption = 'Cancel'
  26.     ModalResult = 2
  27.     TabOrder = 2
  28.   end
  29.   object tabMain: TTabControl
  30.     Left = 6
  31.     Top = 6
  32.     Width = 311
  33.     Height = 217
  34.     TabOrder = 0
  35.     object lblCopy: TLabel
  36.       Left = 15
  37.       Top = 15
  38.       Width = 260
  39.       Height = 52
  40.       Caption = 
  41.         'Select a drive to which you want to copy the UNREGISTERED versio' +
  42.         'n of %s.%sPlease remind your friend that this is a Shareware cop' +
  43.         'y and he/she MUST REGISTER this program for continued use. Thank' +
  44.         ' you.'
  45.       WordWrap = True
  46.     end
  47.     object lblTarget: TLabel
  48.       Left = 15
  49.       Top = 129
  50.       Width = 3
  51.       Height = 13
  52.     end
  53.     object lblWarning: TLabel
  54.       Left = 15
  55.       Top = 156
  56.       Width = 265
  57.       Height = 52
  58.       Caption = 
  59.         'WARNING: Giving your registration code to others is a violation ' +
  60.         'of international copyright law and will be prosecuted to the max' +
  61.         'imum extend possible under law!'
  62.       WordWrap = True
  63.     end
  64.     object cboDrive: TDriveComboBox
  65.       Left = 15
  66.       Top = 105
  67.       Width = 280
  68.       Height = 19
  69.       ParentShowHint = False
  70.       ShowHint = True
  71.       TabOrder = 0
  72.       TextCase = tcUpperCase
  73.       OnChange = cboDriveChange
  74.     end
  75.   end
  76.   object btnCopy: TButton
  77.     Left = 161
  78.     Top = 228
  79.     Width = 75
  80.     Height = 22
  81.     Caption = 'Copy'
  82.     Default = True
  83.     ModalResult = 2
  84.     TabOrder = 1
  85.     OnClick = btnCopyClick
  86.   end
  87. end
  88.